ScriptApp
Alarms
The following 124 alarms may be generated by N2SVCD Application “ScriptApp”.
Show:
Alarm
Warning
Clear
Notice
No alarms found that match search criteria.
N2::Application
SV-AP-10000 WARNING | Connection | Error sending statistics: %s |
Cause: An error was encountered sending application statistics. |
%s = The error that occurred when sending statistics. |
Resolution: Review N2SVCD statistics configuration. Ensure the endpoint is available. |
SV-AP-10012 NOTICE | Application | Trace Level is '%s'. |
Cause: Parameter configuration at startup. Configured application trace level. |
%s = The configured application trace level. |
Resolution: None. |
SV-AP-10013 NOTICE | Application | Trace Level Max is '%s'. |
Cause: Parameter configuration at startup. Configured application max trace level. |
%s = The configured max trace level. |
Resolution: None. |
SV-AP-10014 NOTICE | Application | Trace Per Second is '%s'. |
Cause: Parameter configuration at startup. Configured application trace per second. |
%s = The configured trace per second. |
Resolution: None. |
SV-AP-10015 NOTICE | Application | Retaining '%d' shutdown instances. |
Cause: Parameter configuration at startup. Configured application instance retention count. |
%d = The configured shutdown instance retention count. |
Resolution: None. |
SV-AP-10016 NOTICE | Application | Statistics Slice Count is '%s'. |
Cause: Parameter configuration at startup. Configured application statistics slice count. |
%s = The configured statistics slice count. |
Resolution: None. |
SV-AP-10017 NOTICE | Application | Statistics Slice Seconds is '%s'. |
Cause: Parameter configuration at startup. Configured application statistics slice seconds. |
%s = The configured statistics slice seconds. |
Resolution: None. |
SV-AP-10019 NOTICE | Application | EDR Application Name = '%s'. |
Cause: Parameter configuration at startup. Configured EDR application name. |
%s = The configured EDR application name. |
Resolution: None. |
SV-AP-10020 NOTICE | Application | EDR Default Stream = '%s'. |
Cause: Parameter configuration at startup. Configured EDR stream. |
%s = The configured EDR stream. |
Resolution: None. |
SV-AP-10021 WARNING | Configuration | Cannot write EDRs. Configured EDR App '%s' is not a known Application. |
Cause: Configured EDR application to utilize does not map to known application. |
%s = The name of the EDR app that is not known. |
Resolution: Check application configuration defines configured EDR application. Check configured EDR application exists and is configured. |
SV-AP-10029 NOTICE | Application | EDRs are Supported but NOT Enabled. |
Cause: Parameter configuration at startup. Application supports EDRs but they are not enabled. | - |
Resolution: None. |
SV-AP-10030 WARNING | Application | Application did not handle timeout reason '%s'. |
Cause: Received timeout that the underlying application did not handle. |
%s = The reason the timeout was not handled. |
Resolution: Contact N-Squared support. |
SV-AP-10031 NOTICE | Application | Configuration Scalar Update of '%s' %s. |
Cause: Application configuration scalar value updated. |
%s = The configuration key that was updated. %s = Whether or not the update was successful. |
Resolution: None. |
SV-AP-10032 NOTICE | Application | Configuration Vector Change of '%s' [%s] Succeeded. |
Cause: Application configuration vector updated. |
%s = The updated configuration key. %s = The update action. |
Resolution: None. |
SV-AP-10033 ALARM | Application | Application transition from %s -> %s. |
Cause: Application access has transitioned between ONLINE <=> SHUTDOWN/OFFLINE/QUIESCE. |
%s = The original access level name (ONLINE). %s = The new access level name (SHUTDOWN/OFFLINE/QUIESCE). |
Resolution: Confirm that this state change is expected. |
SV-AP-10033 CLEAR | Application | Application transition from %s -> %s. |
Cause: Application access has transitioned between SHUTDOWN/OFFLINE/QUIESCE <=> ONLINE. |
%s = The original access level name (SHUTDOWN/OFFLINE/QUIESCE). %s = The new access level name (ONLINE). |
Resolution: None. |
SV-AP-10034 WARNING | Internal | Instance [%s] already over when performing instance_over(). |
Cause: Instance received duplicate 'over' handler. |
%s = Instance index. |
Resolution: Contact N-Squared support. |
SV-AP-10035 WARNING | Internal | Instance [%s] not found when performing instance_over(). |
Cause: Instance not found when performing over handler. |
%s = Instance index. |
Resolution: Contact N-Squared support. |
SV-AP-10038 WARNING | Application | Failed to cancel timer [%s]: %s |
Cause: Failed to cancel in progress timer. |
%s = The reason the timer could not be canceled. %s = The error result when trying to cancel the timer. |
Resolution: Review the associated error reason. Review the associated error result. Contact N-Squared support. |
SV-AP-10039 WARNING | Internal | Discarding Message from unknown sender '%s'. |
Cause: Received application message from unknown sender. |
%s = The unknown sender. |
Resolution: Contact N-Squared support. |
SV-AP-10040 WARNING | Application | Failed to process %s from %s: %s |
Cause: Failed to process admin queue message. |
%s = The message. %s = The sending application. %s = The error result when trying to read from the message queue. |
Resolution: Contact N-Squared support. |
SV-AP-10041 WARNING | Application | Failed to process %s from %s: %s |
Cause: Failed to process user queue message. |
%s = The message. %s = The sending application. %s = The error result when trying to read from the message queue. |
Resolution: Contact N-Squared support. |
SV-AP-10042 WARNING | Configuration | Configuration Request for '%s' (%s) Failed: %s |
Cause: Failed to query application configuration vector. |
%s = The configuration key. %s = The configuration row key. %s = The error result when trying to query the configuration vector. |
Resolution: Review the associated error result. Check the inbound message content construction. |
SV-AP-10043 WARNING | Message | Resources Request for '%s' (%s) Failed: %s |
Cause: Failed to query application resource. |
%s = The resource key. %s = The resource key row. %s = The error result when trying to query the resource. |
Resolution: Review the associated error result. Check the inbound message content construction. |
SV-AP-10044 WARNING | Configuration | Configuration Update of '%s' Failed: %s |
Cause: Failed to update application configuration scalar. |
%s = The configuration key. %s = The error result when trying to update the configuration scalar. |
Resolution: Review the associated error result. Check the configuration update message content construction. |
SV-AP-10045 WARNING | Application | Received instance message %s with no context. Discarding. |
Cause: Received instance message with no context. |
%s = The message. |
Resolution: Review message construction. Ensure instance message contains instance context. |
SV-AP-10046 WARNING | Application | Configuration environment translation for '\${%s}' is not defined. |
Cause: Configuration environment not defined. |
%s = The configuration variable name. |
Resolution: Check environment configuration. |
SV-AP-10047 WARNING | Application | Command `%s` failed to execute: %s |
Cause: Failed to execute variable command. |
%s = The error message generated when trying to execute the command. %s = The command. |
Resolution: Review the associated command error. Check application execution permissions. Check command syntax and structure. |
SV-AP-10048 WARNING | Application | Command `%s` died with signal %d. |
Cause: Variable command execution exited with non-zero exit code. |
%s = The command. %d = The exit signal. |
Resolution: Review the associated error signal. Check application execution permissions. Check command syntax and structure. |
SV-AP-10049 WARNING | Application | Command `%s` exited with non-zero value %d. |
Cause: Variable command execution exited with non-zero exit code. |
%s = The command. %d = The exit code. |
Resolution: Review the associated exit code. Check command syntax and structure. |
SV-AP-10050 WARNING | Resource Configuration | Hostname '%s' is not known. |
Cause: Failed to convert Hostname into address. Hostname is not known. |
%s = The hostname. |
Resolution: Check Hostname configuration. Check address configuration. Check DNS availability. |
SV-AP-10051 WARNING | Application | Unhandled Message '%s' for Context '%s' from App '%s'. |
Cause: Application unable to handle message. |
%s = The message. %s = The message context. %s = The sending application name. |
Resolution: Contact N-Squared support. |
SV-AP-10052 ALARM | Application | Application is now OVERLOADED. |
Cause: Application is now overloaded to the point where processing is affected. | - |
Resolution: Check application traffic levels and configuration. |
SV-AP-10052 CLEAR | Application | Application is now %s (not OVERLOADED). |
Cause: Application is no longer overloaded. |
%s = The new loading level (NORMAL or HIGH) |
Resolution: None. |
SV-AP-10053 NOTICE | Application | Throttle Enabled: max %d instances, max tps (%d average over %d secs). |
Cause: Parameter configuration at startup. Configured application throttling parameters. |
%d = The configured maximum active instance count. %d = The configured maximum TPS (new instances per second). %d = The configured sliding window (in seconds) for measuring TPS. |
Resolution: None. |
SV-AP-10054 ALARM | Application | Application is now at HIGH LOAD. |
Cause: Application is now at high-load (processing is not yet affected). | - |
Resolution: Check application traffic levels and configuration. |
SV-AP-10054 CLEAR | Application | Application is now %s (not HIGH LOAD). |
Cause: Application is no longer at high-load. |
%s = The new loading level (NORMAL) |
Resolution: None. |
SV-AP-10056 NOTICE | Application | Resource Vector Operation '%s' Succeeded. |
Cause: Application resource vector operation successful. |
%s = The vector operation key. |
Resolution: None. |
SV-AP-10057 WARNING | Internal | ERROR thawing %d byte envelope: %s |
Cause: Failed to thaw message byte envelope. |
%d = The message envelope length. %s = The error that occurred trying to thaw the payload. |
Resolution: Contact N-Squared support. |
SV-AP-10058 WARNING | Configuration | Resource Operation of '%s' Failed: %s |
Cause: Failed to perform resource operation. |
%s = The resource key. %s = The error result when trying to perform the resource operation. |
Resolution: Review the associated error result. Check the configuration update message content construction. |
N2::Application::AppInstance
SV-AP-10201 WARNING | Job | Shutdown/Abort: %s |
Cause: A single instance has received an unexpected shutdown/abort message. Depending on the application, an "instance" may represent a transaction, call, session, request/response pair, etc. |
%s = The abort reason. |
Resolution: Review the associated abort reason for further details. |
SV-AP-10202 WARNING | Configuration | Cannot write EDRs. EDR Application Name is not correctly configured. |
Cause: Cannot write EDR due to no configured EDR application. | - |
Resolution: Check configured EDR application exists and is configured. |
SV-AP-10203 WARNING | Store | Discarded EDR event '%s' after shutdown. |
Cause: Received EDR write event after application shutdown. |
%s = EDR event. |
Resolution: Review the associated triggering event. Review shutdown procedure. Ensure no traffic is being processed when application shutdown is triggered. |
SV-AP-10204 WARNING | Store | Failed sending EDR to EdrApp: %s |
Cause: Failed to send EDR record to EDR writer process. |
%s = The error result when attempting to write the EDR to the writer process. |
Resolution: Review the associated error result. Contact N-Squared support. |
SV-AP-10205 WARNING | Application | Unhandled timer '%s' (discarded). |
Cause: Received timeout that the underlying application did not handle timeout. The timer was discarded. |
%s = The reason the timeout was not handled. |
Resolution: Contact N-Squared support. |
SV-AP-10206 WARNING | Application | Unhandled message '%s' (discarded). |
Cause: A message was received that was not handled. The message was discarded. |
%s = The unhandled message. |
Resolution: Contact N-Squared support. |
N2::Application::TcapApp
SV-TC-10101 WARNING | Internal | Discarding %s message without ( |
Cause: Received message that did not contain either an instance or transaction context. |
%s = The received message. |
Resolution: Contact N-Squared support. |
SV-TC-10102 WARNING | Message | Failed to send TCAP-TXNCHECK-RESPONSE notification: %s |
Cause: Failed to send TCAP transaction check response notification. |
%s = The error result generated when trying to send the notification. |
Resolution: Review the associated error result. |
SV-TC-10103 WARNING | Message | Discarding %s message for expired instance_idx|transaction = '%s', TID %s. |
Cause: Received message for expired instance_idx or transaction. Message discarded. |
%s = The received message. %s = The instance/transaction context. %s = The local TID. |
Resolution: Review the inbound message order and content construction. |
SV-TC-10104 WARNING | Internal | Received TCAP-TXNCHECK-REQUEST for unknown transaction %s. |
Cause: Received TCAP transaction check request for unknown transaction. |
%s = The received message transaction. |
Resolution: Contact N-Squared support. |
SV-TC-10105 WARNING | Message | Failed to send TCAP-TXNCHECK-RESPONSE for transaction %s: %s |
Cause: Failed to send TCAP transaction check response for transaction. |
%s = The failing transaction. %s = The error result generated when trying to send the response. |
Resolution: Review the associated error result. |
SV-TC-10106 WARNING | Message | Discarding %s message without type. |
Cause: Received message without message type. Message discarded. |
%s = The received message. |
Resolution: Check inbound message content construction. |
SV-TC-10107 WARNING | Message | Discarding '%s' (%s) message without (local_tid) sender_context. |
Cause: Received message without send context. Message discarded. |
%s = The received message. %s = The message type. |
Resolution: Check inbound message content construction. |
SV-TC-10108 WARNING | Message | Discarding associated TCAP_BEGIN for unknown instance_idx|transaction = '%s', New TID %s. |
Cause: Received associated TCAP begin for unknown instance. |
%s = The message context. %s = The associated local TID. |
Resolution: Check network is delivering messages in good time without replay. |
SV-TC-10109 WARNING | Job | Aborting/discarding second TCAP_BEGIN for already-associated transaction = '%s'. |
Cause: Received a second TCAP_BEGIN for an already-open transaction. |
%s = The transaction key. |
Resolution: Check network is delivering messages in good time without replay. |
SV-TC-10110 WARNING | Message | Discarding (initial) TCAP_BEGIN sent %.1f seconds ago. |
Cause: Received TCAP begin that exceeded the maximum expiry seconds. TCAP begin discarded. |
%.1f = The amount of seconds since the TCAP begin was sent. |
Resolution: Review associated expiry seconds. Ensure downstream Sigtran components are still available and processing requests. |
SV-TC-10111 WARNING | Message | Aborting (initial) TCAP_BEGIN rejected by Application: %s |
Cause: TCAP begin rejected. |
%s = The error result generated by the application that reject the TCAP begin. |
Resolution: Review the associated error result. |
SV-TC-10112 WARNING | Message | Discarding '%s' (%s) message without (instance_idx|transaction) context. |
Cause: Received message without instance/transaction context. Message discarded. |
%s = The received message. %s = The message type. |
Resolution: Review message content construction. |
SV-TC-10113 WARNING | Message | Discarding '%s' (%s) message without (local_tid) sender_context. |
Cause: Received message without sender context. Message discarded. |
%s = The received message. %s = The message type. |
Resolution: Review message content construction. |
SV-TC-10114 WARNING | Message | Discarding '%s' (%s) message for unknown/expired instance %s. |
Cause: Received message for unknown/expired instance. Message discarded. |
%s = The received message. %s = The message type. %s = The instance context. |
Resolution: Review message content construction. |
SV-TC-10115 WARNING | Message | Discarding '%s' (%s) message for unknown transaction %s on instance %s. |
Cause: Received message for unknown instance transaction. Message discarded. |
%s = The received message. %s = The message type. %s = The instance transaction. %s = The instance context. |
Resolution: Review message content construction. |
SV-TC-10116 WARNING | Message | Discarding '%s' (%s) unsupported TCAP type. |
Cause: Received unsupported TCAP type. |
%s = The received message. %s = The message type. |
Resolution: Review the requested TCAP type. Review the message content construction. Contact N-Squared support. |
SV-TC-10117 WARNING | Message | Discarded unrecognised component element. |
Cause: Unsupported component element. Component discarded. | - |
Resolution: Check component element is valid. |
N2::Application::TcapApp::TcapInstance
SV-TC-10130 WARNING | Message | Invalid components for TCAP SEND: %s |
Cause: Attempt to send invalid component structure. |
%s = Component reference type. |
Resolution: Contact N-Squared support. |
SV-TC-10202 WARNING | Internal | Attempt to close unknown transaction %s. |
Cause: Attempted to close unknown transaction. |
%s = The unknown transaction. |
Resolution: Contact N-Squared support. |
SV-TC-10203 WARNING | Internal | Double close on transaction %s - %s after %s. |
Cause: Attempted to close transaction that is already closed. |
%s = The transaction. %s = The reason generated when trying to perform a duplicate close. %s = The reason generated when originally closing the transaction. |
Resolution: Contact N-Squared support. |
SV-TC-10204 WARNING | Internal | Close attempt on half-open transaction %s. |
Cause: Attempted to close half open transaction. |
%s = The open transaction. |
Resolution: Contact N-Squared support. |
SV-TC-10205 WARNING | Internal | Attempt to abandon unknown transaction %s. |
Cause: Attempt to abandon unknown transaction. |
%s = The unknown transaction. |
Resolution: Contact N-Squared support. |
SV-TC-10206 WARNING | Internal | Double close/abandon on transaction %s - %s after %s. |
Cause: Attempt to abandon transaction that was already either closed or abandoned. |
%s = The transaction. %s = The close method. %s = The close reason associated with the previous transaction close. |
Resolution: Contact N-Squared support. |
SV-TC-10207 WARNING | Internal | Abandon attempt on fully-open transaction %s. |
Cause: Attempted to call abandon on fully open transaction. |
%s = The open transaction. |
Resolution: Contact N-Squared support. |
SV-TC-10208 WARNING | Internal | Attempt to set AC on unknown transaction %s. |
Cause: Attempt to set application context on unknown transaction. |
%s = The unknown transaction. |
Resolution: Contact N-Squared support. |
SV-TC-10209 WARNING | Internal | Attempt to set result on unknown transaction %s. |
Cause: Attempt to set result dialogue parameters on unknown transaction. |
%s = The unknown transaction. |
Resolution: Contact N-Squared support. |
SV-TC-10210 WARNING | Internal | Attempt to get AC on unknown transaction %s. |
Cause: Attempt to get application context from unknown transaction. |
%s = The unknown transaction. |
Resolution: Contact N-Squared support. |
SV-TC-10211 WARNING | Internal | Attempt to get AARE dialogue result on unknown transaction %s. |
Cause: Attempt to get application context from unknown transaction. |
%s = The unknown transaction. |
Resolution: Contact N-Squared support. |
SV-TC-10212 WARNING | Internal | Overloading OUTBOUND Transaction '%s' Local TID '%s' is lost! |
Cause: Duplicate initialise method call on existing local TID. |
%s = The transaction. %s = The local TID that has been lost. |
Resolution: Contact N-Squared support. |
SV-TC-10213 WARNING | Internal | Failed pre-arranged end on open transaction %s: %s |
Cause: Failed to perform pre-arranged end on open transaction. |
%s = The open transaction. %s = The result generated when trying to perform a pre-arranged end on an open transaction. |
Resolution: Contact N-Squared support. |
SV-TC-10214 WARNING | Internal | Attempt to create invoke component for unknown transaction %s. |
Cause: Attempt to invoke unknown transaction. |
%s = The unknown transaction. |
Resolution: Contact N-Squared support. |
SV-TC-10215 WARNING | Internal | Attempt to get last sent opcode for unknown transaction %s. |
Cause: Attempt to get last sent opcode for unknown transaction. |
%s = The unknown transaction. |
Resolution: Contact N-Squared support. |
SV-TC-10216 WARNING | Internal | Attempt to get last received invoke id for unknown transaction %s. |
Cause: Attempt to get last received invoke ID for unknown transaction. |
%s = The unknown transaction. |
Resolution: Contact N-Squared support. |
SV-TC-10217 WARNING | Message | Failed to ABORT TCAP Transaction '%s' at shutdown with Local TID = '%s': %s |
Cause: Failed to abort TCAP transaction at application shutdown. |
%s = The transaction. %s = The transaction local TID. %s = The result generated when trying to abort the TCAP transaction. |
Resolution: Check network connectivity. |
SV-TC-10218 WARNING | Job | Failed to ABORT TCAP Transaction '%s' at shutdown with Local TID = '%s': %s |
Cause: Failed to abort TCAP transaction at instance shutdown. |
%s = The transaction. %s = The transaction local TID. %s = The result message generated when trying to send the abort. |
Resolution: Review the associated error result. |
SV-TC-10219 WARNING | Internal | Attempt to get remote SCCP on unknown transaction %s. |
Cause: Attempt to get remote SCCP address from unknown transaction. |
%s = The unknown transaction. |
Resolution: Contact N-Squared support. |
SV-TC-10220 WARNING | Internal | Attempt to get TIDs on unknown transaction %s. |
Cause: Attempt to get TIDs from unknown transaction. |
%s = The unknown transaction. |
Resolution: Contact N-Squared support. |
SV-TC-10221 WARNING | Internal | Attempt to get local SCCP on unknown transaction %s. |
Cause: Attempt to get local SCCP address from unknown transaction. |
%s = The unknown transaction. |
Resolution: Contact N-Squared support. |
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. |
ScriptApp
SV-ST-10000 WARNING | Configuration | Skipping malformed script rule with no 'script_file'. |
Cause: Skipped script rule with no script file. | - |
Resolution: Check script rule configuration. |
SV-ST-10001 WARNING | Configuration | Invalid value '%s' for 'trace_level'. Setting = 0. |
Cause: Invalid rule value for trace level. Defaulted to 0. |
%s = The configured rule trace level. |
Resolution: Check rule trace level configuration. |
SV-ST-10002 WARNING | Configuration | Script index value for '%s' is too complex. Anchored hex-digits only. |
Cause: Called party regex configuration is too complex. |
%s = Regex key configured value. |
Resolution: Check regex key configuration. Ensure only anchored hex-digits are used. |
SV-ST-10003 WARNING | Configuration | Script index is missing '%s'. Skipped. |
Cause: Script index missing called party regex. |
%s = Regex key configured value. |
Resolution: Check regex key configuration. |
SV-ST-10004 WARNING | Configuration | Script File '%s' Name [%s] conflicts with Existing File '%s'. Skipped. |
Cause: Script file name conflicts with existing file. |
%s = The conflicting script file. %s = The conflicting script file name. %s = The existing script file. |
Resolution: Check script file configuration for duplicate script files. |
SV-ST-10007 NOTICE | Configuration | Loading script index: '%s'. |
Cause: Parameter configuration at startup. Loading script index file. |
%s = The script index filename. |
Resolution: None. |
SV-ST-10008 WARNING | Configuration | No scripts loaded. No 'script_dir' defined. |
Cause: No script loaded. No script directory defined. | - |
Resolution: Check the script_dir configuration. |
SV-ST-10009 WARNING | Configuration | No scripts loaded. Cannot find script dir '%s'. |
Cause: No scripts loaded. Script directory not found. |
%s = The script directory being parsed. |
Resolution: Check the script_dir configuration.Ensure scripts are present and readable in the script directory. |
SV-ST-10010 WARNING | Configuration | Cannot stat script index '%s': %s |
Cause: Failed to stat script index file. |
%s = The path of the script index file. %s = The error result when stating the script index file. |
Resolution: Check script index.json file exists and is readable in the configured script directory. |
SV-ST-10011 WARNING | Configuration | Cannot open script index: '%s': %s |
Cause: Failed to open script index file. |
%s = The path of the script index file. %s = The error result when reading the script index file. |
Resolution: Check the script index.json file exists and is readable in the configured script directory. |
SV-ST-10012 WARNING | Configuration | Failed to load script index '%s': %s |
Cause: Failed to read and decode script index. |
%s = The path of the script index file. %s = The error result when reading the script index file. |
Resolution: Check the script index.json file exists and is readable in the configured script directory, and contains valid JSON content. |
SV-ST-10013 WARNING | Configuration | Index rule cannot run. Script '%s' did not load. |
Cause: Index rule cannot run. Required script did not load. |
%s = The name of the script that did not load. |
Resolution: Check that the required script is configured and available. |
SV-ST-10014 WARNING | Configuration | No such script defn file '%s'. |
Cause: Script definition file not found. |
%s = The filename of the configured script definition. |
Resolution: Check that the configured script definition file exists and is configured correctly. |
SV-ST-10015 WARNING | Configuration | Cannot get mtime for script file: '%s'. |
Cause: Failed to get MTIME for script file. |
%s = The filename of the configured script definition. |
Resolution: Check that the script file is readable and configured correctly. |
SV-ST-10016 WARNING | Configuration | Cannot load script file '%s': %s |
Cause: Failed to load script file. |
%s = The path of the configured script. %s = The error that occurred when reading the script file. |
Resolution: Check that the script file is readable and configured correctly. |
SV-ST-10017 WARNING | Configuration | Failed to create script definition '%s': %s |
Cause: Failed to create script definition. |
%s = The name of the script definition that failed to load. %s = The error that occurred when attempting to load the script definition. |
Resolution: Review the associated error result. Check the script definition contains valid LUA. |
SV-ST-10021 WARNING | Configuration | Could not find script definition for script '%s'. |
Cause: Failed to find script definition for defined script. |
%s = The name of the script that is missing a script definition. |
Resolution: Check that a script definition is configured and exists for the requested script. |
SV-ST-10022 WARNING | Configuration | Cannot find/load script: %s |
Cause: Failed to load script definition for defined script. |
%s = The name of the script definition. |
Resolution: Check that a script definition is configured and exists. |
SV-ST-10023 WARNING | Configuration | Failed to start new instance for script '%s': %s |
Cause: Failed to start script instance. |
%s = The name of the script that failed to start. %s = The error result generated when attempting to start the instance. |
Resolution: Review the associated error result. Ensure the requested script name contains valid LUA. |
SV-ST-10024 WARNING | Configuration | Received opcode %d does not match any script rule: %s |
Cause: Received opcode that doesn't match any configured script rule. |
%d = The requested opcode. %s = The rule associated with the requested opcode. |
Resolution: Check the script rule configuration contains a script reference for the requested opcode. |
ScriptApp::ScriptInstance
SV-ST-10020 WARNING | Configuration | Operation $current_op wait seconds '%s' is missing/invalid/zero. |
Cause: Invalid wait seconds definition. |
%s = The invalid requested number of seconds to wait. |
Resolution: Check requested wait seconds is defined and non zero integer. |
Statistics
The following 7 statistics may be generated by N2SVCD Application “ScriptApp”.
No statistics found that match search criteria.
N2::Application
instance.throttle.max_instances | Scope: | Message | Type: | Counter |
Cause: | Maximum number of instances exceeding the max number of instances. |
instance.throttle.max_tps_average | Scope: | Message | Type: | Counter |
Cause: | Average max TPS for the last throttle period. |
N2::Application::AppInstance
instance.abort | Scope: | Job, Message | Type: | Counter |
Cause: | Application instances aborted due to receiving an unexpected shutdown/abort message. Depending on the application, an "instance" may represent a transaction, call, session, request/response pair, etc. Note that aborted instances are still counted in instance.shutdown. |
instance.shutdown | Scope: | Job, Message | Type: | Counter |
Cause: | Application instances shut down (for any reason, including abort). Depending on the application, an "instance" may represent a transaction, call, session, request/response pair, etc. The difference between this statistic and instance.start represents the current number of active instances being handled by this application. |
instance.start | Scope: | Job, Message | Type: | Counter |
Cause: | Application instances started. Depending on the application, an "instance" may represent a transaction, call, session, request/response pair, etc. The difference between this statistic and instance.shutdown represents the current number of active instances being handled by this application. |
ScriptApp
instance.invalid | Scope: | Message | Type: | Counter |
Cause: | Instances unable to be executed due to no script |
Tags: | type |
idp |
InitialDP messages received that could not be decoded. | ati |
ATI messages received that could not be decoded. |
instance.no_script | Scope: | Message | Type: | Counter |
Cause: | Instances unable to be executed due to no script being loaded. |
Tags: | type |
no_match |
Opcodes received without a matching script rule. | no_script |
Rules matched without a defined script. | no_load |
Rules matched with a script that cannot be found/loaded. | not_started |
Scripts that failed to start a new instance. |