AcdScpLuaDBLoader

Alarms

The following 12 alarms may be generated by N2ACD Loader “AcdScpLuaDBLoader”.

Show: Alarm Warning Clear Notice
No alarms found that match search criteria.
N2::Application::LuaApp::LuaService::LuaLoader
SV-LU-10301
NOTICE
ConfigurationRequiring 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
ConfigurationChecking 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
ConfigurationRetrying 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
ConfigurationRetain 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
ResourceFailed 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
ResourceScript 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
ResourceFailed 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
ResourceFailed 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
ResourceFailed 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
ResourceFailed 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
ApplicationUsing 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
ConfigurationLoader 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 18 statistics may be generated by N2ACD Loader “AcdScpLuaDBLoader”.

No statistics found that match search criteria.
N2::Application::AcdApp::LuaService::LuaLoader::AcdLuaDBLoader
flow.load.bad_keyJobCounter
Cause:Specific flow script loads for an unrecognised script key.
flow.load.no_flowJobCounter
Cause:Specific flow script loads for a service number with no scheduled or override flow.
flow.load.no_serviceJobCounter
Cause:Specific flow script loads for an unknown service number.
flow.load.npJobCounter
Cause:Specific flow script loads for number portability lookup.
flow.load.scheduledJobCounter
Cause:Specific flow script loads for a service number with a scheduled or override flow.
flow.lookup.no_scheduleJobCounter
Cause:Flow script determination resulting in no scheduled flow for a known service number.
flow.lookup.no_serviceJobCounter
Cause:Flow script determination resulting in an unknown service number.
flow.lookup.overrideJobCounter
Cause:Flow script determination resulting in an overridden flow schedule.
flow.lookup.scheduledJobCounter
Cause:Flow script determination resulting in a normally-scheduled flow.
load.script.npJobCounter
Cause:ACD number portability script database loads.
load.script.slJobCounter
Cause:ACD service loader script database loads.
N2::Application::LuaApp::LuaService::LuaLoader
lua.load.cacheResourceCounter
Cause:Lua chunks loaded from cache successfully.
lua.load.failedResourceCounter
Cause:Lua chunks unable to be loaded for any reason.
lua.load.successResourceCounter
Cause:Lua chunks loaded successfully via any method.
lua.state.bad_compileResourceCounter
Cause:Lua states failed to compile.
lua.state.bad_threadResourceCounter
Cause:Lua state compiled but failed to generate thread.
lua.thread.closeResourceCounter
Cause:Lua threads no longer required.
lua.thread.createResourceCounter
Cause:Lua thread created successfully.