Navigation :
AcdSipLuaDBLoader
Alarms
The following 12 alarms may be generated by N2ACD Loader “AcdSipLuaDBLoader”.
No alarms found that match search criteria.
N2::Application::LuaApp::LuaService::LuaLoader
SV-LU-10301 NOTICE | Configuration | Requiring full LUA Script reload every %d seconds. |
Cause: Parameter configuration at startup. How often to force a full reload on a script. |
%d = Script reload lifetime seconds.
|
Resolution: None. |
SV-LU-10302 NOTICE | Configuration | Checking for modified LUA Script mtime every %d seconds. |
Cause: Parameter configuration at startup. How often to check that a script mtime is up-to-date. |
%d = Script update check seconds.
|
Resolution: None. |
SV-LU-10303 NOTICE | Configuration | Retrying after failed LUA Script load/compile every %d seconds. |
Cause: Parameter configuration at startup. How long to wait after failure before we try again to load/compile a script. |
%d = Failure retry interval seconds.
|
Resolution: None. |
SV-LU-10304 NOTICE | Configuration | Retain unused scripts for %d seconds. |
Cause: Parameter configuration at startup. How long to retain script information once it is no longer being used. |
%d = Script retention interval seconds.
|
Resolution: None. |
SV-LU-10309 WARNING | Resource | Failed to return handler thread for script key '%s': %s |
Cause: Failed to generate thread from LUA state/handler. |
%s = The script key which failed to compile.
%s = The error message associated with the runtime failure.
|
Resolution: Review the associated error message. |
SV-LU-10310 WARNING | Resource | Script key '%s' cached mtime %d has lowered to mtime %d. Use it anyhow. |
Cause: The returned LUA script mtime has gone backwards. |
%s = The script key for which the mtime has reduced.
%d = The cached (higher) mtime.
%d = The new (lower) mtime.
|
Resolution: Check for unusual database or file activity. |
SV-LU-10315 WARNING | Resource | Failed to find script info for script key '%s'. |
Cause: Script info has disappeared when load returned. Very late response? |
%s = The script key for which we can no longer find script info.
|
Resolution: Review for other messages indicated overdue script load response. |
SV-LU-10316 WARNING | Resource | Failed to parse loader-specific context '%s'. |
Cause: Loader received direct message with unrecognized context. |
%s = The unmatched context value.
|
Resolution: Contact N-Squared Support. |
SV-LU-10317 WARNING | Resource | Failed to compile script key '%s': %s |
Cause: Failed to compile LUA and create state with handler. |
%s = The script key which failed to compile.
%s = The error message associated with the compile failure.
|
Resolution: Review the associated error message. |
SV-LU-10318 WARNING | Resource | Failed to find script info for script key '%s'. |
Cause: Script info has disappeared when load returned. Very late response? |
%s = The script key for which we can no longer find script info.
|
Resolution: Review for other messages indicated overdue script load response. |
N2::Application::LuaApp::LuaService::LuaLoader::LuaDBLoader
SV-LU-10501 NOTICE | Application | Using DB Application '%s' to fetch Lua script content. |
Cause: Parameter configuration at startup. Loading Lua scripts from configured DB application. |
%s = DB application name.
|
Resolution: None. |
SV-LU-10502 WARNING | Configuration | Loader DB App Name '%s' is not a known Application. |
Cause: Default DB loader application is not known. |
%s = The loader's DB application name.
|
Resolution: Check DB service loader application name configuration. |
Statistics
The following 10 statistics may be generated by N2ACD Loader “AcdSipLuaDBLoader”.
No statistics found that match search criteria.
N2::Application::AcdApp::LuaService::LuaLoader::AcdLuaDBLoader
flow.load.error |
Scope: |
Message |
Type: |
Counter |
Cause: |
Flows that could not be loaded succcessfully. |
Tags: |
type |
bad_key |
Specific flow script loads for an unrecognised script key. |
no_flow |
Specific flow script loads for a service number with no scheduled or override flow.
| no_service |
Specific flow script loads for an unknown service number.
|
flow.load.ok |
Scope: |
Job |
Type: |
Counter |
Cause: |
Flows successfully loaded. |
Tags: |
type |
np |
Specific flow script loads for number portability lookup. |
scheduled |
Specific flow script loads for a service number with a scheduled or override flow.
|
flow.lookup.error |
Scope: |
Job |
Type: |
Counter |
Cause: |
Flow script determination that did not locate a flow version. |
Tags: |
type |
no_schedule |
Flow script determination resulting in no scheduled flow for a known service number. |
no_service |
Flow script determination resulting in an unknown service number.
|
flow.lookup.ok |
Scope: |
Job |
Type: |
Counter |
Cause: |
Flow script determination that located a flow version. |
Tags: |
type |
override |
Flow script determination resulting in an overridden flow schedule. |
scheduled |
Flow script determination resulting in a normally-scheduled flow.
|
script.load.ok |
Scope: |
Job |
Type: |
Counter |
Cause: |
Scripts successfully loaded. |
Tags: |
type |
np |
ACD number portability script database loads. |
sl |
ACD service loader script database loads.
|
N2::Application::LuaApp::LuaService::LuaLoader
lua.load |
Scope: |
Message |
Type: |
Counter |
Cause: |
Lua chunks loaded successfully. |
Tags: |
type |
cache |
Lua chunks loaded from cache successfully. |
success |
Lua chunks newly loaded successfully via any method.
|
lua.load.failed |
Scope: |
Resource |
Type: |
Counter |
Cause: |
Lua chunks unable to be loaded for any reason. |
lua.state.error |
Scope: |
Message |
Type: |
Counter |
Tags: |
type |
bad_compile |
Lua states that failed to compile. |
bad_thread |
Lua states that compiled but failed to generate a thread.
|
lua.thread.close |
Scope: |
Resource |
Type: |
Counter |
Cause: |
Lua threads no longer required. |
lua.thread.create |
Scope: |
Resource |
Type: |
Counter |
Cause: |
Lua thread created successfully. |