AnyTimeInterrogationLuaService
Alarms
The following 41 alarms may be generated by N2SNS Service “AnyTimeInterrogationLuaService”.
Show:
Alarm
Warning
Clear
Notice
No alarms found that match search criteria.
N2::Application::LuaApp::LuaService
SV-LU-10018 WARNING | Job | Failed to create Lua instance for service: %s |
Cause: Failed to create Lua instance. |
%s = The error message generated on instance creation failure. |
Resolution: Review the associated error message. Ensure the loaded script contains valid Lua content. |
SV-LU-10201 NOTICE | Application | Service Lua library path = '%s'. |
Cause: Parameter configuration at startup. The Lua library path to use. |
%s = The configured Lua library path. |
Resolution: None. |
SV-LU-10202 NOTICE | Application | Service Lua C-library path = '%s'. |
Cause: Parameter configuration at startup. The Lua C library path to use. |
%s = The configured Lua C library path. |
Resolution: None. |
SV-LU-10203 NOTICE | Application | Service EDR Stream Key = '%s'. |
Cause: Parameter configuration at startup. The default EDR stream key to use for scripts running in this service. |
%s = The configured Lua service EDR stream key. |
Resolution: None. |
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::LuaFileLoader
SV-LU-10401 NOTICE | Application | Looking for LUA scripts in '%s'. |
Cause: Parameter configuration at startup. Loading LUA scripts from configured script directory. |
%s = LUA script directory. |
Resolution: None. |
N2::Match
SV-MA-10000 WARNING | Configuration | match_value: Split of undefined or non-scalar '%s' element. |
Cause: Split of undefined or non scalar element. |
%s = The element type. |
Resolution: Review the associated non-scalar element type. Check inbound element content construction. |
SV-MA-10001 WARNING | Configuration | match_value: Index. Non-ARRAY '%s' at '%s' in '%s' (Index %d). Abandon. |
Cause: Index non array. |
%s = The element part. %s = The unexpected value type. %s = The element key. %d = The element array index. |
Resolution: Review the associated error message. Check inbound element content construction. |
SV-MA-10002 WARNING | Configuration | match_value: Filter. Non-ARRAY, Non-Hash at '%s' in '%s'. Abandon. |
Cause: Filter non-array or hash. |
%s = The element part. %s = The element key. |
Resolution: Review the associated error message. Check inbound element content construction. |
SV-MA-10003 WARNING | Configuration | match_value: Expecting HASH. Found single-entry ARRAY but it contains a %s, not a HASH. |
Cause: Expected hash but got single entry array with non hash value. |
%s = The element type. |
Resolution: Review the associated error message. Check inbound element content construction. |
SV-MA-10004 WARNING | Configuration | match_value: non-HASH at '%s' in '%s'. Abandon. |
Cause: Non hash value. |
%s = The element part. %s = The element key. |
Resolution: Review the associated error message. Check inbound element content construction. |
SV-MA-10005 WARNING | Configuration | match1s_regex: Invalid RegEx pattern /%s/: %s |
Cause: Invalid regular expression pattern. |
%s = The expected regular expression pattern. %s = The error encountered. |
Resolution: Review the associated error result. Check inbound regular expression construction is valid. |
N2::TCP::ClientConnection
SV-TP-10100 WARNING | Application | SSL is not supported on '%s' connections. Ignored. |
Cause: SSL is enabled. SSL is not supported for the current TCP protocol. |
%s = The configured TCP protocol. |
Resolution: Check application SSL and TCP protocol configuration. |
SV-TP-10101 WARNING | Socket | Failed to create %s client socket: %s |
Cause: Failed to create protocol socket. |
%s = The socket protocol. %s = The error that occurred when trying to create to the socket. |
Resolution: Review the associated error result. Check TCP configuration. Check the host machine supports creating TCP sockets. |
SV-TP-10102 WARNING | Connection | Cannot set (new outbound) socket attributes: %s |
Cause: Failed to set (new outbound) socket attributes. |
%s = Description of the reason for failure, including the attribute type which could not be set. |
Resolution: Review the associated error result. Check TCP configuration. Check the host machine supports getting socket flags. |
SV-TP-10103 WARNING | Socket | Failed to bind %s socket to '%s:%d': %s |
Cause: Failed to bind to local socket. |
%s = The configured TCP protocol. %s = The configured local host. %d = The configured local port. %s = The error that occurred when trying to bind to the local socket. |
Resolution: Review the associated error result. Check local bind configuration. Check the host machine supports creating sockets. |
SV-TP-10104 WARNING | Application | Error resolving remote host '%s': %s |
Cause: Unable to determine remote host. |
%s = The configured remote host. %s = The error that occurred when trying to bind to the remote host. |
Resolution: Review the associated error result. Check remote host configuration. Check remote host is accessible and accepting connections. |
SV-TP-10105 WARNING | Connection | Error connecting to remote host %s:%d: %s |
Cause: Failed to connect to remote host. |
%s = The configured remote host. %d = The configured remote port. %s = The error that occurred when trying to connect to the remote host. |
Resolution: Review the associated error result. Check remote host configuration. Check remote host is accessible and accepting connections. |
SV-TP-10106 WARNING | Connection. | Connection error [%s:%d]: %s |
Cause: Connection error. |
%s = The remote host. %d = The remote port. %s = The error that occurred when trying to connect to the remote host., |
Resolution: Review the associated error message. Check client connection configuration. Check remote host is up and accessible. |
SV-TP-10107 WARNING | Connection | Connection error flagged: %s |
Cause: Socket error when connecting to remote end. |
%s = The socket error that occurred when trying to connect to the remote application, |
Resolution: Review the associated error result. Check remote host is up and accepting connections. |
SV-TP-10108 WARNING | Socket | Outbound connection SSL setup error: %s |
Cause: Failed to convert outbound raw socket into Net::SSL context. |
%s = The error that occurred when trying to convert socket to SSL. |
Resolution: Review the associated error result. Check SSL configuration. |
N2::TCP::Connection
SV-TP-10500 WARNING | Message | UDP Datagram sent only %d of %d bytes. Datagram was truncated. |
Cause: Mis-formed UDP datagram detected. |
%d = The number of bytes that were written via UDP. %d = The total number of bytes that makes up the message. |
Resolution: Review the message content construction. Inspect the UDP datagram payload. |
SV-TP-10501 WARNING | Connection | Error calling recv: %s |
Cause: Failed to receive on connection. |
%s = The error that occurred when trying to read from the connection. |
Resolution: Review the associated error result. |
SV-TP-10502 WARNING | Connection | Error calling send: %s |
Cause: Failed to send on connection. |
%s = The error that occurred when trying to write to the connection. |
Resolution: Review the associated error result. |
N2::Trace
SV-AP-10065 WARNING | Application | Suppressed a total of %d duplicate warnings [%s]. |
Cause: The same warning ID was logged too many times in a fixed interval. |
%d = The number of warnings that were suppressed. %s = The event ID of the suppressed warnings. |
Resolution: Address the underlying problem which caused the warnings. |
SigtranApp::AnyTimeInterrogationLuaService
NS-AT-10805 WARNING | Configuration | Unexpected LUA result - not HASH, nil, or INTEGER. Using default error code. |
Cause: AnyTimeInterrogation service logic final success result is non-INTEGER scalar. Using default error code. | - |
Resolution: Check script logic for invalid return value. |
NS-AT-10806 WARNING | Message | Failed to encode AnyTimeInterrogationResult: %s |
Cause: Failed to encode AnyTimeInterrogationRequestResult . |
%s = The error that occurred when trying to encode the AnyTimeInterrogationResult data. |
Resolution: Check inbound content for valid AnyTimeInterrogationRequestResult structure. |
NS-AT-10807 WARNING | Message | Attempt to send AnyTimeInterrogation (ReturnResult) but no AnyTimeInterrogation was received. |
Cause: Attempted to send AnyTimeInterrogationRequestResult however did not receive AnyTimeInterrogationRequest . | - |
Resolution: Verify that responses are being sent by the network. |
NS-AT-10808 WARNING | Message | Error sending AnyTimeInterrogation: %s |
Cause: Failed to send AnyTimeInterrogationRequestResult . |
%s = The error result generated when trying to send the AnyTimeInterrogation. |
Resolution: Review the associated error result. |
NS-AT-10809 WARNING | Internal | Received unsupported TCAP-ABORT in ATI handling. |
Cause: Unsupported inbound TCAP-ABORT in AnyTimeInterrogationLuaService processing. | - |
Resolution: Contact N-Squared. |
NS-AT-10810 WARNING | Message | Error sending AnyTimeInterrogation: %s |
Cause: Failed to send AnyTimeInterrogation. |
%s = The error result generated when trying to send the AnyTimeInterrogation. |
Resolution: Review the associated error result. |
NS-AT-10811 WARNING | Message | Error sending AnyTimeInterrogation / ReturnError: %s |
Cause: Failed to send AnyTimeInterrogationRequest ReturnResult. |
%s = The error result generated when trying to send the AnyTimeInterrogation. |
Resolution: Review the associated error result. |
Statistics
The following 6 statistics may be generated by N2SNS Service “AnyTimeInterrogationLuaService”.
No statistics found that match search criteria.
N2::Application::LuaApp::LuaService
instance.refused.no_instance | Scope: | Job, Message | Type: | Counter |
Cause: | Lua instances that failed to be created. |
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 |
Cause: | Lua stat errors. |
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. |