TesterApp

Alarms

The following 187 alarms may be generated by N2SVCD Application “TesterApp”.

Show: Alarm Warning Clear Notice
No alarms found that match search criteria.
N2::Application
SV-AP-10012
NOTICE
ApplicationTrace Level is '%s'.
Cause:            Parameter configuration at startup.
                        Configured application trace level.
%s = The configured application trace level.
Resolution:    None.
SV-AP-10013
NOTICE
ApplicationTrace 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
ApplicationTrace 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
ApplicationRetaining '%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
ApplicationStatistics 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
ApplicationStatistics 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
ApplicationEDR Application Name = '%s'.
Cause:            Parameter configuration at startup.
                        Configured EDR application name.
%s = The configured EDR application name.
Resolution:    None.
SV-AP-10020
NOTICE
ApplicationEDR Default Stream = '%s'.
Cause:            Parameter configuration at startup.
                        Configured EDR stream.
%s = The configured EDR stream.
Resolution:    None.
SV-AP-10021
WARNING
ConfigurationCannot 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
ApplicationEDRs are Supported but NOT Enabled.
Cause:            Parameter configuration at startup.
                        Application supports EDRs but they are not enabled.
-
Resolution:    None.
SV-AP-10030
WARNING
ApplicationApplication 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
ApplicationConfiguration 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
ApplicationConfiguration 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
ApplicationApplication 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
ApplicationApplication 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:    Confirm that this state change is expected.
SV-AP-10034
WARNING
InternalInstance [%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
InternalInstance [%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
ApplicationFailed 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
InternalDiscarding 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
ApplicationFailed 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
ApplicationFailed 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
ConfigurationConfiguration 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
MessageResources 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
ConfigurationConfiguration 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
ApplicationReceived 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
ApplicationConfiguration 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
ApplicationCommand `%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
ApplicationCommand `%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
ApplicationCommand `%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
ApplicationUnhandled 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
ApplicationApplication 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
ApplicationApplication is now %s (not OVERLOADED).
Cause:            Application is no longer overloaded. %s = The new loading level (NORMAL or HIGH)
Resolution:    Check application traffic levels and configuration.
SV-AP-10053
NOTICE
ApplicationThrottle 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
ApplicationApplication 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
ApplicationApplication is now %s (not HIGH LOAD).
Cause:            Application is no longer at high-load. %s = The new loading level (NORMAL)
Resolution:    Check application traffic levels and configuration.
SV-AP-10056
NOTICE
ApplicationResource Vector Operation '%s' Succeeded.
Cause:            Application resource vector operation successful. %s = The vector operation key.
Resolution:    None.
SV-AP-10057
WARNING
InternalERROR 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
ConfigurationResource 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
JobShutdown/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
ConfigurationCannot 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
StoreDiscarded 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
StoreFailed 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
ApplicationUnhandled 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
ApplicationUnhandled 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::Handle
SV-AP-10101
WARNING
Internalsend_message 'sender_context' must be SCALAR.
Cause:            Attempting to send message to application handle that contains non SCALAR 'sender_context'. -
Resolution:    Contact N-Squared support.
SV-AP-10102
WARNING
Internalsend_message 'context' must be SCALAR.
Cause:            Attempting to send message to application with non SCALAR context. -
Resolution:    Contact N-Squared support.
SV-AP-10103
WARNING
Internalsend_message 'details' must be undef/HASH.
Cause:            Attempting to send message to application with non SCALAR/HASH/ARRAY details. -
Resolution:    Contact N-Squared support.
SV-AP-10104
WARNING
InternalSender Application is missing 'name'.
Cause:            Attempting to send message to application handle with missing sender name. -
Resolution:    Contact N-Squared support.
SV-AP-10105
WARNING
ConfigurationHandle: Unknown Sender Name '%s'.
Cause:            Application send message received unknown sending application name.
                        Application not found.
%s = Sender name.
Resolution:    Ensure sending application configuration is valid.
SV-AP-10106
WARNING
InternalQueue of non-management '%s' from '%s' to '%s' failed. Application status = STATUS_SHUTDOWN.
Cause:            Received non-administrative message while in application shutdown. %s = Message.
%s = Sender name.
%s = Application name.
Resolution:    Contact N-Squared support.
SV-AP-10107
WARNING
InternalERROR cloning %s message parameters: %s
Cause:            Failed to clone message parts for delivery in single-process. %s = The message type being cloned at this time.
%s = The error that occurred trying to clone the message part.
Resolution:    Contact N-Squared support.
SV-AP-10108
WARNING
InternalQueue '%s' to App '%s' (%s -> %s) failed: %s
Cause:            Failed to queue message to application. %s = Message.
%s = Application name.
%s = Sender context.
%s = Context.
%s = The error result message.
Resolution:    Contact N-Squared support.
SV-AP-10109
WARNING
InternalERROR freezing %s message: %s
Cause:            Failed to freeze message for delivery in multi-process. %s = The message type being frozen at this time.
%s = The error that occurred trying to freeze the message.
Resolution:    Contact N-Squared support.
SV-AP-10110
WARNING
MessageFailed to write SHM message %s from %s to %s %s Queue is Full.
Cause:            Attempted to write SHM message to a full queue. %s = Message.
%s = Sender name.
%s = Application name.
%s = Is administrative message.
Resolution:    Check if target applications are overloaded and responding.
                        Check the if the target applications are processing load.
                        Check if downstream applications are accepting and processing requests.
SV-AP-10111
WARNING
InternalUnsupported IPC mechanism.
Cause:            Unsupported IPC mechanism. -
Resolution:    Contact N-Squared support.
SV-AP-10112
WARNING
ConfigurationUnknown Application Name '%s' (not real or virtual).
Cause:            Received request to get unknown real or virtual application. %s = The application name.
Resolution:    Review requested application handle.
                        Review application configuration.
N2::Application::TcapApp
SV-TC-10101
WARNING
InternalDiscarding %s message without (|) context.
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
MessageFailed 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
MessageDiscarding %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
InternalReceived 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
MessageFailed 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
MessageDiscarding %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
MessageDiscarding '%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
MessageDiscarding 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
JobAborting/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
MessageDiscarding (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
MessageAborting (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
MessageDiscarding '%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
MessageDiscarding '%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
MessageDiscarding '%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
MessageDiscarding '%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
MessageDiscarding '%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
MessageDiscarded unrecognised component element.
Cause:            Unsupported component element.
                        Component discarded.
-
Resolution:    Check component element is valid.
N2::Application::TcapApp::TcapInstance
SV-TC-10130
WARNING
MessageInvalid 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
InternalAttempt to close unknown transaction %s.
Cause:            Attempted to close unknown transaction. %s = The unknown transaction.
Resolution:    Contact N-Squared support.
SV-TC-10203
WARNING
InternalDouble 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
InternalClose 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
InternalAttempt to abandon unknown transaction %s.
Cause:            Attempt to abandon unknown transaction. %s = The unknown transaction.
Resolution:    Contact N-Squared support.
SV-TC-10206
WARNING
InternalDouble 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
InternalAbandon 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
InternalAttempt 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
InternalAttempt 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
InternalAttempt 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
InternalAttempt 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
InternalOverloading 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
InternalFailed 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
InternalAttempt 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
InternalAttempt 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
InternalAttempt 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
MessageFailed 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
JobFailed 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
InternalAttempt 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
InternalAttempt 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
InternalAttempt 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
Configurationmatch_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
Configurationmatch_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
Configurationmatch_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
Configurationmatch_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
Configurationmatch_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
Configurationmatch1s_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::SVCD::Stats
SV-SD-10000
NOTICE
ApplicationEnabling 'statsd' notification to host %s:%d. Prefix = '%s'.
Cause:            Parameter configuration at startup.
                        Statsd statistics output enabled.
%s = The statsd host.
%d = The statsd port.
%s = The statsd prefix.
Resolution:    None.
N2::TCP::ClientConnection
SV-TP-10100
WARNING
ApplicationSSL 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
SocketFailed 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
ConnectionCannot 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
SocketFailed 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
ApplicationError 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
ConnectionError 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
ConnectionConnection 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
SocketOutbound 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
MessageUDP 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
ConnectionError 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
ConnectionError 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::TCP::Server
SV-TP-11000
NOTICE
ConnectionCreating UDP connection for %s:%d.
Cause:            Application startup.
                        Creating single UDP connection.
%s = The local host.
%d = The local port.
Resolution:    None.
SV-TP-11003
WARNING
ConnectionFailed to get '%s' socket.
Cause:            Failed to get socket. %s = The configured protocol name.
Resolution:    Review TCP socket configuration.
                        Check the host machine is capable of creating the request UNIX socket protocol.
SV-TP-11004
WARNING
ConnectionCannot get flags from socket: %s
Cause:            Unable to determine socket supported flags. %s = The error result when trying to parse the socket flags.
Resolution:    Review the associated error result.
                        Check TCP socket configuration.
                        Check the host machine supports getting socket flags.
SV-TP-11005
WARNING
ConnectionCannot set non-Blocking on socket: %s
Cause:            Unable to set socket as non blocking. %s = The error result when trying to set the socket as non blocking.
Resolution:    Review the associated error result.
                        Check TCP socket configuration.
                        Check the host machine supports creating non blocking sockets.
SV-TP-11006
WARNING
ConnectionBind %s socket to %s:%d failed with error: %s
Cause:            Failed to bind socket to host. %s = The socket protocol name.
%s = The local host.
%d = The local port.
%s = The error result when trying to parse the socket flags.
Resolution:    Review the associated error result.
                        Check the host bind configuration.
                        Check the host machine supports creating sockets.
SV-TP-11007
WARNING
ConnectionFailed to listen on bound TCP socket: %s
Cause:            Failed to listen on TCP socket. %s = The error result when trying listen on TCP socket.
Resolution:    Review the associated error result.
                        Check the TCP socket configuration.
SV-TP-11009
WARNING
ConnectionError accepting connection: %s
Cause:            Failed to accept inbound connection. %s = The error result when trying to accept inbound connection.
Resolution:    Review the associated error result.
SV-TP-11010
WARNING
ConnectionError processing new connection: %s
Cause:            Failed to process new inbound connection. %s = The error result when trying to accept inbound connection.
Resolution:    Review the associated error result.
N2::TCP::ServerConnection
SV-TP-10400
WARNING
ApplicationSSL is not supported on '%s' connections. Ignored.
Cause:            SSL is not supported on non-TCP protocol (e.g. UDP). %s = The configured connection protocol.
Resolution:    Check application protocol and SSL configuration.
N2::TCP::ServerConnection::JSON
SV-TP-10900
WARNING
InternalCallback 'request_received' discarded for method '%s'.
Cause:            Sub class does not implement request_received method.
                        Request discarded.
%s = The called method name.
Resolution:    Contact N-Squared support.
SV-TP-10901
WARNING
MessageInvalid JSON received: %s
Cause:            Received invalid JSON data. %s = The error result generated when tyring to parse the input JSON.
Resolution:    Review the associated error result.
                        Check input JSON is valid.
SV-TP-10902
WARNING
MessageReceived JSON of type '%s' but needed HASH (JSON Object).
Cause:            Received non hash JSON content. %s = The type of received JSON data.
Resolution:    Check input JSON is valid.
SV-TP-10903
WARNING
MessageInvalid 'jsonrpc' = '%s' (must be '2.0').
Cause:            Invalid JSON RPC version. %s = The received JSON RPC version.
Resolution:    Check input JSON is valid.
SV-TP-10904
WARNING
MessageMissing/Empty 'method' supplied.
Cause:            JSON RPC message missing method property. -
Resolution:    Check input JSON is valid.
SV-TP-10905
WARNING
MessageMissing/Empty 'id' supplied.
Cause:            JSON RPC message missing ID property. -
Resolution:    Check input JSON is valid.
SV-TP-10906
WARNING
MessageFailed to send response: %s
Cause:            Failed to send JSON RPC response. %s = The error result generated when trying to send the JSON RPC response.
Resolution:    Review the associated error result.
                        Check receiving application socket is not overloaded.
N2::Trace
SV-AP-10065
WARNING
ApplicationSuppressed 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.
TesterApp
SV-TR-10000
NOTICE
ApplicationDefault DB App Name for '%s' requests is '%s'.
Cause:            Parameter configuration at startup.
                        Default request DB app name.
%s = Request type.
%s = DB app name.
Resolution:    None.
SV-TR-10001
NOTICE
ApplicationDefault default DB App Name for requests is '%s'.
Cause:            Parameter configuration at startup.
                        Default DB app name.
%s = DB app name.
Resolution:    None.
SV-TR-10002
NOTICE
ApplicationDefault REST App Name for '%s' requests is '%s'.
Cause:            Parameter configuration at startup.
                        Default REST app name.
%s = Request type.
%s = REST app name.
Resolution:    None.
SV-TR-10003
NOTICE
ApplicationDefault default REST App Name for requests is '%s'.
Cause:            Parameter configuration at startup.
                        Default REST app name.
%s = REST app name.
Resolution:    None.
SV-TR-10004
NOTICE
ApplicationDefault SMPP App Name for requests is '%s'.
Cause:            Parameter configuration at startup.
                        Default SMMP app name.
%s = SMMP app name.
Resolution:    None.
SV-TR-10005
NOTICE
ApplicationDefault PI App Name for requests is '%s'.
Cause:            Parameter configuration at startup.
                        Default PI app name.
%s = PI app name.
Resolution:    None.
SV-TR-10006
NOTICE
ApplicationDefault OSD App Name for requests is '%s'.
Cause:            Parameter configuration at startup.
                        Default OSD app name.
%s = OSD app name.
Resolution:    None.
SV-TR-10008
NOTICE
ApplicationDefault DIAMETER App Name for requests is '%s'.
Cause:            Parameter configuration at startup.
                        Default Diameter app name.
%s = Diameter app name.
Resolution:    None.
SV-TR-10009
NOTICE
ApplicationDefault SIGTRAN App Name for requests is '%s'.
Cause:            Parameter configuration at startup.
                        Default Sigtran app name.
%s = Sigtran app name.
Resolution:    None.
SV-TR-10010
NOTICE
ApplicationWill listen for JSON on '%s:%s'.
Cause:            Parameter configuration at startup.
                        JSON RPC host and port.
%s = JSON RPC host.
%s = JSON RPC port.
Resolution:    None.
SV-TR-10011
NOTICE
ApplicationDefault SCP TCAP Timeout = %d seconds.
Cause:            Parameter configuration at startup.
                        Default SCP TCAP timeout.
%d = SCP TCAP timeout seconds.
Resolution:    None.
SV-TR-10012
NOTICE
ApplicationDefault Request Timeout = %d seconds.
Cause:            Parameter configuration at startup.
                        Default request timeout.
%d = Request timeout seconds.
Resolution:    None.
SV-TR-10013
NOTICE
ApplicationDefault PI Timeout = %d seconds.
Cause:            Parameter configuration at startup.
                        Default PI timeout.
%d = PI timeout seconds.
Resolution:    None.
SV-TR-10014
NOTICE
ApplicationDefault OSD Timeout = %d seconds.
Cause:            Parameter configuration at startup.
                        Default OSD timeout.
%d = OSD timeout seconds.
Resolution:    None.
SV-TR-10015
NOTICE
ApplicationDefault REST Timeout = %d seconds.
Cause:            Parameter configuration at startup.
                        Default REST timeout.
%d = REST timeout seconds.
Resolution:    None.
SV-TR-10016
NOTICE
ApplicationDefault Diameter Timeout = %d seconds.
Cause:            Parameter configuration at startup.
                        Default Diameter timeout.
%d = Diameter timeout seconds.
Resolution:    None.
SV-TR-10017
NOTICE
ConfigurationNo registration found for SMPP '%s' to Destination Address '%s'.
Cause:            No registered destination address for SMPP PDU. %s = PDU.
%s = Destination address.
Resolution:    Check SMMP destination address configuration.
SV-TR-10018
WARNING
ConfigurationNo registration found for Diameter Session-Id '%s'.
Cause:            No registration found for Diameter Session-Id. %s = Diameter Session-Id.
Resolution:    Review configuration for Diameter message handling.
SV-TR-10019
NOTICE
JobDiscarding abandoned run ID '%s' (finished %s > %s seconds ago).
Cause:            Discarding abandoned test run. %s = The abandoned test run ID.
%s = The time since the test run finished.
%s = The discard timeout.
Resolution:    None.
SV-TR-10020
WARNING
MessageDiscarding '%s' message with no instance context.
Cause:            Message received with no instance context. %s = Received message context.
Resolution:    Review the message type.
                        Review the message content construction.
SV-TR-10021
WARNING
JobFailed to create test run id '%s': %s
Cause:            Failed to create test run. %s = Test run ID.
%s = Test run creation error.
Resolution:    Review the associated error result.
SV-TR-10022
WARNING
ConfigurationParameter OSSN is now a SigtranApp parameter, not a TesterApp parameter.
Cause:            Parameter configuration at startup.
                        OSSN configuration is no longer applicable to Tester app.
-
Resolution:    Review application configuration.
SV-TR-10023
WARNING
MessageInvalid/Missing SMPP for inbound SMPP.
Cause:            SMPP missing for inbound SMPP. -
Resolution:    Check inbound SMPP message content.
SV-TR-10024
WARNING
MessageInvalid/Missing PDU for inbound SMPP.
Cause:            SMPP missing PDU. -
Resolution:    Check inbound SMPP message content.
SV-TR-10025
WARNING
MessageUnsupported PDU '%s' for inbound SMPP.
Cause:            Unsupported PDU for inbound SMPP. %s = Unsupported PDU.
Resolution:    Check inbound SMPP message content.
SV-TR-10026
WARNING
MessageInvalid/Missing Destination Address for inbound '%s'.
Cause:            SMPP message missing destination address for inbound PDU. %s = PDU missing destination address.
Resolution:    Check inbound SMPP message content.
SV-TR-10027
WARNING
MessageInvalid/Missing Diameter details for inbound Diameter request.
Cause:            Inbound Diameter message missing Diameter content. -
Resolution:    Check inbound Diameter message content.
SV-TR-10028
WARNING
MessageInvalid/Missing Session-Id for inbound Diameter.
Cause:            Inbound Diameter message invalid/missing Session-Id. -
Resolution:    Check inbound Diameter message content.
SV-TR-10049
NOTICE
ApplicationEDR stream [%s]. Dir = '%s'.
Cause:            Application configuration at startup.
                        Creating EDR stream definition.
%s = The EDR stream key.
%s = The configured EDR output directory.
Resolution:    None.
SV-TR-10051
NOTICE
ApplicationDefault OSD Timeout = %d seconds.
Cause:            Parameter configuration at startup.
                        Default OSD timeout.
%d = OSD timeout seconds.
Resolution:    None.
SV-TR-10202
NOTICE
ApplicationMax EDRs per stream to cache = %d.
Cause:            Parameter configuration at startup.
                        Max EDRs per stream to cache.
%d = Number of max EDRs per stream to cache.
Resolution:    None.
SV-TR-10203
NOTICE
ApplicationEDR Check Milliseconds = %d.
Cause:            Parameter configuration at startup.
                        EDR check milliseconds.
%d = Number of milliseconds between checks for new EDRs on disk.
Resolution:    None.
SV-TR-10204
WARNING
ResourceSkipped %d malformed lines during EDR searching.
Cause:            Detected bad EDR formatting lines during EDR processing. %d = The amount of malformed lines that were detected.
Resolution:    Review EDR generation for invalid content.
SV-TR-10205
WARNING
ResourceFound bad line when reading EDR content: '%s'
Cause:            Detected a badly formatted line while trying to read EDR data. %s = The malformed line.
Resolution:    Review EDR generation for invalid content.
SV-TR-10206
NOTICE
ApplicationEDR Margin Seconds = %d.
Cause:            Parameter configuration at startup.
                        EDR margin seconds.
%d = Number of seconds to allow for EDR margin seconds.
Resolution:    None.
SV-TR-10207
NOTICE
ApplicationEDR Retirement Seconds = %d.
Cause:            Parameter configuration at startup.
                        EDR retirement seconds.
%d = Number of seconds until an inactive EDR file is "retired" and will no longer be checked for mtime.
Resolution:    None.
SV-TR-10208
WARNING
ResourceFailed action [%s] on EDR file '%s': %s
Cause:            System occurred while reading/processing EDR file. %s = The activity being performed on the file.
%s = The name of the file.
%s = The associated file access error message.
Resolution:    Review directory/file permissions and usage.
TesterApp::JsonServerConnection
SV-TR-10029
WARNING
MessageTesterApp::JsonConnection: Require 'params' to be HASH if present.
Cause:            Received non-hash input parameters. -
Resolution:    Check input params correctly configured as hash.
TesterApp::TestInstance
SV-TR-10047
WARNING
Job%s
Cause:            Test failure/abort reason. %s = Abort reason.
Resolution:    Review the associated abort reason.
SV-TR-10048
WARNING
JobFailed to parse Set-Cookie attribute '%s'.
Cause:            Cannot parse an attribute contained in a Set-Cookie header.
                        This attribute is ignored.
%s = Text of the unsupported attribute.
Resolution:    Contact N-Squared support.
TesterApp::TestRun
SV-TR-10030
WARNING
ConfigurationRequested default DB Agent '%s' is not a known Application.
Cause:            Default DB agent application not found. %s = Default DB app name.
Resolution:    Check DB agent application configuration.
SV-TR-10031
WARNING
ConfigurationRequested %s DB Agent '%s' is not a known Application.
Cause:            Default named DB agent application not found. %s = Default named key.
%s = DB app name.
Resolution:    Check named DB agent application configuration.
SV-TR-10032
WARNING
ConfigurationRequested default REST Agent '%s' is not a known Application.
Cause:            Default REST agent application not found. %s = REST app name.
Resolution:    Check REST agent application configuration.
SV-TR-10033
WARNING
ConfigurationRequested %s REST Agent '%s' is not a known Application.
Cause:            Default named REST agent application not found. %s = Default named key.
%s = REST app name.
Resolution:    Check named REST agent application configuration.
SV-TR-10034
WARNING
ConfigurationRequested SMPP Agent '%s' is not a known Application.
Cause:            SMPP agent application not found. %s = SMPP app name.
Resolution:    Check SMPP agent application configuration.
SV-TR-10035
WARNING
ConfigurationRequested PI Agent '%s' is not a known Application.
Cause:            PI agent application not found. %s = PI app name.
Resolution:    Check PI agent application configuration.
SV-TR-10036
WARNING
ConfigurationRequested OSD Agent '%s' is not a known Application.
Cause:            OSD agent application not found. %s = OSD app name.
Resolution:    Check OSD agent application configuration.
SV-TR-10038
WARNING
ConfigurationRequested DIAMETER Agent '%s' is not a known Application.
Cause:            Diameter agent application not found. %s = Diameter app name.
Resolution:    Check Diameter agent application configuration.
SV-TR-10039
WARNING
ConfigurationRequested SIGTRAN Agent '%s' is not a known Application.
Cause:            SIGTRAN agent application not found. %s = SIGTRAN app name.
Resolution:    Check SIGTRAN agent application configuration.
SV-TR-10040
WARNING
JobFailed to start new instance %d for run id '%s': %s
Cause:            Failed to start new instance. %d = Run instance index.
%s = Run ID.
%s = Instance creation error.
Resolution:    Review the associated error result.
SV-TR-10041
WARNING
JobFailed to start first instance for '%s': %s
Cause:            Failed to start first instance for run. %s = Run ID.
%s = Error result message.
Resolution:    Review the associated error result.
SV-TR-10042
WARNING
JobTrace has been enabled with backlog '%ig' > %i. Abort Run.
Cause:            Trace enabled with performance backlog exceeding maximum trace backlog. %i = Configured backlog value.
%i = Maximum debug backlog value.
Resolution:    Check backlog configuration.
SV-TR-10043
WARNING
JobFailed to start instance for '%s': %s
Cause:            Failed to start performance test instance. %s = Run ID.
%s = Error result message.
Resolution:    Review the associated error result.
SV-TR-10044
WARNING
JobTrace has been enabled with cps '%i' > %i. Abort Run.
Cause:            Trace enabled with performance CPS exceeding maximum trace CPS. %i = Configured CPS.
%i = Max debug CPS.
Resolution:    Check CPS configuration.
SV-TR-10045
WARNING
JobTrace has been enabled with backlog '%i' > %i. Abort Run.
Cause:            Trace enabled with performance backlog exceeding maximum trace backlog. %i = Configured backlog.
%i = Max debug backlog.
Resolution:    Check backlog configuration.
SV-TR-10046
WARNING
JobFailed to start instance for '%s': %s
Cause:            Failed to start test instance. %s = Run ID.
%s = Error result message.
Resolution:    Review the associated error result.

Statistics

The following 33 statistics may be generated by N2SVCD Application “TesterApp”.

No statistics found that match search criteria.
N2::Application
instance.throttle.max_instancesMessageCounter
Cause:Maximum number of instances exceeding the max number of instances.
instance.throttle.max_tps_averageMessageCounter
Cause:Average max TPS for the last throttle period.
N2::Application::AppInstance
instance.abortJob, MessageCounter
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.shutdownJob, MessageCounter
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.startJob, MessageCounter
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.
TesterApp
instance.unhandled.ati.invalidJob, MessageCounter
Cause:TCAP instances not started due to MAP ATI decode failure.
run.refused.bad_idServiceCounter
Cause:Test runs not started due to missing or invalid 'run_id'.
run.refused.bad_lock.entryServiceCounter
Cause:Test runs not started due to invalid 'locks' array entry.
run.refused.bad_lock.entry.keyServiceCounter
Cause:Test runs not started due to invalid 'locks' array entry 'key'.
run.refused.bad_lock.entry.key.evalServiceCounter
Cause:Test runs not started due to 'locks' array entry 'key' failing to evaluate.
run.refused.bad_lock.entry.key.resultServiceCounter
Cause:Test runs not started due to 'locks' array entry 'key' failing to evaluate to a scalar.
run.refused.bad_lock.entry.waitServiceCounter
Cause:Test runs not started due to invalid 'locks' array entry 'key'.
run.refused.bad_lock.typeServiceCounter
Cause:Test runs not started due to invalid array 'locks'.
run.refused.bad_varsServiceCounter
Cause:Test runs not started due to invalid 'vars' object.
run.refused.cannot_startServiceCounter
Cause:Test runs not started due to unexpected error.
run.refused.duplicate_idServiceCounter
Cause:Test runs not started due to duplicate 'run_id'.
run.refused.lockedServiceCounter
Cause:Test runs not started due to lock already being in use.
run.startServiceCounter
Cause:Test runs started successfully.
TesterApp::JsonServerConnection
rpc.json.cancel-testServiceCounter
Cause:JSON RPC CancelTest request received.
rpc.json.cancel-test.error.paramsServiceCounter
Cause:JSON RPC CancelTest request received with invalid 'params' object.
rpc.json.execute-testServiceCounter
Cause:JSON RPC ExecuteTest request received.
rpc.json.execute-test.error.paramsServiceCounter
Cause:JSON RPC ExecuteTest request received with invalid 'params' object.
rpc.json.query-all-testsServiceCounter
Cause:JSON RPC QueryAllTests request received.
rpc.json.query-all-tests.error.paramsServiceCounter
Cause:JSON RPC QueryAllTests request received with invalid 'params' object.
rpc.json.query-testServiceCounter
Cause:JSON RPC QueryTest request received.
rpc.json.query-test.error.paramsServiceCounter
Cause:JSON RPC QueryTest request received with invalid 'params' object.
rpc.json.resume-instanceServiceCounter
Cause:JSON RPC ResumeInstance request received.
rpc.json.resume-instance.error.paramsServiceCounter
Cause:JSON RPC ResumeInstance request received with invalid 'params' object.
rpc.json.unknownServiceCounter
Cause:JSON RPC unknown request received.
rpc.json.unknown.error.paramsServiceCounter
Cause:JSON RPC unknown request received with invalid 'params' object.
TesterApp::TestRun
instance.refused.cannot_startServiceCounter
Cause:Test run instances unable to start due to an unexpected error.
run.abortServiceCounter
Cause:Test runs aborted.
run.completeServiceCounter
Cause:Test runs completed.