4.2 Messages beginning with KDAN
This section describes the messages beginning from KDAN00001 to KDAN99999 that are output by Cosminexus JMS Provider.
-
KDAN00001-I
Connection ID aa....aa closing. Client ID is bb....bb
aa....aa: Connection ID
bb....bb: Client ID
- Description
-
This message is displayed when the connection is closed.
-
KDAN00002-I
onEvent() connection event for ManagedConnection aa....aa and event ID bb....bb
aa....aa: Managed connection ID
bb....bb: Event ID
- Description
-
This message is displayed when the connection event generated by client runtime is delivered.
-
KDAN00003-I
onEvent() connection event for ManagedConnection aa....aa:, event ID bb....bb: and New AddressList= cc....cc:
aa....aa: Managed connection ID
bb....bb: Event ID string
cc....cc: addressList string
- Description
-
This message is displayed when addressList is not null and when the connection event generated by client runtime is provided.
-
KDAN00004-I
connectionClosed event ID aa....aa cleanup&destroy ManagedConnection bb....bb
aa....aa: Event ID
bb....bb: Managed connection
- Description
-
This message is displayed when the physical connection is closed.
-
KDAN00005-I
Creating managed connection Id aa....aa Using xa connection factory config bb....bb
aa....aa: Managed connection ID
bb....bb: Managed connection factory
- Description
-
This message is displayed when a Managed connection is set up.
-
KDAN00006-I
In getConnection() managed connection Id aa....aa XA connection Id bb....bb opening ConnectionAdapter, setting ClientId cc....cc
aa....aa: Managed connection ID
bb....bb: Direct connection ID
cc....cc: Client ID
- Description
-
This message is displayed when a new connection is acquired.
-
KDAN00008-I
EndpointConsumer Activation Spec aa....aa
aa....aa: Activation Spec (start specifications)
- Description
-
This message is displayed when the onException method of the ExceptionListener interface is invoked.
-
KDAN00009-I
EndpointConsumer reconnect attempt loop# aa....aa Delayed bb....bb milliseconds.
aa....aa: Loop count
bb....bb: Loop delay
- Description
-
This message is displayed when one or more attempts are made to reconnect the endpoint consumer.
-
KDAN00010-I
EndpointConsumer reconnect success on loop# aa....aa for bb....bb.
aa....aa: Loop count
bb....bb: Activation Spec (start specifications)
- Description
-
This message is displayed when the endpoint consumer is reconnected normally.
-
KDAN00012-I
ResourceAdapter JMS Resource Adapter starting...
- Description
-
This message is displayed when the resource adapter is starting.
-
KDAN00013-I
Resource Adapter Configuration aa....aa
aa....aa: Resource adapter configuration
- Description
-
This message is displayed when the resource adapter configuration information is displayed while starting the resource adapter.
-
KDAN00014-I
ResourceAdapter JMSRA Connection Factory Config = aa....aa.
aa....aa: XAConnection factory configuration
- Description
-
This message is displayed when the information about the resource adapter connection factory configuration is displayed while starting the resource adapter.
-
KDAN00015-I
ResourceAdapter JMSRA Started Broker Type = aa....aa.
aa....aa: Broker type
- Description
-
This message is displayed when the Broker type is displayed while starting the resource adapter.
-
KDAN00016-I
ResourceAdapter JMSRA stopping...
- Description
-
This message is displayed when the resource adapter is stopping.
-
KDAN00017-I
ResourceAdapter Closing Connection. Connection ID = aa....aa.
aa....aa: Connection ID
- Description
-
This message is displayed when the resource adapter is stopping.
-
KDAN00018-I
ResourceAdapter JMSRA stopped.
- Description
-
This message is displayed when the resource adapter is stopped.
-
KDAN00020-I
ResourceAdapter endpointActivation : createMessageConsumer Done. Factory ID = aa....aa Consumer ID = bb....bb.
aa....aa: Factory ID
bb....bb: Consumer ID
- Description
-
This message is displayed after creating the message consumer.
-
KDAN00023-I
ResourceAdapter endpointDeactivation : stopMessageConsumer. Factory ID = aa....aa Consumer ID = bb....bb.
aa....aa: Factory ID
bb....bb: Consumer ID
- Description
-
This message is displayed when the message consumer is stopped.
-
KDAN00026-I
ResourceAdapter onException Reconnect unsuccessfull on loop # aa....aa.
aa....aa: Loop count
- Description
-
This message is displayed when the resource adapter cannot be reconnected within the reconnection retry count.
-
KDAN00027-I
ResourceAdapter onEvent : Connection Event : aa....aa.
aa....aa: Event ID
- Description
-
This message is displayed when the onEvent method of the EventListener interface is invoked.
-
KDAN00028-I
ResourceAdapter getConnectionURL : returning default of ''localhost'' for empty connectionURL.
- Description
-
This message is displayed when the connection url for resource adapters is acquired.
-
KDAN00029-I
ResourceAdapter getJMXServiceURLList : addressList component = aa....aa.
aa....aa: Connection url
- Description
-
This message is displayed when JMXServiceURLList for resource adapters is acquired.
-
KDAN00030-I
ResourceAdapter getJMXServiceURLList : Address= aa....aa.
aa....aa: imq address
- Description
-
This message is displayed after imqAddress for resource adapters is set up.
-
KDAN00031-I
ResourceAdapter getJMXServiceURLList: JMXServiceURL string for addressList component aa....aa = bb....bb.
aa....aa: Connection url
bb....bb: JMXServiceURL
- Description
-
This message is displayed when JMXServiceURLList for resource adapters is acquired.
-
KDAN00032-I
ResourceAdapter init done. ResourceAdapter UID = aa....aa.
aa....aa: Resource adapter uid
- Description
-
This message is displayed when the resource adapter connection factory is configured.
-
KDAN00033-I
ResourceAdapter start : Connection ID = aa....aa.
aa....aa: Connection id
- Description
-
This message is displayed if the Broker type is not direct, when a connection is created.
-
KDAN03001-W
setResourceAdapter Illegal to re-associate ResourceAdapter aa....aa
aa....aa: Exception message
- Description
-
This message is displayed when the resource adapter Javabean is not integrated with ActivationSpec.
- Action
-
Make sure that the resource adapter Javabean that has already been allocated to the ActivationSpec instance is not allocated.
-
KDAN03002-W
setResourceAdapter Using default addressList due to setAddressList Exception
- Description
-
When the imqAddressList property is set up, take action based on the following causes:
-
If the property name is invalid
-
If the property value is invalid
-
If an attempt is made to change the set value, when the readOnly flag is set up
-
- Action
-
Specify a valid property name and value.
-
KDAN03003-W
setResourceAdapter Using default userName due to setUserName Exception
- Description
-
When the imqDefaultUsername property is set up, take action based on the following causes:
-
If the property name is invalid
-
If the property value is invalid
-
If an attempt is made to change the specified value, when the readOnly flag is set up
-
- Action
-
Specify a valid property name and value.
-
KDAN03004-W
setResourceAdapter Using default password due to setPassword Exception
- Description
-
When the imqDefaultPassword property is set up, take action based on the following causes:
-
If the property name is invalid
-
If the property value is invalid
-
If an attempt is made to change the specified value, when the readOnly flag is set up
-
- Action
-
Specify a valid property name and value.
-
KDAN03005-W
Property aa....aa is defaulted to bb....bb, Since the value = cc....cc is invalid
aa....aa: Property name
bb....bb: Default property value
cc....cc: User-specified property value
- Description
-
Take action based on the following causes:
-
When the value of the reconnectAttempts property is less than 1 for the connection factory
-
When the value of the reconnectInterval property is smaller than 0 (zero) for the connection factory
-
- Action
-
Do not set up the reconnectAttempts and reconnectInterval properties.
-
KDAN03007-W
connectionErrorOccurred, event ID aa....aa destroy ManagedConnection bb....bb
aa....aa: Event ID
bb....bb: Managed connection information
- Description
-
This message is displayed when a Managed connection is destroyed.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN03009-W
Previously destroyed ManagedConnection Id aa....aa
aa....aa: Managed connection ID
- Description
-
This message is displayed for an already terminated Managed connection.
- Action
-
Make sure that a Managed connection that is not terminated, is specified.
-
KDAN03010-W
TemporaryDestination delete() Can only delete user created TemporaryDestinations.
- Description
-
This message is displayed when an attempt is made to delete a system-created temporary destination.
- Action
-
Make sure that a user-created temporary destination is used.
-
KDAN03011-W
TemporaryDestination delete() Cannot delete TemporaryDestination with active consumers.
- Description
-
This message is displayed when active consumers exist in the temporary destination that the user wants to delete.
- Action
-
Make sure that the active consumers are terminated before deleting the temporary destination.
-
KDAN03012-W
ResourceAdapter - Resource Adapter already Started. Ignoring...
- Description
-
This message is displayed when the resource adapter is already running.
- Action
-
Confirm that the resource adapter has not been started.
-
KDAN03014-W
ResourceAdapter start:Invalid to perform doInitOnlyOnStart if RA has been started previously and stopped:Ignoring and Resetting doInitOnlyOnStart.
- Description
-
This message is displayed when the resource adapter is already running.
- Action
-
Confirm that the resource adapter has not been started.
-
KDAN03015-W
ResourceAdapter - Resource Adapter already Stopped. Ignoring...
- Description
-
This message is displayed when the resource adapter is not running.
- Action
-
Check whether the resource adapter has been terminated.
-
KDAN03016-W
ResourceAdapter onException Connection Failed aa....aa
aa....aa: Exception message
- Description
-
Take action based on the following causes:
-
When CJMSPBroker was terminated during the execution of the resource adapter
-
When the connection to CJMSPBroker from the resource adapter is disconnected
-
- Action
-
If CJMSPBroker is terminated, start CJMSPBroker or perform the operations required for restoring the connection between the resource adapter and CJMSPBroker.
-
KDAN03017-W
ResourceAdapter onException Reconnecting... Loop Attempt # aa....aa. Delayed bb....bb milliseconds.
aa....aa: Loop count
bb....bb: Delay (milliseconds)
- Description
-
The connection between the resource adapter and CJMSPBroker is disconnected and the resource adapter attempts to connect to CJMSPBroker.
- Action
-
Perform the operations required for restoring the connection between the resource adapter and CJMSPBroker.
-
KDAN03018-W
ResourceAdapter onException Reconnect successfull on loop # aa....aa.
aa....aa: Loop count
- Description
-
The connection between the resource adapter and CJMSPBroker is disconnected and the resource adapter successfully reconnects to CJMSPBroker.
- Action
-
Since the connection is restored, no action is required.
-
KDAN03019-W
ResourceAdapter getJMXServiceURL : RA not started. Returning null.
- Description
-
This message is displayed when the resource adapter is not running.
- Action
-
Start the resource adapter.
-
KDAN03022-W
Property MsgLogFileNum is defaulted to : aa....aa. Since the valid file num should be between 1 to bb....bb.
aa....aa: Default value
bb....bb: Maximum number of files
- Description
-
This message is displayed when an invalid value is specified for the MsgLogFileNum property of the resource adapter.
- Action
-
The valid value for the MsgLogFileNum property of the resource adapter is in the range from 1 to 16 (integer).
-
KDAN03023-W
Property MsgLogFileSize is defaulted to : aa....aa. Since the valid file size should be between bb....bb to cc....cc.
aa....aa: Default value
bb....bb: Minimum log file size
cc....cc: Maximum log file size
- Description
-
This message is displayed when an invalid value is specified for the MsgLogFileSize property of the resource adapter.
- Action
-
The valid value for the MsgLogFileSize property of the resource adapter is in the range from 8192 to 4194304 (integer).
-
KDAN03024-W
Property ExpLogFileNum is defaulted to : aa....aa. Since the valid file num should be between 1 to bb....bb.
aa....aa: Default value
bb....bb: Maximum number of files
- Description
-
This message is displayed when an invalid value is specified for the ExpLogFileNum property of the resource adapter.
- Action
-
The valid value for the ExpLogFileNum property of the resource adapter is in the range from 1 to 16 (integer).
-
KDAN03025-W
Property ExpLogFileSize is defaulted to : aa....aa. Since the valid file size should be between bb....bb to cc....cc.
aa....aa: Default value
bb....bb: Minimum log file size
cc....cc: Maximum log file size
- Description
-
This message is displayed when an invalid value is specified for the ExpLogFileSize property of the resource adapter.
- Action
-
The valid value for the ExpLogFileSize property of the resource adapter is in the range from 8192 to 4194304 (integer).
-
KDAN03026-W
Non-supported feature, Transacted session creation is used.
- Description
-
This warning message is displayed if Session, QueueSession, or TopicSession is created, when Transacted value is TRUE.
- Action
-
When Transacted value is TRUE, avoid creating Session, QueueSession, or TopicSession and use FALSE.
-
KDAN03027-W
Non-supported feature, JTA transaction(XA) is used.
- Description
-
This warning message is displayed, when XATransaction is used as the transaction support level in the resource adapter.
- Action
-
Avoid using XATransaction as the transaction support level. Instead, use LocalTransaction.
-
KDAN06001-E
Invalid property value aa....aa = bb....bb
aa....aa: Property name
bb....bb: Invalid value
- Description
-
This error occurs when the client sets up an invalid value for the property name.
- Action
-
Specify an appropriate property name.
-
KDAN06002-E
setResourceAdapter Incompatible ResourceAdapter class
- Description
-
This error occurs when the client uses an incompatible ResourceAdapter class associated with the ActivationSpec instance.
- Action
-
Specify name of a compatible ResourceApapter class to associate with ActivationSpec.
-
KDAN06004-E
Associating unknown resource adapter class-
- Description
-
This error occurs when the client uses an incompatible ResourceAdapter class associated with ManagedConnectionFactory instance.
- Action
-
Specify name of a compatible ResourceApapter class to associate with ManagedConnectionFactory.
-
KDAN06005-E
Illegal to change resource adapter association
- Description
-
This error occurs when the ra object becomes null while the Resource Adapter Javabean that is associated with the ManagedConnectionFactory instance is set up.
- Action
-
The ra object must not be null, when the Resource Adapter Javabean that is associated with the ManagedConnectionFactory instance is set up.
-
KDAN06006-E
Invalid property value, aa....aa must be greater than or equal to 0 Invalid value bb....bb
aa....aa: Property name
bb....bb: Invalid value
- Description
-
This error occurs when the client specifies an invalid value (<0) for the property name.
- Action
-
Confirm that the property value is valid.
If the value is invalid, set up a valid property value.
-
KDAN06007-E
Invalid property value, aa....aa must be greater than 0 Invalid value bb....bb
aa....aa: Property name
bb....bb: Invalid value
- Description
-
This error occurs when the client specifies an invalid value (<=0) for the property name.
- Action
-
Confirm that the property value is valid.
If the value is invalid, set up a valid property value.
-
KDAN06008-E
Invalid property value, subscriptionName and clientId must be non-null. subscriptionName= aa....aa clientId= bb....bb
aa....aa: Subscriber name
bb....bb: Client ID
- Description
-
This error occurs when the subscriber name and client ID property value are null.
- Action
-
Make sure that the subscriber name and client ID are not null.
-
KDAN06009-E
Invalid property value, endpointPoolSteadySize must be less than or equal to endpointPoolMaxSize endpointPoolSteadySize= aa....aa endpointPoolMaxSize bb....bb
aa....aa: EndpointPoolSteadySize
bb....bb: EndpointPoolMaxSize
- Description
-
This error occurs when the client sets up invalid values for endpointPoolSteadySize and endpointPoolMaxSize. endpointPoolSteadySize must be less than endpointPoolMaxSize.
- Action
-
Confirm that endpointPoolSteadySize is less than endpointPoolMaxSize.
-
KDAN06010-E
Unsupported- aa....aa
aa....aa: Operation name
- Description
-
This error occurs when an attempt is made to use a functionality that is not supported by the client.
- Action
-
Make sure that an unsupported functionality is not used.
-
KDAN06011-E
While closing got JMSExcption during _closeForPooling aa....aa
aa....aa: Connection debug information
- Description
-
This error occurs when the Managed connection is inactive and an attempt is made to associate the inactive Managed connection with ra or close the connection.
- Action
-
Confirm that the Managed connection is active during association or during close operations.
-
KDAN06012-E
aa....aa failed, Only one JMS Session allowed when managed connection is involved in a transaction
aa....aa: Session, queue session, or topic session
- Description
-
This error occurs when multiple sessions are created using a Managed connection. In the case of Managed connections, only one JMS session is allowed.
- Action
-
In the case of a Managed connection, make sure that more than one session is not created.
-
KDAN06013-E
Illegal operation, Connection is closed
- Description
-
This error occurs when the connection is lost during operations. If the connection is closed, IllegalStateException is thrown.
- Action
-
Make sure that the connection is not lost during operations in ra.
-
KDAN06014-E
Unable to associate ManagedConnection - Connection is destroyed
- Description
-
This error occurs when an inactive Managed connection is associated with ra.
- Action
-
When associating a Managed connection with ra, confirm that the Managed connection is active.
-
KDAN06015-E
While Destroy Exception on physical cnxn close-ignoring aa....aa
aa....aa: Exception message
- Description
-
This message is displayed when an exception occurs while destroying a connection.
- Action
-
Contact maintenance personnel for internal errors. Also, check the other logs.
-
KDAN06016-E
sendEvent:Unknown Event aa....aa
aa....aa: Event type
- Description
-
This error occurs when the event type does not exist in the registered list of listeners.
- Action
-
Contact maintenance personnel for internal errors. Also, check the other logs.
-
KDAN06017-E
connectionErrorOccurred Exception on cleanup&destroy event ID aa....aa and ManagedConnection bb....bb
aa....aa: Event ID
bb....bb: Managed connection
- Description
-
A connection error occurred during the cleanup and destroy processing, when closing the connection.
- Action
-
Contact maintenance personnel for internal errors. Also, check the other logs.
-
KDAN06018-E
connectionErrorOccurred Exception on destroy() event ID aa....aa and ManagedConnection bb....bb
aa....aa: Event ID
bb....bb: Managed connection
- Description
-
A connection error occurred during the destroy processing, when closing the connection.
- Action
-
Contact maintenance personnel for internal errors. Also, check the other logs.
-
KDAN06019-E
While destroyConnections Exception occurred aa....aa
aa....aa: Exception message
- Description
-
A connection error occurred, when destroying a connection.
- Action
-
Contact maintenance personnel for internal errors. Also, check the other logs.
-
KDAN06020-E
JMSException on createConnection aa....aa
aa....aa: Exception message
- Description
-
-
This error occurs when the Broker fails.
-
An error occurred while a connection was being created.
-
- Action
-
Make sure that the Broker started normally.
See the contents of the exception message and then take action, or contact maintenance personnel.
-
KDAN06021-E
Exception on setExceptionListener- aa....aa
aa....aa: Exception message
- Description
-
An error occurred, when setting up the exception listener for a Managed connection.
- Action
-
Contact maintenance personnel for internal errors. Also, check the other logs.
-
KDAN06022-E
Exception on XA Resource creation- aa....aa
aa....aa: Exception message
- Description
-
An error occurred, when creating the xa resource for a Managed connection.
- Action
-
Contact maintenance personnel for internal errors. Also, check the other logs.
-
KDAN06023-E
In getConnection auth failed for Subject aa....aa
aa....aa: Subject object
- Description
-
An error occurred, when creating a new connection handler using invalid user credentials.
- Action
-
Contact maintenance personnel for internal errors. Also, check the other logs.
-
KDAN06024-E
InvalidClientIDException in Managed Connection- aa....aa
aa....aa: Exception message
- Description
-
An error occurred, when an attempt was made to create a new connection using an invalid client ID.
- Action
-
Confirm that the client ID is valid.
-
KDAN06025-E
JMSException in Managed Connection- aa....aa
aa....aa: Exception message
- Description
-
An error occurred in RA, when establishing a Managed connection.
- Action
-
Contact maintenance personnel for internal errors. Also, check the other logs.
-
KDAN06026-E
associateConnection() invalid connection class name- aa....aa toString()- bb....bb
aa....aa: Connection class
bb....bb: Connection value
- Description
-
An error occurred because the connection object is not of the ConnectionAdapter type.
- Action
-
Contact maintenance personnel for internal errors. Also, check the other logs.
-
KDAN06027-E
Destroyed-Id in Managed Connection- aa....aa
aa....aa: ManagedConnection ID
- Description
-
An error occurred, when destroying a Managed connection.
- Action
-
Contact maintenance personnel for internal errors. Also, check the other logs.
-
KDAN06028-E
ConnectionFactoryAdapter getReference() NOT Supported
- Description
-
An error occurred, when the getReference method of the ConnectionFactory interface was called.
- Action
-
Do not call an unsupported method.
-
KDAN06029-E
ConnectionFactoryAdapter allocation failure for aa....aa
aa....aa: Connection or queue connection or topic connection
- Description
-
-
This message is displayed when the Broker fails.
-
An error occurred in ConnectionFactoryAdapter, when connecting to Broker.
-
- Action
-
Make sure that the Broker started normally.
See the contents of the exception message and then take action, or contact maintenance personnel.
-
KDAN06030-E
EndpointConsumer Exception setting Connection Factory reconnect params- aa....aa
aa....aa: Exception
- Description
-
An error occurred due to one of the following causes, when setting up the imqReconnectEnabled, imqReconnectAttempts, imqReconnectInterval, or imqAddressListIterations properties:
-
When name of an invalid property is set up
-
When an invalid property value is set up
-
An attempt is made to change the settings although the ReadOnly flag is set up
-
- Action
-
Specify a valid property name and value.
-
KDAN06031-E
EndpointConsumer Either ResourceAdapter or EndPointFactory or ActivationSpec value is null.
- Description
-
This error occurs when ResourceAdapter, MessageEndpointFactory, or ActivationSpec is null.
- Action
-
Contact maintenance personnel for internal errors. Also, check the other logs.
-
KDAN06032-E
EndpointConsumer Unsupported ActivationSpec Class - aa....aa
aa....aa: Class name
- Description
-
This error occurs when an unsupported operation is executed.
- Action
-
Avoid executing unsupported operations.
-
KDAN06034-E
EndpointConsumer createRemoteMessageConsumer Exception setting XA-ConnectionFactory properties - aa....aa.
aa....aa: Exception message
- Description
-
An error occurred due to one of the following causes, when setting up the imqDefaultUsername, imqDefaultPassword, imqAddressList, or imqReconnectEnabled properties:
-
When an invalid property name is set up
-
When an invalid property value is set up
-
When an attempt is made to change the settings although the ReadOnly flag is set up
-
- Action
-
Specify a valid property name and value.
-
KDAN06035-E
EndpointConsumer createConnection failed on addressListIteration # aa....aa of bb....bb Exception = cc....cc.
aa....aa: Current address list iteration
bb....bb: Address list iteration
cc....cc: Exception message
- Description
-
This error occurs when the client ID is set up. Take action based on the following causes:
-
When the specified client ID is invalid or is repeated
-
When the client ID is configured from the viewpoint of management
-
- Action
-
-
Confirm that the specified client ID is valid and is not repeated.
-
Confirm that the client ID is not configured from the viewpoint of management.
-
-
KDAN06036-E
EndpointConsumer createConnction failed. aborting after aa....aa addressListIterations.
aa....aa: Address list iteration
- Description
-
This error occurs when the specified address list iteration count is exceeded.
- Action
-
Increase the address list iteration count.
-
KDAN06037-E
EndpointConsumer createDurableConsumer: createConnection failed: aborting due to aa....aa
aa....aa: Exception message
- Description
-
This error occurs when the specified address list iteration count exceeds.
- Action
-
Increase the address list iteration count.
-
KDAN06039-E
EndpointConsumer Error creating Remote Message Consumer aa....aa
aa....aa: Exception message
- Description
-
An error occurred, when creating the remote message consumer.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06040-E
EndpointConsumer Error on closing MessageConsumer.
- Description
-
An error occurred, when terminating the remote message consumer.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06041-E
EndpointConsumer Error on closing JMS Connection.
- Description
-
An error occurred, when closing JMSConnection.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06042-E
EndpointConsumer Invalid Destination - aa....aa.
aa....aa: Destination name
- Description
-
This error occurs when an invalid destination name is specified.
- Action
-
Specify a valid destination name.
-
KDAN06043-E
EndpointConsumer Need Valid SubscriptionName - aa....aa.
aa....aa: Subscriber name
- Description
-
This error occurs when an invalid subscriber name is specified.
- Action
-
Specify a valid subscriber name.
-
KDAN06044-E
EndpointConsumer Need Valid ClientID - aa....aa.
aa....aa: Client ID
- Description
-
This error occurs when an invalid client ID is specified.
- Action
-
Specify a valid client ID.
-
KDAN06045-E
EndpointConsumer Exception setting ConnectionFactory properties - addressList = aa....aa.
aa....aa: Address list
- Description
-
An error occurred due to one of the following causes, when setting up the imqAddressList or imqReconnectEnabled properties:
-
When an invalid property name is set up
-
When an invalid property value is set up
-
When an attempt is made to change the settings although the ReadOnly flag is set up
-
- Action
-
Specify a valid property name and value.
-
KDAN06046-E
EndpointConsumer createConnection failed on addressListIteration # aa....aa of bb....bb. Exception = cc....cc.
aa....aa: Current address list iteration
bb....bb: Address list iteration
cc....cc: Exception message
- Description
-
This error occurs when the client ID is set up. Take action based on the following causes:
-
When the specified client ID is invalid or repeated
-
When the client ID is configured from the viewpoint of management
-
- Action
-
-
Confirm that the specified client ID is valid and is not repeated.
-
Confirm that the client ID is not configured from the viewpoint of management.
-
-
KDAN06049-E
EndpointConsumer Error creating Durable Message Consumer aa....aa
aa....aa: Exception message
- Description
-
An error occurred, when creating a durable subscriber.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06050-E
EndpointConsumer Clustered Non-Durable Message Consumer requires non-null clientID OR mdbName. clientID = aa....aa, mdbName = bb....bb.
aa....aa: Client ID
bb....bb: MDB name
- Description
-
This error occurs when the MDB name is null or space while creating a non-durable consumer.
- Action
-
Specify a valid MDB name.
-
KDAN06053-E
EndpointConsumer Error creating Non-Durable Message Consumer aa....aa.
aa....aa: Exception message
- Description
-
An error occurred, when creating a non-durable subscriber.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06054-E
EndpointConsumer Error creating Direct Message Consumer aa....aa.
aa....aa: Exception message
- Description
-
An error occurred, when creating a non-durable subscriber or durable subscriber.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06055-E
EndpointConsumer Error on closing Direct MessageConsumer.
- Description
-
An error occurred, when terminating a non-durable subscriber or durable subscriber.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06056-E
EndpointConsumer Error closing DircetConnection.
- Description
-
An error occurred, when closing a connection.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06057-E
LocalTransaction startTransaction exception - Connection is closed.
- Description
-
This error occurs when a connection is closed.
- Action
-
Confirm that the connection is not closed.
-
KDAN06058-E
LocalTransaction startTransaction exception - aa....aa.
aa....aa: Exception message
- Description
-
-
This message is displayed when the Broker fails.
-
An error occurred while a local transaction was being started.
-
- Action
-
Make sure that the Broker started normally.
See the contents of the exception message and then take action, or contact maintenance personnel.
-
KDAN06059-E
LocalTransaction commitTransaction exception - Connection is closed.
- Description
-
This message is displayed if an exception occurs, when a connection is closed.
- Action
-
Confirm that the connection is not closed.
-
KDAN06060-E
LocalTransaction commit exception aa....aa.
aa....aa: Exception message
- Description
-
-
This message is displayed when the Broker fails.
-
An error occurred while a local transaction was being committed.
-
- Action
-
Make sure that the Broker started normally.
See the contents of the exception message and then take action, or contact maintenance personnel.
-
KDAN06061-E
LocalTransaction rollbackTransaction exception - Connection is closed.
- Description
-
This message is displayed when a connection is closed.
- Action
-
Confirm that the connection is not closed.
-
KDAN06062-E
LocalTransaction rollback exception:aa....aa.
aa....aa: Exception message
- Description
-
-
This message is displayed when the Broker fails.
-
An error occurred while a local transaction was being rolled back.
-
- Action
-
Make sure that the Broker started normally.
See the contents of the exception message and then take action, or contact maintenance personnel.
-
KDAN06063-E
MessageListener onMessage - JMSException on getOnMessageRunner.
- Description
-
An error occurred, when acquiring OnMessageRunner from the pool.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06064-E
MessageListener Endpoint Unavailable - Shutting down delivery for aa....aa
aa....aa: ActivationSpec (start specifications)
- Description
-
This message is displayed when the message endpoint is null during the shut down of the message delivery for this session.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06065-E
MessageListener Exception setting ContextClassLoader aa....aa.
aa....aa: Error message
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN06066-E
MessageListener JMSException on acknowledge.
- Description
-
An error occurred during message acknowledgement from the resource adapter.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06067-E
MessageListener Caught Exception from onMessage() - aa....aa.
aa....aa: Exception message
- Description
-
An error occurred during message acknowledgement from the resource adapter.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06068-E
MessageListener Exhausted redeliveryAttempts - shutting down delivery for aa....aa
aa....aa: Start specifications
- Description
-
This error occurs when the value of the endpointExceptionRedeliveryAttempts property is greater than 0.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06069-E
MessageListener onMessage caught Throwable - Before OR On OR After Delivery - Class = aa....aa Message = bb....bb
aa....aa: Exception class
bb....bb: Exception message
- Description
-
An error occurred, when delivering a JMS message to MessageEndPoint.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06070-E
OnMessageRunner Exception on XAResource creation - aa....aa.
aa....aa: Exception message
- Description
-
An error occurred, when setting up an XA resource for a resource adapter.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06071-E
OnMessageRunner createEndpoint - UnavailableException. Sleeping for aa....aa MilliSeconds.
aa....aa: Milliseconds
- Description
-
An error occurred, when creating an endpoint from MessageEndPointFactory.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06072-E
OnMessageRunner Endpoint Unavailable - Marking OMR as invalid. omrId = aa....aa for bb....bb
aa....aa: omrid
bb....bb: ActivationSpec (start specifications)
- Description
-
This message is displayed when the message endpoint is null during the shut down of message delivery for this session.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06073-E
OnMessageRunner EndPoint invalid-Ack Undeliverable And remove OMR for pool-omrId = aa....aa msg = bb....bb
aa....aa: omrid
bb....bb: Message
- Description
-
This error occurs when the message endpoint is null.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06074-E
OnMessageRunner EndPoint invalid JMSException on Ack Undeliverable - aa....aa.
aa....aa: Exception message
- Description
-
An error occurred during the acknowledgement of undeliverable messages from the resource adapter.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06075-E
OnMessageRunner Exception setting ContextClassLoader - aa....aa
aa....aa: Error message
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN06076-E
OnMessageRunner JMSException on message acknowledgement - Rolling back if in transaction.
- Description
-
An error occurred, when acknowledging the messages from MDB or resource endpoint.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06077-E
OnMessageRunner Caught Exception from onMessage Redelivering - aa....aa
aa....aa: Exception message
- Description
-
An error occurred, when acknowledging the messages from resource endpoint or MDB.
- Action
-
-
Check the onMessage processing of the MDB application.
-
Check whether the message is stored in the destination.
-
-
KDAN06078-E
OnMessageRunner Exception on setJMSRedelivered() - aa....aa
aa....aa: Exception message
- Description
-
An error occurs, when the redelivery status cannot be set up due to an internal error.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06079-E
OnMessageRunner Exhausted redeliveryAttempts - aa....aa = bb....bb
aa....aa: Activation Spec
bb....bb: Property information of Activation Spec
- Description
-
This error occurs when the value of the endpointExceptionRedeliveryAttempts property is greater than 0.
- Action
-
-
Check the onMessage processing of the MDB application.
-
Check whether the message is stored in the destination.
-
-
KDAN06080-E
OnMessageRunner Message returned and marked for aa....aa.
aa....aa: Routing to the DMQ or Redelivery by the broker
- Description
-
This error occurs when the undeliverable messages are sent to the dead message queue.
- Action
-
-
Check the onMessage processing of the MDB application.
-
Check whether the message is stored in the destination.
-
-
KDAN06081-E
OnMessageRunner omrId = aa....aa Acknowledged Undeliverable - Message = bb....bb
aa....aa: omrid
bb....bb: Message
- Description
-
An error occurred during operations in the direct mode.
- Action
-
Contact maintenance personnel.
-
KDAN06082-E
OnMessageRunner JMSException when Acknowledging Undeliverable Message -aa....aa
aa....aa: Exception message
- Description
-
An error occurred, when acknowledging the undeliverable messages from the resource adapter endpoint or when acknowledging the dead messages for MDB.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06083-E
OnMessageRunner caught Throwable - Before OR On OR After Delivery - Class = aa....aa Message = bb....bb
aa....aa: Exception class name
bb....bb: Exception message
- Description
-
An error occurred when acknowledging the undeliverable messages from the resource adapter endpoint or when acknowledging the dead messages for MDB.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06084-E
OnMessageRunner WorkException - aa....aa on omrId = bb....bb.
aa....aa: Exception message
bb....bb: omrid
- Description
-
An error occurred when using WorkManager for scheduling in order to deliver messages.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06085-E
OnMessageRunnerPool - Unable to get OMR from pool - aa....aa
aa....aa: Exception message
- Description
-
An interrupt exception occurred when acquiring OnMessageRunner from the pool.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06086-E
OnMessageRunnerPool Did not finish waiting for OMRs to return - aa....aa
aa....aa: Exception message
- Description
-
This error occurs when an interrupt exception occurs while all OnMessageRunners are on standby.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06087-E
ManagedConnectionMetaData getEISProductName - Failed aa....aa
aa....aa: Exception message
- Description
-
This error occurs when an attempt to acquire the metadata fails due to an internal error.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06088-E
ManagedConnectionMetaData getEISProductName()
- Description
-
This error occurs when an attempt to acquire the metadata fails due to an internal error.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06089-E
ManagedConnectionMetaData getEISProductVersion - Failed - aa....aa
aa....aa: Exception message
- Description
-
This error occurs when an attempt to acquire the metadata fails due to an internal error.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06090-E
ManagedConnectionMetaData getEISProductVersion()
- Description
-
This error occurs when an attempt to acquire the metadata fails due to an internal error.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06091-E
ManagedConnectionMetaData getUserName - Failed - ManagedConnection is destroyed.
- Description
-
This error occurs when a Managed connection is destroyed.
- Action
-
Confirm that the Managed connection is not closed.
-
KDAN06092-E
ManagedConnectionMetaData getUserName()
- Description
-
This error occurs when a Managed connection is destroyed.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06093-E
SessionAdapter closeAdapter - Exception - aa....aa
aa....aa: Exception message
- Description
-
An error occurred when closing a connection adapter.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06094-E
SessionAdapter createSender() disallowed on TopicSession.
- Description
-
This error occurs when an attempt is made to call the createSender() method on TopicSession.
- Action
-
The createSender() method can be invoked on QueueSession.
-
KDAN06095-E
SessionAdapter createBrowser() disallowed on TopicSession.
- Description
-
This error occurs when an attempt is made to call the createBrowser() method on TopicSession.
- Action
-
The createBrowser() method can be invoked on QueueSession.
-
KDAN06096-E
SessionAdapter createSubscriber Exception. Require non-null, non-empty clientId for clustered non-durable subscription. ClientId = aa....aa.
aa....aa: Client ID
- Description
-
This error occurs when the specified client ID is null or space.
- Action
-
Specify a valid client ID.
-
KDAN06097-E
SessionAdapter unsubscribe() disallowed on QueueSession.
- Description
-
This error occurs when an attempt is made to invoke the unsubscribe() method on QueueSession.
- Action
-
The unsubscribe() method can be invoked on TopicSession.
-
KDAN06098-E
SessionAdapter createTemporaryTopic() disallowed on QueueSession.
- Description
-
This error occurs when an attempt is made to invoke the createTemporaryTopic() method on QueueSession.
- Action
-
The createTemporaryTopic() method can be invoked on TopicSession.
-
KDAN06099-E
SessionAdapter createTemporaryQueue() disallowed on TopicSession.
- Description
-
This error occurs when an attempt is made to invoke the createTemporaryQueue() method on TopicSession.
- Action
-
The createTemporaryQueue() method can be invoked on QueueSession.
-
KDAN06100-E
SessionAdapter Disallowed - Session.run()
- Description
-
This error occurs when the run() method is invoked.
- Action
-
The run() method must not be invoked.
-
KDAN06101-E
SessionAdapter IllegalState - Session is closed.
- Description
-
This error occurs when the session is closed.
- Action
-
Confirm that the session is not closed.
-
KDAN06102-E
ResourceAdapter Property msgLogLevel is defaulted to : ERROR. Since the valid msgLogLevel should be INFO or WARNING or ERROR.
- Description
-
This error occurs when an invalid log level is specified.
- Action
-
Specify DEBUG/ INFO/ WARNING/ ERROR as the log level.
-
KDAN06103-E
Resource Adapter cannot be started since the property ''raName'' is a reserved device name.
- Description
-
This error occurs when a reserved device name is specified for raName.
- Action
-
Confirm that raName is not a reserved device name.
-
KDAN06104-E
ResourceAdapter start : Aborting : Exceptionperforming doInitOnlyOnStart on broker = aa....aa
aa....aa: Exception message
- Description
-
An error occurred when starting a resource adapter.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06107-E
ResourceAdapter Aborting : Exceptionstarting LOCAL broker = aa....aa
aa....aa: Exception message
- Description
-
An error occurred when starting a resource adapter.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06108-E
ResourceAdapter Aborting : Exceptionstarting EMBEDDED broker = aa....aa
aa....aa: Exception message
- Description
-
An error occurred when starting a resource adapter.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06110-E
ResourceAdapter start : Aborting JMSException on createConnection = aa....aa
aa....aa: Exception message
- Description
-
An error occurred when initializing the connection or configuring the RA connection factory.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06111-E
ResourceAdapter Exception on Stopping RA. Ignoring...
- Description
-
An error occurred when terminating the resource adapter instances.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06112-E
ResourceAdapter JMSRA - Cannot perform Endpoint Activation. RA not started. Aborting...
- Description
-
This error occurs if the resource adapter is already running.
- Action
-
Stop, and then restart the resource adapter.
-
KDAN06114-E
ResourceAdapter endpointDeactivation() Exception on stopMessageConsumer. Ignoring.
- Description
-
An error occurred when terminating a consumer or connection associated with EndpointConsumer.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06115-E
ResourceAdapter stopMessageConsumer exception. ignoring...
- Description
-
An error occurred when terminating a consumer or connection associated with EndpointConsumer.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06116-E
ResourceAdapter AdjustInApplicationClientContainer System Property inACC is NOT null.
- Description
-
This error occurs when the system property ResourceAdapter AdjustInApplicationClientContainer (inACC) is not null.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN06117-E
ResourceAdapter AdjustInApplicationClientContainer setting inACC to aa....aa.
aa....aa: Positive or negative
- Description
-
This message is displayed for setting up the ResourceAdapter AdjustInApplicationClientContainer (inACC) property to positive or negative.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN10001-E
Packet acknowledge failed.
- Description
-
An error occurred when the client read or processed ACK from CJMSP.
A possible cause is the disconnection from CJMSP.
- Action
-
Confirm that the network connection is normal and that the machine on which CJMSP is set up is accessible.
-
KDAN10002-E
Write packet failed.
- Description
-
An error occurred when sending information from the client to CJMSP.
A possible cause is the disconnection from CJMSP.
- Action
-
Confirm that the network connection is normal and that the machine on which CJMSP is set up is accessible.
-
KDAN10003-E
Read packet failed.
- Description
-
An error occurred when the client was reading information from CJMSP.
A possible cause is the disconnection from CJMSP.
- Action
-
Confirm that the network connection is normal and that the machine on which CJMSP is set up is accessible.
-
KDAN10004-E
Error occurred on connection creation aa....aa.
aa....aa: Connection type
- Description
-
An error occurred when connecting the client with CJMSP.
Take action based on the following causes:
-
CJMSP is not running
-
The server machine that operates CJMSP is inaccessible
-
- Action
-
-
Confirm that CJMSP is running.
-
Confirm that the network connection is normal and that the machine that operates CJMSP is accessible.
-
-
KDAN10005-E
Error occurred on connection close.
- Description
-
An error occurred when an attempt was made to close the connection with CJMSP. Take action based on the following causes:
-
CJMSP has been shut down
-
Network failure
-
- Action
-
-
Confirm that CJMSP is running.
-
Confirm that the network connection is normal.
-
-
KDAN10006-E
Get properties from packet failed.
- Description
-
An error occurred when the client was reading the property information for packets sent by CJMSP. A possible cause is the disconnection from CJMSP.
- Action
-
Confirm that the network connection is normal and that the machine on which CJMSP is set up is accessible.
-
KDAN10007-E
Set properties to packet failed.
- Description
-
An internal error occurred when the client was reading the property information for packets received from CJMSP.
- Action
-
An internal error occurred. Contact maintenance personnel.
-
KDAN10008-E
Durable subscription aa....aa in use.
aa....aa: Durable subscriber name
- Description
-
Take action based on the following causes:
-
The client attempted to create a durable subscriber using an already existing name.
-
The client attempted to unsubscribe a durable subscriber being used by another consumer.
-
- Action
-
-
When creating a durable subscriber, confirm that another durable subscriber does not exist with the same name.
-
When unsubscribing a durable subscriber, confirm that consumers subscribing messages from the applicable durable subscriber do not exist.
-
-
KDAN10009-E
Message in read-only mode.
- Description
-
This error occurs when the client attempts to change the message body without clearing the body.
- Action
-
Invoke the clearBody() method before changing the message body.
-
KDAN10010-E
Message in write-only mode.
- Description
-
This error occurs when the client reads the StreamMessage or BytesMessage body and the body is blank.
- Action
-
Before reading the StreamMessage or BytesMessage body, check whether the message body is blank.
-
KDAN10011-E
Read message failed.
- Description
-
This error occurs when the client reads BytesMessage from byte stream. A possible cause might be that the BytesMessage body is in the write mode.
- Action
-
To change the BytesMessage body into the read mode, invoke the BytesMessage.reset() method.
-
KDAN10012-E
Write message failed.
- Description
-
An error occurs when the client writes BytesMessage in the byte stream. A possible cause might be that the BytesMessage body is in the read mode.
- Action
-
To change the BytesMessage body into the write mode, invoke the BytesMessage.clearBody() method.
-
KDAN10013-E
Reset message failed.
- Description
-
This error occurs when an attempt is made to reset a message. A possible cause might be an internal error or invalid message format.
- Action
-
Check whether the message format is correct.
-
KDAN10014-E
Unexpected end of stream when read message
- Description
-
Take action based on the following causes:
-
This error occurs when the client reads the blank body of BytesMessage or StreamMessage.
-
This error occurs when the client attempts to read although the end of the stream has been reached.
-
- Action
-
Before reading, check whether the end of the stream has been reached.
-
KDAN10015-E
Cannot serialize the Message body.
- Description
-
This error occurs when the client sets up a Java object as the body in MapMessage or ObjectMessage. A possible cause is that the Java objects are unserializable.
- Action
-
Confirm that the Java object set up in MapMessage or ObjectMessage has implemented the java.io.Serializable interface.
-
KDAN10016-E
Failed to Deserialize message body.
- Description
-
This error occurs when the client attempts to deserialize an unserializable message body.
- Action
-
Before deserializing, the Java object must implement java.io.Serializable.
-
KDAN10017-E
Error occurred during message acknowledgement.
- Description
-
This error occurs when the client attempts to notify the receipt of message. A possible cause is the disconnection from CJMSP.
- Action
-
Confirm that the network connection is normal and that the machine on which CJMSP is set up is accessible.
-
KDAN10018-E
Invalid message format.
- Description
-
An error occurred when the client attempts to transform a property value object into an invalid Java object type.
- Action
-
Confirm that the property value is transformed into one of the following types:
Integer, Short, Float, Double, Long, String, Character, Byte, Byte Array, Boolean
-
KDAN10019-E
Error occurred on request message redeliver.
- Description
-
A network error occurred when redelivering a packet to CJMSP during the processing of recover() or rollback() in the JMS session.
- Action
-
Confirm that the network is operating normally.
-
KDAN10020-E
Destination not found: aa....aa.
aa....aa: Destination name
- Description
-
-
This error occurs when the client attempts to create a message producer or message consumer using a deleted temporary destination.
-
This error occurs when null is specified as the destination for creating the message producer or message consumer, or for sending a message.
-
This error occurs when the applicable destination does not exist in CJMSP.
-
- Action
-
-
Before creating the message producer or message consumer, confirm that the temporary destination exists.
-
Specify an existing valid destination in CJMSP.
-
-
KDAN10021-E
Temporary destination belongs to a closed connection or another connection - aa....aa.
aa....aa: Temporary destination name
- Description
-
-
This error occurs when the client attempts to create a temporary destination using a closed connection.
-
This error occurs when the client attempts to create a message consumer using the temporary destination of another connection.
-
- Action
-
-
Before creating a temporary destination, confirm that the connection is not closed.
-
Check the connection applicable to the temporary destination that is used for creating the message consumer.
-
-
KDAN10022-E
Consumer not found.
- Description
-
This error occurs when the application or client closes a consumer before the message is processed.
- Action
-
Make sure that the application or client does not close the consumer.
-
KDAN10023-E
Invalid Message selector expression: aa....aa.
aa....aa: selector expression
- Description
-
This message is displayed for an invalid message selector expression.
- Action
-
Specify a valid selector expression that conforms to the SQL92 syntax.
-
KDAN10024-E
Client unacknowledged messages exceeded the system defined limit.
- Description
-
This error occurs when the unacknowledged messages exceed the system-defined limit in the CLIENT_ACKNOWLEDGE mode.
- Action
-
Confirm that the received messages are acknowledged.
-
KDAN10025-E
The session is not transacted.
- Description
-
This error occurs when the client attempts to commit or rollback a Non Transacted session.
- Action
-
Do not use a transacted session.
-
KDAN10026-E
Cannot call this method from a transacted session.
- Description
-
This error occurs when the client invokes the recover method for a Transacted session.
- Action
-
Do not use a transacted session.
-
KDAN10027-E
Client non-committed messages exceeded system defined limit.
- Description
-
This error occurs when the non-committed messages exceed the system-defined limit in a Transacted session.
- Action
-
Do not use a transacted session.
-
KDAN10033-E
Cannot use receive() when message listener is set.
- Description
-
This error occurs when the client attempts to perform a synchronous reception operation for an asynchronous message consumer.
- Action
-
Make sure that a synchronous reception operation is only performed for a synchronous message consumer.
-
KDAN10034-E
Authentication type not match: aa....aa and bb....bb.
aa....aa: Authentication type used by the client at runtime
bb....bb: Authentication type requested by CJMSP
- Description
-
This error occurs when the client authentication type differs from the CJMSP authentication type.
- Action
-
Contact maintenance personnel.
-
KDAN10037-E
A broker error occurred.
- Description
-
This error occurs when the Broker is stopped while a request is being processed.
- Action
-
Make sure that the Broker is not stopped during the processing of a request.
-
KDAN10038-E
Broker is unavailable or broker timeout.
- Description
-
This error occurs when the Broker is stopped while writing the packet data to CJMSP.
- Action
-
Make sure that the Broker is not stopped during the process of packet writing to CJMSP.
-
KDAN10039-E
aa....aa is the cause for bb....bb.
aa....aa: Cause
bb....bb: Exception message for the original cause
- Description
-
-
A network error occurred during message writing or acquiring a property from CJMSP.
-
This error occurs when an invalid CJMSP address is specified.
-
- Action
-
-
Contact the network administrator.
-
Specify a valid CJMSP address.
-
-
KDAN10040-E
Cannot delete destination
- Description
-
-
This error occurs when the client attempts to delete the temporary destination of another connection object.
-
This error occurs when the client attempts to delete the temporary destination that contains a consumer.
-
- Action
-
-
Make sure that the temporary destination of the applicable connection is deleted.
-
Before deleting the temporary destination, confirm that the consumer is closed.
-
-
KDAN10041-E
Invalid ObjectProperty type
- Description
-
This error occurs when a non-primitive Java object is set up as a JMS message property.
- Action
-
Make sure that one of the following is specified as the property value type:
Boolean, Byte, Short, Integer, Long, Float, Double, String
-
KDAN10042-E
Reserved word used as property name - aa....aa.
aa....aa: Property name
- Description
-
This error occurs when a JMS reserved word is used as a property name.
- Action
-
Do not use a JMS reserved word in the property name.
-
KDAN10043-E
Illegal first character of property name - aa....aa.
aa....aa: Property name
- Description
-
This error occurs when an invalid character is entered in the property name.
- Action
-
Make sure that invalid characters are not used as the property name.
-
KDAN10044-E
Illegal character aa....aa used in property name - bb....bb.
aa....aa: Invalid character
bb....bb: Property name
- Description
-
This error occurs when an invalid character is entered in the property name.
- Action
-
Make sure that invalid characters are not used as the property name.
-
KDAN10045-E
Browser timeout.
- Description
-
This error occurs when the client attempts to browse a message after the queue browser interval timeout.
- Action
-
Specify an appropriate time interval.
-
KDAN10046-E
No more elements in the Queue to browse.
- Description
-
This error occurs when the client attempts to browse an empty queue.
- Action
-
Before browsing, confirm that the queue is not empty.
-
KDAN10047-E
QueueBrowser closed.
- Description
-
This error occurs when the client attempts to browse a closed queue.
- Action
-
Before browsing, confirm that the browser is not closed.
-
KDAN10050-E
Cannot call Connection.close(), stop(), etc from message listener.
- Description
-
This error occurs when the client attempts to close or terminate the connection while the message listener is receiving a message.
- Action
-
Confirm that the connection is not closed.
-
KDAN10051-E
Invalid destination name - aa....aa.
aa....aa: Destination name
- Description
-
-
This error occurs when the specified destination name is null.
-
This error occurs when the client attempts to create a destination name using special characters.
-
- Action
-
-
Confirm that the specified destination name is not null.
-
Confirm that the destination name does not contain invalid characters.
-
-
KDAN10052-E
Invalid message delivery parameter. aa....aa : bb....bb.
aa....aa: Delivery mode
bb....bb: Delivery mode value
- Description
-
This error occurs when an invalid value is specified for the following parameters when the client is sending a message:
Delivery Mode, Priority, and Time to Live
- Action
-
Specify the following values:
Delivery Mode- PERSISTENT or NON_PERSISTENT Priority- 0 to 9 Time to Live- Zero or more
-
KDAN10053-E
Client ID is already in use - aa....aa.
aa....aa: Client ID
- Description
-
This error occurs when an attempt is made to set up a client ID that already exists on the system.
- Action
-
Specify a unique client ID.
-
KDAN10054-E
Invalid client ID - aa....aa.
aa....aa: Client ID
- Description
-
This error occurs when an attempt is made to specify an invalid value for the client ID.
- Action
-
Specify a valid client ID.
-
KDAN10055-E
Cannot set client ID, invalid state.
- Description
-
This error occurs when the client ID is not set up as the first operation after the connection is established.
- Action
-
Do not set up the client ID.
-
KDAN10056-E
Session in conflict. Concurrent operations on a session.
- Description
-
This error occurs when multiple threads access the session concurrently.
- Action
-
Avoid multiple concurrent operations on a session.
-
KDAN10057-E
Received goodbye message from broker.
- Description
-
This error occurs when the connection with the Broker is lost.
- Action
-
Confirm that CJMSP is running.
-
KDAN10059-E
Cannot acknowledge message for closed consumer.
- Description
-
This error occurs when the consumer is closed while processing a message.
- Action
-
Make sure that the consumer is not closed while processing a message.
-
KDAN10060-E
Cannot perform operation on a closed session.
- Description
-
This error occurs when the client attempts to perform operations on a closed session.
- Action
-
Do not perform operations for a closed session.
-
KDAN10062-E
Connection recovery failed, cannot recover connection.
- Description
-
This error occurs when the client attempts to restore a connection that has an associated connection consumer.
- Action
-
Before restoring the connection, make sure that the connection consumer is closed.
-
KDAN10063-E
Cannot perform operation, connection is closed.
- Description
-
This error occurs when the client attempts to operate a closed connection.
- Action
-
Do not perform operations for a closed connection.
-
KDAN10064-E
Cannot perform operation, consumer is closed.
- Description
-
This error occurs when the client attempts to perform operations for a closed consumer.
- Action
-
Do not perform operations for a closed consumer.
-
KDAN10065-E
Cannot perform operation, producer is closed.
- Description
-
This error occurs when the client attempts to perform operations for a closed producer.
- Action
-
Do not perform operations for a closed producer.
-
KDAN10067-E
Invalid or empty Durable Subscription Name used: aa....aa.
aa....aa: Durable subscriber name
- Description
-
This error occurs when the client sets up a null or an invalid value for a durable subscriber name.
- Action
-
Specify a valid durable subscriber name.
-
KDAN10068-E
Invalid session acknowledgement mode: aa....aa.
aa....aa: Acknowledgement mode
- Description
-
This error occurs when the client attempts to create a session using an invalid acknowledgement mode.
- Action
-
Make sure that one of the following is specified as the acknowledgement mode:
AUTO_ACKNOWLEDGE, CLIENT_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE
-
KDAN10069-E
Invalid Destination Classname: aa....aa.
aa....aa: Destination class name
- Description
-
This error occurs when the client attempts to create a destination with an invalid type.
- Action
-
Confirm that the destination type is QUEUE or TOPIC.
-
KDAN10070-E
Cannot perform commit or rollback on an XASession.
- Description
-
This error occurs when the client attempts to commit or rollback a transaction that is being managed by Transaction Manager.
- Action
-
Do not perform commit or rollback for XASession.
-
KDAN10072-E
Invalid method in this messaging domain: aa....aa.
aa....aa: Method name
- Description
-
-
This error occurs when an attempt is made in the Point To Point domain to perform operations unique to the Publish/ Subscribe domain.
-
This error occurs when an attempt is made in the Publish/ Subscribe domain to perform operations unique to the Point To Point domain.
-
- Action
-
Make sure that operations dedicated to the appropriate domains are performed.
-
KDAN10073-E
Illegal property name - "" or null.
- Description
-
This error occurs when the client attempts to set up null or space in the property name.
- Action
-
Specify a valid property name.
-
KDAN10074-E
A JMS destination limit was reached. Too many Subscribers/Receivers for aa....aa : bb....bb.
aa....aa: Destination type
bb....bb: Destination name
- Description
-
This error occurs when a JMS destination reaches its limit.
- Action
-
Increase the JMS destination limit or delete the unnecessary subscribers or receivers.
-
KDAN10077-E
Client does not have permission to create producer on destination: aa....aa.
aa....aa: Destination name
- Description
-
This error occurs when the client does not have the permission to create a producer.
- Action
-
Contact maintenance personnel.
-
KDAN10078-E
Client is not authorized to create destination: aa....aa.
aa....aa: Destination name
- Description
-
This error occurs when the client does not have the permission to create a destination.
- Action
-
Contact maintenance personnel.
-
KDAN10079-E
Client is unauthorized to send to destination: aa....aa.
aa....aa: Destination name
- Description
-
This error occurs when the client does not have the permission to produce the messages for the destination.
- Action
-
Contact maintenance personnel.
-
KDAN10080-E
Client does not have permission to register a consumer on the destination: aa....aa.
aa....aa: Destination name
- Description
-
This error occurs when the client does not have the permission to consume the messages from the destination.
- Action
-
Contact maintenance personnel.
-
KDAN10081-E
Client does not have permission to delete consumer: aa....aa.
aa....aa: Consumer
- Description
-
This error occurs when the client does not have the permission to delete a consumer from the destination.
- Action
-
Contact maintenance personnel.
-
KDAN10082-E
Client does not have permission to unsubscribe: aa....aa.
aa....aa: Durable subscriber name
- Description
-
This error occurs when the client does not have the permission to unsubscribe the specified durable subscriber.
- Action
-
Contact maintenance personnel.
-
KDAN10083-E
Client is not authorized to access destination: aa....aa.
aa....aa: Destination name
- Description
-
The application client does not have the permission to access the specified destination.
- Action
-
Contact maintenance personnel.
-
KDAN10084-E
Client does not have permission to browse destination: aa....aa.
aa....aa: Destination name
- Description
-
The application client does not have the permission to browse the specified destination.
- Action
-
Contact maintenance personnel.
-
KDAN10086-E
Delete consumer failed. Consumer was not found: aa....aa.
aa....aa: Consumer
- Description
-
This error occurs when the client attempts to delete a non-existent consumer.
- Action
-
Before deleting the consumer, confirm that the consumer exists on CJMSP.
-
KDAN10087-E
Unsubscribe failed. Subscriber was not found: aa....aa.
aa....aa: Subscriber
- Description
-
This error occurs when the client attempts to unsubscribe a durable subscriber that does not exist on CJMSP.
- Action
-
Confirm that the specified subscriber exists on CJMSP.
-
KDAN10088-E
Set Client ID operation failed. Invalid Client ID: aa....aa.
aa....aa: Client ID
- Description
-
This error occurs when the client specifies an invalid client ID for the connection.
- Action
-
Specify a valid client ID for the connection.
-
KDAN10089-E
A JMS destination limit was reached. Too many producers for aa....aa : bb....bb.
aa....aa: Character string to be sent
bb....bb: Destination name
- Description
-
This message is displayed when the number of producers at the destination reaches the upper limit while producers are being created.
- Action
-
Increase the upper limit for the maximum producer count for the destination.
-
KDAN10090-E
Caught JVM Error: aa....aa.
aa....aa: Exception message for the original cause
- Description
-
This error occurs when JVM crashes.
- Action
-
Contact maintenance personnel.
-
KDAN10091-E
Invalid port number. Broker is not available or may be paused or quiesced: aa....aa.
aa....aa: Host name, port number
- Description
-
This message is displayed when an exception occurs in JVM.
- Action
-
Broker must specify the port number corresponding to the request.
-
KDAN10094-E
Received wrong packet type. Expected: aa....aa, but received: bb....bb.
aa....aa: Packet type that must be received
bb....bb: Packet type that was received
- Description
-
This error occurs when an attempt to process a message fails.
- Action
-
Contact maintenance personnel.
-
KDAN10095-E
The destination this message was sent to could not be found: aa....aa.
aa....aa: Destination name
- Description
-
This error occurs when the client attempts to send a message to a destination that does not exist on CJMSP.
- Action
-
Before the message is sent to a destination, confirm that the applicable destination exists.
-
KDAN10096-E
Message exceeds the single message size limit for the broker or destination: aa....aa.
aa....aa: Destination name
- Description
-
This error occurs when the client attempts to send a message that has exceeded the maximum size limit.
- Action
-
Increase the upper limit for the maximum message size for the destination.
-
KDAN10097-E
Destination is full and is rejecting new messages: aa....aa.
aa....aa: Destination name
- Description
-
-
This error occurs when the client attempts to create more producers or consumers than the maximum limit for the destination.
-
This error occurs when the JVM memory size for the Broker is exceeded.
-
- Action
-
-
Increase the maximum limit for messages at the destination.
-
Increase the JVM memory size for CJMSP-Broker.
-
-
KDAN10099-E
Unknown broker service: aa....aa.
aa....aa: Service name
- Description
-
This error occurs when the client attempts to use an unsupported service.
- Action
-
Check whether the specified service is supported.
-
KDAN10115-E
Bad imqAddressListBehavior value : aa....aa.
aa....aa: Value of the imqAddressListBehavior property
- Description
-
This error occurs when the specified value of the imqAddressListBehavior property is invalid.
- Action
-
Do not specify the imqAddressListBehavior property.
-
KDAN10116-E
ConnectionRecover aborted!
- Description
-
This error occurs when an attempt is made to stop the recovery of a disconnected connection.
- Action
-
Contact maintenance personnel.
-
KDAN10117-E
Timeout on ConnectionRecover object. Broker: aa....aa.
aa....aa: Address of the Broker exchanged last
- Description
-
This error occurs when the maximum waiting time is exceeded.
- Action
-
Contact maintenance personnel.
-
KDAN10118-E
Exception caught when reading portmapper.
- Description
-
-
An I/O error occurred when creating a socket.
-
An unknown host name is specified.
-
- Action
-
Specify a valid host name address.
-
KDAN10119-E
Name MUST NOT be null or empty.
- Description
-
This error occurs when the specified Name is a null or empty string.
- Action
-
Specify a valid Name.
-
KDAN10123-E
JVM Error. Message Queue is null. Create time:aa....aa duration: bb....bb.
aa....aa: Creation time
bb....bb: Difference between the current time and creation time
- Description
-
A JVM error occurs when the specified destination is null.
- Action
-
Make sure that the specified destination name is appropriate.
-
KDAN10129-E
Exception thrown closing session. Reason : aa....aa
aa....aa: Error reason
- Description
-
An internal error occurred when closing a session.
- Action
-
Reference the reason for the error, and then take the appropriate measures.
-
KDAN10130-E
Exception thrown when exiting a connection. Reason: aa....aa
aa....aa: Error reason
- Description
-
-
This exception is thrown when an attempt to close a consumer connection fails.
-
This exception is thrown when an attempt to close a session fails.
-
- Action
-
Reference the reason for the error, and then take the appropriate measures.
-
KDAN10131-E
Connection recover failed. Reason : aa....aa
aa....aa: Error reason
- Description
-
-
An error occurred in the active temporary destination related to the connection.
-
An error occurred in the session processing.
-
An error occurred during the client acknowledgement of unacknowledged messages.
-
- Action
-
Reference the reason for the error, and then take the appropriate measures.
-
KDAN10132-E
JMSException thrown when recreate the consumer. Reason : aa....aa
aa....aa: Error reason
- Description
-
-
The exception is thrown when the sending of messages between sessions cannot be stopped.
-
The exception is thrown when the consumer queue cannot be cleaned or deleted.
-
The exception is thrown when the consumer state cannot be registered in Broker.
-
- Action
-
Reference the reason for the error, and then take the appropriate measures.
-
KDAN10133-E
Internal error : aa....aa
aa....aa: Error message
- Description
-
An internal error occurred.
- Action
-
Reference the contents of the error message, and then take the appropriate measures.
-
KDAN10134-E
JMSException thrown while starting direct MessageConsumer.
- Description
-
This error occurs when the connection cannot be established.
- Action
-
Contact maintenance personnel.
-
KDAN10135-E
JMSException thrown while creating direct MessageConsumer.
- Description
-
-
This error occurs when the connection cannot be started.
-
This error occurs when the session cannot be created.
-
This error occurs when the consumer cannot be created.
-
This error occurs when directMessageListener cannot be set up in the consumer.
-
- Action
-
Contact maintenance personnel.
-
KDAN10136-E
Exception delivering message aa....aa.
aa....aa: Error message
- Description
-
An error occurred when delivering a message from the Session.
- Action
-
Reference the contents of the error message, and then take the appropriate measures.
-
KDAN10137-E
Exception creating Endpoint:aa....aa
aa....aa: Error message
- Description
-
An error occurred when creating a new instance for directMessageListener.
- Action
-
Reference the contents of the error message, and then take the appropriate measures.
-
KDAN10138-E
Invalid destination name - "" or null.
- Description
-
This error occurs when the specified destination is invalid or NULL.
- Action
-
Make sure that the specified destination is not an invalid string or NULL.
-
KDAN10139-E
Throw JMS Exception: aa....aa
aa....aa: Error message
- Description
-
A JMS error occurred.
- Action
-
Reference the contents of the error message, and then take the appropriate measures, or contact maintenance personnel.
-
KDAN10140-E
EndpointConsumer got Exception aa....aa
aa....aa: Error message
- Description
-
This error occurs when the onException method of the ExceptionListener interface is invoked.
- Action
-
Reference the contents of the error message, and then take the appropriate measures, or contact maintenance personnel.
-
KDAN10141-E
ResourceAdapter endpointActivation() Failed due to aa....aa
aa....aa: Error message
- Description
-
An error occurred when starting the message consumer.
- Action
-
Reference the contents of the error message, and then take the appropriate measures, or contact maintenance personnel.
-
KDAN10142-E
ResourceAdapter onException Reconnect unsuccessfull on loop # aa....aa Exception = bb....bb
aa....aa: Loop count
bb....bb: Error message
- Description
-
This error occurs when the RA cannot be reconnected.
- Action
-
Reference the contents of the error message, and then take the appropriate measures, or contact maintenance personnel.
-
KDAN10143-E
Connection closed due to broker crashed: aa....aa.
aa....aa: Number of seconds
- Description
-
This error occurs when the Broker crashes.
- Action
-
Reference the error log, and then take the appropriate measures, or contact maintenance personnel.
-
KDAN10144-E
Connection closed. The connection is closed due to the broker is not responsive: aa....aa.
aa....aa: Number of seconds
- Description
-
This error occurs when the Broker is not responsive.
- Action
-
Reference the error log, and then take the appropriate measures, or contact maintenance personnel.
-
KDAN10145-E
Connection closed. The connection is closed due to a
network problem, broker crashed, or internal error: aa....aa.
aa....aa: Number of seconds
- Description
-
-
This error occurs when the connection with the Broker is disconnected during client runtime.
-
This message is displayed when a network problem occurs or when the Broker crashes.
-
- Action
-
Reference the error log, and then take the appropriate measures, or contact maintenance personnel.
-
KDAN10146-E
Connection closed due to broker error: aa....aa.
aa....aa: Number of seconds
- Description
-
This message is displayed when the Out Of Memory error occurs.
- Action
-
Reference the error log, and then take the appropriate measures, or contact maintenance personnel.
-
KDAN10147-E
Connection reconnect to the broker failed: aa....aa.
aa....aa: Number of seconds
- Description
-
This error occurs when an attempt is made to reconnect to the Broker during client runtime.
- Action
-
Reference the error log, and then take the appropriate measures, or contact maintenance personnel.
-
KDAN10148-E
EndpointConsumer Unable to re-establish connection for aa....aa in bb....bb
aa....aa: Activation Spec name
bb....bb: Resource adapter name
- Description
-
This error occurs when the end point consumer cannot be reconnected.
- Action
-
Reference the error log, and then take the appropriate measures, or contact maintenance personnel.
-
KDAN10149-E
ResourceAdapter endpointActivation() JMSRA not started : Aborting...
- Description
-
This error occurs when the resource adapter is not running.
- Action
-
Reference the error log, and then take the appropriate measures, or contact maintenance personnel.
-
KDAN10150-E
ResourceAdapter endpointDeactivation() JMSRA not started. Aborting...
- Description
-
This error occurs when the resource adapter is not running.
- Action
-
Reference the error log, and then take the appropriate measures, or contact maintenance personnel.
-
KDAN10151-E
ResourceAdapter endpointDeactivation : Ignoring : Not found Activation Spec aa....aa
aa....aa: Activation Spec name
- Description
-
This error occurs when the message consumer is stopped.
- Action
-
Reference the error log, and then take the appropriate measures, or contact maintenance personnel.
-
KDAN10152-E
Caused by aa....aa
aa....aa: Exception message
- Description
-
This message is displayed when JMSException occurs.
- Action
-
See the contents of the exception message and then take action, or contact maintenance personnel.
-
KDAN12001-W
Received unknown packet:
- Description
-
This message is displayed when a message packet with an unidentifiable client runtime is received. A possible cause might be the network changes.
- Action
-
Confirm that the network is stable.
-
KDAN12002-W
packet not processed, no message consumer: aa....aa.
aa....aa: Packet information
- Description
-
This message is displayed when a message packet with an unexpected client runtime is received during the reception of receipt notification. A possible cause might be the network changes.
- Action
-
Confirm that the network is stable.
-
KDAN12003-W
Failed to close JMSXAConnection.
- Description
-
This message is displayed when the client stops XAConnection. Take action based on the following causes:
-
CJMSP has been shut down.
-
Network failure
-
- Action
-
-
Confirm that CJMSP is running.
-
Check whether the network connection is correct.
-
-
KDAN12004-W
Broker not responding [aa....aa] for bb....bb seconds. Still trying...cc....cc
aa....aa: Packet type
bb....bb: Elapsed time
cc....cc: Broker address, connection ID , client ID, consumer ID
- Description
-
This message is displayed when there is no response from the Broker even after the lapse of the displayed time. Take action based on the following causes:
-
CJMSP has been shut down.
-
Network failure
-
- Action
-
-
Confirm that CJMSP is running.
-
Check whether the network connection is correct.
-
-
KDAN12005-W
[Informational]: aa....aa
aa....aa: Packet contents
- Description
-
This message is displayed when a packet is sent to the Broker and the system waits for the response.
- Action
-
Make sure that the network connection is correct.
-
KDAN12006-W
transaction is not in prepared state: aa....aa
aa....aa: Error message
- Description
-
This message is displayed when the transaction is not in a prepared state.
- Action
-
Confirm that the transaction is in a prepared state.
-
KDAN12009-W
Caught JVM Exception: aa....aa.
aa....aa: Error information
- Description
-
This message is displayed when an error occurs during client execution.
- Action
-
Check the message, and take action accordingly, or contact maintenance personnel.
-
KDAN14001-I
Connection closing in aa....aa seconds (bb....bb milliseconds): cc....cc
aa....aa: Remaining time (seconds)
bb....bb: Remaining time (milliseconds)
cc....cc: Broker address
- Description
-
This message is displayed when the connection closes.
-
KDAN14002-I
Connection closed due to admin requested shutdown: aa....aa
aa....aa: Remaining time (seconds)
- Description
-
This message is displayed when the Broker is shutting down.
-
KDAN14003-I
Connection closed due to admin requested restart: aa....aa
aa....aa: Remaining time (seconds)
- Description
-
This message is displayed when there is a Broker restart request from admin.
-
KDAN14005-I
Connection closed due to admin killed the connection: aa....aa
aa....aa: Remaining time (seconds)
- Description
-
This message is displayed when admin Kills the connection.
-
KDAN14009-I
Connection reconnected to the broker: aa....aa
aa....aa: Remaining time (seconds)
- Description
-
This message is displayed when an attempt is made to reconnect to the Broker at client runtime.
-
KDAN14011-I
Connection is permanent broken: aa....aa
aa....aa: Remaining time (seconds)
- Description
-
This message is displayed when the connection is terminated.
-
KDAN14012-I
Broker address list changed: aa....aa
aa....aa: Remaining time (seconds)
- Description
-
This message is displayed when there is one Broker address in the address list.
-
KDAN14013-I
Connection created: aa....aa
aa....aa: Connection type
- Description
-
This message is displayed when the connection is created.
-
KDAN14014-I
Connection closed: aa....aa
aa....aa: Connection type
- Description
-
This message is displayed when the application closes the connection.
-
KDAN14016-I
PAUSED MESSAGE DELIVERY FOR: aa....aa
aa....aa: Flow control entry
- Description
-
This message is displayed when the message delivery is suspended.
-
KDAN14017-I
RESUME MESSAGE DELIVERY FOR: aa....aa
aa....aa: Flow control entry
- Description
-
This message is displayed when the message delivery resumes.
-
KDAN14018-I
Inbound Packet: aa....aa;bb....bb
aa....aa: Packet
bb....bb: Connection
- Description
-
This message is displayed when the packet is read.
-
KDAN14019-I
Outbound Packet:aa....aa;bb....bb
aa....aa: Packet
bb....bb: Connection
- Description
-
This message is displayed when writing to the packet.
-
KDAN14020-I
Connection recover state: aa....aa, broker: bb....bb
aa....aa: Recover state
bb....bb: Address of the Broker connected last
- Description
-
This message is displayed when the connection is recovered.
-
KDAN14021-I
Received MOVED_PERMANENTLY status from broker: aa....aa, Redirecting to broker: bb....bb
aa....aa: Address of the Broker connected last
bb....bb: JMQ store owner
- Description
-
This message is displayed when redirecting to another Broker.
-
KDAN14022-I
Received TIME_OUT status from broker: aa....aa
aa....aa: Address of the Broker connected last
- Description
-
This message is displayed when a timeout status is received from the Broker.
-
KDAN14026-I
Session created: aa....aa
aa....aa: Session
- Description
-
This message is displayed when a session is created.
-
KDAN14027-I
Session closed: aa....aa
aa....aa: Session
- Description
-
This message is displayed when a session is closed.
-
KDAN14028-I
Message consumer created: aa....aa
aa....aa: Message consumer
- Description
-
This message is displayed when a message consumer is created.
-
KDAN14029-I
Message consumer closed: aa....aa
aa....aa: Message consumer
- Description
-
This message is displayed when a message consumer is closed.
-
KDAN14030-I
Message delivered to consumer: aa....aa
aa....aa: Message consumer
- Description
-
This message is displayed when a message is delivered to the consumer.
-
KDAN14031-I
Message producer created: aa....aa
aa....aa: Message producer
- Description
-
This message is displayed when a message producer is created.
-
KDAN14032-I
Message producer closed: aa....aa
aa....aa: Message producer
- Description
-
This message is displayed when a message producer is closed.
-
KDAN14033-I
Message producer sending message: aa....aa
aa....aa: Message producer
- Description
-
This message is displayed when a message is sent to the destination.
-
KDAN14097-I
Re-creating consumers for the session: aa....aa
aa....aa: Session ID
- Description
-
This message is displayed if the remote Broker fails when the specified acknowledgement type is AUTO_ACKNOWLEDGE.
-
KDAN14098-I
Consumers recreated for the session: aa....aa
aa....aa: Session ID
- Description
-
This message is displayed if the remote Broker fails when the specified acknowledgement type is AUTO_ACKNOWLEDGE.
-
KDAN14103-I
Re-create message consumer for RA starting ...
- Description
-
This message is displayed before the message consumer is re-created for the resource adapter.
-
KDAN14104-I
Re-create message consumer for RA finished ...
- Description
-
This message is displayed after the message consumer is re-created for the resource adapter.
-
KDAN14107-I
Starting to exit connection ...
- Description
-
This message is displayed before the connection is closed.
-
KDAN14108-I
Message consumer closed: aa....aa.
aa....aa: Consumer ID
- Description
-
This message is displayed after the message consumer is closed.
-
KDAN14109-I
all sessions closed ...
- Description
-
This message is displayed after closing all the sessions.
-
KDAN14110-I
closing all sessions ...
- Description
-
This message is displayed before closing all the sessions.
-
KDAN14111-I
***** set logger aa....aa to level bb....bb
aa....aa: Logger name
bb....bb: Level
- Description
-
This message is displayed when the log level is set up during the setting of the logging configuration.
-
KDAN14112-I
**** Handler: aa....aa
aa....aa: Handler class name
- Description
-
This message is displayed when the log handler class name is displayed during the setting of the logging configuration.
-
KDAN14113-I
**** logging pattern: aa....aa
aa....aa: Value of the logging pattern
- Description
-
This message is displayed when the logging pattern is displayed during the setting of the logging configuration.
-
KDAN14114-I
*** setting formatter to handler: aa....aa
aa....aa: formatter class name
- Description
-
This message is displayed when the formatter class is displayed during the setting of the logging configuration.
-
KDAN14115-I
***** set handler aa....aa to loggerbb....bb
aa....aa: Handler class name
bb....bb: Logger name
- Description
-
This message is displayed after the handler is set up in the logger.
-
KDAN14116-I
No consumer for pkt: aa....aa.
aa....aa: Packet
- Description
-
This message is displayed when the message is sent.
-
KDAN14117-I
No Session for pkt: aa....aa.
aa....aa: Packet
- Description
-
This message is displayed when the message is sent.
-
KDAN14118-I
##### closing session. consumer table size: aa....aa.
aa....aa: Number of consumers
- Description
-
This message is displayed when the session is closed.
-
KDAN14119-I
***** consumer table size:aa....aa.
aa....aa: Number of consumers
- Description
-
This message is displayed when the session is closed.
-
KDAN14120-I
SessionImpl.matchConsumerIDs: Consumer ID matches:aa....aa.
aa....aa: Consumer ID
- Description
-
This message is displayed when the remote Broker fails.
-
KDAN14121-I
XA verifyPrepare(), jmqXid: aa....aa.
aa....aa: jmqXid
- Description
-
This message is displayed when the preparation status is confirmed.
-
KDAN14122-I
transaction in prepared state: aa....aa.
aa....aa: Transaction ID
- Description
-
This message is displayed when the preparation status is confirmed.
-
KDAN14125-I
read packet ... aa....aa
aa....aa: Packet
- Description
-
This message is displayed when the packet is read.
-
KDAN14126-I
sent packet ... aa....aa
aa....aa: Packet
- Description
-
This message is displayed when writing to the packet.
-
KDAN14127-I
Cleaning up consumers in session. SessionID: aa....aa
aa....aa: Session ID
- Description
-
This message is displayed when the consumers are cleaned up when closing the session.
-
KDAN14128-I
RedirectURL= aa....aa:
aa....aa: Connection redirecting URL
- Description
-
This message is displayed when the redirect URL is set up.
-
KDAN14129-I
transaction is in prepared state,committing the transaction: aa....aa:
aa....aa: Transaction ID
- Description
-
This message is displayed when the transaction is in a prepared state.
-
KDAN14130-I
prepared transaction committed successfully: aa....aa:
aa....aa: Transaction ID
- Description
-
This message is displayed when a prepared transaction is committed.
-
KDAN20001-E
Could not open persistent message store.
- Description
-
An error occurred in CJMSP when an attempt was made to access a persistent store. The file used for persistence is corrupt or the configured file does not exist.
- Action
-
Re-execute the operation. If the problem is not resolved, restart the Broker.
-
KDAN20002-E
Defaulting to use the fallback properties. The Broker will only run in a minimal configuration using these settings. Fallback properties are being used because the defaults.property files could not be loaded. Please check the value of CJMSP_HOME.
- Description
-
This error occurs when CJMSP cannot find the default.properties file.
- Action
-
Contact maintenance personnel.
-
KDAN20003-E
Unable to load Persistence Store implementation class aa....aa.
Instance properties cannot be loaded or saved.
aa....aa: Name of the class that performs persistence
- Description
-
An error occurred when CJMSP attempted to load the Persistence Store class that performs persistence. A possible cause is that the CJMSP-related JAR file does not exist in the class path.
- Action
-
Confirm that the class path shows the CJMSP-related JAR file.
If the problem is not resolved, contact maintenance personnel since an internal error might have occurred.
-
KDAN20004-E
Unable to store modified properties in file aa....aa.
aa....aa: Location of the config.properties file
- Description
-
This error occurs when CJMSP attempted to update the configuration file. A possible cause is that the configuration file is read only.
- Action
-
Make sure that the configuration file has the write permission for the applicable user.
-
KDAN20005-E
No threads are available to process a new connection on service aa....aa. bb....bb threads out of a maximum of cc....cc threads are already in use by other connections. A minimum of 2 threads must be available to process the connection. Please either limit the # of connections or increase the imq.<service>.max_threads property. Closing the new connection.
aa....aa: Service name
bb....bb: Number of executing threads
cc....cc: Maximum number of threads
- Description
-
This error occurs when the number of CJMSP connections for a particular service has exceeded the specified maximum number of connections.
- Action
-
-
Set up a value greater than the expected number of connections in the imq.<service_name>.max_threads property.
-
The other connections to CJMSP might have closed; therefore, wait for some time, and then reconnect.
-
-
KDAN20007-E
Failed to open persistent store.
- Description
-
An error occurred when CJMSP attempted to load the Persistence Store class that performs persistence. A possible cause is that the CJMSP-related JAR file does not exist in the class path.
- Action
-
Confirm that the class path shows the CJMSP-related JAR file.
If the problem is not resolved, contact maintenance personnel since an internal error might have occurred.
-
KDAN20008-E
Message aa....aa on destination bb....bb could not be found in the store.
aa....aa: Message id
bb....bb: Destination name
- Description
-
This error occurs when CJMSP attempts to acquire, delete, or update a message using an ID that does not exist in the persistence store.
- Action
-
Make sure that the message exists in the persistence store.
-
KDAN20009-E
Message aa....aa on destination bb....bb exists in the store already.
aa....aa: System message ID of the JMS message
bb....bb: Destination name
- Description
-
All the error messages have a unique ID that is automatically generated by CJMSP.
This error occurs when the CJMSP message ID generator generates an already existing ID.
- Action
-
An internal error occurred. Contact maintenance personnel.
-
KDAN20010-E
Unable to start service aa....aa.
aa....aa: Service name
- Description
-
This error occurs when an attempt is made to start the CJMSP Broker. A possible cause is that a required configuration is missing.
- Action
-
See the CJMSP manual and specify the required configuration information in the config.properties file.
If the problem is not resolved, contact maintenance personnel.
-
KDAN20011-E
Consumer aa....aa on destination bb....bb exists in the store already.
aa....aa: Unique consumer ID
bb....bb: Destination name
- Description
-
All the consumers have a unique ID that is automatically generated by CJMSP.
This error occurs when the CJMSP consumer ID generator generates an already existing ID.
- Action
-
An internal error occurred. Contact maintenance personnel.
-
KDAN20012-E
Consumer aa....aa on destination bb....bb could not be found in the store.
aa....aa: Unique consumer ID
bb....bb: Destination name
- Description
-
This error occurs when CJMSP attempts to acquire, delete, or update a consumer using an ID that does not exist in the persistence store.
- Action
-
An internal error occurred. Contact maintenance personnel.
-
KDAN20013-E
Destination aa....aa exists in the store already.
aa....aa: Destination name
- Description
-
This error occurs when the user attempts to create a destination using an existing name.
- Action
-
Make sure that the destination name to be created does not exist in CJMSP. Specify a unique destination name.
-
KDAN20014-E
Destination aa....aa could not be found in the store.
aa....aa: Destination name
- Description
-
This error occurs when a destination with the specified name does not exist in CJMSP.
- Action
-
Confirm that the destination with the specified name exists in CJMSP.
-
KDAN20015-E
State of consumer aa....aa for message bb....bb could not be found in the store.
aa....aa: Unique consumer ID
bb....bb: Unique message ID
- Description
-
This error occurs when CJMSP attempts to acquire the status information of a consumer that does not exist in the store.
- Action
-
Make sure that the consumer exists in the persistence store.
-
KDAN20016-E
Transaction ID aa....aa exists in the store already.
aa....aa: Transaction ID
- Description
-
This error occurs when CJMSP attempts to store the transaction information in the persistence store. A possible cause is that the transaction ID generated by CJMSP already exists in the persistence store.
- Action
-
An internal error occurred. Contact maintenance personnel.
-
KDAN20017-E
Transaction ID aa....aa could not be found in the store.
aa....aa: Transaction ID
- Description
-
This error occurs when CJMSP attempts to acquire, delete, or update the transaction information. A possible cause is that the relevant transaction ID does not exist in the persistence store.
- Action
-
An internal error occurred. Contact maintenance personnel.
-
KDAN20018-E
Failed to create the store hierarchy - aa....aa
aa....aa: Directory to be created
- Description
-
This error occurs when CJMSP fails to create the directory while creating a file for the file persistence store. A possible cause is that the user does not have the write permission for the relevant directory.
- Action
-
Confirm that the user has the permission to create the directory.
-
KDAN20019-E
Unable to run the service aa....aa, the broker will no longer accept connections on this service.
aa....aa: Service name
- Description
-
This error occurs when an attempt is made to start the CJMSP Broker. A possible cause is that a required configuration is missing.
- Action
-
See the CJMSP manual and specify the required configuration information in the config.properties file.
If the problem is not resolved, contact maintenance personnel.
-
KDAN20023-E
Could not run the service aa....aa on port bb....bb:
aa....aa: Service name
bb....bb: Port number
- Description
-
This error occurs when the specified port is invalid or is in use.
- Action
-
Set up a different port number, and then restart the Broker. Confirm that the specified port number is not in use.
-
KDAN20025-E
Failed to load JDBC driver: aa....aa
aa....aa: JDBC driver URL
- Description
-
This error occurs when the specified JDBC URL is invalid or the specified class path does not refer the JDBC driver JAR file.
- Action
-
Confirm that the JDBC driver JAR file is specified in the class path.
-
KDAN20032-E
Bad name value pair specified (aa....aa) for option: bb....bb.Please use the format: name=value
aa....aa: Used invalid name/ value pair
bb....bb: Used option
- Description
-
This error occurs when the name or value specified in the command line option is null.
- Action
-
Specify a valid name/ value pair.
-
KDAN20035-E
Error detected while validating command line options.
- Description
-
The path file was not found in the specified location.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20042-E
Internal Error
- Description
-
An unexpected error occurred in CJMSP.
- Action
-
An internal error occurred. Contact maintenance personnel.
-
KDAN20048-E
User aa....aa already exists in the password file.
aa....aa: Existing user name
- Description
-
This message is displayed when an existing user name is specified in the "etc" location of the CJMSP instance while adding the user information (example: cjmsusermgr add -u guest -p guest).
- Action
-
Specify a unique user name.
-
KDAN20055-E
Invalid option aa....aa
aa....aa: Command line option
- Description
-
This error occurs when an invalid command line argument is passed.
- Action
-
Specify a valid command line option.
-
KDAN20058-E
Acknowledgement aa....aa for Transaction ID bb....bb already exists in the store.
aa....aa: Acknowledgement
bb....bb: Transaction ID
- Description
-
This error occurs when CJMSP attempts to persist the acknowledgement for transaction in the persistence store. A possible cause is that the acknowledgement for the relevant transaction already exists in the persistence store.
- Action
-
An internal error occurred. Contact maintenance personnel.
-
KDAN20060-E
Exception when pausing service aa....aa
aa....aa: Service
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN20062-E
Could not start the Broker's portmapper service because hostname/ port is invalid.
- Description
-
-
This error occurs when the port is being used in another application (another instance of the Broker).
-
This error occurs when the host name is invalid.
-
- Action
-
-
Specify another port number, and then restart the Broker. Confirm that the specified port number is not in use.
-
Specify a valid host name.
-
-
KDAN20063-E
Portmapper got an exception in accept(). Continuing
- Description
-
An I/O error occurred when a client connection was standby.
- Action
-
Make sure that the network connection is correct.
-
KDAN20064-E
Portmapper could not create ServerSocket. Exiting.
- Description
-
An unexpected error occurred when creating the server socket.
- Action
-
An internal error occurred. Contact maintenance personnel.
-
KDAN20066-E
Invalid timestamp specified (aa....aa), timestamp should be greater than 0.
aa....aa: Time stamp
- Description
-
This message is displayed when the time stamp specified in the configuration file is invalid.
- Action
-
Make sure that the value of the time stamp specified in the configuration file is 0 or more.
-
KDAN20075-E
The message aa....aa has an associated acknowledgement list already.
aa....aa: Unique ID for the message
- Description
-
All the messages are associated with a consumer list. This error occurs when CJMSP stores the specified consumer list and the states in the file/JDBC store so that the list and the states correspond to the specified message IDs.
A possible cause is that the generated message IDs already exist.
- Action
-
An internal error occurred. Contact maintenance personnel.
-
KDAN20076-E
The arrays for consumer ids and states have different size or are empty.
- Description
-
This error occurs when an attempt is made to store the specified consumers and states.
-
When the consumer does not exist in the store
-
When the consumer ids and states have different sizes
-
- Action
-
Confirm that the consumer exists in the store.
-
KDAN20077-E
The Broker got an exception when trying to acquire the lock file: aa....aa, bb....bb
The lock file may be corrupted, or there may be a permission problem with the lock file or the directory that contains the lock file. If you are certain no other copy of the Broker is running with the instance name "cc....cc" then you may remove the lock file and try starting the Broker again.
aa....aa: Lock file path
bb....bb: Detailed exception message
cc....cc: Instance name
- Description
-
This message is displayed when the lock file is corrupted, or when there is a permission problem with the lock file or the directory that stores the lock file.
- Action
-
If you are certain that no other copy of Broker is running with the applicable instance name, then delete the lock file and restart the Broker.
-
KDAN20078-E
The broker has detected an active lock file: aa....aa This file indicates that there is another copy of the broker running on bb....bb that is also using the instance name "cc....cc". Please use a different instance name or terminate the broker on bb....bb.
aa....aa: Lock file path
bb....bb: Host:Port
cc....cc: Instance name
- Description
-
This error occurs when a Broker instance is started or deleted. Take action based on the following causes:
-
When the same Broker instance is already running on another port
-
When the Broker to be deleted is running
-
- Action
-
-
Before starting the Broker instance, make sure that the Broker instance is not running. If the instance is running, stop the instance, and then restart.
-
Stop, and then delete the Broker instance.
-
-
KDAN20079-E
Cannot update port number in lock file
- Description
-
An I/O error occurred when the host name or port was updated in the lock file.
- Action
-
Make sure that the lock file permissions are appropriate.
-
KDAN20085-E
Unexpected Broker Internal Error : [aa....aa].
aa....aa: Reason for internal error
- Description
-
An internal error occurred.
- Action
-
An internal error occurred. Contact maintenance personnel.
-
KDAN20086-E
Error retrieving persisted data
- Description
-
This error occurs when CJMSP attempts to load the destination information from the persistence store. Take action based on the following causes:
-
In the case of file-based persistence, this error occurs when a file is corrupted or is not found.
-
In the case of database-based persistence, this error occurs when a table is corrupted or has not been created.
-
- Action
-
An internal error occurred. Contact maintenance personnel.
-
KDAN20087-E
Store method accessed after the store is closed.
- Description
-
This error occurs when an operation closes a persistence store and another operation attempts to save information in that persistence store.
- Action
-
Make sure that the persistence store is open.
-
KDAN20091-E
Attempt to free memory failed, taking more drastic measures.
- Description
-
An OutofMemory error occurred in CJMSP during the processing of a packet received by the handler. The possible causes are as follows:
-
When the memory or disk size assigned to CJMSP is inadequate
-
When the JVM heap size of the CJMSP Broker is exceeded
-
- Action
-
Make sure that CJMSP is configured with the appropriate memory and disk size.
For details on the memory and disk size configuration, see the CJMSP manual.
Increase the JVM heap size of the CJMSP Broker.
-
KDAN20093-E
Cannot update service port number dynamically. The change will take effect after a broker restart.
- Description
-
An internal error occurred during service update.
- Action
-
Contact maintenance personnel.
-
KDAN20097-E
No such transaction: aa....aa.
aa....aa: Transaction ID
- Description
-
This error occurs when CJMSP attempts to acquire transaction information from the persistence store. A possible cause is that the relevant transaction ID does not exist in the persistence store.
- Action
-
Re-execute the operation. If the problem is not resolved, contact maintenance personnel.
-
KDAN20098-E
Cannot perform operation. Transaction aa....aa is not in PREPARED state.
aa....aa: Transaction ID
- Description
-
This error occurs when the user attempts to commit a transaction when the transaction is not in PREPARED state.
- Action
-
Before committing a transaction, confirm that the transaction has been started.
-
KDAN20099-E
File aa....aa contains bad file magic number.
aa....aa: File name
- Description
-
This error occurs when the magic number in the configrecord file does not match the defined magic number. The file might be corrupted.
- Action
-
An internal error occurred. Contact maintenance personnel.
-
KDAN20100-E
Failed to reset store, cannot remove: aa....aa
aa....aa: File name
- Description
-
The user does not have the permission to delete the file.
- Action
-
Make sure that the file permissions are appropriate.
-
KDAN20101-E
Failed to encrypt password: aa....aa
aa....aa: Exception string
- Description
-
This error occurs when the password cannot be encrypted when the user information is added or updated.
- Action
-
Use an appropriate encryption method.
-
KDAN20102-E
The broker instance "aa....aa" does not exist.
aa....aa: Instance name
- Description
-
This error occurs when an invalid Broker instance is specified when the Broker is started.
- Action
-
Confirm that the specified Broker instance name is valid.
-
KDAN20103-E
Failed to remove file store: aa....aa
aa....aa: File name
- Description
-
The user does not have permission to remove the file.
- Action
-
Make sure that the user has the permission to delete the file or directory.
-
KDAN20107-E
Old persistent store might be corrupted: found unexpected version aa....aa. Expected bb....bb.
aa....aa: File version
bb....bb: Version
- Description
-
The old file version is corrupted and does not contain a parsable integer.
-
KDAN20108-E
Old persistent store might be corrupted: no version file aa....aa exists.
aa....aa: Version file name
- Description
-
The old file version does not exist.
- Action
-
Confirm that the old file version exists.
-
KDAN20109-E
No table schema specified for table aa....aa by imq.persist.jdbc.table.aa....aa
aa....aa: Database table name
- Description
-
This error occurs when a database that is not supported in CJMSP is used for the JDBC store.
- Action
-
Specify or use a database that is supported in CJMSP.
-
KDAN20110-E
Unknown destination bb....bb of type aa....aa.
aa....aa: Destination type
bb....bb: Destination name
- Description
-
This error occurs when the applicable destination does not exist in CJMSP while acquiring the information or deleting the destination.
- Action
-
Specify a valid destination that exists in CJMSP.
-
KDAN20111-E
Unsupported persistent store found at aa....aa.
aa....aa: Directory path name
- Description
-
An unsupported store was found in CJMSP instance persistence store (example: a directory named file store "fs370" and "fs360" was created).
- Action
-
Delete the unsupported persistence store (directory) from the CJMSP instance file store location.
-
KDAN20112-E
No such connection: aa....aa
aa....aa: Connection identifier
- Description
-
This error occurs when the relevant connection is not found in CJMSP while destroying the connection or acquiring the connection information.
- Action
-
Specify an appropriate connection.
-
KDAN20116-E
Destination is not paused.
- Description
-
This error occurs when the destination to be compressed is not paused.
- Action
-
Before compressing a destination, pause the destination.
-
KDAN20117-E
Some destinations are not paused.
- Description
-
This error occurs if some destinations are not paused when compressing all the destinations.
- Action
-
Pause all the destinations, and then perform the compress operation.
-
KDAN20119-E
The broker instance "aa....aa" does not exist. Run the broker to create the instance before using the user manager utility.
aa....aa: Instance name
- Description
-
This error occurs when the Broker instance does not exist during the execution of the user manager (cjmsusermgr) command line utility.
- Action
-
Start CJMSP, and then create the instance.
-
KDAN20120-E
Unable to parse property aa....aa.
aa....aa: Property name
- Description
-
This error occurs when an incompatible data type value is specified in the property file.
- Action
-
Specify an appropriate data type value in the property file.
-
KDAN20122-E
Unable to use CJMS_VAR_HOME aa....aa.
aa....aa: Reason for the unavailability of the path
- Description
-
This error occurs when an invalid directory path is specified in CJMSP home.
- Action
-
Make sure that the CJMSP home directory path is correct.
-
KDAN20125-E
Broker is forcibly closing the connection to aa....aa.
aa....aa: is connection ID
- Description
-
An OutofMemory error occurred in the communication between CJMSP and client.
- Action
-
Create a new connection with CJMSP.
-
KDAN20126-E
Unable to read message aa....aa.
aa....aa: Message ID
- Description
-
-
An invalid destination has been specified.
-
An invalid message ID has been specified.
-
- Action
-
Make sure that a valid destination is specified.
-
KDAN20127-E
Unable to remove message aa....aa.
aa....aa: Message ID
- Description
-
-
An error occurred when removing the message.
-
The message was not found in the store.
-
- Action
-
Make sure that the message exists in the persistence store.
-
KDAN20128-E
Unable to load durable subscriptions
- Description
-
The following errors occurred when loading the destination:
-
All the consumers could not be acquired.
-
The destination could not be acquired from CJMSP.
-
The consumer could not be added to the destination.
-
- Action
-
Restart CJMSP or contact maintenance personnel.
-
KDAN20129-E
Unable to store durable subcription aa....aa bb....bb for destination cc....cc.
aa....aa: Durable subscriber name
bb....bb: Client ID
cc....cc: Destination name
- Description
-
The following errors occurred when storing the durable subscriber:
-
A consumer with the same ID already exists in the store.
-
An I/O error occurred during consumer persistence.
-
- Action
-
Make sure that a consumer with the same ID does not exist in the store.
-
KDAN20130-E
Unable to remove durable subcription aa....aa bb....bb from destination cc....cc.
aa....aa: Durable subscriber name
bb....bb: Client ID
cc....cc: Destination name
- Description
-
The following errors occurred when removing the durable subscriber:
-
The consumer was not found in the store.
-
An I/O error occurred when removing the consumer.
-
- Action
-
Make sure that the specified consumer exists in the store.
-
KDAN20131-E
Unable to create durable subcription aa....aa bb....bb from destination cc....cc.
aa....aa: Durable subscriber name
bb....bb: Client ID
cc....cc: Destination name
- Description
-
The following errors occurred when storing the durable subscriber:
-
A consumer with the same ID already exists in the store.
-
An I/O error occurred when persisting the consumer.
-
- Action
-
Make sure that a consumer with the same ID does not exist in the store.
-
KDAN20132-E
Unable to resolve hostname ''aa....aa''
aa....aa: Host name that could not be converted to IP address
- Description
-
An invalid host name has been specified.
- Action
-
Specify a valid host name for the Broker instance.
-
KDAN20133-E
Unable to resolve hostname ''aa....aa'' specified by property ''bb....bb''
aa....aa: Host name
bb....bb: Property name
- Description
-
This error occurs when an invalid host name is specified as the portmapper host name in config.properties. In this case, CJMSP will terminate.
- Action
-
Specify a valid host name in the portmapper host name.
-
KDAN20134-E
Unable to resolve local hostname
- Description
-
The IP address was not found on the local machine.
- Action
-
Confirm that the local machine has an IP address.
-
KDAN20135-E
Invalid Java version: aa....aa. Minimum Java version required: bb....bb.
aa....aa: Message id
bb....bb: Message id
- Description
-
A JRE version older than 1.4 has been installed. In this case, you cannot use CJMSP.
- Action
-
Contact maintenance personnel.
-
KDAN20138-E
Cannot create address URL for broker. URL string used: aa....aa
aa....aa: String/ url
- Description
-
This error occurs when the host name value specified in the config.properties file is invalid.
- Action
-
Specify a valid host name value.
-
KDAN20142-E
The portmapper service got an exception processing a request from client aa....aa. The client may need to attempt the connection again
aa....aa: IP address
- Description
-
The following errors occurred when writing the portmapper data:
-
The socket was closed.
-
An I/O error occurred when writing the portmapper data into the specified DataOutputStream.
-
- Action
-
-
Confirm that the network connection is appropriate.
-
Confirm that the I/O device or driver is running.
-
Contact the System Administrator.
-
-
KDAN20158-E
Unable to shutdown a broker that is running in process.
- Description
-
This error occurs when CJMSP is shut down during the processing of a message.
- Action
-
Shut down CJMSP after the message processing is finished.
-
KDAN20159-E
Failed to create transaction log file aa....aa.
aa....aa: File name
- Description
-
An I/O error occurred while the log writer was being created.
- Action
-
Make sure that the root directory permissions are appropriate.
-
KDAN20160-E
Unable to process transaction log record with sequence aa....aa: bb....bb.
aa....aa: Sequence value
bb....bb: Record type
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN20162-E
Failed to reconstruct persistence store from transaction log files.
- Description
-
An I/O error occurred while restoring the persistence store from the transaction log files.
- Action
-
Check whether the file-based permissions are appropriate.
-
KDAN20164-E
Failed to purge messages on destination aa....aa.
aa....aa: Destination name
- Description
-
This error occurs when the destination is purged. Take action based on the following causes:
-
The applicable destination does not exist in the store.
-
An I/O error occurred when deleting the message.
-
- Action
-
Make sure that the applicable destination exists in the store.
-
KDAN20165-E
Unable to open protocol bb....bb for cc....cc service using aa....aa.
aa....aa: Protocol class
bb....bb: Protocol type
cc....cc: Instance name
- Description
-
-
This error occurs when the specified port is being used in another application.
-
This error occurs when an invalid host name is specified.
-
- Action
-
-
Make sure that the same port number is not used in another application.
-
Specify a valid host name.
-
-
KDAN20166-E
aa....aa protocol unavailable: cannot load protocol class needed for service bb....bb.
aa....aa: Protocol class
bb....bb: Service name
- Description
-
This error occurs when an invalid protocol class name is specified when creating the service.
- Action
-
Contact maintenance personnel.
-
KDAN20167-E
Unable to start service aa....aa: missing property bb....bb.
aa....aa: Service name
bb....bb: Missing property
- Description
-
This message is displayed when null is specified in the value of the protocol type property.
- Action
-
Check whether a valid value is specified in the protocol type property.
-
KDAN20168-E
Failed to persist message aa....aa.
aa....aa: Message ID
- Description
-
-
The user does not have the write permission for the message-related file.
-
The message-related file is corrupted.
-
- Action
-
-
Grant the write permission to the file that stores the message.
-
Re-execute the Broker. In this case, the old data is lost.
-
-
KDAN20169-E
Failed to retrieve message aa....aa for destination bb....bb.
aa....aa: Message ID
bb....bb: Destination name
- Description
-
An I/O error occurred while obtaining a message from the persistence store.
- Action
-
Make sure that the network connection is correct.
-
KDAN20171-E
Unable to unsubscribe to durable topic aa....aa with [Durable Name, Client ID] = [bb....bb, cc....cc]: consumer is in use.
aa....aa: Destination name
bb....bb: Consumer durable name
cc....cc: Consumer client ID
- Description
-
This error occurs when an attempt is made to unsubscribe the durable subscriber being used in the consumer.
- Action
-
Make sure that the persistence subscriber specifying a consumer is not used.
-
KDAN20172-E
Failed to persist consumer aa....aa.
aa....aa: Consumer ID
- Description
-
-
The user does not have the write permission for the message file store.
-
The message file store is corrupted.
-
A consumer with the same name already exists in the store.
-
A runtime exception occurred when saving the consumer identified by the consumer ID.
-
- Action
-
-
Grant the write permission to the file store that saves the message.
-
Restart CJMSP. In this case, the old data is lost.
-
-
KDAN20174-E
Failed to persist destination aa....aa.
aa....aa: Destination name
- Description
-
-
An error occurred while a file was being accessed.
-
The data is corrupted.
-
A runtime exception occurred during an attempt to store the destination in the persistence store.
-
A runtime exception occurred during an attempt to update the destination in the persistence store.
-
- Action
-
Check whether the file-based permissions are appropriate.
-
KDAN20175-E
Failed to persist state of consumer aa....aa for message bb....bb.
aa....aa: Consumer id
bb....bb: Message id
- Description
-
-
The specified message does not exist in the persistence store.
-
The consumer is not associated with the message.
-
An error occurred while a file was being accessed.
-
The data is corrupted.
-
- Action
-
-
Restart CJMSP. In this case, the old data is lost.
-
Check whether the file-based permissions are appropriate.
-
-
KDAN20176-E
Could not locate destination aa....aa.
aa....aa: Destination name
- Description
-
This error occurs when the specified destination does not exist in the store.
- Action
-
Confirm that the specified destination exists in the store.
-
KDAN20177-E
Failed to persist transaction aa....aa.
aa....aa: Transaction id
- Description
-
-
An error occurred while a file was being accessed.
-
The data is corrupted.
-
A runtime exception occurred during an attempt to store the transaction in the persistence store.
-
A runtime exception occurred during an attempt to update the transaction in the persistence store.
-
- Action
-
Make sure that the file permissions are appropriate.
-
KDAN20178-E
while reading from passfile
- Description
-
-
The user does not have the read permission for the user information-related file.
-
The file is corrupted.
-
- Action
-
-
Grant the read permission to the user information-related file.
-
Restart CJMSP. In this case, the old data is lost.
-
-
KDAN20179-E
The Maximum Number of messages currently in the system [ aa....aa ] has been exceeded, rejecting message bb....bb.
aa....aa: Maximum number of messages
bb....bb: Message id
- Description
-
This message is displayed when the maximum number of messages is exceeded.
- Action
-
Increase the upper limit for the maximum number of messages.
-
KDAN20180-E
The Maximum Size limit for the messages currently in the system [ aa....aa ] has been exceeded, rejecting message bb....bb.
aa....aa: System id
bb....bb: Message id
- Description
-
This message is displayed when the maximum size for the total number of messages is exceeded.
- Action
-
Increase the maximum size for the total number of messages.
-
KDAN20181-E
The size [ aa....aa bytes ] of Message bb....bb is larger than the individual message limit (maxBytesPerMsg) of cc....cc bytes, rejecting the message.
aa....aa: Maximum message size
bb....bb: Message ID
cc....cc: Maximum bytes/ message
- Description
-
This error occurs when the message size exceeds the system-defined individual message limit.
- Action
-
-
Increase the individual message size.
-
Specify a message size as infinite.
-
-
KDAN20182-E
Invalid property value: aa....aa = bb....bb.
aa....aa: Property name
bb....bb: Property value
- Description
-
-
This error occurs when the property value is not specified.
-
This error occurs when an invalid property value is specified.
-
This error occurs when the property value does not have a parsable integer.
-
- Action
-
Specify a valid property value.
-
KDAN20183-E
Invalid property: aa....aa.
aa....aa: Property name
- Description
-
This error occurs when an invalid property name is specified.
- Action
-
Specify a valid property name.
-
KDAN20184-E
Failed to load destinations from store.
- Description
-
An I/O error occurred while obtaining the destination from the persistence store.
- Action
-
-
Make sure that the network connection is correct.
-
Check whether the I/O device or driver is running.
-
Contact the System Administrator.
-
-
KDAN20185-E
Failed to load transactions from store.
- Description
-
An I/O error occurred while obtaining the transaction from the persistence store.
- Action
-
-
Make sure that the network connection is correct.
-
Check whether the I/O device or driver is running.
-
Contact the System Administrator.
-
-
KDAN20187-E
Failed to remove consumer aa....aa from store.
aa....aa: Consumer id
- Description
-
-
An error occurred while a file was being accessed.
-
The data is corrupted.
-
A runtime error occurred while deleting the consumer from the persistence store.
-
- Action
-
Make sure that the file permissions are appropriate.
-
KDAN20188-E
Failed to load consumers from store.
- Description
-
-
This message is displayed when an invalid varhome location is specified when the Broker is started.
-
An I/O error occurred while obtaining the consumer from the persistence store.
-
- Action
-
Make sure that the value specified in the varhome location is appropriate.
-
KDAN20194-E
Connection not authenticated.
- Description
-
This error occurs when a connection is not authenticated.
- Action
-
Contact maintenance personnel.
-
KDAN20196-E
Access Control class not defined for type aa....aa.
aa....aa: Access control type
- Description
-
This error occurs when the access control class is not specified.
- Action
-
Contact maintenance personnel.
-
KDAN20202-E
aa....aa is not an administrator
aa....aa: User name
- Description
-
The specified user does not have administrator privileges.
- Action
-
Make sure that the relevant user has the administrator privileges.
-
KDAN20203-E
Failed to load transaction acknowledgements from store.
- Description
-
An I/O error occurred while obtaining the transaction acknowledgements from the persistence store.
- Action
-
Make sure that the network connection is correct.
-
KDAN20204-E
Failed to clear the transaction acknowledgement file: aa....aa.
aa....aa: File name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN20205-E
Failed to persist acknowledgement aa....aa for transaction bb....bb.
aa....aa: Acknowledgement
bb....bb: Transaction ID
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN20206-E
No such service: aa....aa.
aa....aa: Name of the non-existent service
- Description
-
This message is displayed when an invalid service name is specified.
- Action
-
Make sure that the specified service name is appropriate.
-
KDAN20207-E
Unable to unsubscribe to consumer with a durable name of aa....aa and a client ID of bb....bb - consumer does not exist.
aa....aa: Durable name
bb....bb: Consumer name
- Description
-
This error occurs when an attempt is made to unsubscribe a consumer that is already deleted.
- Action
-
Unsubscribe only when the consumer is not already unsubscribed.
-
KDAN20209-E
Failed to remove acknowledgements for transaction aa....aa.
aa....aa: Transaction ID
- Description
-
A runtime exception occurred when removing all the acknowledgements of the specified transaction ID.
- Action
-
Check the log file, and then take appropriate measures.
-
KDAN20210-E
Cannot use Transaction ID aa....aa : ID is currently in use.
aa....aa: Transaction ID
- Description
-
This error occurs when the specified transaction ID already exists and is in use.
- Action
-
Contact maintenance personnel.
-
KDAN20211-E
Error storing information associated with Transaction aa....aa: data may be lost if the Broker exits before the transaction completed.
aa....aa: Transaction id
- Description
-
This message is displayed when the user does not have the appropriate file permissions while the transaction-related information is being stored.
- Action
-
Check whether the file-based permissions are appropriate.
-
KDAN20212-E
Cannot create Destination aa....aa - the destination already exists.
aa....aa: Destination name
- Description
-
This error occurs when an attempt is made to re-create an existing destination.
- Action
-
Specify a unique name for the destination.
-
KDAN20215-E
Forbidden authenticated name aa....aa from service bb....bb[cc....cc] on administration destination.
aa....aa: Principal name
bb....bb: Service name
cc....cc: Service type
- Description
-
-
This message is displayed when a non-admin service attempts to access the destination.
-
This message is displayed when a restricted admin service attempts to access the destination.
-
- Action
-
-
Use the ADMIN service to access the destination.
-
Grant the permission to access the destination to the ADMIN service.
-
-
KDAN20221-E
Failed to load configuration change records from store.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20222-E
Failed to persist configuration change record with timestamp aa....aa.
aa....aa: Time stamp
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20223-E
No properties modified for service: aa....aa.
aa....aa: Service name
- Description
-
The specified port number is invalid.
- Action
-
Make sure that the specified number is correct.
-
KDAN20224-E
Unable to destroy destination: aa....aa, because bb....bb
aa....aa: Destination name
bb....bb: Cause of error
- Description
-
-
The specified destination is a dead message queue and the dead message queue cannot be destroyed.
-
The destination does not exist.
-
An invalid destination ID has been specified.
-
- Action
-
-
Make sure that the destination is not a dead message queue.
-
Specify a valid destination.
-
-
KDAN20225-E
The Destination of aa....aa contains invalid characters.
aa....aa: Information about the JMQ destination
- Description
-
The specified sending name contains invalid characters.
- Action
-
Specify a valid destination name.
-
KDAN20226-E
Could not resume service: aa....aa, because bb....bb
aa....aa: Destination name
bb....bb: Exception message
- Description
-
-
An invalid service name has been specified.
-
The service could not be paused/resumed.
-
- Action
-
Make sure that a valid service name is specified.
-
KDAN20227-E
Durable subscription aa....aa:bb....bb is already active on destination cc....cc.
aa....aa: Durable name
bb....bb: Client ID
cc....cc: Destination ID
- Description
-
The specified durable subscriber is already active on the destination.
- Action
-
Create a unique durable subscriber.
-
KDAN20228-E
Failed to clear all records from configuration change record tables.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20232-E
Access non-administration destination aa....aa denied for restricted administration service bb....bb.
aa....aa: Destination name
bb....bb: Service name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20234-E
Failed to persist consumer list for message aa....aa.
aa....aa: Message ID
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20235-E
Cannot remove lock file.
- Description
-
An I/O error occurred when creating a socket. The lock file could not be removed.
- Action
-
Make sure that the lock file permissions and network connection are correct.
-
KDAN20236-E
Failed to load message aa....aa from store.
aa....aa: Message ID
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20237-E
Connection logged out.
- Description
-
-
An invalid authentication type is specified.
-
The authentication protocol handler is not specified.
-
- Action
-
Contact maintenance personnel.
-
KDAN20238-E
Invalid client ID aa....aa.
aa....aa: Client ID sent from the client
- Description
-
-
The client ID for creating the connection consumer is null.
-
The client ID is null or space during the set up of the client ID.
-
- Action
-
Specify a valid client ID value (excluding null and space).
-
KDAN20239-E
Minimum threads aa....aa greater than maximum threads bb....bb.
aa....aa: Minimum thread value
bb....bb: Maximum thread value
- Description
-
This error occurs when the minimum thread value is greater than the maximum thread value.
- Action
-
Make sure that the minimum thread value is always smaller than the maximum thread value.
-
KDAN20240-E
Failed to persist property aa....aa.
aa....aa: Property name
- Description
-
An internal error occurred when updating a property.
- Action
-
Contact maintenance personnel.
-
KDAN20241-E
Failed to load properties from store.
- Description
-
-
An access error occurred while obtaining the property information from the file.
-
The data is corrupted.
-
- Action
-
Make sure that the file permissions are appropriate.
-
KDAN20242-E
Verification of persistent store version failed with exception.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20243-E
Unable to set thread values to min=aa....aa max=bb....bb.
aa....aa: Minimum value
bb....bb: Maximum value
- Description
-
This error occurs when an attempt is made to set up a minimum thread value that is greater than the maximum thread value.
- Action
-
Make sure that the minimum thread value is smaller than the maximum thread value.
-
KDAN20244-E
Unexpected Broker Exception: [aa....aa].
aa....aa: Exception message
- Description
-
An exception occurred due to a Broker internal error.
- Action
-
Check the log file, and then take the appropriate measures.
-
KDAN20245-E
Cannot store message aa....aa on destination bb....bb. The message limit (maxNumMsgs) of cc....cc has been reached.
aa....aa: sysmsgid
bb....bb: Destination name
cc....cc: Limit
- Description
-
This error occurs when the number of messages at the destination exceeds the maximum value.
- Action
-
Increase the maximum number of messages for the destination.
-
KDAN20246-E
Cannot store message aa....aa on destination bb....bb. The byte limit (maxTotalMsgBytes) of cc....cc bytes has been reached.
aa....aa: sysmsgid
bb....bb: Destination name
cc....cc: Limit
- Description
-
This error occurs when the total message byte size at the destination exceeds the maximum value.
- Action
-
Increase the total message bytes for the destination.
-
KDAN20247-E
Cannot store message aa....aa on destination bb....bb. The message size of cc....cc bytes is larger than the individual message byte limit (maxBytesPerMsg) of dd....dd bytes.
aa....aa: sysmsgid
bb....bb: Destination name
cc....cc: Limit
dd....dd: Exceeded value
- Description
-
This error occurs when the message size exceeds the maximum size (byte limit) for an individual message.
- Action
-
Increase the individual message size for the destination.
-
KDAN20254-E
Port number conflict. Please use different port numbers for TCP and HTTP services.
- Description
-
This error occurs when the specified port number is in use.
- Action
-
Specify a unique port number.
-
KDAN20256-E
Cannot add durable consumer aa....aa. No ClientID was set on connection.
aa....aa: Consumer ID
- Description
-
This error occurs when the client ID is not set up for the connection during the creation of a consumer.
- Action
-
Set up a valid client ID for the connection.
-
KDAN20257-E
The thread pool maximum for service aa....aa cannot be set to bb....bb.
aa....aa: Service name
bb....bb: Maximum number of threads
- Description
-
This error occurs when the maximum number of threads is set up to 0 (zero).
- Action
-
Set up the maximum number of threads to a value greater than 0 (zero).
-
KDAN20260-E
Failed to clear transactions that are not in state aa....aa, all transactions will be cleared.
aa....aa: State of the transaction to be excluded
- Description
-
A runtime exception occurred when clearing all the transactions that are not in the specified state.
- Action
-
For details, reference the log file, and then take action.
-
KDAN20261-E
Broker is shutting down.
- Description
-
This error occurs when an operation is executed for CJMSP when CJMSP is shutting down.
- Action
-
Confirm that CJMSP is running.
-
KDAN20262-E
Failed to upgrade configuration change record.
- Description
-
An I/O error occurred when upgrading the configuration change record.
- Action
-
Confirm that the file has the appropriate access permission.
-
KDAN20263-E
Failed to parse message from a VRecord for destination aa....aa.
aa....aa: Destination name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20264-E
Failed to remove destination aa....aa.
aa....aa: Destination name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20265-E
Failed to load messages for destination aa....aa from store.
aa....aa: Destination name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20266-E
Failed to release message directory aa....aa for destination bb....bb.
aa....aa: Directory name
bb....bb: Destination name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20267-E
Failed to load message directory aa....aa for destination bb....bb.
aa....aa: Directory name
bb....bb: Destination name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20268-E
Got exception while reading packet size from file aa....aa.
aa....aa: File name
- Description
-
An I/O error occurred when reading a record.
- Action
-
Confirm that the file has the property permissions and is not corrupt.
-
KDAN20269-E
Resetting messages failed; failed to remove all files in aa....aa.
aa....aa: Directory name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20273-E
Failed to upgrade messages.
- Description
-
An I/O error occurred when a message was upgraded from the old store.
- Action
-
Confirm that the message store has appropriate permissions.
-
KDAN20274-E
Failed to upgrade properties from aa....aa to bb....bb.
aa....aa: Old file
bb....bb: Backing file
- Description
-
An I/O error occurred when a property was upgraded from the old store.
- Action
-
Confirm that the message store has appropriate permissions.
-
KDAN20275-E
Failed to upgrade durables from aa....aa to bb....bb.
aa....aa: Old file
bb....bb: Backing file
- Description
-
An I/O error occurred when a consumer was upgraded from the old store.
- Action
-
Confirm that the message store has appropriate permissions.
-
KDAN20276-E
Failed to upgrade transaction acknowledgement from aa....aa to bb....bb.
aa....aa: Old file
bb....bb: Backing file
- Description
-
An I/O error occurred when a transaction acknowledgement was upgraded from the old store.
- Action
-
Confirm that the message store has appropriate permissions.
-
KDAN20277-E
Failed to upgrade transactions from aa....aa to bb....bb.
aa....aa: Old file
bb....bb: Backing file
- Description
-
An I/O error occurred when a transaction was upgraded from the old store.
- Action
-
Confirm that the message store has appropriate permissions.
-
KDAN20278-E
Failed to upgrade destinations from aa....aa to bb....bb.
aa....aa: Old file
bb....bb: Backing file
- Description
-
An I/O error occurred when a destination was upgraded from the old store.
- Action
-
Confirm that the message store has appropriate permissions.
-
KDAN20279-E
Failed to load configuration change records from old store aa....aa.
aa....aa: Old file
- Description
-
An I/O error occurred when a configuration change record was upgraded from the old store.
- Action
-
Check whether the persistence store permissions are appropriate.
-
KDAN20280-E
Could not compact destinations, because aa....aa
aa....aa: Exception string
- Description
-
The destinations were not paused when the cjmsicmd compact dst command was used to compress the destinations.
- Action
-
Before compressing destinations (before using the cjmsicmd pause dst command), pause all the destinations.
-
KDAN20281-E
Could not compact destination: aa....aa, because bb....bb
aa....aa: Destination name
bb....bb: Exception string
- Description
-
The destination is not paused when the cjmsicmd compact dst -n destination-name -t destination-type command was used to compress one destination.
- Action
-
Before compressing destinations (before using the cjmsicmd pause dst -n destination-name -t destination-type command), pause the applicable destination.
-
KDAN20292-E
The following destination cannot be created: aa....aa. Destination names starting with "bb....bb" are reserved for internal Message Queue use. They cannot be created administratively.
aa....aa: Destination name
bb....bb: Prefix of the internal destination name (example: mq)
- Description
-
When creating a destination, if the destination name begins with mq., the destination is not to be created.
- Action
-
Make sure that the destination name does not begin with mq.(dot).
-
KDAN20293-E
Cannot create property file aa....aa.
aa....aa: Property file
- Description
-
This error occurs when the path specified for creating the properties file is incorrect.
- Action
-
Confirm that the var directory path is valid.
-
KDAN20294-E
Max Producer Count for aa....aa cannot be set to 0.
aa....aa: Destination name
- Description
-
The maximum number of producers for the queue topic destination is set up to 0 (zero).
- Action
-
Make sure that the maximum number of producers for the destination is set up to a value greater than 0 (zero).
-
KDAN20295-E
Max Consumer Count for aa....aa cannot be set to 0.
aa....aa: Destination name
- Description
-
The maximum number of consumers for the queue destination is set up to 0 (zero).
- Action
-
Make sure that the maximum number of consumers for the destination is set up to a value greater than 0 (zero).
-
KDAN20296-E
Support for feature aa....aa is unavailable on destination bb....bb, please upgrade to the Enterprise Edition to enable this feature.
aa....aa: Destination monitoring
bb....bb: Destination name
- Description
-
-
The watch functionality is not enabled at the destination.
-
A non-local destination attempts to use the scope of the local destination.
-
The specified maximum number of active consumers is invalid.
-
The specified maximum number of active backup consumers is invalid.
-
- Action
-
-
Enable the watch functionality at the destination.
-
Specify a valid destination scope.
-
Specify a valid maximum number of active consumers.
-
Specify a valid maximum number of active backup consumers.
-
-
KDAN20298-E
Consumer cannot be added to destination aa....aa, limit of bb....bb consumers would be exceeded.
aa....aa: Destination
bb....bb: Maximum number of consumers
- Description
-
This message is displayed when an attempt is made to create consumers exceeding the limit for the destination in CJMSP.
- Action
-
-
Terminate the consumers for which the processing has ended.
-
Increase the maximum number of consumers for the destination.
-
-
KDAN20299-E
Producer cannot be added to destination aa....aa, limit of bb....bb producers would be exceeded.
aa....aa: Destination
bb....bb: Maximum number of producers
- Description
-
This message is displayed when an attempt is made to create producers exceeding the limit for the destination in CJMSP.
- Action
-
-
Terminate the producers for which the processing has ended.
-
Increase the maximum number of producers for the destination.
-
-
KDAN20300-E
Producers are not allowed to produce messages to a monitoring destinations aa....aa.
aa....aa: Destination
- Description
-
This error occurs when an attempt is made to create messages for the dead message queue.
- Action
-
A producer cannot be created for a dead message queue. Specify another destination.
-
KDAN20301-E
Autocreation of bb....bb destinations is not allowed, destination aa....aa must be administratively created before it can be monitored.
aa....aa: Destination name
bb....bb: Destination type
- Description
-
The value specified for the imq.autocreate.queue or imq.autocreate.topic properties is false.
- Action
-
Set up the value for the imq.autocreate.queue or imq.autocreate.topic properties to true.
-
KDAN20303-E
Failed to move message aa....aa from destination bb....bb to destination cc....cc.
aa....aa: System message ID of the JMS message
bb....bb: Source destination
cc....cc: Target destination
- Description
-
An attempt to move a message from the old destination has failed.
- Action
-
Make sure that the permissions for the old store are appropriate.
-
KDAN20304-E
The size [ aa....aa bytes ] of packet bb....bb is larger than the individual packet limit of cc....cc bytes, rejecting packet.
aa....aa: Packet size
bb....bb: Packet
cc....cc: Maximum packet size
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20305-E
The useDMQ attribute cannot be changed on the Dead Message Queue.
- Description
-
This error occurs when the Use Dead Message Queue option is selected while changing the dead message queue attributes.
- Action
-
The Use Dead Message Queue attribute cannot be changed on the dead message queue.
-
KDAN20306-E
Dead Message retains on its original destination.
- Description
-
An error occurred when deploying a message on the dead message queue.
- Action
-
Contact maintenance personnel.
-
KDAN20307-E
FLOW_CONTROL is not a legal behavior for the Dead Message Queue.
- Description
-
The legal behavior for the dead message queue is set up to FLOW_CONTROL.
- Action
-
The FLOW_CONTROL limit behavior is not applied to the dead message queue. This is a restriction. Specify the following valid limit behaviors:
-
REMOVE_OLDEST
-
REJECT_NEWEST
-
REMOVE_LOW_PRIORITY
-
-
KDAN20308-E
Number of Producers cannot be changed on the Dead Message Queue.
- Description
-
This error occurs when the number of producers on the dead message queue is changed from 0 (zero) to another integer value.
- Action
-
The producer for the dead message queue cannot be created. Specify another destination.
-
KDAN20309-E
The Dead Message Queue cannot be destroyed.
- Description
-
This error occurs when an attempt is made to destroy the dead message queue using the cjmsicmd destroy dst -n destination-name -t destination-type command.
- Action
-
The dead message queue is used for the internal processing of CJMSP; and therefore, cannot be destroyed.
-
KDAN20310-E
Failed to load a destination.
- Description
-
This error occurs when the file in the file store corresponding to the destination, is corrupted.
- Action
-
Restart CJMSP. A new destination file is created, but the old destination data is lost.
-
KDAN20311-E
Failed to load a consumer.
- Description
-
This error occurs when the file in the file store corresponding to the consumer, is corrupted.
- Action
-
Restart CJMSP. A new consumer file is created, but the old consumer data is lost.
-
KDAN20312-E
Failed to load a property.
- Description
-
This error occurs when the file in the file store corresponding to the property, is corrupted.
- Action
-
Restart CJMSP. A new property file is created, but the old property data is lost.
-
KDAN20313-E
Failed to load a transaction.
- Description
-
This error occurs when the file in the file store corresponding to the transaction, is corrupted.
- Action
-
Restart CJMSP. A new transaction file is created, but the old transaction data is lost.
-
KDAN20314-E
Failed to load a transaction acknowledgement.
- Description
-
This error occurs when the file in the file store corresponding to the transaction acknowledgement, is corrupted.
- Action
-
Restart CJMSP. A new transaction acknowledgement file is created, but the old transaction acknowledgement data is lost.
-
KDAN20315-E
Failed to load a destination from the old store.
- Description
-
An error occurred when loading a destination from the old store.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20316-E
Failed to load a consumer from the old store.
- Description
-
An error occurred when loading a consumer from the old store.
- Action
-
Make sure that the permissions for the old store are appropriate.
-
KDAN20317-E
Failed to load a property from the old store.
- Description
-
An error occurred when loading a property from the old store.
- Action
-
Make sure that the permissions for the old store are appropriate.
-
KDAN20318-E
Failed to load a transaction from the old store.
- Description
-
An error occurred when loading a transaction from the old store.
- Action
-
Make sure that the permissions for the old store are appropriate.
-
KDAN20319-E
Failed to load a transaction acknowledgement from the old store.
- Description
-
An error occurred when loading a transaction acknowledgement from the old store.
- Action
-
Make sure that the permissions for the old store are appropriate.
-
KDAN20320-E
Failed to reestablish database connection to aa....aa.
- Description
-
A database error occurred when an attempt was made to create a connection for an already terminated idle connection in the connection pool.
- Action
-
Make sure that the database connection is normal.
-
KDAN20321-E
Failed to attach to a consumer to shared consumer bb....bb on
topic aa....aa:number of subscribers dd....dd is at or above the limit
of cc....cc
aa....aa: Destination
bb....bb: Subscriber
cc....cc: Maximum number of active consumers
dd....dd: Number of subscribers created
- Description
-
This error occurs when the number of consumers created is equal to the predefined maximum value.
-
KDAN20322-E
Unable to unsubscribe to subscription with a durable name of aa....aa and a client ID of bb....bb - Destination cc....cc and its associated consumers have been destroyed.
aa....aa: Durable subscriber name
bb....bb: Client ID
cc....cc: Destination name
- Description
-
This error occurs when the consumer corresponding to the subscriber name is already destroyed.
- Action
-
Confirm that the consumer exists.
-
KDAN20323-E
JAAS authentication configuration name index not defined.
- Description
-
This error occurs when the JAAS authentication name is not set up.
- Action
-
Specify a valid configuration name for JAAS authentication.
-
KDAN20324-E
Message aa....aa already exists in destination bb....bb.
aa....aa: Message ID
bb....bb: Destination name
- Description
-
This error occurs when the specified message already exists in the destination.
-
KDAN20325-E
Unable to get loopback IP address on the system for validation of broker address aa....aa.
- Description
-
An attempt to acquire the IP address of the loopback interface has failed.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20327-E
Failed to load destination aa....aa from store.
aa....aa: Destination
- Description
-
-
The data in the database table is corrupt.
-
A database error occurred when acquiring a destination.
-
- Action
-
Make sure that the database connection is normal.
-
KDAN20328-E
Failed to remove consumer states for destination aa....aa.
aa....aa: Destination name
- Description
-
-
The data in the database table is corrupt.
-
A database error occurred when removing the consumer states for the destination.
-
- Action
-
Make sure that the database connection is normal.
-
KDAN20330-E
Failed to load acknowledgements for transaction aa....aa.
aa....aa: Transaction ID
- Description
-
-
The data in the database table is corrupt.
-
A database error occurred when acquiring the transaction acknowledgement.
-
- Action
-
Make sure that the database connection is normal.
-
KDAN20331-E
Failed to get message counts for broker aa....aa from database.
aa....aa: Broker ID
- Description
-
-
The data in the database table is corrupt.
-
A database error occurred when returning the number of CJMSP messages.
-
- Action
-
Make sure that the database connection is normal.
-
KDAN20333-E
Failed to remove property aa....aa from store.
aa....aa: Property name
- Description
-
-
The data in the database table is corrupt.
-
A database error occurred when removing a property.
-
- Action
-
Make sure that the database connection is normal.
-
KDAN20335-E
Failed to load transactions for broker aa....aa from store.
- Description
-
-
The data in the database table is corrupt.
-
A database error occurred.
-
- Action
-
Make sure that the database connection is normal.
-
KDAN20341-E
Unable to load destination aa....aa.
aa....aa: Destination name
- Description
-
An I/O error occurred when the destination was continuously accessed.
- Action
-
Confirm that the file store is accessible if the appropriate permissions are used.
-
KDAN20342-E
Cannot stop service which is not running.
- Description
-
This error occurs when an attempt is made to stop a service that is not running.
- Action
-
Before stopping a service, confirm that the service is running.
-
KDAN20343-E
Cannot start service which is not paused.
- Description
-
This error occurs when an attempt is made to start a service that is not paused.
- Action
-
Before starting a service, confirm that the service is paused.
-
KDAN20360-E
Acknowledgement aa....aa for bb....bb exists already.
aa....aa: Acknowledgement
bb....bb: Transaction ID
- Description
-
This error occurs when the acknowledgement already exists for the message.
- Action
-
Make sure that the message is acknowledged only once.
-
KDAN20361-E
Connection aa....aa is closing.
aa....aa: Connection ID
- Description
-
This error occurs when a connection is closed and destroyed while terminating a non-durable consumer or subscriber. The consumer is not terminated.
- Action
-
When terminating a consumer, confirm that the connection is open. In the case of shared connections, make sure that when one thread is operating a connection, another thread does not terminate the connection.
-
KDAN20362-E
No session found for consumer aa....aa on connection bb....bb.
aa....aa: Consumer uid
bb....bb: Connection uid
- Description
-
When destroying a consumer, the session is terminated and destroyed.
- Action
-
When terminating a consumer, confirm that the session is open.
-
KDAN20371-E
Auto-creation of destination aa....aa is not allowed on service bb....bb because service restriction cc....cc is in effect.
aa....aa: Destination name
bb....bb: Service name
cc....cc: Service restriction
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20372-E
Creation of producer on topic aa....aa is not allowed on service bb....bb because service restriction cc....cc is in effect.
aa....aa: Destination name
bb....bb: Service name
cc....cc: Service restriction
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20373-E
Creation of consumer on topic aa....aa is not allowed on service bb....bb because service restriction cc....cc is in effect.
aa....aa: Destination name
bb....bb: Service name
cc....cc: Service restriction
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20381-E
Missing operator )
- Description
-
An invalid message selector expression (closing bracket is missing) was specified when creating a message consumer. The consumer is not created.
- Action
-
Specify a valid selector expression based on the SQL92 syntax.
-
KDAN20382-E
Invalid Character : ','
- Description
-
An invalid message selector expression (BETWEEN is used) was specified when creating a message consumer. The consumer is not created.
- Action
-
Specify a valid selector expression based on the SQL92 syntax.
-
KDAN20383-E
Temporary destination belongs to a closed connection or another connection - aa....aa.
aa....aa: temporary destination name
- Description
-
This error occurs when an attempt is made to access the temporary destination belonging to a closed connection or another connection.
- Action
-
The temporary destination belonging to a closed connection or another connection cannot be accessed.
-
KDAN20390-E
Unable to start Broker with an instance name of bb....bb. The instance directory aa....aa does not have the correct permissions. Exiting.
aa....aa: Current name of Broker
bb....bb: Instance directory name
- Description
-
The instance directory does not have the read or write permissions.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20450-E
No Destination Type was set on the command.
- Description
-
The destination type is not specified.
- Action
-
Specify q (queue) or t (topic) as the destination type.
-
KDAN20451-E
No Destination Name was set on the command.
- Description
-
The destination name is not specified.
- Action
-
Specify a valid destination name.
-
KDAN20452-E
Unable to create destination: aa....aa, because bb....bb
aa....aa: Destination name
bb....bb: Reason
- Description
-
-
The Broker was shut down when creating a destination.
-
The specified destination already exists.
-
- Action
-
-
Confirm that the Broker is running.
-
Confirm that the specified destination does not exist.
-
-
KDAN20453-E
Unable to set/ update attributes destination: aa....aa, because bb....bb
aa....aa: Destination name
bb....bb: Exception message
- Description
-
The specified destination does not exist in the store.
- Action
-
Confirm that the specified destination exists in the store.
-
KDAN20495-E
Broker cannot be started.
- Description
-
This error occurs in the following cases:
-
When the specified instance name is the reserved device name
-
When the specified path does not have write permissions
-
When the specified path is invalid
-
- Action
-
Change the instance name.
Confirm that the specification of the path is correct.
-
KDAN20496-E
Broker cannot be started since the default services(jms/ admin) are not started.
- Description
-
The jms and admin services are not executed.
- Action
-
For details, reference the error log file, and then perform the appropriate processing to start the jms and admin services.
-
KDAN20497-E
Destination logger: Can't log to destination:aa....aa.
aa....aa: Topic destination
- Description
-
This error occurs when the message is output to the log file. A possible cause is as follows:
-
An I/O error occurred when writing a message into the log file.
-
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20498-E
Could not get or configure logging destination aa....aa. Closing destination logger:bb....bb.
aa....aa: Topic destination
bb....bb: Exception
- Description
-
This error occurs when the message is output to the log file. A possible cause is as follows:
-
The specified destination does not exist in the store.
-
- Action
-
Confirm that the specified destination exists in the store.
-
KDAN20499-E
Uncaught Exception in thread aa....aa.
aa....aa: Thread
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20500-E
error with properties
- Description
-
This error occurs when properties are acquired from packet references.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20501-E
trying to timeout a non-TIMEOUT thread
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20502-E
attempting to destroy unknown thread aa....aa
aa....aa: Handler ID
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20503-E
Unexpected Exception or Error
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20504-E
loading memory manager
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20506-E
Error closing portmapper
- Description
-
An I/O error occurred during the termination of a server socket.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20507-E
assigning read for aa....aa to available thread bb....bb.
aa....aa: IMQIPConnection
bb....bb: Operation Runnable
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20508-E
Internal Error, unable to convert old packet.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20509-E
Requested removal of producer aa....aa which is not associated with connection bb....bb.
aa....aa: Producer UID
bb....bb: Connection UID
- Description
-
This error occurs when the requested producer is not associated with the current connection.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20510-E
Requested removal of session aa....aa which is not associated with connection bb....bb.
aa....aa: Session UID
bb....bb: Connection UID
- Description
-
This error occurs when the requested session is not associated with the current connection.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20511-E
starting paused service aa....aa.
aa....aa: IMQ redirect service object
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20513-E
Cannot deliver message to aa....aa.
aa....aa: Consumer object
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20514-E
Cannot determine behavior from imq.packet.read.override = aa....aa not one of the valid setting [heap,direct].
aa....aa: Value of imq.packet.read.override property
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20515-E
Cannot determine behavior from jmq.packet.fill.override = aa....aa not one of the valid setting [heap,direct].
aa....aa: Value of jmq.packet.fill.override property
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20516-E
Received out of memory error trying to shutdown.
- Description
-
This error occurs when the JVM memory size is exceeded.
- Action
-
Increase the JVM memory size.
-
KDAN20517-E
Internal Error: Received unexpected exception processing connection closing connection
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20519-E
Internal error, got interrupted exception.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20520-E
Unable to allocate connection aa....aa on service bb....bb , closing
aa....aa: IMQIPConnection
bb....bb: Connection name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20521-E
Connection going away
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20522-E
Closing destination logger.
- Description
-
An exception occurred when publishing the message in the log.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20524-E
Address is not an IPv4 or IPv4-mapped IPv6 address.
- Description
-
This error occurs when the specified IP address is not an IPv4 address.
- Action
-
Specify an IPv4 address.
-
KDAN20526-E
JMSServiceReply has no return property values.
- Description
-
This error occurs when the return value of JMSServiceReply does not contain the property value.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20527-E
JMSServiceReply is missing boolean property - aa....aa.
aa....aa: JMSServiceReply property value
- Description
-
This message is displayed when the Boolean type property is acquired from JMSServiceReply.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20528-E
JMSServiceReply is missing int property - aa....aa.
aa....aa: Property
- Description
-
This message is displayed when the int type property is acquired from JMSServiceReply.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20529-E
JMSServiceReply is missing long property - aa....aa.
aa....aa: Property
- Description
-
This message is displayed when the long type property is acquired from JMSServiceReply.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20530-E
JMSServiceReply is missing string property - aa....aa.
aa....aa: Property
- Description
-
This message is displayed when the string type property is acquired from JMSServiceReply.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20531-E
Cannot make a NumericValue from a aa....aa.
aa....aa: Object class name
- Description
-
This error occurs when an attempt is made to cast an object, not belonging to the Number sub-class, into a numeric value.
- Action
-
If the specified object is not null, make sure that the object belongs to the Number sub-class.
-
KDAN20532-E
PropertyValueComparator: Invalid types for comparison between aa....aa and bb....bb.
aa....aa: SQL syntax compare object
bb....bb: SQL syntax comparable object
- Description
-
This error occurs when invalid types are compared.
- Action
-
The Compare object and comparable object must be of the same type.
-
KDAN20533-E
Selector must evaluate to a java.lang.Boolean. Instead evaluated to a aa....aa.
aa....aa: SQL-92 expression
- Description
-
This error occurs when the evaluation result of the selector expression is not a Boolean value.
- Action
-
The evaluation result of the selector expression must be a Boolean value.
-
KDAN20535-E
Cannot use a static CharStream class with a non-static lexical analyzer.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal exceptions.
-
KDAN20536-E
Ignoring invalid lexical state : aa....aa. State unchanged.
aa....aa: Lexical state
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal exceptions.
-
KDAN20537-E
The LValue for BETWEEN must be a java.lang.Number. Found aa....aa
aa....aa: SQL statement
- Description
-
This error occurs when the left side value for BETWEEN in the selector expression is not a numeric value.
- Action
-
The left side value must be a numeric value.
-
KDAN20538-E
The START target for BETWEEN must be a numeric value. Found aa....aa
aa....aa: SQL statement
- Description
-
This error occurs when the lower limit (START target) for BETWEEN in the selector expression is not a numeric value.
- Action
-
The lower limit (START target) for BETWEEN must be a numeric value.
-
KDAN20539-E
The LIKE target must be a string. Found aa....aa.
aa....aa: SQL pattern
- Description
-
The LIKE target in the selector expression is not a string.
- Action
-
The LIKE target in the selector expression must be a string.
-
KDAN20540-E
All TARGETS of a IN clause must be a String. Found a aa....aa.
aa....aa: List of SQL values
- Description
-
This message is displayed when all the targets of an IN clause are not string.
- Action
-
All the targets of an IN clause in the selector expression must be String.
-
KDAN20541-E
Source of IN clause must be a String. Found a aa....aa.
aa....aa: SQL expression
- Description
-
This error occurs when the source of an IN clause is not a string.
- Action
-
The source of an IN clause must be a string.
-
KDAN20542-E
Bad packet magic number: aa....aa. Expecting: bb....bb.
aa....aa: Invalid packet magic number
bb....bb: Expected packet magic number
- Description
-
This error occurs when the packet magic number is invalid or does not match the expected magic number.
- Action
-
Contact maintenance personnel.
-
KDAN20543-E
Bad packet version number: aa....aa. Expecting: bb....bb.
aa....aa: Invalid packet version number
bb....bb: Expected packet version number
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20544-E
Can't unmarshall pkt
- Description
-
This error occurs when the unmarshaling of packet properties fails.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20545-E
no data available
- Description
-
This error occurs when one of the InterruptedIOExceptions occurs during the reading of a packet.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20546-E
Trying to read aa....aa bytes. Already read bb....bb bytes.
aa....aa: Length
bb....bb: Number (count)
- Description
-
An EOF exception occurred during reading.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20547-E
Can't marshall pkt
- Description
-
This error occurs when the marshaling of a packet header fails.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20548-E
Illegal address. Hostname missing : aa....aa.
aa....aa: Address
- Description
-
This error occurs when an invalid address or host name is missing.
- Action
-
Specify a valid host name.
-
KDAN20549-E
Illegal address. Port missing : aa....aa.
aa....aa: Address
- Description
-
This error occurs when an invalid port number of the Broker URL is specified for the schema name of mqtcp or mqssl.
- Action
-
Specify a valid port number.
-
KDAN20550-E
Illegal address. Unknown address scheme : aa....aa.
aa....aa: Broker URL
- Description
-
This message is displayed when an invalid schema name is specified for the Broker URL.
- Action
-
Specify a valid schema name (name beginning with mq).
-
KDAN20551-E
Illegal address. Bad query string : aa....aa.
aa....aa: Address
- Description
-
This error occurs when an invalid schema format is specified for the Broker URL.
- Action
-
Specify a valid schema format. The schema is as follows:
-
mq://localhost:7676/jms
-
-
KDAN20552-E
Can't read packet. Write in progress.
- Description
-
This error occurs when an attempt is made to read during the writing of the packet.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20553-E
Packet has been destroyed
- Description
-
This error occurs when an attempt is made to read an already destroyed packet.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20554-E
Packet size (aa....aa) is greater than the maximum allowed packet size (bb....bb). Disgarding packet.
aa....aa: Packet size
bb....bb: Maximum packet size
- Description
-
This error occurs when an attempt is made to read a packet of a size greater than the maximum allowed packet size.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20556-E
Can't write packet. Read in progress.
- Description
-
This error occurs when an attempt is made to write during the reading of the packet.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20557-E
Unsupported version of properties serialization [aa....aa].
aa....aa: Version
- Description
-
The current version does not match the expected version.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20558-E
No buffer to write
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20559-E
Internal Error: Invalid Acknowledge Packet processing cannot notify the client aa....aa
aa....aa: Packet information
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20560-E
Bad Sysmessage ID
- Description
-
This error occurs when the message ID does not begin from ID:prefix.
- Action
-
Make sure that the message ID begins from ID:prefix.
-
KDAN20561-E
aa....aa: try to write integer at position bb....bb.
aa....aa: VRecordRAF information
bb....bb: Record header size
- Description
-
An I/O error occurred when writing an integer at a specific position.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20562-E
aa....aa: try to read an integer from position bb....bb.
aa....aa: VRecordRAF information
bb....bb: Record header size
- Description
-
An I/O error occurred when reading an integer (int type) from a specific position.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20563-E
aa....aa: try to read a long from position bb....bb.
aa....aa: VRecordRAF information
bb....bb: Record header size
- Description
-
An I/O error occurred when writing a long type value from a specific position.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20564-E
aa....aa: try to write bb....bb bytes at position cc....cc.
aa....aa: VRecordRAF information
bb....bb: Record header size
cc....cc: Index
- Description
-
An I/O error occurred when writing multiple bytes at a specific position.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20565-E
aa....aa: try to read bb....bb bytes from position cc....cc.
aa....aa: VRecordRAF information
bb....bb: Record header size
cc....cc: Index
- Description
-
An I/O error occurred when reading multiple bytes from a specific position.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20566-E
aa....aa: try to position at position bb....bb.
aa....aa: VRecordRAF information
bb....bb: Record header size
- Description
-
An I/O error occurred when searching for an operation position.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20567-E
aa....aa: try to write a long at position bb....bb.
aa....aa: VRecordRAF information
bb....bb: Record header size
- Description
-
An I/O error occurred when writing a long type value at a specific position.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20568-E
aa....aa: try to read bb....bb bytes at position cc....cc.
aa....aa: VRecordRAF information
bb....bb: Record header size
cc....cc: Index
- Description
-
An I/O error occurred when reading multiple bytes from a specific position.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20569-E
aa....aa: try to write a short at position bb....bb.
aa....aa: VRecordRAF information
bb....bb: Record header size
- Description
-
An I/O error occurred when writing a short type value at a specific position.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20570-E
Block size must be positive. Illegal block size: aa....aa.
aa....aa: vrfile block size
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20571-E
Growth factor must be positive. Illegal growth factor: aa....aa.
aa....aa: Growth factor
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20572-E
Failed to free vrecord:aa....aa:bb....bb:cc....cc.
aa....aa: Backing file path
bb....bb: Vrecord (V record)
cc....cc: Exception
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20573-E
aa....aaCannot compact a file of version bb....bb.
aa....aa: Backing file name
bb....bb: Backing file version
- Description
-
This error occurs when the backing file version is not compatible with the current version during the compression of the file.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20574-E
aa....aaCannot write to a file of version bb....bb.
aa....aa: Backing file name
bb....bb: Backing file version
- Description
-
This error occurs when the backing file version is not compatible with the current version when writing to the file.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20586-E
Failed to synchronize file: aa....aa.
aa....aa: Backing file
- Description
-
An I/O error occurred when an attempt was made to forcibly write the data on the disk.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20587-E
Got exception while synchronizing data to disk.
- Description
-
An I/O error occurred during the synchronization of the data with the disk data.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20588-E
Failed to compact file: aa....aa.
aa....aa: Backing file
- Description
-
An I/O error occurred during the compression of vrfile.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20589-E
Failed to free the corrupted vrecord: aa....aa.
aa....aa: Exception
- Description
-
-
The VRFile is corrupted.
-
An I/O error occurred when releasing the invalid Vrecord.
-
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20590-E
Failed to synchronize data to disk for file: aa....aa.
aa....aa: vrfile
- Description
-
An I/O error occurred during the synchronization of the data with the disk.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20591-E
Got IOException while closing transaction log file.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20592-E
Failed to synchronize message stores.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20593-E
Failed to synchronize persistence store for transaction log checkpoint.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20597-E
Cannot access more than one stored property location.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20598-E
Cannot load property from null location.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20599-E
setProperty is not implemented, use updateProperty.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20600-E
Illegal Internal Name aa....aa.
aa....aa: Destination name
- Description
-
The prefix of the internal sending name is not mq.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20601-E
Missing type for monitoring aa....aa.
aa....aa: Destination name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20602-E
Illegal type aa....aa for monitoring. Only Metrics is valid [bb....bb].
aa....aa: Type
bb....bb: Destination name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20603-E
Missing area for monitoring aa....aa.
aa....aa: Destination name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20604-E
Bad name for broker monitoring aa....aa should be bb....bb broker.
aa....aa: Destination name
bb....bb: Prefix of the internal destination name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20605-E
Bad name for broker monitoring aa....aa should be bb....bb jvm.
aa....aa: Destination name
bb....bb: Prefix of the internal destination name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20606-E
Missing destination type or list for broker destination monitoring aa....aa.
aa....aa: Destination name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20607-E
Missing name for broker queue monitoring aa....aa.
aa....aa: Destination name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20608-E
Missing name for broker topic monitoring aa....aa.
aa....aa: Destination name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20609-E
Illegal area aa....aa for monitoring bb....bb.
aa....aa: Area
bb....bb: Destination name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20610-E
Error sending metrics data.
- Description
-
This error occurs when the metrics data cannot be written to the output stream. The possible causes might be that the output stream was not initialized correctly or some IOException (IO exception) occurred during the writing of the metrics data.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20611-E
Internal Error: removing consumer aa....aa from bb....bb.
aa....aa: Consumer UID
bb....bb: Destination
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20612-E
Internal Error: bad stored selector[aa....aa], ignoring
aa....aa: Selector
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20613-E
Internal Exception processing packet
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20614-E
Only Busy State Changed notifications supported on this class
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20615-E
shared clientID's not supported w/ o cluster
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20616-E
Broker Internal Error: unexpected call acknowledgeMessage
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20617-E
Not Supported.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20618-E
Internal error: moving message to null targets not supported.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20619-E
Internal Error: No AckInfo for message aa....aa.
aa....aa: System message ID
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20620-E
Unable to replace already delivered message.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20621-E
Unable to replace partially acknowledged message.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20622-E
Internal Error updating properties.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20623-E
Internal Error checking ack on aa....aa for bb....bb.
aa....aa: Message ID
bb....bb: Consumer UID
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20624-E
Internal Error: Received Unknown ack aa....aa for message bb....bb.
aa....aa: Consumer UID
bb....bb: Message ID
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20626-E
Internal Error: received ack twice on aa....aa for bb....bb state is = cc....cc.
aa....aa: Message ID
bb....bb: Consumer UID
cc....cc: Consumer message pair
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20627-E
Error in processing ack on aa....aa for bb....bb.
aa....aa: Message ID
bb....bb: Consumer UID
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20628-E
Internal Error: unknown interest for getConsumed on aa....aabb....bb.
aa....aa: Message ID
bb....bb: Consumer UID
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20629-E
reference has been destroyed.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20630-E
Internal Error: unknown interest for consumed on aa....aabb....bb.
aa....aa: Message ID
bb....bb: Consumer UID
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20631-E
Internal Error: unknown interest for remove consumed on aa....aabb....bb.
aa....aa: Message ID
bb....bb: Consumer UID
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20632-E
Unable to process ack
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20633-E
bad value aa....aa expected integer.
aa....aa: Property value
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20634-E
Max Active Consumer count cannot be 0.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20635-E
Internal Error aa....aa trying to add remote consumer to local dest.
aa....aa: Destination information
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20636-E
Internal Error: Invalid Ack Type :aa....aa.
aa....aa: Acknowledgement type
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20637-E
Unable to process acknowledgement, Ignoring.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20638-E
Message Gone, unable to update state of the message aa....aa.
aa....aa: Packet reference
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20639-E
Detatching consumer aa....aa not currently attached to bb....bb.
aa....aa: Consumer
bb....bb: Session
- Description
-
This error occurs when the specified consumer does not exist when detaching the consumer.
- Action
-
Confirm that the connection is not closed.
-
KDAN20640-E
Unable to clean up remote message aa....aa .
aa....aa: Message information
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20641-E
Error handling undeliverable
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20642-E
Internal error, unable to deliver aa....aa:bb....bb.
aa....aa: Consumer UID
bb....bb: Packet reference
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20643-E
Only Busy and Not Busy types supported on this class
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20644-E
nolocal must match on all consumers.
- Description
-
An exception occurred when adding a consumer.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20645-E
Error loading consumer exception.
- Description
-
An exception occurred when loading a consumer.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20646-E
Error removing corrupt consumer aa....aa.
aa....aa: Consumer UID
- Description
-
-
An I/O exception occurred when removing a consumer.
-
The consumer does not exist in the store.
-
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20647-E
Internal Error: both key and value are corrupted.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20648-E
could not get props.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20649-E
timer canceled.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20650-E
Internal Exception: Only topics are supported for monitoring.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20652-E
Start message index needs to be in between 0 and aa....aa.
aa....aa: Maximum message index
- Description
-
This error occurs when the start message index value is negative.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20653-E
Max number of messages retrieved value needs to be greater than 0.
- Description
-
This error occurs when the maximum acquired messages index value is negative.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20654-E
setting max active consumers not supported on this destination type.
- Description
-
This message is displayed when the maximum active consumers are set up for this destination.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20655-E
setting max failover consumers not supported on this destination type.
- Description
-
This message is displayed when the maximum failover consumers are set up for this destination.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20656-E
Destination aa....aa destroyed.
aa....aa: Destination
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20657-E
Removing message to invalid dst.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20658-E
Internal Error, Unknown destination aa....aa isValid= bb....bb.
aa....aa: Destination
bb....bb: Flag
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20659-E
Processing aa....aa while loading destination bb....bb
aa....aa: Packet reference
bb....bb: Destination name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20660-E
Unloading destination aa....aa.
aa....aa: Destination
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20661-E
Destination aa....aa is also being created by another broker.
aa....aa: Destination
- Description
-
This message is displayed when a destination is acquired from the destination list.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20662-E
Unable to remove dest
- Description
-
-
An I/O exception occurred during the removal of the destination.
-
The destination does not exist in the store.
-
- Action
-
Confirm that the specified destination exists in the store.
-
KDAN20663-E
Destination already destroyed.
- Description
-
This error occurs when the specified destination has already been destroyed.
- Action
-
Confirm that the specified destination exists in the store.
-
KDAN20664-E
Destination already exists
- Description
-
This error occurs when the specified destination already exists while creating a new destination.
- Action
-
Confirm that the specified destination does not exist in the store.
-
KDAN20666-E
expired messages
- Description
-
This error occurs when the destination is null during the deletion of expired messages.
- Action
-
Confirm that the specified destination exists in the store.
-
KDAN20667-E
unable to load destinations
- Description
-
This message is displayed when a destination is loaded.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20668-E
aa....aa : Got exception reading body of administration message:bb....bb cc....cc
aa....aa: Class name
bb....bb: Exception
cc....cc: Packet
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20669-E
aa....aa : Got exception writing Vector to admin reply message:bb....bb, cc....cc
aa....aa: Class name
bb....bb: Exception
cc....cc: Packet
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20670-E
No administration handler found for message type aa....aa. Ignoring.
aa....aa: Message type
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20671-E
Administration message has no ReplyTo destination. Not replying.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20672-E
Could not reply to administrative message.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20673-E
Error aa....aaing bb....bb because cc....cc.
aa....aa: Command
bb....bb: Command argument
cc....cc: Exception message
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20674-E
No consumers on the broker.
- Description
-
This error occurs when consumers are not found during the listing of the connections.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20675-E
Please supply targetType if you are supplying a target
- Description
-
This error occurs when the target type is not specified.
- Action
-
Specify the target type.
-
KDAN20676-E
Error listing consumers on destination aa....aa unknown destination.
aa....aa: Destination
- Description
-
This error occurs when the consumers are listed on an unknown destination. This error occurs in the cases such as when the specified destination does not exist in the store.
- Action
-
Confirm that the specified destination exists in the store.
-
KDAN20677-E
No consumers on destination aa....aa.
aa....aa: Destination
- Description
-
This error occurs when the consumers are acquired on an unknown destination. This error might occur if the specified destination does not exist in the store.
- Action
-
Confirm that the specified destination exists in the store.
-
KDAN20678-E
Error listing consumers on connection aa....aa because bb....bb.
aa....aa: jmq target
bb....bb: Exception message
- Description
-
This error occurs when the consumers are acquired using an unknown connection. This error might occur if the specified destination is already terminated.
- Action
-
Confirm that the application or client does not terminate the destination.
-
KDAN20679-E
Error listing consumers on session aa....aa unknown sessionUID.
aa....aa: jmq target
- Description
-
This error occurs when the consumers are listed for an unknown session. This error might occur if the specified session is already terminated.
- Action
-
Confirm that an application or client has not terminated the session.
-
KDAN20680-E
No consumers on session aa....aa.
aa....aa: jmq target
- Description
-
This error occurs when the consumers are acquired using an unknown session. This error might occur if the specified session is already terminated.
- Action
-
Confirm that the application or client does not terminate the session.
-
KDAN20681-E
Error listing consumers on connection aa....aa unknown connectionUID.
aa....aa: jmq target
- Description
-
This error occurs when the consumers are acquired using an unknown connection ID. This error might occur if the specified connection is already terminated.
- Action
-
Confirm that an application or client has not terminated the connection.
-
KDAN20682-E
Unknown targetType (-t) aa....aa. Valid formats are of the form: [q|t|ses|cxn]
aa....aa: Invalid target type
- Description
-
This error occurs when the specified target type is invalid.
- Action
-
Specify a specific target type that is not invalid.
-
KDAN20683-E
Error listing producers on destination aa....aa unknown destination.
aa....aa: Destination
- Description
-
This error occurs when the producers are listed on an unknown destination. This error might occur in the cases such as when the specified destination does not exist in the store.
- Action
-
Confirm that the specified destination exists in the store.
-
KDAN20684-E
Error listing producers on connection aa....aa because bb....bb.
aa....aa: Destination
bb....bb: Exception message
- Description
-
This error occurs when the producers are listed using an unknown connection. This error might occur if the specified connection is already terminated.
- Action
-
Confirm that an application or client has not terminated the connection.
-
KDAN20685-E
Error listing producers on connection aa....aa unknown connectionUID.
aa....aa: Destination
- Description
-
This error occurs when the producers are listed using an unknown connection ID. This error might occur if the specified connection is already terminated.
- Action
-
Confirm that an application or client has not terminated the connection.
-
KDAN20686-E
Unknown targetType (-t) aa....aa. Valid formats are of the form: [t|q|cxn]
aa....aa: Invalid target type
- Description
-
This error occurs when the specified target type is invalid.
- Action
-
Confirm that the specified target type is valid.
-
KDAN20688-E
Unknown argument aa....aa.
aa....aa: Argument
- Description
-
This error occurs when the specified argument is invalid.
- Action
-
Specify a valid argument.
-
KDAN20689-E
Bad Selector aa....aa.
aa....aa: Selector
- Description
-
This error occurs when the specified selector is invalid.
- Action
-
Make sure that the specified selector conforms to the SQL92 format.
-
KDAN20692-E
Error resuming flow from producer aa....aa because bb....bb.
aa....aa: jmq target
bb....bb: Exception message
- Description
-
This error occurs when the producer is restarted. This error might occur if the specified producer does not exist in the Broker.
- Action
-
Confirm that an application or client has not terminated the producer.
-
KDAN20693-E
Error resuming flow on connection aa....aa because bb....bb.
aa....aa: jmq target
bb....bb: Exception message
- Description
-
This error occurs when the connection is restarted. This error might occur if the specified connection does not exist in the Broker.
- Action
-
Confirm that an application or client has not terminated the connection.
-
KDAN20694-E
Error resuming flow to consumer aa....aa because bb....bb.
aa....aa: jmq target
bb....bb: Exception message
- Description
-
This error occurs when the consumer is restarted. This error might occur if the specified consumer does not exist in the Broker.
- Action
-
Confirm that an application or client has not terminated the consumer.
-
KDAN20695-E
Error resuming flow to session aa....aa because bb....bb.
aa....aa: jmq target
bb....bb: Exception message
- Description
-
This error occurs when the session is restarted. This error might occur if the specified session does not exist in the Broker.
- Action
-
Confirm that an application or client has not terminated the session.
-
KDAN20696-E
Unknown resume argument aa....aa.
aa....aa: Argument
- Description
-
This message is displayed when the specified argument is invalid.
- Action
-
Specify a valid argument.
-
KDAN20697-E
Missing connectionUID.
- Description
-
This error occurs when the specified target is invalid.
- Action
-
Specify a valid target.
-
KDAN20698-E
Unknown connectionUID aa....aa.
aa....aa: Connection UID
- Description
-
This message is displayed when the connection does not exist. This error might occur if the connection is terminated.
- Action
-
Confirm that an application or client has not terminated the connection.
-
KDAN20699-E
Error notifying consumer aa....aa because bb....bb.
aa....aa: Consumer
bb....bb: Exception message
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN20700-E
Unknown service aa....aa.
aa....aa: Service name
- Description
-
This error occurs when the specified service name is null.
- Action
-
Specify a valid service name (such as jms or admin).
-
KDAN20702-E
Error killing connection aa....aa because bb....bb.
aa....aa: Connection UID
bb....bb: Exception message
- Description
-
This error occurs when an unexpected internal error occurs during the killing of the connection.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20703-E
Unknown kill argument aa....aa .
aa....aa: Argument
- Description
-
This error occurs when invalid arguments are specified.
- Action
-
Specify a valid argument (cxn).
-
KDAN20704-E
topic or queue not specified with -t [t|q].
- Description
-
This error occurs when the destination type is not specified during the operations for the destination.
- Action
-
Specify an appropriate destination type (q or t).
-
KDAN20705-E
Unknown -t argument aa....aa expected t or q.
aa....aa: Argument
- Description
-
This error occurs when invalid arguments are specified in the destination type.
- Action
-
Use -t[t or q] and specify a valid destination type.
-
KDAN20706-E
Unknown destination aa....aa.
aa....aa: Destination UID
- Description
-
This error occurs when an attempt is made to acquire an invalid destination.
- Action
-
Initially confirm that the destination exists.
-
KDAN20707-E
Unknown consumer aa....aa.
aa....aa: Consumer UID
- Description
-
This error occurs when an attempt is made to acquire a non-existent consumer.
- Action
-
Confirm that the specified consumer exists in the store.
-
KDAN20708-E
Please specify consumerUID.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20709-E
Please specify connectionUID.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20710-E
Cannot find connection aa....aa.
aa....aa: Connection uid
- Description
-
-
This error occurs when an attempt is made to acquire a closed connection.
-
This error occurs when an attempt is made to use an invalid connection.
-
- Action
-
Confirm that the connection is open. Also, if the connection is shared, make sure that when this thread is using the connection, another thread does not close the connection.
-
KDAN20711-E
Please specify SessionUID.
- Description
-
This error occurs when ses is not specified as the session uid type when the packet information is acquired.
- Action
-
Specify ses as the session uid type.
-
KDAN20712-E
Cannot find session aa....aa.
aa....aa: Session uid
- Description
-
This error occurs when an attempt is made to use a closed session.
- Action
-
Confirm that the session is open.
-
KDAN20713-E
Cannot find uid aa....aa.
aa....aa: Connection uid
- Description
-
This error occurs when an attempt is made to use a closed connection.
- Action
-
Confirm that the connection is open.
-
KDAN20714-E
Cannot find consumer aa....aa.
aa....aa: Consumer uid
- Description
-
This error occurs when the application or client closes the consumer before a message is processed.
- Action
-
Make sure that an application or client does not close the consumer.
-
KDAN20715-E
Cannot find producer aa....aa.
aa....aa: Producer uid
- Description
-
This error occurs when the application or client closes the producer before a message is processed.
- Action
-
Make sure that an application or client does not close the producer.
-
KDAN20716-E
Cannot find Destination aa....aa.
aa....aa: Destination uid
- Description
-
The destination does not exist.
- Action
-
Confirm that the destination exists.
-
KDAN20717-E
Destination name and type not specified.
- Description
-
This error occurs when the destination name and type are not specified for deleting the messages from a destination.
- Action
-
Specify a valid destination name and type.
-
KDAN20718-E
Message ID not specified.
- Description
-
The specified message ID is null.
- Action
-
Confirm that the message ID is valid.
-
KDAN20719-E
Could not locate message aa....aa in destination bb....bb.
aa....aa: Message
bb....bb: Destination
- Description
-
The specified message does not exist in the destination.
- Action
-
Confirm that the specified message exists in the destination.
-
KDAN20720-E
aa....aa:could not set message body: bb....bb.
aa....aa: Class name
bb....bb: Exception message
- Description
-
An internal error occurred during the set up of the message body.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20721-E
Caught exception while creating text message body.
- Description
-
An internal error occurred during the creation of a text message.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20722-E
Caught exception while creating map message body.
- Description
-
An internal error occurred during the creation of a map message.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20723-E
Caught exception while creating object message body.
- Description
-
An internal error occurred during the creation of an object message.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20724-E
Unsupported message type for GET_MESSAGES handler: aa....aa.
aa....aa: Packet type
- Description
-
This error occurs when an attempt is made to acquire a message of an unsupported type.
- Action
-
Confirm that the specified message is of the TextMessage/ ObjectMessage/ BytesMessage/ StreamMessage/ MapMessage type.
-
KDAN20725-E
aa....aa:failed to get destination (bb....bb:cc....cc).
aa....aa: Class name
bb....bb: Destination type
cc....cc: Destination
- Description
-
-
The specified destination does not exist.
-
An invalid destination type is specified.
-
- Action
-
-
Confirm that the specified destination exists.
-
Specify a valid destination type.
-
-
KDAN20726-E
unknown durable subscription aa....aa:bb....bb.
aa....aa: Durable subscriber name
bb....bb: Client ID
- Description
-
This error occurs when an attempt is made to access an invalid durable subscriber.
- Action
-
Confirm that the durable subscriber exists.
-
KDAN20727-E
REPLACE_MESSAGE: Destination name and type not specified.
- Description
-
This error occurs when the destination name and type are not specified.
- Action
-
Confirm that the destination name and type are specified.
-
KDAN20728-E
REPLACE_MESSAGE: Message ID not specified.
- Description
-
This error occurs when the message ID is not specified.
- Action
-
Confirm that the message ID is specified.
-
KDAN20729-E
REPLACE_MESSAGE: New message body specified or is of incorrect type.
- Description
-
This error occurs when the message body is not specified.
- Action
-
Confirm that the message body is specified.
-
KDAN20730-E
REPLACE_MESSAGE: Existing message and new message types do not match.
- Description
-
This error occurs when the new message type does not match with the old message type.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20731-E
REPLACE_MESSAGE: New message ID not returned as expected.
- Description
-
This error occurs when the message ID is not specified.
- Action
-
Confirm that the message ID is specified.
-
KDAN20732-E
REPLACE_MESSAGE: Could not locate message aa....aa in destination bb....bb
aa....aa: Message ID
bb....bb: Destination
- Description
-
This error occurs when the message does not exist in the destination.
- Action
-
Confirm that the message exists in the destination.
-
KDAN20733-E
Unsupported message type for REPLACE_MESSAGE handler: aa....aa
aa....aa: Message type
- Description
-
This error occurs when the specified message type is invalid.
- Action
-
Confirm that the specified message is of the TextMessage/ ObjectMessage/ BytesMessage/ StreamMessage/ MapMessage type.
-
KDAN20734-E
Internal Error: can updated non-standard Service.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20735-E
Unable to create/ destroy destination - no properties.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20736-E
Cannot handle create/ destroy destination.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20737-E
protocol error, destination is null.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20738-E
protocol error, bad rbuf size.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20739-E
Elements are not in subset
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20740-E
Object added is past end of subset
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20741-E
Event aa....aa not supported.
aa....aa: Event type
- Description
-
This message is displayed when the specified event type does not match the expected event type.
- Action
-
Specify an event type matching with the expected event type.
-
KDAN20742-E
remove is not supported on this iterator
- Description
-
The Remove method is not supported.
- Action
-
Contact maintenance personnel.
-
KDAN20744-E
Cannot order unordered items.
- Description
-
This message is displayed when the object is not an Ordered instance.
- Action
-
Make sure that the object is an Ordered instance.
-
KDAN20745-E
Unable to support null values.
- Description
-
This error occurs when the specified object is null.
- Action
-
Confirm that the object is not null.
-
KDAN20746-E
Unable to add object not of type Sized when byteCapacity has been set.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20747-E
Unable to add object not of type Sized when maxByteSize has been set.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20748-E
Object added is past end of subset.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20749-E
Object added is past beginning of subset.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20750-E
Implementation not complete.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20751-E
Unable to support null keys or values.
- Description
-
This error occurs when a key and value is null.
- Action
-
Confirm that the keys and values are not null.
-
KDAN20753-E
Internal Error: timer canceled .
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20754-E
This file mode is not supported: aa....aa.
aa....aa: Mode
- Description
-
This error occurs when the specified file mode is invalid.
- Action
-
Confirm that the user has file read and write permissions or the read, write, and execute permissions as the owner.
-
KDAN20755-E
File Header size mismatch. Expected: aa....aa, read: bb....bb.
aa....aa: File header size
bb....bb: Size
- Description
-
This error occurs when the file is corrupted.
- Action
-
Contact maintenance personnel.
-
KDAN20756-E
File Header checksum mismatch. Expected: aa....aa, calculated: bb....bb.
aa....aa: Expected value
bb....bb: Calculated value
- Description
-
This error occurs when the file is corrupted.
- Action
-
Contact maintenance personnel.
-
KDAN20757-E
File Magic number/ version mismatch: aa....aa : bb....bb.
aa....aa: Magic number
bb....bb: Version number
- Description
-
This error occurs when the file is corrupted.
- Action
-
Contact maintenance personnel.
-
KDAN20762-E
failed to delete aa....aa.
aa....aa: File
- Description
-
This error occurs when the applicable file does not have the "delete" permission.
- Action
-
Make sure that the file to be deleted has the "delete" permission.
-
KDAN20764-E
Invalid operator ==, use =
- Description
-
This error occurs when the selector string contains the "==" token.
- Action
-
Use "=" instead of "==".
-
KDAN20765-E
Invalid character aa....aa
aa....aa: Character
- Description
-
This error occurs when the selector string contains an invalid character.
- Action
-
Make sure that the selector string does not contain invalid characters.
-
KDAN20766-E
Invalid numeric constant: aa....aa.
aa....aa: Exception message
- Description
-
This error occurs when the selector has an invalid constant.
- Action
-
Make sure that the selector string does not contain an invalid constant.
-
KDAN20767-E
Unknown token: aa....aa tokenBuf=bb....bb.
aa....aa: Invalid token
bb....bb: Token buffer
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN20768-E
Missing closing quote
- Description
-
This error occurs when the selector string is not closed using a quotation mark.
- Action
-
Confirm that the selector string is closed using a quotation mark.
-
KDAN20769-E
Invalid Expression
- Description
-
This error occurs when the selector contains an invalid expression.
- Action
-
Confirm that the SQL 92 format syntax is used in the selector string.
-
KDAN20770-E
Selector tokenizer in bad state:aa....aatokenBuf=bb....bbchar=cc....cc
aa....aa: State
bb....bb: Token buffer
cc....cc: Character
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN20771-E
Missing ( in IN statement
- Description
-
This error occurs when "(" (left parenthesis) is missing in the IN statement of the selector string.
- Action
-
Confirm that "(" is specified in the IN statement of the selector string.
-
KDAN20772-E
IN requires string literal:aa....aa.
aa....aa: String literal
- Description
-
This error occurs when the IN statement of the selector string does not contain a string literal.
- Action
-
Confirm that the IN statement of the selector string contains a string literal.
-
KDAN20773-E
LIKE requires string literal:aa....aa.
aa....aa: String literal
- Description
-
This error occurs when the LIKE statement of the selector string does not contain a string literal.
- Action
-
Confirm that the LIKE statement of the selector string contains a string literal.
-
KDAN20774-E
ESCAPE requires string literal:aa....aa.
aa....aa: String literal
- Description
-
This error occurs when the ESCAPE statement of the selector string does not contain a string literal.
- Action
-
Confirm that the ESCAPE statement of the selector string contains a string literal.
-
KDAN20775-E
Missing operator
- Description
-
This error occurs when an operator is not specified in the selector string.
- Action
-
Confirm that the selector string contains an operator.
-
KDAN20776-E
Missing (
- Description
-
This error occurs when the selector string has the right parenthesis, but does not have the left parenthesis.
- Action
-
Confirm that the selector string contains the left and the right parenthesis.
-
KDAN20777-E
IN requires string operand: aa....aa.
aa....aa: Operand
- Description
-
This error occurs when the IN statement of the selector string does not contain a string operand.
- Action
-
Confirm that the IN statement of the selector string contains the string operand.
-
KDAN20778-E
LIKE requires string operand: aa....aa.
aa....aa: Operand
- Description
-
This error occurs when the LIKE statement of the selector string does not contain a string operand.
- Action
-
Confirm that the LIKE statement of the selector string contains the string operand.
-
KDAN20779-E
Unknown operator: aa....aa.
aa....aa: Operand
- Description
-
This error occurs when the selector string contains an invalid operator.
- Action
-
Make sure that the selector string contains a valid operator (such as NOT, AND, OR, LIKE, or IN).
-
KDAN20780-E
Missing operand
- Description
-
This error occurs when the selector string does not contain an operand.
- Action
-
Confirm that the selector string contains an operand.
-
KDAN20781-E
Non-boolean expression aa....aa
aa....aa: Selector string
- Description
-
This message is displayed when an invalid Bool value is specified in the selector string.
- Action
-
Make sure that True or False are specified as the Bool value.
-
KDAN20782-E
Cannot convert string to number 'aa....aa'
aa....aa: First operand of the selector
- Description
-
This error occurs when the selector token is converted from a string to a number.
- Action
-
Confirm that the string does not contain special characters.
-
KDAN20783-E
Non-numeric argument 'aa....aa'
aa....aa: Argument
- Description
-
This error occurs when the specified argument is not a numeric value.
- Action
-
Specify a numeric value in the relevant argument.
-
KDAN20784-E
Unknown numeric operation: aa....aa
aa....aa: Selector token
- Description
-
This error occurs when the selector string contains a non-numeric operation.
- Action
-
Confirm that the selector string contains a numeric operation (such as DIVIDE, MULTIPLY, MINUS, PLUS, GT, LT, or EQUALS).
-
KDAN20785-E
Invalid client data size.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal exceptions.
-
KDAN20786-E
Client data size has not been initialized.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal exceptions.
-
KDAN20787-E
Record not found [key=aa....aa , cData=bb....bb].
aa....aa: Key
bb....bb: cData
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal exceptions.
-
KDAN20788-E
Failed to load data in [aa....aa].
aa....aa: VRecordRAF
- Description
-
This message is displayed when VRecordRAF is corrupted.
- Action
-
Check whether the file is corrupted.
-
KDAN20789-E
Unable to update client data [key= aa....aa, cData= bb....bb].
aa....aa: Key
bb....bb: cData
- Description
-
This message is displayed when VRFile is corrupted.
- Action
-
Check whether the file is corrupted.
-
KDAN20790-E
Failed to set client data marker.
- Description
-
This message is displayed when VRFile is corrupted.
- Action
-
Check whether the file is corrupted.
-
KDAN20792-E
Could not decode xid from packet aa....aa : bb....bb.
aa....aa: Packet type
bb....bb: Exception
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20796-E
Unable to verify destination - no properties.
- Description
-
An I/O error occurred while obtaining the message properties and destination.
- Action
-
-
Make sure that the network connection is correct.
-
Check whether the I/O device or driver is running.
-
Contact maintenance personnel.
-
-
KDAN20797-E
Unable to verify destination -bad class.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20798-E
Unable to verify destination.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20803-E
Could not write Xid aa....aa to message body: bb....bb.
aa....aa: JMQXid
bb....bb: Exception
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20813-E
Internal Error: unknown destination for reference: aa....aa.
aa....aa: Packet reference
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal exceptions.
-
KDAN20814-E
Internal Error: Unable to re-queue message to queue aa....aa.
aa....aa: Destination name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal exceptions.
-
KDAN20818-E
Internal Error: received bad session ID aa....aa when starting session.
aa....aa: Session uid
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20819-E
Internal Error: received bad session ID aa....aa when stopping session.
aa....aa: Session uid
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20820-E
aa....aa:Got exception writing metrics to browse reply message:bb....bb
aa....aa: Class name
bb....bb: Exception message
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20821-E
Internal Error: client sent invalid sessionUID w/ ADD_PRODUCER aa....aa session does not exist.
aa....aa: Session uid
- Description
-
This error occurs when the specified session is closed.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20822-E
error destroying connection aa....aa.
aa....aa: Connection uid
- Description
-
This message is displayed when an exception occurs while closing a connection.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20829-E
Internal error: Bad change record. Upgrade failed.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20831-E
adding packet handlers to admin packet router.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20833-E
Received Out Of Memory Error [ aa....aa ].
aa....aa: Exception reason
- Description
-
This error occurs when the JVM memory size of the CJMSP Broker is insufficient.
- Action
-
Increase the JVM memory size of the CJMSP Broker.
-
KDAN20835-E
received unexpected exception
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20837-E
Internal Error: Unable to load broker, configuration properties are not available. Exiting.
- Description
-
This error occurs in an invalid environment.
- Action
-
Contact maintenance personnel.
-
KDAN20838-E
aa....aa :failed to parse message from byte array.
aa....aa: Destination uid
- Description
-
An I/O error occurred when loading a message.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20839-E
aa....aa :failed to parse message from vrecord( bb....bb ).
aa....aa: Destination uid
bb....bb: vrecord
- Description
-
An I/O error occurred when loading the message from the backing buffer.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20840-E
Fault Injection: triggered aa....aa.
aa....aa: Fault
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20841-E
Unable to apply fault.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20848-E
failed to parse interest list(size=aa....aa) for msg(size=bb....bb) from vrecord(cc....cc), dd....dd.
aa....aa: Size
bb....bb: Packet size
cc....cc: VRecordRAF
dd....dd: Exception
- Description
-
An I/O error occurred when loading the list of consumers from the backing buffer.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20849-E
aa....aa:failed to parse message(size=bb....bb) from vrecord(cc....cc), dd....dd.
aa....aa: Destination uid
bb....bb: Packet size
cc....cc: VRecordRAF
dd....dd: Exception
- Description
-
An I/O error occurred when loading the message from the backing buffer.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20850-E
size of interest list is corrupted.
- Description
-
This error occurs when the backing buffer is corrupted.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20862-E
missing Broker instancename
- Description
-
This message is displayed when no argument is specified for -name.
- Action
-
Make sure that an appropriate argument is specified for -name.
-
KDAN20872-E
missing remove argument
- Description
-
This error occurs when no argument is specified for -remove.
- Action
-
Confirm that an appropriate argument is specified for -remove.
-
KDAN20873-E
unknown remove argument
- Description
-
This error occurs when invalid arguments are specified for -remove.
- Action
-
Confirm that an appropriate argument is specified for -remove.
-
KDAN20874-E
missing reset argument
- Description
-
This error occurs when no argument is specified for -reset.
- Action
-
Confirm that an appropriate argument is specified for -reset.
-
KDAN20875-E
bad reset argument
- Description
-
This message is displayed when an invalid argument is specified for -reset.
- Action
-
Specify a valid argument (store, messages, and durables).
-
KDAN20880-E
requested invalid packet router aa....aa
aa....aa: Type
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20881-E
Fault Insertion: aa....aa.
aa....aa: Value
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20882-E
Got IOException while resetting transaction log file.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20883-E
Already Quiescing.
- Description
-
This error occurs when the Broker is already quiescing.
- Action
-
Release the quiescing of the Broker.
-
KDAN20884-E
Null destination type specified.
- Description
-
This error occurs when the specified destination type is null.
- Action
-
When the destination is queue, specify q and when the destination is topic, specify t.
-
KDAN20888-E
Cannot pause admin service: aa....aa.
aa....aa: Service
- Description
-
This error occurs when an attempt is made to pause the admin service.
- Action
-
The admin service cannot be paused.
-
KDAN20889-E
Cannot resume admin service: aa....aa.
aa....aa: Service
- Description
-
This error occurs when an attempt is made to resume the admin service.
- Action
-
The admin service cannot be resumed.
-
KDAN20890-E
Internal Error: can updated non-standard Service.
- Description
-
This error occurs when the specified service is not the IMQService instance.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20891-E
Destination name and type not specified.
- Description
-
This error occurs when the destination name and type are not specified.
- Action
-
When the destination type is queue, specify q and when the destination type is topic, specify t. Also, specify the destination name.
-
KDAN20892-E
Could not locate message aa....aa in destination bb....bb.
aa....aa: Message ID
bb....bb: Destination name
- Description
-
This error occurs when the relevant message does not exist in the destination during message deletion.
- Action
-
Confirm that the relevant message exists in the destination.
-
KDAN20893-E
Message ID not specified.
- Description
-
This error occurs when the message ID is null during the deletion of messages.
- Action
-
Confirm that the relevant message exists in the destination.
-
KDAN20894-E
New message body not specified.
- Description
-
This error occurs when the message body is null during the replacement of messages.
- Action
-
Confirm that the relevant message exists in the destination.
-
KDAN20895-E
Existing message and new message types do not match.
- Description
-
This error occurs when the new message type does not match the old message type.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20896-E
New message ID not returned as expected.
- Description
-
This error occurs when the new message ID is null during the replacement of messages.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20897-E
Internal Error: transaction broker list size of aa....aa is larger than the reserved client data byte limit of bb....bb for transaction cc....cc.
aa....aa: Number of Brokers
bb....bb: Limit
cc....cc: Transaction uid
- Description
-
This error occurs when the transaction Broker list size exceeds the reserved list size.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20898-E
Internal Error: unknown ackType aa....aa.
aa....aa: Acknowledgement type
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20899-E
Internal Error: Empty Ack Message aa....aa.
aa....aa: System message ID
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20900-E
Internal Error: Invalid Ack Message Size aa....aa for message bb....bb.
aa....aa: Message size
bb....bb: System message ID
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20901-E
Internal Error: cannot create transactionID for aa....aa.
aa....aa: Message
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20903-E
Internal Error: Unable to complete processing acks: Unknown consumer aa....aa.
aa....aa: Consumer uid
- Description
-
This error occurs when the Broker is shutting down and the acknowledgement processing is not yet complete.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20905-E
Internal Error: Unable to complete processing transaction: Unknown consumer/ session aa....aa.
aa....aa: Consumer uid
- Description
-
This error occurs during Broker shut down and the transaction processing is not yet complete.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20906-E
Internal Error: Unable to complete processing acknowledgements in a tranaction: aa....aa.
aa....aa: Transaction uid
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20907-E
Internal Error unknown consumer aa....aa.
aa....aa: Consumer uid
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20909-E
Internal Error: unable to retrieve properties from clientID message aa....aa.
aa....aa: Message ID
- Description
-
An I/O error occurred when acquiring properties from the packet.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20910-E
unexpected error processing clientid.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20911-E
Internal Error: unable to retrieve properties from consumer message aa....aa.
aa....aa: Message ID
- Description
-
An I/O error occurred when acquiring properties from the packet.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20912-E
Internal Error: client set invalid sessionUID aa....aa session does not exist
aa....aa: Session uid
- Description
-
This error occurs when the session has been closed.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20913-E
no properties in addConsumer packet - client does not match protocol.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20914-E
Client is not sending DestType, unable to add interest.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20915-E
NoLocal is not supported on Queue Receivers.
- Description
-
This error occurs when NoLocal is used in the queue receiver.
- Action
-
Do not use NoLocal in the queue receiver.
-
KDAN20916-E
Unsupported property on queues JMQNoLocal is set to aa....aa.
aa....aa: nolocal
- Description
-
This error occurs when the NoLocal property is used in the queue receiver.
- Action
-
Do not use the NoLocal property in the queue receiver.
-
KDAN20917-E
JMQReconnect not implemented.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20918-E
client did not send setCLIENTID method before adding/removing a consumer, retrieved clientid aa....aa from packet properties.
aa....aa: Client ID
- Description
-
The client ID is not set up for the consumer.
- Action
-
Set up the client ID before acquiring the consumer.
-
KDAN20919-E
Unknown Destination: aa....aa.
aa....aa: Destination
- Description
-
This error occurs when the destination is null during message processing.
- Action
-
Make sure that the destination is not null.
-
KDAN20920-E
Internal Error: unable to retrieve properties from deliver message aa....aa.
aa....aa: Message ID
- Description
-
An I/O error occurred when acquiring the properties from a delivery message.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20921-E
Empty Deliver Message.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20922-E
Reprocessing Indempotent message for aa....aa on destination cc....cc from bb....bb.
aa....aa: Consumer uid
bb....bb: Remote connection uid
cc....cc: Destination uid
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20923-E
Could not start the Broker''s aa....aa service on port bb....bb. This port is already in use by another application.
aa....aa: Service name
bb....bb: Port number
- Description
-
This error occurs when the specified port is already in use.
- Action
-
Use a different port number.
-
KDAN20924-E
aa....aa Location:- bb....bb.cc....cc
aa....aa: Error message
bb....bb: File path name
cc....cc: Information about the internal processing that could not be executed
- Description
-
This error occurs in the following cases:
-
When an attempt is made to generate the Broker using a reserved keyword
-
When an error occurs while acquiring the HNTR library for recording the messages in the log file
-
When the disk size of the directory specified in the property value is inadequate
-
- Action
-
-
Make sure that you do not start the Broker by using a reserved word in the Broker instance name.
-
Make sure that the amount of memory on the specified directory is adequate.
-
-
KDAN20925-E
Failed to get transaction aa....aa information from store after takeover.
aa....aa: Transaction ID
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20929-E
received message with Unknown Transaction ID aa....aa : ignoring message
aa....aa: Transaction uid
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20930-E
Transaction aa....aa : is has timed out
aa....aa: Transaction uid
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20931-E
Transaction aa....aa : is not started, ignoring.
aa....aa: Transaction uid
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20932-E
received acknowledgement with Unknown Transaction ID aa....aa : ignoring message
aa....aa: Transaction uid
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20935-E
Internal Error:both key and value for a Transaction Ack entry are corrupted.
- Description
-
The data was corrupted when the data was loaded from the persistence store.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20940-E
XXXI18N-Unable to update transaction state for TUID=aa....aa:bb....bb.
aa....aa: Transaction uid
bb....bb: Transaction state
- Description
-
An I/O error occurred when CJMSP attempted to acquire, delete, or update the persistence store transaction information. A possible cause is that the transaction ID generated by CJMSP does not exist in the persistence store or the transaction ID is null.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20946-E
XXXI18N - Consumed message [aa....aa:bb....bb]not found in transaction cc....cc.
aa....aa: System message ID
bb....bb: Consumer uid
cc....cc: Transaction uid
- Description
-
This error occurs when the consumed message is null during the deletion of the consumed message.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20949-E
Failed to cleanup committed transaction aa....aa.
aa....aa: Transaction uid
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20952-E
received acknowledgement with Unknown Transaction ID aa....aa
aa....aa: Transaction uid
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20953-E
Internal Error:Error updating transaction aa....aa.
aa....aa: Transaction uid
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20955-E
Caught exception when reading passwd: aa....aa.
aa....aa: IO exception
- Description
-
An I/O error occurred when reading the password from the command line.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20956-E
Unexpected failure in getIndexForType objClass=aa....aa.
aa....aa: Class name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20957-E
Unable to remove the transaction ID aa....aa.
aa....aa: Transaction uid
- Description
-
An I/O error occurred when removing the transaction ID from the store.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20958-E
Unknown Transaction ID aa....aa for transaction ack [bb....bb:cc....cc]dd....dd
aa....aa: Transaction uid
bb....bb: System message ID
cc....cc: Consumer uid
dd....dd: Broker address
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20959-E
updateState(): Unknown transaction: aa....aa.
aa....aa: Transaction uid
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20960-E
updateState(): No state for transaction: aa....aa.
aa....aa: Transaction uid
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20961-E
Internal Error:Error updating transaction acks aa....aa.
aa....aa: Transaction uid
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20970-E
Unable to start transaction reaper thread .
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20971-E
Failed to schedule detached-transaction reaper aa....aa.
aa....aa: Transaction list
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20972-E
set empty
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20973-E
not part of set
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20979-E
flow paused is not supported by the client.
- Description
-
This error occurs when an attempt is made to perform an unsupported operation.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20980-E
Cannot use JMQValidate with an ackType of aa....aa.
aa....aa: Acknowledgement type
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20981-E
Cannot use JMQValidate with no tid.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20982-E
Acknowledgement could not be found.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20985-E
Internal Error: bad protocol
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20986-E
Invalid Deliver Message Size: aa....aa. Not multiple of bb....bb.
aa....aa: Message body size
bb....bb: Message size
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20987-E
Internal Error: setting timeout .
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20988-E
received unexpected error in handler.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20989-E
Invalid Redeliver Message Size: aa....aa. Not multiple of bb....bb.
aa....aa: Message body size
bb....bb: redeliver block size
- Description
-
The size of the Redeliver message is invalid.
- Action
-
Confirm that the size of the Redeliver message is valid.
-
KDAN20990-E
Unknown XID aa....aa
aa....aa: JMQXid
- Description
-
This error occurs when the transaction UID is null.
- Action
-
Confirm that the transaction UID is not null.
-
KDAN20991-E
No transaction ID
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20992-E
Unknown service restriction aa....aa on service bb....bb.
aa....aa: Service restriction
bb....bb: Service
- Description
-
An internal error occurred. The service contains an unknown restriction.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20995-E
Cannot load props
- Description
-
An I/O error occurred when acquiring the properties from the packet.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN20996-E
Low memory
- Description
-
This error occurs when the JVM memory size is exceeded.
- Action
-
Increase the JVM memory size.
-
KDAN20997-E
cannot create destination
- Description
-
This error occurs when the destination is null.
- Action
-
Confirm that an appropriate destination name and type is specified.
-
KDAN20998-E
no destination passed [dest,type] = [aa....aa,bb....bb].
aa....aa: Destination
bb....bb: Destination type
- Description
-
This error occurs when the destination name or type is null.
- Action
-
Confirm that an appropriate destination name and type is specified.
-
KDAN20999-E
unknown producer
- Description
-
This error occurs when the producer is null during the deletion of the producer. This error occurs when the producer is already closed.
- Action
-
Confirm that an application or client has not closed the producer.
-
KDAN21000-E
Trying to add handler which has no corresponding packet type [ aa....aa].
aa....aa: Packet type
- Description
-
An error occurred when registering a new handler for the message ID. The message ID is too long.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21001-E
Unexpected Error processing message
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21011-E
non-XA transactions only supported on non-sessionless connections.
- Description
-
This error occurs when non-XA transactions are used on sessionless connections. This is not supported.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21013-E
Message requeued:aa....aa.
aa....aa: Packet reference
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21014-E
aa....aa is closed.
aa....aa: Session uid
- Description
-
This error occurs when an attempt is made to add a consumer to a closed session.
- Action
-
Confirm that the session is not closed.
-
KDAN21015-E
Already dead
- Description
-
This error occurs when an attempt is made to delete an already deleted dead message from the dead message queue.
- Action
-
Delete a dead message only when the message exists in the dead message queue.
-
KDAN21016-E
No Reaper
- Description
-
This error occurs when the message expiration reaper is null.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21017-E
Null destination passed to GetDurablesHandler
- Description
-
This error occurs when a destination is passed as null.
- Action
-
Confirm that the destination is not null.
-
KDAN21018-E
Admin: GetTransactions: Could not extract properties from pkt
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21019-E
invalid packet type aa....aa
aa....aa: Packet type
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21021-E
Null/ Missing values for aa....aa and/ or bb....bb properties.
aa....aa: Message type
bb....bb: Message type
- Description
-
This error occurs when null is passed for JMQCommand and JMQCommandArg.
- Action
-
Confirm that JMQCommand and JMQCommandArg are not null.
-
KDAN21023-E
Rollback of non-XA transaction aa....aa in non-PREPARED state is not supported.
aa....aa: Transaction uid
- Description
-
This error occurs when an attempt is made to rollback a non-XA transaction in a non-PREPARED state. This is not supported.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21024-E
Could not locate TransactionHandler
- Description
-
An internal error occurred. The TransactionHandler class was not found during rollback/commit transaction.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21025-E
conflict w/ clientID
- Description
-
This error occurs when an attempt was made to create an existing client ID.
- Action
-
Make sure that the client ID is unique.
-
KDAN21026-E
transaction failed: aa....aa
aa....aa: Error message
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21027-E
No session for aa....aa
aa....aa: Session uid
- Description
-
This error occurs when an attempt is made to stop or start a session when the session is null.
- Action
-
Confirm that the session is not null.
-
KDAN21028-E
AckInfo aa....aa
aa....aa: Acknowledgement information
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21029-E
access to destination aa....aa is forbidden.
aa....aa: Destination
- Description
-
This error occurs when an attempt is made to browse a non-browsable destination.
- Action
-
Make sure that the destination is browsable.
-
KDAN21030-E
double ack
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21031-E
getBrokerInfo:
- Description
-
An internal error occurred when acquiring the Broker information.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21032-E
XXX not implemented
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21033-E
aa....aa : Got exception when reading bb....bb bytes from buffer cc....cc.
aa....aa: Class name
bb....bb: Buffer length
cc....cc: Buffer name
- Description
-
This error occurs when the data is read from this input stream into the byte string.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21034-E
Class MetricCounters could not be cloned.
- Description
-
-
This error occurs when the log handler class does not exist.
-
This error occurs when an appropriate package name is not specified for a class.
-
- Action
-
-
Confirm that the class exists.
-
Specify an appropriate Broker package.
-
-
KDAN21035-E
Exception when reading packet body: aa....aa.
aa....aa: Exception
- Description
-
An internal error occurred during the reading of the packet body.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21036-E
Unknown authentication type
- Description
-
This error occurs when an invalid authentication type is specified in the default configuration file.
- Action
-
Specify a valid authentication type in the default configuration file.
-
KDAN21037-E
Exception when deserializing packet body: aa....aa.
aa....aa: Exception
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21038-E
Could not decode XIDs: aa....aa.
aa....aa: Exception
- Description
-
An I/O error occurred when reading Xid from the input stream.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21039-E
Could not decode INFO packet: aa....aa.
aa....aa: Exception
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21040-E
Could not decode XID: aa....aa.
aa....aa: Exception
- Description
-
An I/O error occurred when reading Xid from the input stream.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21041-E
Could not decode verify body: aa....aa.
aa....aa: Exception
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21042-E
Exception when deserializing packet body: aa....aa.
aa....aa: Exception
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21043-E
unable to load fallback properties.
- Description
-
An I/O error occurred when reading the Fallback properties (properties used when the property file cannot be used).
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21044-E
no threads available from pool aa....aa.
aa....aa: List
- Description
-
This error occurs when an attempt is made to acquire the thread object from the thread pool when there are no free threads.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21045-E
connection gone
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21046-E
aa....aa has been destroyed.
aa....aa: Thread
- Description
-
An I/O error occurred during the addition of a connection.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21047-E
Could not get charset: aa....aa.
aa....aa: Exception
- Description
-
This error occurs when the specified character set name is invalid.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21048-E
Could not decode string aa....aa.
aa....aa: Exception
- Description
-
This error occurs when the decode operation is already in progress.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21049-E
Exception on pending con aa....aa : cannot process.
aa....aa: IMQIP connection
- Description
-
An I/O error occurred during the processing of the threads.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21050-E
Connection aa....aa no longer has a valid channel.
aa....aa: IMQIP connection
- Description
-
An I/O error occurred during the processing of pending connections.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21052-E
unable to create class for handling READ selectors.
- Description
-
-
The ReadThread class does not exist.
-
An appropriate package name is not specified for the class.
-
- Action
-
-
Confirm that the ReadThread class exists.
-
Specify an appropriate package name.
-
-
KDAN21053-E
unable to create class for handling WRITE selectors.
- Description
-
-
The WriteThread class does not exist.
-
An appropriate package name is not specified for the class.
-
- Action
-
-
Confirm that the WriteThread class exists.
-
Specify an appropriate package name.
-
-
KDAN21054-E
service does not have thread pool.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21055-E
Internal Error: TakingoverTracker.setMessageMap() not runner thread.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21056-E
Internal Error: TakingoverTracker.setMessageMap() unexpected stage aa....aa (bb....bb).
aa....aa: Stage
bb....bb: Expected stage
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21057-E
addShutdownHook: can't find java.lang.Thread: aa....aa.
aa....aa: Exception
- Description
-
-
The java.lang.Threadclass class does not exist.
-
An appropriate package name is not specified for the class.
-
- Action
-
-
Confirm that the class exists.
-
Specify an appropriate package name.
-
-
KDAN21058-E
addShutdownHook: could not call addShutdownHook: aa....aa.
aa....aa: Exception
- Description
-
An internal error occurred during the addition of the shut down hook.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21059-E
removeShutdownHook: can't find java.lang.Thread: aa....aa.
aa....aa: Exception
- Description
-
-
The java.lang.Threadclass class does not exist.
-
An appropriate package name is not specified for the class.
-
- Action
-
-
Confirm that the class exists.
-
Specify an appropriate package name.
-
-
KDAN21060-E
removeShutdownHook: could not call removeShutdownHook: aa....aa.
aa....aa: Exception
- Description
-
An internal error occurred during the remove of the shut down hook.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21061-E
Exception running broker.
- Description
-
An internal error occurred when starting the Broker.
- Action
-
Contact maintenance personnel.
-
KDAN21062-E
aa....aa:allocate()
aa....aa: Exception
- Description
-
An I/O exception occurred.
- Action
-
-
Make sure that the network connection is correct.
-
Check whether the I/O device or driver is running.
-
Contact the System Administrator.
-
-
KDAN21063-E
Too many threads aa....aa,bb....bb
aa....aa: Current count
bb....bb: maximum count
- Description
-
This error occurs when an attempt is made to create a thread when the maximum thread count is exceeded.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21064-E
got an unexpected error aa....aa freeing thread bb....bb.
aa....aa: Exception
bb....bb: Thread
- Description
-
An internal error occurred during the processing of the thread.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21066-E
generateUID: quantity is less than 0: aa....aa
aa....aa: Quantity
- Description
-
This error occurs when an attempt is made to generate a unique ID that is smaller than 0.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21067-E
setClientId: set client ID failed. Connection ID: aa....aa , Client ID: bb....bb, Shareable: cc....cc, nameSpace: dd....dd.
aa....aa: Connection uid
bb....bb: Client ID
cc....cc: Shareable
dd....dd: Namespace
- Description
-
An internal error occurred when an attempt was made to set up a client ID for the connection.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21068-E
unsetClientId: unset client ID failed. Connection ID: aa....aa.
aa....aa: Connection uid
- Description
-
An internal error occurred when an attempt was made to set up a null client ID for the connection.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21069-E
createSession: create session failed. Connection ID: aa....aa, acknowledge mode: bb....bb.
aa....aa: Connection uid
bb....bb: Acknowledgement mode
- Description
-
This error occurs when an attempt by the connection object to create a session fails due to an internal error or when the transaction and acknowledgement mode are not supported.
- Action
-
Confirm that the specified transaction and acknowledgement mode are supported.
-
KDAN21070-E
destroySession: destroy session failed. Connection ID: aa....aa, Session ID: bb....bb.
aa....aa: Connection uid
bb....bb: Session uid
- Description
-
An internal error occurred when closing the session or when an attempt to release the resources or close the socket connection fails.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21071-E
startSession: Start of session failed. Session ID: aa....aa.
aa....aa: Session uid
- Description
-
This error occurs when an attempt is made to restart the session when the session uid is null.
- Action
-
Confirm that the session uid is not null.
-
KDAN21072-E
stopSession: Stop of session failed. Session ID: aa....aa.
aa....aa: Session uid
- Description
-
This error occurs when an attempt is made to pause the session when the session uid is null.
- Action
-
Confirm that the session uid is not null.
-
KDAN21073-E
verifyDestination: verify of destination failed. Destination name: aa....aa, type: bb....bb.
aa....aa: Destination name
bb....bb: Destination type
- Description
-
This error occurs when the applicable destination does not exist in the destination list.
- Action
-
Confirm that the specified destination exists in the store.
-
KDAN21074-E
createDestination: Destination creation failed. Destination name: aa....aa, type:bb....bb, lifespan: cc....cc.
aa....aa: Destination name
bb....bb: Destination type
cc....cc: Lifespan
- Description
-
-
This error occurs when the user does not have the permission to create a destination.
-
This error occurs when a Broker error occurs during the creation of a destination.
-
- Action
-
-
Confirm that the user has the permission to create a destination.
-
Contact maintenance personnel.
-
-
KDAN21075-E
destroyDestination: Destination destroy failed. Destination name: aa....aa, type: bb....bb, lifespan: cc....cc.
aa....aa: Destination name
bb....bb: Destination type
cc....cc: Lifespan
- Description
-
-
This error occurs when the destination does not exist in the store.
-
This message is displayed when an error occurs during the destroy of a destination.
-
- Action
-
-
Confirm that the specified destination exists in the store.
-
Contact maintenance personnel.
-
-
KDAN21076-E
addProducer: Add producer failed. Connection ID: aa....aa, session ID: bb....bb.
aa....aa: Connection uid
bb....bb: Session uid
- Description
-
-
This error occurs when the user does not have the permissions or when an attempt is made to create producers after the maximum producer limit is exceeded.
-
An internal error occurred during the creation of a producer.
-
- Action
-
-
Confirm that the user has the permissions for creating a producer.
-
Contact maintenance personnel for internal errors.
-
-
KDAN21077-E
deleteProducer: Delete producer failed. Connection ID: aa....aa, session ID: bb....bb, producer ID: cc....cc.
aa....aa: Connection uid
bb....bb: Session uid
cc....cc: Producer uid
- Description
-
This error occurs when the specified producer is not created.
- Action
-
Confirm that the specified producer is already created.
-
KDAN21078-E
addConsumer: Add consumer failed. Connection ID: aa....aa, session ID: bb....bb.
aa....aa: Connection uid
bb....bb: Session uid
- Description
-
An error occurred during the creation of a consumer.
- Action
-
Confirm that the connection and session are not closed.
-
KDAN21079-E
deleteConsumer: Delete consumer failed. Connection ID: aa....aa, session ID: bb....bb, consumer ID: cc....cc, durable name: dd....dd, client ID: ee....ee.
aa....aa: Connection uid
bb....bb: Session uid
cc....cc: Consumer uid
dd....dd: Durable subscriber name
ee....ee: Client ID
- Description
-
-
An error occurred during the deletion of a consumer.
-
This error occurs when an attempt is made to unsubscribe a consumer that has been deleted when the destination was destroyed.
-
- Action
-
Confirm that the connection and session are not closed.
-
KDAN21080-E
setConsumerAsync: Set Async consumer failed. Connection ID: aa....aa, session ID: bb....bb, consumer ID: cc....cc.
aa....aa: Connection uid
bb....bb: Session uid
cc....cc: Consumer uid
- Description
-
This error occurs when an asynchronous listener is registered to a consumer.
- Action
-
Confirm that the connection and session are not closed.
-
KDAN21088-E
sendMessage: Sending message failed. Connection ID: aa....aa.
aa....aa: Connection uid
- Description
-
-
A problem occurred when sending a message. A possible cause is that the maximum number of messages or maximum total message bytes or maximum bytes/ messages was exceeded.
-
An internal error occurred.
-
- Action
-
-
Increase the maximum limit of the message count/ total message bytes/ bytes/ messages for the relevant destination.
-
Contact maintenance personnel.
-
-
KDAN21089-E
fetchMessage: Fetch Message failed. Connection ID: aa....aa, session ID: bb....bb, consumer ID: cc....cc.
aa....aa: Connection uid
bb....bb: Session uid
cc....cc: Consumer uid
- Description
-
A problem occurred when acquiring the messages from the Broker.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21090-E
acknowledgeMessage: Sending Acknowledgement failed. Connection ID: aa....aa.
aa....aa: Connection uid
- Description
-
A problem occurred during message acknowledgement to the Broker.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21091-E
sendAcknowledgement: Sending Acknowledgement failed. Connection ID: aa....aa.
aa....aa: Connection uid
- Description
-
A problem occurred when sending an acknowledgement to the Broker.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21092-E
addBrowser: Add browser failed. Connection ID: aa....aa, session ID: bb....bb, destination: cc....cc, selector: dd....dd.
aa....aa: Connection uid
bb....bb: Session uid
cc....cc: Destination
dd....dd: Selector
- Description
-
This error occurs when the specified selector string is invalid when the browser is added.
- Action
-
Confirm that the specified selector string is valid.
-
KDAN21093-E
deleteBrowser: consumer ID not found. Connection ID:aa....aa, Session ID: bb....bb, Consumer ID: cc....cc.
aa....aa: Connection uid
bb....bb: Session uid
cc....cc: Consumer uid
- Description
-
This error occurs when the specified consumer does not exist in the queue browser list when the browser is deleted.
- Action
-
Make sure that the consumer is not closed.
-
KDAN21094-E
browseMessages: Destination not found. Connection ID:aa....aa, Session ID: bb....bb, Consumer ID: cc....cc destination: dd....dd.
aa....aa: Connection uid
bb....bb: Session uid
cc....cc: Consumer uid
dd....dd: Destination
- Description
-
This error occurs when the destination is not found during the browsing of the messages.
- Action
-
Confirm that the specified destination exists in the store.
-
KDAN21095-E
browseMessages: Browse queue failed. Connection ID: aa....aa, session ID: bb....bb, consumer ID: cc....cc.
aa....aa: Connection uid
bb....bb: Session uid
cc....cc: Consumer uid
- Description
-
This error occurs when the specified selector string is invalid when the browser is added.
- Action
-
Confirm that the specified selector string is valid.
-
KDAN21096-E
browseMessages: consumer ID not found. Connection ID:aa....aa, Session ID: bb....bb, Consumer ID: cc....cc.
aa....aa: Connection uid
bb....bb: Session uid
cc....cc: Consumer uid
- Description
-
This error occurs when the destination is not found during the browsing of the messages.
- Action
-
Make sure that the consumer is not closed.
-
KDAN21097-E
redeliverMessages: Redeliver failed. Connection ID: aa....aa, session ID: bb....bb, transaction ID: cc....cc.
aa....aa: Connection uid
bb....bb: Session uid
cc....cc: Transaction uid
- Description
-
An I/O error occurred during the redelivery of the messages.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21098-E
aa....aa:connection ID not found: bb....bb.
aa....aa: Method name
bb....bb: Connection uid
- Description
-
This error occurs when an attempt is made to perform some operations (such as add/delete browser, consumer, producer, or fetch messages) for a connection when an invalid connection ID has been passed.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21099-E
aa....aa:session ID not found: bb....bb.
aa....aa: Method name
bb....bb: Session uid
- Description
-
This error occurs when an attempt is made to perform some operations (such as add/delete browser, consumer, producer, or fetch messages) for a session when an invalid session ID has been passed.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21100-E
Cannot invoke SessionListener.getNextConsumerPacket() when in asynchronous receiving mode.
- Description
-
This error occurs when messages are fetched from the Broker in the asynchronous reception mode.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21101-E
Connection has been closed aa....aa.
aa....aa: IMQIP connection
- Description
-
This error occurs when the IMQIP connection is closed during the reading of the data from the packet.
- Action
-
Confirm that the connection is open.
-
KDAN21102-E
Failed to copy old persistent data under aa....aa to bb....bb.
aa....aa: Current directory
bb....bb: Root directory
- Description
-
-
The file does not have read permission.
-
The file is corrupted or the configured file does not exist.
-
An I/O error occurred.
-
- Action
-
-
Grant the read permission to the file.
-
Repeat the operation. If the problem is not resolved, restart the Broker. In this case, the old data is lost.
-
Contact maintenance personnel.
-
-
KDAN21103-E
This should never happen!
- Description
-
This message is displayed when an attempt is made to clone the transaction information object for the specified transaction.
- Action
-
Confirm that the class of the object supports the Cloneable interface.
-
KDAN21104-E
Could not parse properties aa....aa.
aa....aa: Exception
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN21105-E
Could not marshal properties aa....aa.
aa....aa: Exception
- Description
-
An I/O error occurred when acquiring the property bytes.
- Action
-
Confirm that the network connection is appropriate.
-
KDAN21106-E
Exception getting properties: aa....aa.
aa....aa: Exception message
- Description
-
An I/O error occurred when acquiring the properties.
- Action
-
Confirm that the network connection is appropriate.
-
KDAN21107-E
Could not get message body: aa....aa.
aa....aa: Exception
- Description
-
-
An error occurred during the reading of a null message body.
-
An I/O error occurred when acquiring the message body.
-
- Action
-
-
Make sure that the message body is not null.
-
Contact maintenance personnel.
-
-
KDAN21108-E
aa....aa:setCookie()
aa....aa: VRecordRAF information
- Description
-
A runtime exception occurred when writing a message and its consumer state in VRFile.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21109-E
aa....aa:free()
aa....aa: VRecordRAF information
- Description
-
A runtime exception occurred while releasing a record from VRFile.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21110-E
Fault Injection: triggered aa....aa selector [bb....bb]
aa....aa: Fault
bb....bb: Selector
- Description
-
An I/O error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21111-E
Internal Error: Invalid Acknowledge Packet processing notifying client aa....aa
aa....aa: Packet information
- Description
-
An internal error occurred during the processing of an acknowledgement message.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21115-E
The END target for BETWEEN must be a numeric value. Found aa....aa
aa....aa: Class name
- Description
-
This error occurs when END of the BETWEEN statement is not a numeric value.
- Action
-
Confirm that the END of the BETWEEN statement is a numeric value.
-
KDAN21116-E
Pass <vmarguments> to the Java VM.
- Description
-
This message is displayed when no command argument is specified in -vmargs.
- Action
-
Specify a valid command argument in -vmargs.
-
KDAN21118-E
Acknowledgement could not be processed because the broker is shutting down.
- Description
-
This error occurs when the Broker is shut down during the processing of an acknowledgement.
- Action
-
Confirm that the Broker is running.
-
KDAN21119-E
Transaction acknowledgement could not be added because message aa....aa has already been removed.
aa....aa: Message ID
- Description
-
This error occurs when the message does not exist in the destination.
- Action
-
Confirm that the relevant message exists in the destination.
-
KDAN21120-E
Transaction acknowledgement could not be added because message aa....aa was locked.
aa....aa: Message ID
- Description
-
An internal error occurred during the addition of an acknowledgement.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21121-E
Specify a valid absolute path for var home to use.
- Description
-
This error occurs when the directory path is not specified in the -varhome option.
- Action
-
Specify the correct directory path in the -varhome option.
-
KDAN21122-E
Exception caught while login. Reason: aa....aa.
aa....aa: Error reason
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN21123-E
Exception caught while updating portmapper property. Reason: aa....aa.
aa....aa: Error reason
- Description
-
-
An invalid property name was specified in the attribute value to be updated.
-
An invalid property value was specified in the attribute value to be updated.
-
- Action
-
-
Specify the correct property name in the attribute value to be updated.
-
Specify the correct property value in the attribute value to be updated.
-
-
KDAN21124-E
Exception canceling key.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN21125-E
Exception processing aa....aa.
aa....aa: Error information
- Description
-
An error occurred in the connection processing.
- Action
-
Contact maintenance personnel.
-
KDAN21126-E
Exception while removing persistent store. Reason: aa....aa.
aa....aa: Error reason
- Description
-
An error occurred when an attempt was made to remove the persistence store.
- Action
-
Make sure that the persistence store permissions are appropriate.
-
KDAN21127-E
Internal Error : aa....aa.
aa....aa: Error reason
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN21128-E
Exception occur while upgrading the store. Reason: aa....aa.
aa....aa: Error reason
- Description
-
-
The old persistence store is invalid.
-
The old persistence store does not exist.
-
- Action
-
-
Re-execute the operation. If the problem persists, restart the Broker.
-
After the Broker is restarted, the message and destination data is lost.
-
-
KDAN21129-E
Unsupported Operation.
- Description
-
An unsupported method was invoked.
- Action
-
Contact maintenance personnel.
-
KDAN21130-E
Already waiting for aa....aa
aa....aa: Object
- Description
-
This message is displayed when the system is already waiting for the specified object during request notification.
- Action
-
Contact maintenance personnel.
-
KDAN21131-E
Unknown size aa....aa
aa....aa: Property value or byte value
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN21132-E
Unable to paused unknown destination aa....aa.
aa....aa: Destination
- Description
-
This error occurs when the destination is paused and does not exist in the persistence store.
- Action
-
Make sure that the persistence store exists in the destination.
-
KDAN21133-E
Unable to paused admin or internal destination aa....aa.
aa....aa: Destination
- Description
-
This error occurs when the creation of the destination is paused.
- Action
-
Check whether the destination has been created when the creation of a destination is paused.
-
KDAN21134-E
Unable to resume unknown destination aa....aa.
aa....aa: Destination
- Description
-
This error occurs when the specified destination does not exist in the persistence store.
- Action
-
Make sure that the destination exists in the persistence store.
-
KDAN21135-E
Internal error processing delete consumer aa....aa
aa....aa: Consumer
- Description
-
An internal error occurred when deleting the specified consumer.
- Action
-
Contact maintenance personnel.
-
KDAN21136-E
Failed to delete file: aa....aa.
aa....aa: File name
- Description
-
-
The file specified in the path does not exist.
-
The file does not have delete permission.
-
- Action
-
-
Confirm that the file exists.
-
Confirm that the file has delete permission.
-
-
KDAN21137-E
Internal Error loading/ routing transacted message, throwing out message aa....aa.
aa....aa: Error message
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN21138-E
Internal Exception:
- Description
-
This message is displayed during the display of the internal error.
- Action
-
Contact maintenance personnel.
-
KDAN21139-E
Exception caught while updating the broker configuration. Reason: aa....aa.
aa....aa: Error reason
- Description
-
-
The properties cannot be set up due to some reason.
-
The properties cannot be stored.
-
- Action
-
-
Make sure that values can be set up for the properties.
-
Confirm that the properties can be stored.
-
-
KDAN21140-E
Client Failover
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN21141-E
Failed to truncate file: aa....aa.
aa....aa: File name
- Description
-
An I/O error occurred during file operations.
- Action
-
-
Make sure that the network connection is correct.
-
Check whether the I/O device or driver is running.
-
Contact the System Administrator.
-
-
KDAN21142-E
Bad sysmessageid is specified.
- Description
-
An internal error occurred in the Broker.
- Action
-
Contact maintenance personnel.
-
KDAN21143-E
Properties is not specified.
- Description
-
An internal error occurred in the Broker.
- Action
-
Contact maintenance personnel.
-
KDAN21144-E
BEFORE SLEEP aa....aa(seconds) BECAUSE OF FAULT bb....bb
aa....aa: Number of seconds
bb....bb: Invalid value
- Description
-
An internal error occurred in the Broker.
- Action
-
-
Re-execute the operation. If the problem persists, restart the Broker. If the Broker is restarted, the old data is lost.
-
Contact maintenance personnel.
-
-
KDAN21145-E
Internal Error: unable to process consumer request aa....aa.
aa....aa: Packet
- Description
-
An internal error occurred in the Broker.
- Action
-
Contact maintenance personnel.
-
KDAN21146-E
Error setting overrides
- Description
-
An internal error occurred in the Broker.
- Action
-
Contact maintenance personnel.
-
KDAN21147-E
Shutting down metrics, timer has been canceled.
- Description
-
An internal error occurred in the Broker.
- Action
-
Contact maintenance personnel.
-
KDAN21148-E
Sending detach notification for aa....aa from bb....bb.
aa....aa: Consumer ID
bb....bb: Persistence subscriber
- Description
-
An internal error occurred in the Broker.
- Action
-
Contact maintenance personnel.
-
KDAN21149-E
XXX - internal error handling delivery policy change
- Description
-
An internal error occurred in the Broker.
- Action
-
Contact maintenance personnel.
-
KDAN21150-E
Internal Error Unable to consume aa....aa:bb....bb.
aa....aa: Consumer ID
bb....bb: Packet reference
- Description
-
An internal error occurred in the Broker.
- Action
-
Contact maintenance personnel.
-
KDAN21151-E
Internal Exception: unable to load destination aa....aa.
aa....aa: Topic destination
- Description
-
An internal error occurred in the Broker.
- Action
-
Contact maintenance personnel.
-
KDAN21152-E
Monitor destination Error aa....aa.
aa....aa: Destination name
- Description
-
An internal error occurred in the Broker.
- Action
-
Contact maintenance personnel.
-
KDAN21153-E
Internal Error: unable to retrieve properties from resume message aa....aa.
aa....aa: Packet
- Description
-
An internal error occurred in the Broker.
- Action
-
Contact maintenance personnel.
-
KDAN21154-E
Internal Error: unable to retrieve properties from generateUID message aa....aa.
aa....aa: Packet
- Description
-
An internal error occurred in the Broker.
- Action
-
Contact maintenance personnel.
-
KDAN21155-E
Internal Error: error retrieving properties from INFO_REQUEST message.
- Description
-
An internal error occurred in the Broker.
- Action
-
Contact maintenance personnel.
-
KDAN21156-E
Internal Error: error retrieving properties from hello message.
- Description
-
An internal error occurred in the Broker.
- Action
-
Contact maintenance personnel.
-
KDAN21157-E
Internal Error: unable to retrieve properties from goodbye message aa....aa.
aa....aa: Packet
- Description
-
An internal error occurred in the Broker.
- Action
-
Contact maintenance personnel.
-
KDAN21158-E
SLEEP aa....aa(seconds) FAULT (bb....bb) interrupted: cc....cc
aa....aa: Number of seconds
bb....bb: Invalid value
cc....cc: Error message
- Description
-
An internal error occurred in the Broker.
- Action
-
-
Re-execute the operation. If the problem persists, restart the Broker. If the Broker is restarted, the old data is lost.
-
Contact maintenance personnel.
-
-
KDAN21159-E
error connection removing producer it doesn't own PID=aa....aa, connectionUID of request bb....bb, connectionUID of creator cc....cc, checking producer state: dd....dd.
aa....aa: Producer ID
bb....bb: Connection ID
cc....cc: Connection ID
dd....dd: Producer ID
- Description
-
An internal error occurred in the Broker.
- Action
-
Contact maintenance personnel.
-
KDAN21160-E
SHUTING DOWN BROKER BECAUSE OF FAULT aa....aa
aa....aa: Invalid value
- Description
-
An internal error occurred in the Broker.
- Action
-
-
Re-execute the operation. If the problem persists, restart the Broker. If the Broker is restarted, the old data is lost.
-
Contact maintenance personnel.
-
-
KDAN21161-E
HALTING BROKER BECAUSE OF FAULT aa....aa
aa....aa: Invalid value
- Description
-
An internal error occurred in the Broker.
- Action
-
-
Re-execute the operation. If the problem persists, restart the Broker. If the Broker is restarted, the old data is lost.
-
Contact maintenance personnel.
-
-
KDAN21162-E
Broker down Unable to acknowledge aa....aa:bb....bb
aa....aa: SysMessageID
bb....bb: Consumer ID
- Description
-
An internal error occurred in the Broker.
- Action
-
-
Re-execute the operation. If the problem persists, restart the Broker.
-
If the problem persists even after restarting the Broker, delete the Broker instance, and then re-create. In this case, the message and destination data will be lost.
-
Contact maintenance personnel.
-
-
KDAN21163-E
Invalid value for -reset
- Description
-
This error occurs when the arguments for -reset are invalid.
- Action
-
Specify correct arguments for -reset.
-
KDAN21164-E
Running low on memory while writing a message to a client, the current message may be lost
- Description
-
This error occurs when the specified Java memory is exceeded.
- Action
-
Increase the Java memory size. Contact maintenance personnel.
-
KDAN21165-E
The broker ran out of memory during startup and was unable to recover, please adjust the amount of memory allocated to the java process in the cjmsbroker script or bat file and restart the broker
- Description
-
This error occurs when the specified Java memory is exceeded.
- Action
-
Increase the Java memory size. Contact maintenance personnel.
-
KDAN21166-E
Running low on memory while allocating space for a message header, system will attempt to recover
- Description
-
This error occurs when the specified Java memory is exceeded.
- Action
-
Increase the Java memory size. Contact maintenance personnel.
-
KDAN21167-E
Invalid value for -remove
- Description
-
This error occurs when the arguments for -remove are invalid.
- Action
-
Specify correct arguments for -remove.
-
KDAN21168-E
Running low on memory while portmapper service listening client connection, system will attempt to recover.
- Description
-
This error occurs when the specified heap memory is exceeded.
- Action
-
Increase the heap size. Contact maintenance personnel.
-
KDAN21169-E
Running low on memory while portmapper service processing client connection, system will attempt to recover.
- Description
-
This error occurs when the specified heap memory is exceeded.
- Action
-
Increase the heap size. Contact maintenance personnel.
-
KDAN21170-E
Running low on memory in portmapper service, broker will attempt to restart.
- Description
-
This error occurs when the specified heap memory is exceeded.
- Action
-
Increase the heap size. Contact maintenance personnel.
-
KDAN21171-E
Unable to process admin request: Broker has not completed startup.
- Description
-
This error occurs when the Broker has not completed startup.
- Action
-
-
Re-execute the operation. If the problem persists, restart the Broker.
-
If the problem persists even after restarting the Broker, delete the Broker instance, and then re-create. In this case, the old data will be lost.
-
-
KDAN21172-E
Unable to process admin request: Broker is shutting down.
- Description
-
This error occurs when Broker is shutting down.
- Action
-
-
Re-execute the operation. If the problem persists, restart the Broker.
-
If the problem persists even after restarting the Broker, delete the Broker instance, and then re-create. In this case, the old data will be lost.
-
-
KDAN21173-E
Unable to store message to destination aa....aa: Broker is shutting down or destination is being destroyed.
aa....aa: Destination name
- Description
-
-
This error occurs when the Broker is being shut down while storing the messages in the destination.
-
This error occurs when the destination does not exist in the store while storing the messages in the destination.
-
- Action
-
Re-execute the operation. If the problem persists, restart the Broker. In this case, the old data is lost.
-
KDAN21174-E
Transaction aa....aa has state bb....bb during connection cc....cc cleanup
aa....aa: Transaction ID
bb....bb: Transaction state
cc....cc: Connection ID
- Description
-
This error occurs if the transaction is not closed when the session is closed.
- Action
-
Confirm that the resource is closed correctly after use.
-
KDAN21175-E
Internal Error: Messageaa....aa queued on destroyed connection bb....bb.
aa....aa: Packet
bb....bb: IMQIPConnection object
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN21176-E
Wait for reference : aa....aa.
aa....aa: Packet reference
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN21177-E
Weird reference behavior aa....aa.
aa....aa: Packet reference
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN21178-E
loaded durable consumer [cid=aa....aa, dn=bb....bb] already exists cc....cc
aa....aa: Client ID
bb....bb: Persistence subscriber name
cc....cc: Persistence subscriber list
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN21179-E
Canceling message expiration on aa....aa
aa....aa: Destination name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN21180-E
Unknown Monitor destination aa....aa.
aa....aa: Destination name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN21181-E
Data logged at file aa....aa
aa....aa: File name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN21182-E
Unknown dump arg aa....aa.
aa....aa: Argument
- Description
-
This error occurs when invalid arguments are specified.
- Action
-
Specify the correct argument.
-
KDAN21183-E
Ignore duplicated redeliver request [aa....aa:bb....bb]
aa....aa: Packet
bb....bb: Error message
- Description
-
An internal error of the Broker occurred when attributes were acquired from a message packet.
- Action
-
Contact maintenance personnel.
-
KDAN21184-E
Session aa....aa is bad because it is from a different connection [owning,current]=[bb....bb,cc....cc].
aa....aa: Session ID
bb....bb: Connection ID
cc....cc: Connection ID
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN21185-E
local consumer does not have associated session aa....aa.
aa....aa: Consumer ID
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN21186-E
Bad body in destroy consumer
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN21187-E
Bad selector format, cannot match against aa....aa
aa....aa: Selector string
- Description
-
A syntax error occurred in the specification of the selector.
- Action
-
Modify the selector correctly.
-
KDAN21188-E
Unable to retrieve transaction information aa....aa for bb....bb we may be clearing the transaction
aa....aa: Transaction information
bb....bb: Transaction ID
- Description
-
An error occurred when a transaction was acquired from the transaction list when the transaction does not exist.
- Action
-
Contact maintenance personnel.
-
KDAN21189-E
Could not get variable headeraa....aa.
aa....aa: Error message
- Description
-
An I/O error occurred during packet processing.
- Action
-
-
Make sure that the network connection is correct.
-
Check whether the I/O device or driver is running.
-
Contact the System Administrator.
-
-
KDAN21190-E
Max file descriptors: aa....aa (bb....bb).
aa....aa: Current value
bb....bb: Maximum number
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN21191-E
Unable to clean up message aa....aa after ack processing
aa....aa: Packet reference
- Description
-
An internal error occurred in the Broker.
- Action
-
Contact maintenance personnel.
-
KDAN21192-E
Received bad address aa....aa ignoring
aa....aa: mqAddress
- Description
-
An internal error occurred in the Broker.
- Action
-
Contact maintenance personnel.
-
KDAN21193-E
Cannot reschedule task, timer has been canceled, the broker is probably shutting down.
- Description
-
An internal error occurred in the Broker.
- Action
-
Check the error log and take measures, or contact maintenance personnel.
-
KDAN21701-E
Could not use log file aa....aa.bb....bb
aa....aa: Log file
bb....bb: Reason for the non-availability of the file
- Description
-
-
The directory could not be created for the log location.
-
The log file does not have the write permission.
-
- Action
-
-
Specify the appropriate permissions for creating the log location.
-
Either grant write permissions to the log file or remove the read attribute.
-
-
KDAN21702-E
Could not open logging device aa....aa.bb....bb
aa....aa: Logging device
bb....bb: Reason why the device was not opened
- Description
-
An I/O error occurred when opening the file logging device.
- Action
-
Confirm that appropriate permissions have been given to the file.
-
KDAN21703-E
Could not log message to aa....aa.bb....bb
aa....aa: Logging device
bb....bb: Reason why login failed
- Description
-
-
An I/O error occurred when writing to the log file.
-
An I/O error occurred when writing to the OUT or ERR stream.
-
- Action
-
-
Confirm that appropriate permissions have been granted to the file.
-
-
KDAN21704-E
No log handlers specified by aa....aa.
aa....aa: Property name
- Description
-
The log handler is not specified in the property file.
- Action
-
Specify one of the following log handlers:
File, console, destination, jmx
-
KDAN21705-E
No log handler specified by aa....aa.
aa....aa: Property name
- Description
-
The implementation class is not specified in the log handler.
- Action
-
Confirm that the log handler has an implementation class.
-
KDAN21706-E
Could not load LogHandler class: aa....aa
aa....aa: LogHandler class name
- Description
-
-
The log handler class does not exist.
-
A package name appropriate for the class is not specified.
-
- Action
-
-
Confirm that the class exists.
-
Specify an appropriate package name.
-
-
KDAN21707-E
Unable to find version properties for this resource, jar file may be corrupted.
- Description
-
The version.properties file does not exist.
- Action
-
Specify the version.properties file in an appropriate location.
-
KDAN21708-E
Exception loading version properties for this resource, jar file may be corrupted.
- Description
-
An error occurred when reading from the version properties.
The properties file is corrupted or does not have appropriate permissions.
- Action
-
Specify appropriate permissions for the file.
-
KDAN21709-E
Error retrieving version information from aa....aa
aa....aa: Class path name
- Description
-
The version property object is null.
- Action
-
Specify the version.properties file in an appropriate location.
-
KDAN21710-E
Compact cannot be done on opened file.
- Description
-
This error occurs when an attempt is made to compress an opened VRFile (file that stores the file store information).
- Action
-
Before compressing the file, make sure that the file is closed.
-
KDAN21711-E
File is not yet opened and loaded.
- Description
-
This error occurs when an attempt is made to perform some operations on an unopened VRFile (Variable Record file- saves the file store information).
- Action
-
Before performing some operations for VRFile, call the open method to open the file.
-
KDAN21712-E
Failed to rename backing file aa....aa to backup file bb....bb
aa....aa: Backing file name
bb....bb: Backup file name
- Description
-
This error occurs when an attempt to rename a file to the backup file failed during the compression of VRFile.
- Action
-
Specify the appropriate permissions for the file store.
-
KDAN21713-E
Failed to rename temp file aa....aa to backing file bb....bb
aa....aa: Backing file name
bb....bb: Backup file name
- Description
-
This error occurs when an attempt to rename a temporary file to VRFile failed during the compression of VRFile.
- Action
-
Specify the appropriate permissions for the file store.
-
KDAN21714-E
Failed to delete the backup file aa....aa
aa....aa: Backup file path
- Description
-
The backup file could not be deleted during the compression of VRFile.
- Action
-
Specify the appropriate permissions for the file store.
-
KDAN21715-E
aa....aa:Bad file magic number: bb....bb; Expecting: cc....cc
aa....aa: Backing file path
bb....bb: Number read from the backing file
cc....cc: Expected magic number
- Description
-
The magic number in VRFile differs from the expected magic number.
- Action
-
Confirm that the file in the file store is not corrupted.
-
KDAN21716-E
aa....aa:Unsupported VRFile version: bb....bb; Expecting: cc....cc
aa....aa: Backing file path
bb....bb: Found version number
cc....cc: Expected version number
- Description
-
The VRFile version differs from the expected version.
- Action
-
Confirm that the file in the file store is not corrupted.
-
KDAN21717-E
aa....aa:Unrecognized VRecord specified
aa....aa: Backing file path
- Description
-
The VRFile records are invalid.
- Action
-
Confirm that the file in the file store is not corrupted.
-
KDAN21718-E
aa....aa:Unrecognized VRFile format, no valid file header
found, can only read bb....bb bytes
aa....aa: Backing file path
bb....bb: Bytes read from the header
- Description
-
The file format of the record base file is invalid.
- Action
-
Confirm that the file in the file store is not corrupted.
-
KDAN21719-E
Uncaught exception aa....aa occurred in thread bb....bb
aa....aa: Backing file path
bb....bb: Cookie read from the backing file
- Description
-
This error occurs when the thread is terminated by an uncaught exception.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21720-E
Could not create directory aa....aa.
aa....aa: File path/ directory path
- Description
-
The directory for the log location could not be created.
- Action
-
Grant the appropriate permissions to the log location.
-
KDAN21721-E
Could not write to file aa....aa.
aa....aa: File path/ directory path
- Description
-
Writing to the log file failed.
- Action
-
Grant the write permission to the log file.
-
KDAN21722-E
Could not write to file aa....aa. It is a directory.
aa....aa: File path/ directory path
- Description
-
A directory, and not a file, has been used for log file rollover.
- Action
-
No action is required.
-
KDAN21723-E
Could not write creation timestamp to file aa....aa.
aa....aa: File path/ directory path
- Description
-
This message is displayed when an I/O error occurs or the stream is closed while writing the creation date and time information into the rollover file.
- Action
-
Confirm that the log file location has the appropriate permissions.
-
KDAN21724-E
Could not read creation timestamp from file aa....aa. It may be corrupted.
aa....aa: File path/ directory path
- Description
-
An I/O error occurred during the reading of the creation date and time from the rollover file.
- Action
-
Confirm that the log file location has the appropriate permissions.
-
KDAN21726-E
Portmapper version mismatch. Version=aa....aa. Expecting bb....bb
aa....aa: Current version
bb....bb: Expected version
- Description
-
The portmapper version does not match the expected version.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN21727-E
Could not skip bytes
- Description
-
An I/O error occurred during the reading of the creation date and time information from the file.
- Action
-
Contact maintenance personnel.
-
KDAN21728-E
Internal Error: timer canceled.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN21729-E
Could not set handlers: aa....aa.
aa....aa: Exception
- Description
-
The logger was not closed when specifying the log handlers to be used.
- Action
-
Make sure that the logger is not closed before the handlers are set up.
-
KDAN21730-E
Logger must be closed before setting handlers.
- Description
-
The logger was not closed when specifying the log handlers to be used.
- Action
-
Make sure that the logger is not closed before the handlers are set up.
-
KDAN22001-W
Authentication of aa....aa for bb....bb service failed.
aa....aa: User name
bb....bb: Service name
- Description
-
This message is displayed when the specified user does not exist in the user repository.
- Action
-
Specify a valid user name and password.
-
KDAN22002-W
Unable to load aa....aa property file bb....bb.
aa....aa: Type of property file that could not be opened
bb....bb: Property file path
- Description
-
This message is displayed when an internal error occurs.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22003-W
Unable to save properties without a valid configStore class
- Description
-
This message is displayed when the property file of the specified CJMSP instance does not exist.
- Action
-
Make sure that each CJMSP instance has a valid property file.
-
KDAN22004-W
Creation of destination aa....aa failed.
aa....aa: Destination name
- Description
-
This message is displayed when the connection does not exist or there is no memory for creating a destination.
- Action
-
Make sure that there is sufficient memory for creating the destination.
-
KDAN22005-W
Destruction of destination aa....aa failed.
aa....aa: Destination name
- Description
-
-
This message is displayed when the specified destination is null.
-
This message is displayed when the specified destination is a dead message queue.
-
This message is displayed when the specified destination does not exist.
-
- Action
-
-
Specify a valid destination existing in CJMSP.
-
The dead message queue cannot be deleted.
-
-
KDAN22006-W
Creation of consumer aa....aa from connection bb....bb on destination cc....cc failed.
aa....aa: Consumer ID
bb....bb: Connection name
cc....cc: Destination name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22007-W
Destruction of consumer aa....aa from connection bb....bb on destination cc....cc failed.
aa....aa: Consumer ID
bb....bb: Connection name
cc....cc: Destination name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22008-W
Storing of JMS message from aa....aa failed.
aa....aa: Message ID
- Description
-
-
This message is displayed when the specified destination does not exist in the destination file that contains the CJMSP destination information.
-
This message is displayed when the messages in the system exceed the maximum count and the message is rejected.
-
- Action
-
-
Specify a valid destination existing in the destination file.
-
Create a destination with the specified name.
-
Increase the maximum number of messages for the CJMSP Broker.
-
-
KDAN22009-W
Could not control debug setting of a class
- Description
-
This message is displayed when the debug property is not specified in the property file.
- Action
-
Specify the debug property in the property file.
-
KDAN22010-W
Browsing of Queue aa....aa failed.
aa....aa: Queue name
- Description
-
This message is displayed when the specified destination does not exist in the destination file that contains the CJMSP destination information.
- Action
-
-
Specify a valid destination existing in the destination file.
-
Create a destination with the specified name.
-
-
KDAN22011-W
Unable to parse selector aa....aa
aa....aa: Selector string
- Description
-
This message is displayed when the specified message selector expression is invalid.
- Action
-
Specify a valid selector expression based on the SQL92 syntax.
-
KDAN22012-W
Unable to stop service aa....aa.
aa....aa: Service name
- Description
-
This message is displayed when the specified service is already stopped.
- Action
-
Contact maintenance personnel.
-
KDAN22013-W
Unable to destroy service aa....aa.
aa....aa: Service name
- Description
-
This message is displayed when the specified service does not exist.
- Action
-
Confirm that the service exists and has been stopped.
-
KDAN22014-W
Deleted file with non-numeric file name: aa....aa.
- Description
-
This message is displayed when the user attempts to delete a non-existent file.
- Action
-
Do not delete a non-existent file.
-
KDAN22015-W
Unable to read data file: aa....aa.
aa....aa: File name
- Description
-
This message is displayed when the specified file does not exist in the directory.
- Action
-
Contact maintenance personnel.
-
KDAN22018-W
A client attempted to add an invalid client ID aa....aa on connection bb....bb.
aa....aa: Client ID
bb....bb: Connection
- Description
-
This message is displayed when the specified client ID is as follows:
-
Either a CJMS reserved name, null, or null string
-
When the beginning of the client ID is the string ${u:}
-
When the beginning of the client ID is the string ${%%}
-
- Action
-
Make sure that the CJMS reserved name, null, null string, and a name beginning with ${u:} or ${%%} characters is not specified for the client ID.
-
KDAN22019-W
Admin Operation Failed:
- Description
-
-
This message is displayed when the destination name specified for purging the destination is invalid.
-
This message is displayed when an error occurs during the purging of the destination.
-
- Action
-
Specify a valid destination name existing in CJMSP.
-
KDAN22020-W
Service aa....aa[bb....bb] access denied.
aa....aa: Service name
bb....bb: Service type
- Description
-
This message is displayed when the specified access management information is invalid.
- Action
-
Specify a valid access management information.
-
KDAN22021-W
aa....aa on bb....bb destination cc....cc denied - dd....dd.
aa....aa: Operation
bb....bb: Destination type (such as queue, topic)
cc....cc: Destination name
dd....dd: Exception message
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22022-W
aa....aa bb....bb destination cc....cc denied - dd....dd.
aa....aa: Operation
bb....bb: Destination type (such as queue, topic)
cc....cc: Destination name
dd....dd: Exception message
- Description
-
This message is displayed when CJMSP is not running.
- Action
-
Start CJMSP.
-
KDAN22023-W
Unable to cleanup all data in thread pool aa....aa within the destroy time of bb....bb, data may be corrupted.
aa....aa: Thread instance
bb....bb: Timeout value
- Description
-
This message is displayed when the specified service is running and the data cannot be cleaned up because of an internal error.
- Action
-
Contact maintenance personnel.
-
KDAN22024-W
Unable to update service aa....aa
aa....aa: Service name
- Description
-
This message is displayed when the specified service does not exist.
- Action
-
Contact maintenance personnel.
-
KDAN22025-W
Administration service received a forbidden operation on a restricted connection. Operation=aa....aa.
aa....aa: Operation
- Description
-
This message is displayed when the specified user is not an administrator.
- Action
-
Only the administrator can connect to CJMSP.
-
KDAN22026-W
Removing aa....aa:state[bb....bb]. Timeout in reaching state cc....cc within dd....dd seconds.
aa....aa: Connection
bb....bb: Current state
cc....cc: Requested state
dd....dd: Standby interval (seconds)
- Description
-
This message is displayed when the connection to CJMSP is terminated.
- Action
-
Establish a new connection with CJMSP.
-
KDAN22027-W
Client protocol level aa....aa was not at the supported level of bb....bb.
Broker is closing the connection to allow the client to reconnect at a supported level.
aa....aa: Incompatible protocol level
bb....bb: Protocol level requested by the Broker
- Description
-
-
This message is displayed when the requested client protocol is not supported in CJMSP.
-
This message is displayed when the specified protocol is not running.
-
- Action
-
Start the specified protocol.
For details, contact maintenance personnel.
-
KDAN22028-W
Could not configure MetricManager because a property was set to an invalid value
- Description
-
-
This message is displayed when the metrics interval property of metrics is not set up.
-
This message is displayed when an invalid value is set up for the metrics interval property of metrics.
-
- Action
-
Set up a valid value for the metrics interval property.
-
KDAN22032-W
Data on connection aa....aa is corrupted, closing connection.
aa....aa: Connection
- Description
-
This message is displayed when the data for the specified connection is corrupted. The connection is terminated.
- Action
-
Confirm that the network connection is stable and secure.
-
KDAN22033-W
Could not register diagnostic class
- Description
-
This message is displayed when an invalid class is specified when acquiring the diagnosis information of the class.
- Action
-
Specify a class containing a complete package name in the config.properties file.
-
KDAN22034-W
Property [aa....aa] has whitespace at the end of the property [bb....bb], removing extra whitespace and re-storing.
aa....aa: Property name
bb....bb: Property value
- Description
-
Extra whitespace is specified in the properties file. This extra whitespace is removed.
- Action
-
No action is required.
-
KDAN22035-W
Got exception while loading configuration change records, aa....aa records loaded, file truncated at bb....bb.
aa....aa: Record size
bb....bb: Position
- Description
-
This message is displayed when the config record file is corrupted. The config record file manages all the configuration-related change log.
- Action
-
Restart CJMSP (a new config record file is created). However, the past data is lost.
-
KDAN22036-W
Found incomplete record at the end of the file [aa....aa], file truncated at bb....bb.
aa....aa: Record size
bb....bb: Position
- Description
-
This message is displayed when the config record file is corrupted. The config record file manages all the configuration-related change log.
- Action
-
Restart CJMSP (a new config record file is created). However, the past data is lost.
-
KDAN22037-W
Broker ran out of memory before the passed in VM maximum (-Xmx) bb....bb b, lowering max to currently allocated memory (aa....aa b ) and trying to recover
aa....aa: Memory size
bb....bb: Memory size
- Description
-
This message is displayed when the JVM memory is insufficient for starting or executing CJMSP. If an error occurs when starting CJMSP, CJMSP is stopped.
- Action
-
If this warning message appears several times, increase the JVM memory size.
-
KDAN22038-W
Broker is rejecting new producers, because it is extremely low on memory
- Description
-
This message is displayed if there is a memory shortage when CJMSP creates producers for the general users.
- Action
-
If this warning message appears several times, restart CJMSP or increase the JVM memory size.
-
KDAN22039-W
Broker is rejecting the creations of destinations, because it is extremely low on memory
- Description
-
This message is displayed if there is a memory shortage when CJMSP creates destinations.
- Action
-
If this warning message appears several times, restart CJMSP or increase the JVM memory size.
-
KDAN22040-W
Browsing of Queue aa....aa failed, destination unknown
aa....aa: Queue name
- Description
-
This message is displayed when the destination specified for browsing does not exist in CJMSP. (When dynamic destination is used for browsing).
- Action
-
Specify a destination that exists in CJMSP.
-
KDAN22041-W
Destroying destination aa....aa with bb....bb active producers. Reason: cc....cc.
aa....aa: Destination name
bb....bb: Active producers
cc....cc: String containing detailed information
- Description
-
This message is displayed when the administrator destroys an active destination with producers. The destination is destroyed.
- Action
-
When destroying a destination, confirm that the producer is terminated.
-
KDAN22042-W
Destroying destination aa....aa with bb....bb active consumers. Consumers will no longer receive messages. Reason: cc....cc.
aa....aa: Destination name
bb....bb: Active consumers
cc....cc: String containing detailed information
- Description
-
This message is displayed when the administrator destroys an active destination with consumers. The destination is destroyed.
- Action
-
When destroying a destination, confirm that the consumer is terminated.
-
KDAN22043-W
Unable to create destination aa....aa, autocreation is forbidden.
aa....aa: Destination name
- Description
-
This message is displayed when the autocreate functionality is disabled.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22045-W
Loading Destination aa....aa failed. Messages stored on that destination will not be available.
aa....aa: Destination name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22048-W
Unable to load message aa....aa from destination bb....bb because cc....cc
aa....aa: Message ID
bb....bb: Destination UID
cc....cc: Exception information
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22049-W
Unable to move message aa....aa to the Dead Message Queue.
aa....aa: Message
- Description
-
This message is displayed when the Broker is not executed.
- Action
-
Confirm that the Broker is running.
-
KDAN22050-W
Attempt to repair corrupted destination for aa....aa failed, throwing out.
aa....aa: Destination name
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22051-W
Destination aa....aa cannot be loaded, it has been recreated using default configuration values
aa....aa: Destination name
- Description
-
This message is displayed when the destination-related files are corrupted and cannot be loaded when starting CJMSP.
- Action
-
Confirm that the files in the file store are not corrupted.
-
KDAN22052-W
Destination aa....aa could not be loaded or regenerated
aa....aa: Destination string value
- Description
-
This message is displayed when the destination-related files are corrupted and the destination cannot be re-created when starting CJMSP.
- Action
-
Confirm that the files in the file store are not corrupted.
-
KDAN22053-W
Attempt to repair corrupted consumer for aa....aa failed, throwing out.
aa....aa: Consumer UID value
- Description
-
This message is displayed when the consumer-related files are corrupted and cannot be restored by the consumer.
- Action
-
Confirm that the files in the file store are not corrupted.
-
KDAN22054-W
Consumer aa....aa is corrupted and cannot be repaired, discarding.
aa....aa: Consumer UID string value
- Description
-
This message is displayed when the consumer-related files are corrupted and cannot be restored. The consumer will be excluded.
- Action
-
Confirm that the files in the file store are not corrupted.
-
KDAN22055-W
Unable to load transaction information.
- Description
-
This message is displayed when the transaction-related files are corrupted and cannot be re-created when starting CJMSP.
- Action
-
Confirm that the files in the file store are not corrupted.
-
KDAN22056-W
Transaction State Information for aa....aa corrupted, setting to PREPARED.
aa....aa: Transaction ID
- Description
-
This message is displayed when the transaction-related files are corrupted and cannot be re-created when starting CJMSP.
- Action
-
Confirm that the files in the file store are not corrupted.
-
KDAN22057-W
Transaction ID for Transaction State aa....aa is corrupted, discarding
aa....aa: Transaction ID
- Description
-
This message is displayed when the transaction-related files are corrupted and cannot be re-created when starting CJMSP.
- Action
-
Confirm that the files in the file store are not corrupted.
-
KDAN22058-W
Transaction Acknowledge Information for aa....aa corrupted, discarding
aa....aa: Transaction ID
- Description
-
This message is displayed when the transaction-related files are corrupted and cannot be re-created when starting CJMSP.
- Action
-
Confirm that the files in the file store are not corrupted.
-
KDAN22059-W
Warning clock synchronization problem detected, the system time of the client on connection aa....aa is at least bb....bb seconds faster than the system time of the broker. A message may live longer than its ttl.
aa....aa: Connection ID
bb....bb: Value of imq.clock.skew.interval
- Description
-
This message is displayed when there is a synchronization problem between the system time of the client and the system time of CJMSP.
- Action
-
Synchronize the system time of the client and CJMSP.
-
KDAN22060-W
Warning possible clock synchronization problem detected. The broker received a message more than bb....bb after it was sent from the client on connection aa....aa. Check system clocks on both systems to ensure that a message expires only after its ttl elapses.
aa....aa: Connection ID
bb....bb: Number of messages
- Description
-
This message is displayed when there is a synchronization problem between the system time of the client and the system time of CJMSP.
- Action
-
Synchronize the system time of the client and CJMSP.
-
KDAN22061-W
Warning possible clock synchronization problem detected. Messages from connection aa....aa are arriving close to their expiration times. Check system clocks on both systems to
ensure that clock skew does not affect message expiration.
aa....aa: Connection ID
- Description
-
This message is displayed when there is a synchronization problem between the system time of the client and the system time of CJMSP.
- Action
-
Synchronize the system time of the client and CJMSP.
-
KDAN22062-W
Creation of consumer aa....aa from connection bb....bb on the auto-created destination cc....cc failed.
aa....aa: Consumer ID
bb....bb: Connection object
cc....cc: Destination
- Description
-
This message is displayed when an attempt is made to auto-create a destination during the creation of a consumer since the destination does not exist in CJMSP.
- Action
-
No action is required.
-
KDAN22098-W
Destroying unresponsive connection aa....aa, connection has not responded for bb....bb seconds.
aa....aa: Connection ID
bb....bb: Time interval
- Description
-
This message is displayed when the connection does not respond for more than the ping time interval.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22104-W
Removing aa....aa messages associated with destination bb....bb.
aa....aa: Message size at the destination
bb....bb: Destination name
- Description
-
This message is displayed when an attempt is made to remove a destination containing messages. The messages and destination are destroyed.
- Action
-
Before removing a destination, make sure that the message is received.
-
KDAN22166-W
HALTING BROKER BECAUSE OF aa....aa
aa....aa: Cause of the termination of the Broker
- Description
-
This message is displayed when the instance does not exist during the deletion of the instance.
- Action
-
Confirm that the instance exists.
-
KDAN22173-W
Received acknowledgement to a message aa....aa that has been removed.
aa....aa: Session object
- Description
-
This message is displayed when an ACK message is sent to the Broker after the expiry of the message.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22175-W
possible loss of destination data.
- Description
-
This message is displayed when the data is corrupted during the loading of the backing file.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22176-W
possible loss of destination data in old store.
- Description
-
This message is displayed when the data is corrupted during the loading of the backing file.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22177-W
possible data loss for aa....aa.
aa....aa: Destination UID
- Description
-
This message is displayed when the data is corrupted during the loading of the backing file.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22178-W
possible loss of consumer data.
- Description
-
This message is displayed when the data is corrupted during the loading of the backing file.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22179-W
possible loss of consumer data in old store.
- Description
-
This message is displayed when the data is corrupted during the loading of the backing file.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22180-W
Internal Error: Problem cleaning consumer aa....aa.
aa....aa: Consumer object
- Description
-
This message is displayed when an internal error occurs.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22181-W
Internal Error: Problem purging consumer aa....aa.
aa....aa: Consumer object
- Description
-
This message is displayed when an internal error occurs.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22182-W
Update consumer aa....aa state failed for message bb....bb:cc....cc.
aa....aa: Consumer UID
bb....bb: System message ID
cc....cc: Exception message
- Description
-
-
This message is displayed when the message does not exist in the store.
-
This message is displayed when the consumer is not linked to the message.
-
- Action
-
Confirm that the message exists in the store.
-
KDAN22185-W
Unknown type for verbose aa....aa
aa....aa: Class of the object
- Description
-
This message is displayed when an internal error occurs.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22186-W
Unknown type for preserve undelivered aa....aa.
aa....aa: Class of the object
- Description
-
This message is displayed when an internal error occurs.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22187-W
Unable to update destination aa....aa.
aa....aa: Destination name
- Description
-
This message is displayed when an internal error occurs.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22188-W
Admin: Could not extract properties from pkt.
- Description
-
This message is displayed when an internal error occurs.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22189-W
Message received on administration destination aa....aa has no bb....bb property ignoring it
aa....aa: JMQ message type
bb....bb: JMQ message type
- Description
-
This message is displayed when an internal error occurs.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22190-W
Cannot determine type of ReplyTo destination. There is a topic and queue with the name: aa....aa
aa....aa: Destination name for ReplyTo
- Description
-
This message is displayed when the ReplyTo destination does not exist.
- Action
-
Confirm that the ReplyTo destination exists.
-
KDAN22191-W
Caught exception while determining ReplyTo destination type.
- Description
-
This message is displayed when an internal error occurs.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22192-W
sending back broker data.
- Description
-
This message is displayed when an internal error occurs.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22194-W
Internal Error: received HELLO on already authenticated connection aa....aa bb....bb.
aa....aa: Remote connection
bb....bb: ConnectionUID
- Description
-
This message is displayed when an internal error occurs.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22195-W
Internal Error: received HELLO on already started connection aa....aa bb....bb.
aa....aa: Remote connection
bb....bb: ConnectionUID
- Description
-
This message is displayed when an internal error occurs.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22196-W
Internal Error: Received session on non-clustered broker.
- Description
-
This message is displayed when an internal error occurs.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22197-W
Internal error: received goodbye on unauthenticated connection aa....aa bb....bb.
aa....aa: Connection UID
bb....bb: Remote connection
- Description
-
This message is displayed when an internal error occurs.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22202-W
possible loss of persisted properties.
- Description
-
VRFile might be corrupted.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22203-W
possible loss of persisted properties in old store.
- Description
-
This message is displayed when the data is corrupted during the loading of the backing file.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22216-W
Timeout in waiting for runnable threads release in aa....aa.
aa....aa: IMQIPConnection
- Description
-
This message is displayed when the value of the specified timeout interval is a negative value.
- Action
-
Make sure that the timeout interval value is a positive value.
-
KDAN22217-W
Property aa....aa is defaulted to : bb....bb. Since the value ''cc....cc'' is invalid.
aa....aa: Property name
bb....bb: Default value
cc....cc: Specified value
- Description
-
This message is displayed when the default value is used since the specified property value is invalid.
- Action
-
Confirm that the property value is valid.
If an invalid property value is specified, specify a valid property value.
-
KDAN22219-W
aa....aa: found a corrupted message at vrecord(bb....bb), a message might be lost.
aa....aa: Destination name
bb....bb: VRecordRAF
- Description
-
Vrecord might be corrupted.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22220-W
Could not update buffers: aa....aa.
aa....aa: Exception
- Description
-
This message is displayed when an internal error occurs.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN22231-W
Invalid value for property aa....aa: bb....bb.
aa....aa: Count property name
bb....bb: Count string
- Description
-
This message is displayed when the specified property value is invalid.
- Action
-
Confirm that the property value is valid.
If an invalid property value is specified, specify a valid property value.
-
KDAN22233-W
Unknown properties aa....aa is configured in bb....bb
aa....aa: Property key
bb....bb: Value set by the -D option in config.properties or commomconfig.properties or admin.properties or properties
- Description
-
This message is displayed when a private or invalid property name is described in the property file.
- Action
-
The Broker and command can be executed normally, but when this message is not required, delete the aa....aa property from the bb....bb file.
-
KDAN23501-W
Invalid number format: Property: aa....aa, Value=bb....bb.
aa....aa: Property name with an invalid value
bb....bb: Invalid value
- Description
-
This message is displayed when an invalid value is specified instead of an integer in the config.properties file.
- Action
-
Specify a valid integer value in the config.properties file.
-
KDAN23504-W
An error occurred configuring the logging system: aa....aa.
aa....aa: Detailed information for the errors occurring during the configuration of the logging system
- Description
-
-
This message is displayed when an invalid logger configuration is included in the properties file. This warning is issued by one of the following warning IDs:
KDAN22056-W, KDAN22057-W, or KDAN22058-W
-
This message is displayed when an IO error occurs during the configuration of the file log.
-
This message is displayed when an invalid log level is specified in the properties file.
-
- Action
-
-
Specify the appropriate configuration information in the properties file. Check the action related to the following IDs:
KDAN22195-W, KDAN22196-W, and KDAN22197-W
-
Confirm that the log file has the appropriate access permissions.
-
Specify a valid log level.
-
-
KDAN23505-W
Log output channel aa....aa is disabled: bb....bb.
aa....aa: Log handler configuration
bb....bb: UnsatisfiedLinkError message
- Description
-
This message is displayed when the output channel of the log handler is disabled.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN23506-W
Unable to set UncaughtExceptionHandler for aa....aa.
aa....aa: Class name
- Description
-
The thread is suddenly terminated by an uncaught exception and the uncaught exception handler is invoked. However, the current thread cannot make changes for the suddenly terminated thread. This warning is issued when UncaughtExceptionHandler is set up for the object.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN23507-W
Unable to schedule UncaughtExceptionHandler TimerTask: aa....aa.
aa....aa: Exception message
- Description
-
When the UncaughtExceptionHandler TimerTask task was scheduled so that the task could be executed at a specific time, this message is displayed in the following cases:
-
The task has already been scheduled
-
The task has already been cancelled
-
The timer was cancelled
-
The timer thread was terminated
-
- Action
-
-
Make sure that the specified task has not been scheduled already.
-
Make sure that the specified task has not been cancelled.
-
Make sure that the timer has not been cancelled.
-
-
KDAN24001-I
"Usage: cjmsbroker
[-force]
[-h | -help]
[-name <name>]
[-remove instance]
[-reset <data>]
[-vmargs <vmarguments>]
[-varhome <location>]
-force Perform action without user confirmation.
-h displays usage information.
-name Set the instance name of this Broker to <name> and use the
corresponding property configuration.
-remove instance
Cause the broker instance to be removed.
Delete the persistent store and 'etc' directory.
The configuration and log files are not removed.
-reset Reset or clear dynamically created broker data.
Currently the following arguments are supported by the
reset option.
'store' - causes the broker to clear all persistent
data including all messages and related data
as well as durable subscribers and transaction
information.
'messages' - causes the broker to clear all persistent
messages.
'durables' - causes the broker to clear all durable
subscribers.
-vmargs Pass <vmarguments> to the Java VM. If <vmarguments> contains
spaces or more than one argument, it should be enclosed in double quotes.
-varhome Specify an alternate var home to use."
- Description
-
This message shows the usage of cjmsbroker help.
-
KDAN24009-I
Broker exiting.
- Description
-
This message is displayed when the Broker is shutting down.
-
KDAN24011-I
unlimited
- Description
-
This message is displayed when an infinite value is set up in the property.
-
KDAN24024-Q
All data for the broker instance ""aa....aa"" will be removed.
Do you wish to proceed? [y/ n]
aa....aa: Config name
- Description
-
This message is displayed when an attempt is made to remove a Broker instance.
-
KDAN24044-I
aa....aa [bb....bb]
aa....aa: Destination name
bb....bb: Destination type
- Description
-
This message displays the destination name and type when destroying a destination.
-
KDAN24051-I
Message Placed on the Dead Message Queue because aa....aa
aa....aa: Reason for entering a message in the dead message queue
- Description
-
This message is displayed when a message has expired.
-
KDAN24052-I
Message on destination aa....aa Expired: expiration time bb....bb, arrival time cc....cc, JMSTimestamp dd....dd
aa....aa: Destination name
bb....bb: Expiration time
cc....cc: Arrival time
dd....dd: JMSTimestamp
- Description
-
This message is displayed when a message has expired.
-
KDAN24053-I
Limit exceeded on Destination aa....aa: message limit (maxNumMsgs)=bb....bb; bytes limit (maxTotalMsgBytes)=cc....cc.
aa....aa: Destination name
bb....bb: Maximum number of messages
cc....cc: Maximum number of bytes for total messages
- Description
-
This message is displayed when the specified maximum number of messages is reached.
The message is displayed when the specified maximum number of bytes for total messages is reached.
-
KDAN24054-I
Message on destination aa....aa was Undeliverable.
aa....aa: Destination name
- Description
-
This message is displayed when a message is entered in the dead message queue.
-
KDAN24055-I
Error was received processing the message on destination aa....aa.
aa....aa: Destination name
- Description
-
This message is displayed when a message is entered in the dead message queue.
-
KDAN24058-I
Client closed the connection.
- Description
-
This message is displayed when the client closes the connection.
-
KDAN24059-I
Service shutting down
- Description
-
This message is displayed when a service terminates.
-
KDAN24060-I
Client exited without closing connections.
- Description
-
This message is displayed when a client is terminated without closing the connections.
-
KDAN24061-I
Admin requested close
- Description
-
This message is displayed when the client closes the connection.
-
KDAN24062-I
Initialization Failure
- Description
-
This message is displayed when the client closes the connection.
-
KDAN24063-I
Authorization Failure
- Description
-
This message is displayed when the client closes the connection.
-
KDAN24064-I
Message on destination aa....aa expired before arrival: expiration time bb....bb, arrival time cc....cc, JMSTimestamp dd....dd.
aa....aa: Destination name
bb....bb: Expiration time
cc....cc: Arrival time
dd....dd: JMSTimestamp
- Description
-
This message is displayed when a message has expired.
-
KDAN24065-I
at Admin Request
- Description
-
This message is displayed when destination is deleted.
-
KDAN24066-I
at Request of Connection aa....aa
aa....aa: Connection
- Description
-
This message is displayed when destination is deleted.
-
KDAN24067-I
at Close of Connection aa....aa
aa....aa: Connection
- Description
-
This message is displayed when a temporary destination is cleaned up.
-
KDAN24068-I
Autocreated destination reaped
- Description
-
This message is displayed when the specified reap time is exceeded.
-
KDAN24069-I
Reconnect interval expired for destination
- Description
-
This message is displayed when a temporary destination is deleted.
-
KDAN24070-I
at request of remote administrator
- Description
-
This message is displayed when the destination is deleted by the administrator of the remote Broker.
-
KDAN24075-I
Admin requested shutdown by aa....aa.
aa....aa: Shutdown requester
- Description
-
This message is displayed when a Broker is shutting down.
-
KDAN24081-I
Portmapper exiting.
- Description
-
This message is displayed when portmapper is terminating.
-
KDAN24082-I
Accepted connection from aa....aa. Connection count=bb....bb.
aa....aa: Connection information
bb....bb: Connections
- Description
-
This message is displayed when a new connection is created.
-
KDAN24083-I
Using aa....aa as the location for CJMSP_HOME.
aa....aa: Connection information
- Description
-
This message is displayed when a Broker is configured at the specified CJMSP_HOME location.
-
KDAN24086-I
Starting the aa....aa service using bb....bb with min threads cc....cc and max threads of dd....dd.
aa....aa: Service name
bb....bb: Service protocol (example: tcp, http)
cc....cc: Numeric value
dd....dd: Numeric value
- Description
-
This message is displayed when a service is starting.
-
KDAN24087-I
Pausing Service aa....aa with protocol bb....bb.
aa....aa: Service name
bb....bb: Service protocol (example: tcp, http)
- Description
-
This message is displayed when a service is paused.
-
KDAN24088-I
Resuming Service aa....aa with protocol bb....bb.
aa....aa: Service name
bb....bb: Service protocol (example: tcp, http)
- Description
-
This message is displayed when a service is restarting.
-
KDAN24089-I
Stopping Service aa....aa with protocol bb....bb.
aa....aa: Service name
bb....bb: Service protocol (example: tcp, http)
- Description
-
This message is displayed when a service is stopping.
-
KDAN24090-I
Removing Connection aa....aa, connection count = bb....bb.
aa....aa: Connection ID
bb....bb: Service protocol (example: tcp, http)
- Description
-
This message is displayed when a connection is removed.
-
KDAN24096-I
Auto Creation of Topics is disabled.
- Description
-
This message is displayed when the auto-creation of topics is disabled.
-
KDAN24116-I
Destination aa....aa is being purged using a criteria of bb....bb.
aa....aa: Numeric value
bb....bb: Conditions used for purging a message from a destination
- Description
-
This message is displayed when a destination is purged using the specified conditions.
-
KDAN24117-I
Delete all messages in the destination.
- Description
-
This message is displayed when a destination is purged using the specified conditions.
-
KDAN24121-I
Broker "aa....aa" ready.
aa....aa: Broker name and host name and port number
- Description
-
This message is displayed when the Broker has started.
-
KDAN24129-I
Shutting down broker...
- Description
-
This message is displayed when the Broker is shutting down.
-
KDAN24130-I
Shutdown of broker complete.
- Description
-
This message is displayed when the Broker is shutting down.
-
KDAN24131-I
Shutdown hook added.
- Description
-
This message is displayed when exiting from a virtual machine.
-
KDAN24132-I
Shutdown hook NOT added. Running JDK1.2?
- Description
-
This message is displayed when the Broker is executed for JDK1.2.
-
KDAN24135-I
Shutting down Service aa....aa with protocol bb....bb.
aa....aa: Shut down database url
bb....bb: Protocol
- Description
-
This message is displayed when the Broker is shutting down.
-
KDAN24141-I
Resetting persistent store...
- Description
-
This message is displayed when a persistence store is reset.
-
KDAN24142-I
Loading persistent data...
- Description
-
This message is displayed when a persistence store is loaded.
-
KDAN24147-I
Accepting: aa....aa->bb....bb. Count: service=cc....cc broker=dd....dd.
aa....aa: Connection type and host name
bb....bb: Information about the service to be connected
cc....cc: Services
dd....dd: Connection count of the Broker
- Description
-
This message is displayed when establishing a connection.
-
KDAN24148-I
Closing: aa....aa->bb....bb because "cc....cc". Count: service=dd....dd broker=ee....ee
aa....aa: Connection information
bb....bb: Information about the service to be connected
cc....cc: Reason
dd....dd: Services
ee....ee: Connection count
- Description
-
This message is displayed when closing a connection.
-
KDAN24159-I
Broadcast good-bye to all connections ...
- Description
-
This message is displayed when the Broker is shutting down.
-
KDAN24160-I
Flushing good-bye messages ...
- Description
-
This message is displayed when the Broker is shutting down.
-
KDAN24161-I
Found aa....aa transactions. bb....bb will be rolled back.
aa....aa: Transactions
bb....bb: Transaction number
- Description
-
This message is displayed when the Broker is starting.
-
KDAN24162-I
Of aa....aa transactions, bb....bb are in PREPARED state, cc....cc are in COMMITTED state.
aa....aa: Transactions
bb....bb: Transaction number
cc....cc: Transaction in a committed state
- Description
-
This message is displayed when the transaction-related information is written to a file when the Broker starts.
-
KDAN24165-I
Resetting all messages...
- Description
-
This message is displayed when all the persistence messages are cleared from the Broker.
-
KDAN24166-I
Resetting all durable subscribers...
- Description
-
This message is displayed when all the persistence subscribers are cleared from the Broker.
-
KDAN24167-I
Loading other persistent data...
- Description
-
This message is displayed when the Broker loads the persistence data related to the persistence messages, persistence subscribers, and transaction information.
-
KDAN24171-I
In low memory condition, Broker is attempting to free up resources.
- Description
-
This message is displayed when the persistence messages are cleaned up in low memory conditions.
-
KDAN24177-I
Removing persistent store...
- Description
-
This message is displayed when the Broker clears all the persistence data related to messages, persistence subscribers, and transaction information.
-
KDAN24178-I
Removing all instance data...
- Description
-
This message is displayed when the Broker instance is removed.
-
KDAN24179-I
Instance data not removed.
- Description
-
This message is displayed when the Broker instance is not removed.
-
KDAN24204-I
Reconnecting client aa....aa.
aa....aa: Connection ID
- Description
-
This message is displayed when reconnecting to an old connection.
-
KDAN24205-I
Compacting aa....aa
aa....aa: Destination
- Description
-
This message is displayed when the destination is compressed.
-
KDAN24206-I
Pausing Service aa....aa
aa....aa: Service
- Description
-
This message is displayed when a service is paused.
-
KDAN24207-I
Pausing Destination aa....aa.
aa....aa: Destination
- Description
-
This message is displayed when a destination is paused.
-
KDAN24210-I
Resuming Service aa....aa.
aa....aa: Destination
- Description
-
This message is displayed when a service is restarted.
-
KDAN24211-I
Resuming Destination aa....aa.
aa....aa: Destination
- Description
-
This message is displayed when a destination is restarted.
-
KDAN24213-I
Removed all Durable Consumers associated with Destination aa....aa. Reason: bb....bb.
aa....aa: Destination
bb....bb: Reason for removing the durable consumers associated with the destination
- Description
-
This message is displayed when an internal error occurs.
-
KDAN24216-I
In-conflict clientID aa....aa is owned by local connection bb....bb.
aa....aa: Client ID
bb....bb: Connection ID
- Description
-
This message is displayed when a client ID is created and required by a local connection.
-
KDAN24222-I
Expired aa....aa messages from destination bb....bb
aa....aa: Messages
bb....bb: Destination name
- Description
-
This message is displayed when a message has expired.
-
KDAN24223-I
Using built-in file-based persistent store: aa....aa
aa....aa: Root directory of the persistence store
- Description
-
This message displays a file-based persistence store when starting the Broker.
-
KDAN24225-I
No valid license files found. The default license (platform edition) will be used. To use the platform edition in the absence of valid license start the broker with pe option along with the license subcommand while starting the broker.
- Description
-
This message is displayed when the dead message queue is generated while starting the Broker.
-
KDAN24226-I
Creating Dead Message Queue
- Description
-
This message is displayed when the dead message queue is created.
-
KDAN24227-I
Message aa....aa has been removed from the Dead Message Queue (original destination was bb....bb).
aa....aa: Message ID
bb....bb: Destination name
- Description
-
This message is displayed when an internal Broker error occurred.
-
KDAN24228-I
Message aa....aa has been removed from destination bb....bb because cc....cc
aa....aa: Message ID
bb....bb: Destination name
cc....cc: Reason for removing the messages from the destination
- Description
-
This message is displayed when the message has expired.
-
KDAN24229-I
Message aa....aa from destination bb....bb has been placed on the DMQ because cc....cc
aa....aa: Message ID
bb....bb: Destination name
cc....cc: Reason for inserting the message in the DMQ
- Description
-
This message is displayed when the message has expired.
-
KDAN24233-I
Loading destination aa....aa with bb....bb messages
aa....aa: Destination name
bb....bb: Message ID
- Description
-
This message is displayed when a destination is loaded.
-
KDAN24234-I
Loading of destination aa....aa complete.
aa....aa: Destination name
- Description
-
This message is displayed when the loading of the destination is complete.
-
KDAN24235-I
Loading of destination aa....aa in process, bb....bb of cc....cc messages loaded, dd....dd% complete.
aa....aa: Destination name
bb....bb: Currently loaded messages
cc....cc: Total messages to be loaded
dd....dd: Total messages loaded (%)
- Description
-
This message is displayed when a destination is loaded.
-
KDAN24240-I
Administrator has created destination aa....aa.
aa....aa: Destination name
- Description
-
This message is displayed when the destination type is Admin.
-
KDAN24241-I
Destination aa....aa has been destroyed.
aa....aa: Destination name
- Description
-
This message is displayed when the specified destination is destroyed.
-
KDAN24242-I
Connection aa....aa has created destination bb....bb.
aa....aa: Connection ID
bb....bb: Destination name
- Description
-
This message is displayed when a temporary destination is created.
-
KDAN24243-I
Initialization of instance has completed, exiting
- Description
-
This message is displayed when the initialization flag is True.
-
KDAN24277-I
Unable to load monitor for destination aa....aa
aa....aa: Destination name
- Description
-
This message is displayed when the destination watch functionality is not supported.
-
KDAN24278-I
Processing bb....bb messages on destination aa....aa.
aa....aa: Destination name
bb....bb: Messages
- Description
-
This message is displayed when a takeover message is loaded.
-
KDAN24281-I
Shutdown Requested by aa....aa
aa....aa: User
- Description
-
This message is displayed when the Broker is shutting down.
-
KDAN24282-I
Shutting down the broker in aa....aa seconds (bb....bb milliseconds)
aa....aa: Remaining time (seconds)
bb....bb: Remaining time (milliseconds)
- Description
-
This message is displayed when the Broker is shutting down.
-
KDAN24283-I
Waiting to complete shutdown, broker will shutdown at aa....aa.
aa....aa: Remaining time (seconds)
- Description
-
This message is displayed when the Broker is shutting down.
-
KDAN24334-I
Pausing all services
- Description
-
This message is displayed when a Broker is paused.
-
KDAN24335-I
Resuming all services
- Description
-
This message is displayed when a Broker is restarted.
-
KDAN24342-I
Transaction acknowledgement could not be processed because consumer aa....aa not exist.
aa....aa: Consumer uid
- Description
-
This message is displayed when the consumer does not exist in the store.
-
KDAN24354-I
Found transaction ID aa....aa [transaction log record type bb....bb].
aa....aa: Transaction ID
bb....bb: Log record type
- Description
-
This message is displayed if the transaction ID exists during the initialization of the transaction class.
-
KDAN24355-I
Committing transaction ID aa....aa.
aa....aa: Transaction ID
- Description
-
This message is displayed when a transaction needs to be committed.
-
KDAN24356-I
Load aa....aa records from message transaction log file
aa....aa: Records
- Description
-
This message is displayed when the records from the message transaction log file are loaded.
-
KDAN24357-I
Load aa....aa records from acknowledgement transaction log file
aa....aa: Records
- Description
-
This message is displayed when the records from the administration transaction log file are loaded.
-
KDAN24358-I
Replace existing message aa....aa.
aa....aa: Message ID
- Description
-
This message is displayed when the message already exists in the store.
-
KDAN24359-I
Reconstruct message aa....aa
aa....aa: Message ID
- Description
-
This message is displayed when the message does not exist in the store.
-
KDAN24360-I
Update state of consumer aa....aa for message bb....bb.
aa....aa: Consumer state
bb....bb: Message ID
- Description
-
This message is displayed when the consumer state is updated for the relevant message.
-
KDAN24361-I
Disregard state of consumer aa....aa for already purged message bb....bb.
aa....aa: Consumer state
bb....bb: Message ID
- Description
-
This message is displayed when the message does not exist in the store.
-
KDAN24362-I
Reconstructing persistence store from transaction log files done.
- Description
-
This message is displayed when the transaction log is reset after updating the store.
-
KDAN24367-I
Committed transaction reaper thread has started (limit aa....aa, interval bb....bbsec).
aa....aa: Transaction reap limit
bb....bb: Repeat interval
- Description
-
This message is displayed when the applications running on the J2EE server use transactions.
-
KDAN24368-I
Committed transaction reaper thread is exiting.
- Description
-
This message is displayed when the applications running on the J2EE server use transactions.
-
KDAN24372-I
Transaction acknowledgement could not be processed because message aa....aa reference is gone .
aa....aa: Message ID
- Description
-
This message is displayed when there is no packet reference during transaction acknowledgement.
-
KDAN24381-I
Embedded Broker
- Description
-
This message is displayed when the inprocess flag is True.
-
KDAN24384-I
Unable to load destination aa....aa because of not found in store: bb....bb.
aa....aa: Destination name
bb....bb: Store
- Description
-
This message is displayed when the specified destination does not exist during the loading of the destination.
-
KDAN24385-I
Unable to remove all messages in destination aa....aa because the destination is not found in store: bb....bb.
aa....aa: Destination name
bb....bb: Store
- Description
-
This message is displayed when the specified destination does not exist during the remove of the messages.
-
KDAN24386-I
Unable to remove destination aa....aa from store because of not found in store: bb....bb.
aa....aa: Destination name
bb....bb: Store
- Description
-
This message is displayed when the specified destination does not exist during the remove of the destination.
-
KDAN24394-I
PortMapper: accepted client connection ( aa....aa ) that is no longer connected. Ignoring.
aa....aa: Socket
- Description
-
This message is displayed when the connection is closed.
-
KDAN24396-I
Throwing out packet, could not find old consumer ID for new ID aa....aa.
aa....aa: New consumer ID
- Description
-
This message is displayed when the consumer does not exist in the store.
-
KDAN24398-I
Sessions (size) : aa....aa
aa....aa: Number
- Description
-
This message displays the session information when dumping the connection information.
-
KDAN24399-I
Sessions (list) : aa....aa
aa....aa: Session list
- Description
-
This message displays the session information when dumping the connection information.
-
KDAN24400-I
Busy (size) : aa....aa
aa....aa: Busy session size
- Description
-
This message displays the session information when dumping the connection information.
-
KDAN24401-I
Busy (list) : aa....aa
aa....aa: Busy session
- Description
-
This message displays the session information when dumping the connection information.
-
KDAN24402-I
Cleanup connection aa....aa: cleaning up transaction bb....bb cc....cc.
aa....aa: Connection uid
bb....bb: Transaction uid
cc....cc: Transaction state
- Description
-
This message is displayed when the transaction is cleaned up using a connection.
-
KDAN24403-I
Unable to destroy temp destination aa....aa.
aa....aa: Destination uid
- Description
-
This message is displayed when the temporary destination of a connection is destroyed.
-
KDAN24404-I
Could not retrieve local address.
- Description
-
This message is displayed when the host IP address is not found.
-
KDAN24409-I
Waiting for runnable threads release in aa....aa.
aa....aa: IMQIP connection object
- Description
-
This message is displayed when the system is in standby state for releasing connections.
-
KDAN24411-I
Connection Information [aa....aa]bb....bb.
aa....aa: IMQIP connection object
bb....bb: String
- Description
-
This message is displayed when the connection information is dumped.
-
KDAN24417-I
Session: Pausing aa....aa[bb....bb]cc....cc.
aa....aa: Session object
bb....bb: Number
cc....cc: String
- Description
-
This message is displayed when the destination corresponding to the session is paused.
-
KDAN24418-I
Session: Resuming aa....aa[bb....bb]cc....cc
aa....aa: Session object
bb....bb: Number
cc....cc: String
- Description
-
This message is displayed when the destination corresponding to the session is restarted.
-
KDAN24421-I
Dumping active sessions
- Description
-
This message is displayed when the active sessions are dumped.
-
KDAN24423-I
Loading stored durable aa....aa:bb....bb.
aa....aa: Client ID
bb....bb: Durable subscriber name
- Description
-
This message is displayed when the durable subscriber from the store is loaded.
-
KDAN24426-I
Received unknown message for transaction aa....aa on session bb....bb ack info is cc....cc,dd....dd:
aa....aa: Transaction uid
bb....bb: Session uid
cc....cc: Consumer uid
dd....dd: sysMessageID
- Description
-
This message is displayed when acknowledgements that are not pending are received for the delivered messages.
-
KDAN24427-I
Broker does not know about the message
- Description
-
This message is displayed when the message does not exist in the store.
-
KDAN24428-I
Broker knows about the message, not associated with the session.
- Description
-
This message is displayed when the message exists in the store and that message corresponds to the current session.
-
KDAN24432-I
Syncing message store: aa....aa
aa....aa: Boolean value
- Description
-
This message is displayed when the message store is synchronized.
-
KDAN24433-I
Producer flow control is turned off
- Description
-
This message is displayed when the value of the imq.noProducerFlow property is True.
-
KDAN24438-I
Ref null for aa....aa
aa....aa: sysMessageID
- Description
-
This message is displayed when the reference packet is null.
-
KDAN24445-I
Loaded Message aa....aa into destination bb....bb
aa....aa: Packet
bb....bb: Destination object
- Description
-
This message is displayed when the message is loaded into the destination.
-
KDAN24446-I
Message aa....aa[bb....bb] has been acked, destory..
aa....aa: sysMessageID
bb....bb: Destination object
- Description
-
This message is displayed when the message is acknowledged.
-
KDAN24447-I
Message aa....aa [TUID=bb....bb, cc....cc] no interest, destroy...
aa....aa: sysMessageID
bb....bb: Transaction uid
cc....cc: Destination object
- Description
-
This message is displayed when the consumer does not exist in the store.
-
KDAN24448-I
Message aa....aa [TUID=bb....bb, cc....cc] to be rolled back, destroy...
aa....aa: sysMessageID
bb....bb: Transaction uid
cc....cc: Destination object
- Description
-
This message is displayed when a destroyed message is rolled back.
-
KDAN24449-I
Redeliver message aa....aa [TUID=bb....bb, cc....cc] to consumer dd....dd.
aa....aa: sysMessageID
bb....bb: Transaction uid
cc....cc: Destination object
dd....dd: Consumer uid
- Description
-
This message is displayed when the message is redelivered to the consumer.
-
KDAN24450-I
Dumping order
- Description
-
This message is displayed when the saved setup information is dumped.
-
KDAN24454-I
Deleting message ID: aa....aa.
aa....aa: Message ID
- Description
-
This message is displayed when the message is deleted.
-
KDAN24457-I
Internal Error: unable to retrieve properties from redeliver message aa....aa.
aa....aa: sysMessageID
- Description
-
This message is displayed when an internal Broker error occurred.
-
KDAN24459-I
Unable to find producer aa....aa checking if producer was removed recently bb....bb.
aa....aa: Producer uid
bb....bb: String
- Description
-
This message is displayed when an internal Broker error occurred.
-
KDAN24464-I
Unknown consumer aa....aa.
aa....aa: Consumer uid
bb....bb: Packet reference
- Description
-
This message is displayed when the consumer does not exist in the store.
-
KDAN24470-I
Consumer with ID of aa....aa is unavailable on session bb....bb [conuid,sess conuid] =[cc....cc,dd....dd] consumer session is : ee....ee.
aa....aa: Consumer uid
bb....bb: Session
cc....cc: Connection uid
dd....dd: Connection uid
ee....ee: Session uid
- Description
-
This message is displayed when the consumer does not exist in the store.
-
KDAN24472-I
Setting Fault aa....aa [ selector= bb....bb ]
aa....aa: Fault information
bb....bb: Selector expression
- Description
-
This message is displayed when the selector format is invalid.
-
KDAN24473-I
Removing Fault aa....aa
aa....aa: Fault information
- Description
-
This message is displayed when the fault is removed from the fault injection.
-
KDAN24474-I
Turning on Fault Injection
- Description
-
This message is displayed when the fault injection is turned on.
-
KDAN24475-I
Turning off Fault Injection
- Description
-
This message is displayed when the fault injection is turned off.
-
KDAN24480-I
AFTER SLEEP aa....aa(seconds) BECAUSE OF FAULT bb....bb
aa....aa: 60
bb....bb: String
- Description
-
This message is displayed when a fault occurs during the invocation of the sleep method of the thread.
-
KDAN24491-I
Unknown ProducerUID aa....aa.
aa....aa: Producer uid
- Description
-
This message is displayed when an internal Broker error occurred.
-
KDAN24492-I
Producer aa....aa not on this connection bb....bb
aa....aa: Producer uid
bb....bb: Connection uid
- Description
-
This message is displayed when an internal Broker error occurred.
-
KDAN24496-I
Timer shutting down
- Description
-
This message is displayed when the timer is shut down.
-
KDAN24497-I
calculateState:didnt meet delta requirement
- Description
-
This message is displayed when an internal Broker error occurred.
-
KDAN24498-I
Connection count aa....aa
aa....aa: Number
- Description
-
This message is displayed when the connection count of the service is output.
-
KDAN24499-I
Connection aa....aa
aa....aa: Connection ID
- Description
-
This message is displayed when the connection name of the service is output.
-
KDAN24501-I
Starting...
- Description
-
This message is displayed when the Broker is started.
-
KDAN24502-I
XXX - target of null not implemented for aa....aa
aa....aa: Argument
- Description
-
This message is displayed when svc is not specified as the argument in the target.
-
KDAN24506-I
Getting destination metrics on aa....aa
aa....aa: Destination
- Description
-
This message is displayed when the metrics are acquired in the specified destination.
-
KDAN24508-I
aa....aa Consumer: bb....bb [paused, active,flowPaused, parentBusy, hasMessages, parentSize ] = [cc....cc,dd....dd,ee....ee,ff....ff,gg....gg,hh....hh].
aa....aa: Prefix
bb....bb: Consumer uid
cc....cc: Pause flag
dd....dd: Active flag
ee....ee: Flow pause flag
ff....ff: Parent list
gg....gg: Message
hh....hh: Parent list size
- Description
-
This message displays the consumer information when dumping the session information.
-
KDAN24509-I
aa....aaBusy state [bb....bb] is cc....cc
aa....aa: Prefix
bb....bb: Consumer uid
cc....cc: Busy state
- Description
-
This message displays the consumer state when dumping the session information.
-
KDAN24510-I
msgs is null
- Description
-
This message is displayed when the message is null during the dumping of details.
-
KDAN24511-I
parentList is null
- Description
-
This message is displayed when the consumer does not exist during the dumping of consumer details.
-
KDAN24512-I
GC'ing the system
- Description
-
This message is displayed when the specified command argument is gc.
-
KDAN24513-I
Dumping threads: aa....aa
aa....aa: Stack trace
- Description
-
This message is displayed when the specified command argument is threads.
-
KDAN24514-I
Resuming aa....aa
aa....aa: Producer
- Description
-
This message is displayed when the specified command is resume and the command argument is prd.
-
KDAN24515-I
Resuming all destinations
- Description
-
This message is displayed when all the destinations are restarted.
-
KDAN24516-I
Unable to tag some file free
- Description
-
This message is displayed when the user does not have the permissions for the file during the deletion of the data from the vr file.
-
KDAN24517-I
number of opened files: aa....aa
aa....aa: File count
- Description
-
This message is displayed when the file information is output.
-
KDAN24518-I
number of available opened files: aa....aa
aa....aa: Free files in the pool
- Description
-
This message is displayed when the file information is output.
-
KDAN24519-I
number of transaction ids: aa....aa
aa....aa: Transaction ID
- Description
-
This message is displayed when the transaction ID information is output.
-
KDAN24520-I
Transaction acknowledgements
- Description
-
This message is displayed when the transaction acknowledgement information is output.
-
KDAN24521-I
Number of transactions containing acknowledgements: aa....aa.
aa....aa: Transaction ID
- Description
-
This message is displayed when the number of transaction acknowledgements is output.
-
KDAN24523-I
SysMessageID: Could not clone: aa....aa.
aa....aa: Exception
- Description
-
This message is displayed when the SysMessageID object is cloned.
-
KDAN24524-I
ReadOnlyPacket: Could not clone: aa....aa.
aa....aa: Exception
- Description
-
This message is displayed when the ReadOnlyPacket object is cloned.
-
KDAN24525-I
Message Body: aa....aa bytes
aa....aa: Body size
- Description
-
This message is displayed when the packet body is dumped.
-
KDAN24532-I
... ... ... Dumping MapEntry aa....aa
aa....aa: Hash code
- Description
-
This message is displayed when the map memory is dumped.
-
KDAN24533-I
... ... ... .... thread info aa....aa
aa....aa: Thread
- Description
-
This message is displayed when the thread information is dumped.
-
KDAN24535-I
Invalid growth_factor value. Using default value of 50%.
- Description
-
This message is displayed when an invalid value is specified in the imq.persist.file.message.vrfile.growth_factor property.
-
KDAN24536-I
Invalid threshold value. Using default value of 0.
- Description
-
This message is displayed when an invalid value is specified in the imq.persist.file.message.vrfile.threshold property.
-
KDAN24537-I
Invalid threshold_factor value. Using default value of 0%.
- Description
-
This message is displayed when an invalid value is specified in the imq.persist.file.message.vrfile.threshold_factor property.
-
KDAN24538-I
bufs[aa....aa]=bb....bb
aa....aa: Prefix
bb....bb: Byte buffer
- Description
-
This message is displayed when the buffer information is dumped.
-
KDAN24539-I
Dumping state of aa....aa
aa....aa: Thread
- Description
-
This message is displayed when the general connection information and metrics are dumped.
-
KDAN24540-I
sessions = aa....aa
aa....aa: Sessions
- Description
-
This message is displayed when the general connection information and metrics are dumped.
-
KDAN24541-I
busySessions = aa....aa
aa....aa: Busy sessions
- Description
-
This message is displayed when the general connection information and metrics are dumped.
-
KDAN24542-I
runningMsgs = aa....aa
aa....aa: Running messages
- Description
-
This message is displayed when the general connection information and metrics are dumped.
-
KDAN24543-I
paused = aa....aa
aa....aa: Pause type
- Description
-
This message is displayed when the general connection information and metrics are dumped.
-
KDAN24544-I
waitingForResumeFlow = aa....aa
aa....aa: wait for resume flow flag
- Description
-
This message is displayed when the general connection information and metrics are dumped.
-
KDAN24545-I
----------- busy sessions -----------
- Description
-
This message is displayed when the connection information is dumped.
-
KDAN24546-I
----------- sessions -----------
- Description
-
This message is displayed when the connection information is dumped.
-
KDAN24547-I
DUMPING CONNECTION aa....aa
aa....aa: imq connection
- Description
-
This message is displayed when the connection information is dumped.
-
KDAN24548-I
control = aa....aa
aa....aa: NFLPriorityFifoSet size
- Description
-
This message is displayed when the general connection information and metrics are dumped.
-
KDAN24549-I
read_assigned = aa....aa
aa....aa: runnable operation
- Description
-
This message is displayed when the general connection information and metrics are dumped.
-
KDAN24550-I
write_assigned = aa....aa
aa....aa: runnable operation
- Description
-
This message is displayed when the general connection information and metrics are dumped.
-
KDAN24551-I
Finished writing packet [aa....aa]
aa....aa: Packet
- Description
-
This message is displayed when the packet data is written.
-
KDAN24552-I
Configuration Change Record
- Description
-
This message is displayed when the configuration change record is output.
-
KDAN24553-I
backing file: aa....aa
aa....aa: Backing file
- Description
-
This message is displayed when the backing file name is output.
-
KDAN24554-I
number of records: aa....aa
aa....aa: List of time stamps
- Description
-
This message is displayed when the persisted records are output.
-
KDAN24555-I
number of interests: aa....aa
aa....aa: Consumers
- Description
-
This message is displayed when the persisted consumers are output.
-
KDAN24556-I
Consumer [aa....aa] get message null reference
aa....aa: Consumer uid
- Description
-
This message is displayed when the packet reference is null while acquiring or embedding the next packet.
-
KDAN24557-I
Consumer [aa....aa] message requened: bb....bb
aa....aa: Consumer uid
bb....bb: Packet reference
- Description
-
This message is displayed when the packet reference exists while acquiring or embedding the next packet.
-
KDAN24558-I
Displaying broker metrics : aa....aa
aa....aa: Metrics information
- Description
-
This message displays the Broker metrics.
-
KDAN24559-I
Exception caught when setting output to file: aa....aa: : bb....bb:
aa....aa: File name
bb....bb: Error message
- Description
-
This message is displayed when the specified file does not exist.
-
KDAN24560-I
Exception caught when closing print streams to: aa....aa: : bb....bb:
aa....aa: File name
bb....bb: Error message
- Description
-
This message is displayed when an internal Broker error occurred.
-
KDAN24561-I
Reverting to stdout
- Description
-
This message is displayed when the specified file does not exist.
-
KDAN30001-E
Error detected while parsing command line options.
- Description
-
This error occurs when the user specifies invalid command line arguments.
- Action
-
Specify valid command line options.
-
KDAN30002-E
Invalid option: aa....aa.
aa....aa: Subcommand
- Description
-
This error occurs when an invalid subcommand is specified for the command.
- Action
-
Use the -h option to execute the command and check the valid subcommands.
-
KDAN30003-E
Invalid base property name specified for option: aa....aa
aa....aa: Command line option
- Description
-
This error occurs when the user specifies an invalid property name as the command line option.
- Action
-
Specify a valid property name as the command line option.
-
KDAN30004-E
Invalid hard coded value specified for option: aa....aa
aa....aa: Command line option
- Description
-
This error occurs when the user directly specifies a numeric value as the command line option.
- Action
-
Specify a valid property name as the command line option.
-
KDAN30005-E
An argument was expected for option: aa....aa. Please type "bb....bb -h" for help.
aa....aa: Command line option
bb....bb: Command
- Description
-
This error occurs when the argument is not specified.
- Action
-
Make sure that the following arguments are specified for the option. To display help, execute the command using the -h option.
-
KDAN30006-E
Bad name value pair specified (aa....aa) for option: bb....bb. Please use the format: name=value
aa....aa: Argument
bb....bb: Command line option
- Description
-
This error occurs when an incorrect data format is specified for the name/value pair in the -o option during the execution of cjmsobjmgr.
- Action
-
Specify the argument in the name=value format.
-
KDAN30008-E
aa....aaError detected while validating command line options.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when an invalid command line option is specified.
- Action
-
Specify a valid command line option.
-
KDAN30009-E
aa....aaBad command specified: bb....bb
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: Command
- Description
-
This error occurs when an invalid subcommand is specified.
- Action
-
Specify a valid subcommand. To display help, enter aa....aa -h.
-
KDAN30014-E
The destination name must be specified with the aa....aa option.
aa....aa: Command line option
- Description
-
This error occurs when the destination name is specified without the command line option.
- Action
-
Specify the destination name using the -n option.
-
KDAN30015-E
Invalid read-only value specified: aa....aa.
aa....aa: Read-only value
- Description
-
This error occurs when the user attempts to change the state of a read-only object.
- Action
-
When updating the state, make sure that the state of the object is not read-only.
-
KDAN30028-E
Invalid property name: aa....aa.
aa....aa: Property name
- Description
-
This error occurs when an invalid property name is specified.
- Action
-
Specify a valid property name.
-
KDAN30031-E
Caught exception while loading command file.
- Description
-
This error occurs when the property file does not exist.
- Action
-
Confirm that the required property file exists.
-
KDAN30032-E
Caught exception while getting user input.
- Description
-
This error occurs when there is no input from the user when the command is executed.
- Action
-
Provide the require input data when the command is executed.
-
KDAN30033-E
aa....aaThe target name must be specified with the bb....bb option.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: Command option
- Description
-
This error occurs when the destination name is not specified during the execution of the cjmsicmd command (with -n option).
- Action
-
Specify the destination name using the -n option.
-
KDAN30034-E
aa....aaBad argument specified for the bb....bb command: cc....cc
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: Subcommand
cc....cc: Argument
- Description
-
This error occurs when invalid arguments are specified.
- Action
-
Specify a valid argument.
-
KDAN30035-E
aa....aaThe valid command arguments for the bb....bb command are:
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: Pause
- Description
-
This error occurs when no argument is specified for the PAUSE command.
- Action
-
Make sure that the specified argument is correct.
-
KDAN30036-E
aa....aaThe destination name needs to be specified with the bb....bb option.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: Command line option
- Description
-
This error occurs when the destination name is specified without specifying the command line option.
- Action
-
Specify the destination name using the -n option.
-
KDAN30037-E
aa....aaThe target attributes need to be specified with the bb....bb option.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: Command line option
- Description
-
This error occurs when the command line option is not specified while passing the arguments.
- Action
-
Specify command line options such as -o or -n.
-
KDAN30038-E
aa....aaThe destination type needs to be specified with the bb....bb option.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: Command line option
- Description
-
This error occurs when the destination name is not specified using the -t option during the execution of the cjmsicmd command.
- Action
-
Specify the destination name using the -t option.
-
KDAN30039-E
aa....aaThe queue delivery policy value ''bb....bb'' is not valid.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: Delivery policy value
- Description
-
This error occurs when the user specifies an invalid value.
- Action
-
Contact maintenance personnel.
-
KDAN30040-E
aa....aaThe value ''bb....bb'' for the attribute ''cc....cc'' is invalid.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: Active consumers
cc....cc: Maximum active consumers
- Description
-
This error occurs when the user specifies a non-integer value for maximum active consumers.
- Action
-
Make sure that an integer value is specified.
-
KDAN30041-E
aa....aaThe destination type ''bb....bb'' is not valid.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: Destination type
- Description
-
This error occurs when an invalid destination type is specified.
- Action
-
Specify a valid destination type (q [queue] or t [topic]).
-
KDAN30042-E
The ''aa....aa'' service cannot be paused.
aa....aa: Service name
- Description
-
This error occurs when an attempt is made to pause the ADMIN service.
- Action
-
The ADMIN service cannot be paused.
-
KDAN30043-E
The ''aa....aa'' service cannot be resumed.
aa....aa: Service name
- Description
-
This error occurs when an attempt is made to resume the ADMIN service.
- Action
-
The ADMIN service cannot be resumed.
-
KDAN30044-E
The destination ''aa....aa'' does not exist or its type is not topic.
aa....aa: Destination name
- Description
-
This error occurs when the specified destination does not exist in CJMSP or is not a topic type.
- Action
-
Specify an existing topic destination name or destination type t (topic).
-
KDAN30045-E
aa....aaThe client ID must be specified with the bb....bb option.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: Command line option
- Description
-
This error occurs when the client ID is specified without specifying the -c option.
- Action
-
Specify the client ID with the -c option.
-
KDAN30047-E
aa....aaThe value ''bb....bb'' for the attribute''cc....cc'' is invalid.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: Option value
cc....cc: Broker command option
- Description
-
This error occurs when the user specifies an invalid boolean value.
- Action
-
Specify a valid boolean value of True/ False.
-
KDAN30048-E
aa....aaThe value ''bb....bb'' for the attribute ''cc....cc'' is invalid.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: Log level
cc....cc: imq.log.level
- Description
-
This error occurs when the log level is not specified.
- Action
-
Specify the message log level. The valid values are INFO, ERROR, DEBUG and WARNING.
-
KDAN30049-E
aa....aa bb....bb seconds has elapsed and the broker failed to restart.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: Time interval (seconds)
- Description
-
This error occurs when the Broker is disconnected.
- Action
-
Make sure that the Broker is running.
-
KDAN30050-E
aa....aaThe byte value ''bb....bb'' for the attribute ''cc....cc'' is invalid.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: Byte value
cc....cc: Destination size
- Description
-
This error occurs when the user specifies an invalid value.
- Action
-
Specify a valid byte value. The valid values are
10000= 10000 bytes
2500b= 2500 bytes
4k= 4 Kilo bytes
12m= 12 Mega bytes.
-
KDAN30051-E
aa....aaThe value ''bb....bb'' specified for the receive timeout is invalid.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: ADMIN receive timeout value (seconds)
- Description
-
This error occurs when a negative value is specified for ADMIN receive timeout (-rtm) during the execution of the cjmsicmd command.
- Action
-
When using the -rtm option, make sure that a positive value is specified.
-
KDAN30052-E
aa....aaThe value ''bb....bb'' for the pause type is invalid.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: Pause type argument
- Description
-
This error occurs when an invalid PAUSE type is specified during the execution of the cjmsicmd command.
- Action
-
Specify a valid PAUSE type (PRODUCERS, CONSUMERS, and ALL).
-
KDAN30053-E
Error while connecting to the broker on host ''aa....aa'' and port ''bb....bb''.
aa....aa: Host name
bb....bb: Port
- Description
-
This error occurs in the following cases:
-
When an invalid host name or invalid port number is specified
-
When an incorrect port number, on which the Broker is not running, is specified in the -b option of cjmsicmd
-
- Action
-
-
Specify the correct host name and port number.
-
Confirm that the Broker is running at the specified port number.
-
-
KDAN30054-E
aa....aaError while sending the request to the broker.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is disconnected.
- Action
-
Restart the Broker.
-
KDAN30055-E
aa....aaError while performing this operation on the broker.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs in the following cases:
-
When an attempt is made to create an existing destination
-
When the Broker is disconnected
-
- Action
-
-
Make sure that the destination name is unique.
-
Restart the Broker.
-
-
KDAN30056-E
aa....aaError while closing connection to the broker.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is already in a stopped mode.
- Action
-
Make sure that a running Broker is stopped.
-
KDAN30057-E
aa....aaError when getting type of the admin message.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is disconnected.
- Action
-
Restart the Broker.
-
KDAN30058-E
aa....aaError when getting the admin reply message status.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Start the Broker.
-
KDAN30059-E
aa....aaReply to admin message was not received.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Start the Broker.
-
KDAN30060-E
aa....aaInvalid operation is detected.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the user attempts to perform an invalid operation.
- Action
-
Perform a valid operation.
-
KDAN30061-E
aa....aaInvalid port number value is specified.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when an invalid port number is set up in the properties file or the port number is not set up at all.
- Action
-
Specify a valid value for imq.portmapper.port in the properties file.
-
KDAN30062-E
aa....aaInvalid attribute specified: bb....bb
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: Attribute
- Description
-
This error occurs when an invalid attribute is specified during the execution of the cjmsicmd list dst command.
- Action
-
Specify a valid attribute.
-
KDAN30070-E
The value ''aa....aa'' for the metric interval is invalid. Please use an integer value.
aa....aa: Metric (measurement) interval
- Description
-
This error occurs when a non-integer value is specified for the metric (measurement) interval during the execution of the cjmsicmd command.
- Action
-
Specify an integer value for the metric (measurement) interval using the -int option.
-
KDAN30071-E
The value ''aa....aa'' for the broker/ service metric type is invalid.
The valid values for broker/ service metric type are:
aa....aa: Broker or service metric type
- Description
-
This error occurs when an invalid Broker or service metric type is specified during the execution of the cjmsicmd command.
- Action
-
Specify a valid Broker or service type (cxn, rts, and tt1) using the -m option.
-
KDAN30072-E
Please verify that there is a Broker running on the specified host and port or use the ''aa....aa'' option to specify the correct broker host and port.
aa....aa: Command line option
- Description
-
This error occurs when CJMSP does not run on the specified port.
- Action
-
Start CJMSP, and then try re-executing the command.
-
KDAN30075-E
Property file:aa....aa is not readable.
aa....aa: File name
- Description
-
This error occurs when the property file does not exist in the specified location.
- Action
-
Confirm that the property file exists.
-
KDAN30076-E
Failed to open property file: aa....aa, bb....bb
aa....aa: File name
bb....bb: Exception message
- Description
-
This error occurs when the property file does not exist in the specified location.
- Action
-
Confirm that the property file exists.
-
KDAN30077-E
Property file: aa....aa is not writeable.
aa....aa: File name
- Description
-
This error occurs when the user attempts to write to a write-inhibit property file.
- Action
-
Check whether the user has the write permission for the property file.
-
KDAN30078-E
Cannot create property file:aa....aa
aa....aa: File name
- Description
-
This error occurs when the directory is write inhibit.
- Action
-
Confirm that the user has the write permission for the directory.
-
KDAN30079-E
Failed to write to property file: aa....aa, bb....bb
aa....aa: File name
bb....bb: Exception message
- Description
-
This error occurs when the directory is write inhibit.
- Action
-
Confirm that the user has the write permission for the directory.
-
KDAN30081-E
aa....aaThe target attribute name needs to be specified with the bb....bb option.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: Option
- Description
-
This error occurs when the target name (such as the destination name or destination type) is specified without specifying the option.
- Action
-
Specify the target name after specifying the option.
- Example:
-
Destination name with the -n option
Destination type with the -t option
-
KDAN30082-E
aa....aaCannot update ''Port Number'' for ''bb....bb'' service.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: Service name
- Description
-
This error occurs when the user attempts to change the Broker service port number.
- Action
-
Do not change the port number.
-
KDAN30087-E
Problem encountered when using SSL/ TLS as the admin transport.
- Description
-
This error occurs when the user attempts to set up an invalid protocol service.
- Action
-
Do not set up the SSL and TLS protocol services.
-
KDAN30091-E
aa....aaThe value ''bb....bb'' specified for the number of retries is invalid.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: Retry count
- Description
-
This error occurs when the retry count is not specified.
- Action
-
Specify a valid value.
-
KDAN30092-E
aa....aaThe connection identifier specified (bb....bb) is not valid, it is not a long integer.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: Connection ID
- Description
-
This error occurs when the specified connection ID is not a long type.
- Action
-
Specify a valid connection ID. Execute the list cxn command to check the valid connection ID.
-
KDAN30093-E
aa....aaThe value ''bb....bb'' for the attribute ''cc....cc'' is invalid.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: Invalid value
cc....cc: Attribute or property name
- Description
-
This error occurs when an invalid value is specified for the attribute or property name.
- Action
-
Specify a valid value for the attribute or property name.
-
KDAN30095-E
Property aa....aa not found in passfile bb....bb.
aa....aa: Property name
bb....bb: Password file name
- Description
-
This error occurs when the properties do not contain items corresponding to cjmsicmd passwd.
- Action
-
Stop, and then restart the Broker.
-
KDAN30096-E
Creation of destination bb....bb of type aa....aa failed.
aa....aa: Destination type
bb....bb: Destination name
- Description
-
This error occurs when an attempt to create a destination fails.
- Action
-
Confirm that the Broker contains sufficient memory to create a destination.
-
KDAN30097-E
The type of the value specified for the attribute aa....aa is incorrect. Please specify the value using a java.lang.String object.
aa....aa: Destination attribute
- Description
-
This error occurs when the user attempts to specify a non-java.lang.String type value for the destination attribute.
- Action
-
Specify the java.lang.String type attributes.
-
KDAN30098-E
aa....aaThe value ''bb....bb'' specified for the number of seconds is invalid. Please specify an integer value that is larger than zero.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: Shutdown interval
- Description
-
This error occurs when a negative value is specified as the shutdown interval.
- Action
-
Make sure that a positive value is specified.
-
KDAN30100-E
Bad broker address specified: aa....aa.
aa....aa: Broker address
- Description
-
This error occurs when an invalid Broker address is specified.
- Action
-
Specify an address where the Broker is running.
-
KDAN30101-E
aa....aaAttribute specified is for use at creation time only: bb....bb.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: Attribute name
- Description
-
This error occurs when the user attempts to update a read-only attribute.
- Action
-
Do not update a read-only attribute.
-
KDAN30107-E
Name is already bound.
- Description
-
This error occurs when the user specifies an already bound JNDI.
- Action
-
Specify a unique JNDI lookup name.
-
KDAN30108-E
Authentication error while accessing the naming or directory service.
- Description
-
This error occurs when the information provided in the user program is invalid or the user authentication fails for the naming or directory service.
- Action
-
Specify a valid user information.
-
KDAN30111-E
The client is unable to communicate with the directory or naming service.
- Description
-
This error occurs when the client cannot communicate with the directory or naming service due to network partition, hardware or interface problems, or client and server machine failures.
- Action
-
Confirm that the network communication is normal.
-
KDAN30112-E
No initial context implementation could be created.
- Description
-
This error occurs when the initial context cannot be created.
- Action
-
Make sure that the initial context is created before executing the operation.
-
KDAN30113-E
The service provider schema was violated in some way.
- Description
-
This error occurs when there are schema violations because the method changes the attributes of the object in some way.
- Action
-
Move the object to a namespace that violates the schema without changing the attributes of the object.
-
KDAN30114-E
The name does not exist.
- Description
-
The components of the specified name are not resolved because the components are not bound and this warning is issued.
- Action
-
Make sure that the components are bound.
-
KDAN30115-E
The name of the object already exists in the store.
- Description
-
This error occurs when the client attempts to use a name that is already bound to other objects.
- Action
-
Use a unique binding name.
-
KDAN30116-E
This context does not take binding attributes.
- Description
-
This error occurs when an attempt is made to add or change an attribute set that is incompletely or incorrectly specified.
- Action
-
Before updating an attribute set, make sure that the attributes are set up.
-
KDAN30118-E
A general naming exception is caught.
- Description
-
This error occurs when name resolution is not performed for the specified JNDI name.
- Action
-
Specify a valid JNDI name.
-
KDAN30119-E
Invalid port number is specified in aa....aa
aa....aa: Port number
- Description
-
This error occurs when an invalid port number is specified.
- Action
-
Specify a valid port number.
-
KDAN30120-E
Neither Queue nor Topic type
- Description
-
This error occurs when the user specifies a ConnectionFactory type other than Queue and Topic.
- Action
-
Specify a valid type (Queue and Topic).
-
KDAN30121-E
Invalid object type
- Description
-
This error occurs when the user specifies a ConnectionFactory type other than Queue and Topic.
- Action
-
Specify a valid type (QueueConnectionFactory, TopicConnectionFactory, XAQueueConnectionFactory, and XATopicConnectionFactory).
-
KDAN30122-E
Destination name is not specified.
- Description
-
This error occurs when the destination is not specified in the property file.
- Action
-
Specify a valid destination name.
-
KDAN30123-E
Deletion of Message Queue broker instance aa....aa failed. The deletion was interrupted prematurely.
aa....aa: Broker instance
- Description
-
This error occurs when the Broker is stopped during the deletion of the message queue.
- Action
-
Confirm that the Broker is running.
-
KDAN30124-E
Deletion of Message Queue broker instance aa....aa failed. The broker instance does not exist.
aa....aa: Broker instance
- Description
-
This error occurs when the Broker is not running during the deletion of the message queue.
- Action
-
Confirm that the Broker is running.
-
KDAN30125-E
Deletion of Message Queue broker instance aa....aa failed. A broker with this instance name is still active.
aa....aa: Broker instance
- Description
-
This error occurs when the user attempts to stop the Broker while the Broker is processing a request.
- Action
-
Confirm that the Broker is running.
-
KDAN30126-E
Deletion of Message Queue broker instance aa....aa failed. The instance directory does not have the correct permissions.
aa....aa: Broker instance
- Description
-
This error occurs when the instance directory of the Broker instance does not have the write permission.
- Action
-
Confirm that the instance directory has the appropriate permissions.
-
KDAN30127-E
Deletion of Message Queue broker instance aa....aa failed. Problem encountered while removing the persistent store.
aa....aa: Broker instance
- Description
-
This error occurs when the persistence store of the Broker instance is already deleted.
- Action
-
Before removing the Broker instance, confirm that the corresponding persistence store exists.
-
KDAN30128-E
Deletion of Message Queue broker instance aa....aa failed. Caught an IOException.
aa....aa: Broker instance
- Description
-
This error occurs due to a network problem.
- Action
-
Make sure that the network communication is normal.
-
KDAN30129-E
Deletion of Message Queue broker instance aa....aa failed: store. Unknown reason.
aa....aa: Broker instance
- Description
-
This error occurs when the Broker instance is already deleted.
- Action
-
Before deleting the Broker instance, make sure that the Broker instance exists.
-
KDAN30131-E
JMSException caught: aa....aa.
aa....aa: Exception message
- Description
-
This message is displayed when an internal error occurs.
- Action
-
Contact maintenance personnel.
-
KDAN30132-E
Invalid broker address aa....aa specified.
aa....aa: Broker address
- Description
-
This error occurs when an invalid Broker address is specified.
- Action
-
Specify an accurate Broker address.
-
KDAN30133-E
Invalid host name aa....aa specified
aa....aa: Host or port value
- Description
-
This error occurs when an invalid Broker host name is specified.
- Action
-
Specify an accurate Broker host name.
-
KDAN30134-E
Invalid port aa....aa specified
- Description
-
This error occurs when an invalid port number is set up in the properties file or the port number is not set up at all.
- Action
-
Confirm that the correct port number has been set up.
-
KDAN30135-E
Failed to set system property: aa....aa=bb....bb.
aa....aa: Property name
bb....bb: Property value
- Description
-
This error occurs in the following cases when the system properties are set up:
-
When the key or value is null
-
When the key is empty
-
- Action
-
Confirm that the key and value are not null.
-
KDAN30136-E
Listing messages failed.
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30137-E
Destroying message failed.
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30138-E
Purging all the destinations failed.
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30139-E
Purging failed for queue aa....aa.
aa....aa: Queue name
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30140-E
Purging failed for topic aa....aa
aa....aa: Topic name
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30141-E
Destroying all the destinations failed.
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30142-E
Destroy failed for queue aa....aa.
aa....aa: Queue name
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30143-E
Destroy failed for topic aa....aa.
aa....aa: Topic name
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30144-E
Querying message failed.
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30145-E
Problems retrieving the destination info.
- Description
-
This error occurs when the specified destination does not exist.
- Action
-
Make sure that the specified destination exists in the Broker.
-
KDAN30146-E
Problems retrieving the broker info.
- Description
-
An internal error occurred when acquiring the Broker properties from the return message.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN30147-E
Problems retrieving the service info.
- Description
-
An internal error occurred when acquiring the service information from the return message.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN30148-E
Unknown exception caught: aa....aa.
aa....aa: Exception type
- Description
-
This error occurs when the caught exception is not the expected exception.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN30149-E
Error occurred while checking the reply.
- Description
-
This error occurs when the received message type is not the expected message type.
- Action
-
Contact maintenance personnel for internal errors.
-
KDAN30152-E
Property Name and Value :aa....aa=bb....bb
aa....aa: Property name
bb....bb: Property value
- Description
-
This message is displayed when 0 is specified in the property value.
- Action
-
Set up a valid value, excluding 0, in the property value.
-
KDAN30153-E
aa....aaListing destinations failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30154-E
aa....aaListing services failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30155-E
aa....aaPausing the broker failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30156-E
aa....aaPausing the service failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30157-E
aa....aaResuming the broker failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30158-E
aa....aaResuming the service failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30159-E
aa....aaShutting down the broker failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30160-E
aa....aaRestarting the broker failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30161-E
aa....aaCreating the destination failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30162-E
aa....aaDestroying the destination failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30163-E
aa....aaPurging the destination failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30164-E
aa....aaQuerying the destination failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30165-E
aa....aaQuerying the service failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30166-E
aa....aaListing transactions failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30167-E
Querying the transaction failed.
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30168-E
Commiting the transaction failed.
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30169-E
Rolling back the transaction failed.
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30170-E
aa....aaPausing the destination failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30171-E
aa....aaResuming the destination failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30172-E
aa....aaDisplaying destination metrics failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30173-E
aa....aaCompacting the destination failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30174-E
aa....aaCompacting the destinations failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30175-E
aa....aaPausing all destinations failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30176-E
aa....aaResuming all destinations failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30177-E
aa....aaListing connections failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30178-E
aa....aaQuerying the connection failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30179-E
aa....aaQuerying the broker failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30180-E
aa....aaUpdating the broker failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30181-E
aa....aaUpdating the service failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30182-E
aa....aaUpdating the destination failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30183-E
aa....aaListing durable subscriptions failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30184-E
aa....aaDestroying the durable subscription failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30185-E
aa....aa Displaying service metrics failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30186-E
aa....aaDisplaying broker metrics failed.
aa....aa: Broker host name and port number (information about this argument is only output to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30187-E
Reloading broker cluster configuration failed.
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30188-E
aa....aaPurging the durable subscription failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30189-E
aa....aaQuiescing the broker failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30190-E
Taking over another broker failed.
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30191-E
aa....aaListing the broker failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30192-E
aa....aaListing JMX Connectors failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30193-E
aa....aaDestroying the connection failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30194-E
aa....aaUnquiescing the broker failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30195-E
aa....aaResetting the broker failed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker is not running.
- Action
-
Confirm that the Broker is running.
-
KDAN30196-E
Internal Error
- Description
-
An internal error occurred when the sender, receiver, or session was terminated.
- Action
-
Contact maintenance personnel.
-
KDAN30197-E
aa....aaBrokerException thrown. Reason: bb....bb
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: Cause of the error
- Description
-
-
This message is displayed when the specified destination name is repeated while a new destination is being created with the cjmsicmd command.
-
An exception occurs while a management command is being processed through the Broker.
-
- Action
-
Make sure that the specified destination does not exist in the Broker.
-
KDAN30198-E
Exception caught: aa....aa
aa....aa: Error message
- Description
-
-
This message is displayed when an invalid host name is specified in the -b option.
-
An internal error occurred when the input data is read.
-
- Action
-
Make sure that a valid host name is specified in the -b option.
-
KDAN30199-E
aa....aaThere are no JMX Connectors on the broker.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs while listing the JMX connectors that are not JMX connectors.
- Action
-
Before executing this operation, confirm that the JMX connector exists on the Broker.
-
KDAN30200-E
There are no messages.
- Description
-
This error occurs when there are no messages when the messages in the Broker are listed.
- Action
-
Before executing this operation, confirm that the messages exist in the Broker.
-
KDAN30201-E
aa....aaIncorrect data returned from broker.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN30202-E
aa....aa is not recognized.
aa....aa: Attribute name
- Description
-
This error occurs when invalid arguments are specified.
- Action
-
Specify a correct argument.
-
KDAN30203-E
Property Name :aa....aa=-1
aa....aa: Property name
- Description
-
This error occurs during the unlimited -1 check of the property.
- Action
-
Set up the unlimited value -1.
-
KDAN30204-E
aa....aaUnrecognized response: bb....bb.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: User input [Y/ N]
- Description
-
This error occurs when invalid arguments are specified.
- Action
-
Specify a correct argument.
-
KDAN30208-E
aa....aaBroker not responding, retrying [bb....bb of cc....cc attempts, timeout=dd....dd seconds]
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: Retry count
cc....cc: Maximum retry count
dd....dd: Retry interval
- Description
-
This error occurs when the network connection is invalid.
- Action
-
-
Make sure that the network connection is correct.
-
Contact the System Administrator.
-
-
KDAN30209-E
aa....aaThe broker was not updated.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when invalid arguments are specified while updating the Broker.
- Action
-
Specify the correct argument when updating the Broker.
-
KDAN30210-E
aa....aaThe service was not updated.
aa....aa: Broker host name and port number (Information about this argument is output only to the management command log)
- Description
-
This error occurs when invalid arguments are specified while updating the service.
- Action
-
Specify the correct argument when updating the service.
-
KDAN30211-E
aa....aaThe destination was not updated.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when invalid arguments are specified while updating the destination.
- Action
-
Specify the correct argument when updating the destination.
-
KDAN30213-E
aa....aaThe broker was not quiesced.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when invalid arguments are specified while the Broker is in a quiescent state.
- Action
-
Specify the correct argument when the Broker is in a quiescent state.
-
KDAN30214-E
aa....aaThe connection was not destroyed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when the Broker connection, specified when the connections are destroyed, does not exist.
- Action
-
Confirm that the connection with the Broker exists.
-
KDAN30215-E
aa....aaThe broker was not unquiesced.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when invalid arguments are specified while unquiescing the Broker.
- Action
-
Specify the correct arguments while unquiescing the Broker.
-
KDAN30216-E
aa....aaThe broker was not reset.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This error occurs when invalid arguments are specified while resetting the Broker.
- Action
-
Specify the correct arguments when resetting the Broker.
-
KDAN30217-E
The message was not destroyed.
- Description
-
This error occurs when invalid arguments are specified while destroying a message.
- Action
-
Specify the correct arguments while destroying messages.
-
KDAN30219-E
The destinations were not destroyed.
- Description
-
This error occurs when invalid arguments are specified while destroying multiple destinations.
- Action
-
Specify the correct arguments while destroying multiple destinations.
-
KDAN30220-E
Ungracefully shutdown the broker.
- Description
-
An internal error occurred.
- Action
-
Contact maintenance personnel.
-
KDAN30221-E
No destinations purged.
- Description
-
This error occurs when invalid arguments are specified while deleting the messages for a destination.
- Action
-
Specify the correct arguments while deleting the messages for a destination.
-
KDAN30222-E
No destinations destroyed.
- Description
-
This error occurs when invalid arguments are specified while destroying a destination.
- Action
-
Specify the correct arguments while destroying a destination.
-
KDAN32012-W
The value aa....aa (unlimited) was specified for the following attributes:
aa....aa: Value
- Description
-
This message is displayed when an invalid value indicating an unlimited value is specified. This message is displayed when the user specifies 0, indicating an unlimited value, in a property.
- Action
-
To specify an unlimited value, specify -1 in the property.
-
KDAN32013-W
The new value that should be used for specifying ''unlimited'' is: aa....aa
aa....aa: Value
- Description
-
This message is displayed when an invalid value indicating an infinite value is specified. This message is displayed when the user specifies 0, indicating an infinite value, in a property.
- Action
-
To specify an infinite value, specify -1 in the property.
-
KDAN32014-W
The values for the attributes above have been converted to the following:
- Description
-
This message is displayed when an invalid value indicating an infinite value is specified. This message is displayed when the user specifies 0, indicating an infinite value, in a property.
- Action
-
To specify an infinite value, specify -1 in the property.
-
KDAN34081-I
Usage: cjmsicmd <subcommand> <argument> [<options>]
- Description
-
This message displays the usage of cjmsicmd help.
-
KDAN34082-I
Valid cjmsicmd subcommands and arguments:
compact dst : Compact one or all destinations.
create dst : Create a destination.
destroy dst : Destroy a destination.
destroy dur : Destroy a durable subscription.
list bkr : List the broker.
list dst : List destinations on the broker.
list dur : List durable subscriptions on the topic.
list svc : List services on the broker.
pause bkr : Pause jms service on the broker.
pause dst : Pause one or all destinations.
purge dst : Purge all messages on a destination without
destroying the destination.
purge dur : Purge all messages on a durable subscription
without destroying the durable subscription.
query bkr : Query and display information on a broker.
query dst : Query and display information on a destination.
resume bkr : Resume jms service on the broker.
resume dst : Resume one or all destinations.
shutdown bkr : Shutdown broker.
- Description
-
This message displays the usage of cjmsicmd help.
-
KDAN34083-I
cjmsicmd options:
-b : Specify the broker host and port (host:port).
-c : Specify the client ID.
-d : Specify the topic name.
Used only when listing durable subscriptions.
-f : Perform action without user confirmation.
-h, -help : Display usage help.
-n : Specify the name of the argument (e.g. destination name,
durable subscription name).
-o : Specify argument properties (e.g. destination
properties).
-rtm : Specify the admin receive timeout in seconds. Default is 10.
-t : Specify the type of destination
Valid values = {q, t} where
q = Queue
t = Topic
-time : Specify the number of seconds prior to shutdown.
Used only when shutting down the broker.
-tmp : Also display temporary destinations.
- Description
-
This message displays the usage of cjmsicmd help.
-
KDAN34084-I
Attributes:
- Description
-
This message displays the usage of cjmsicmd help.
-
KDAN34085-I
Queue:
- Description
-
This message displays the usage of cjmsicmd help.
-
KDAN34086-I
Topic:
- Description
-
This message displays the usage of cjmsicmd help.
-
KDAN34101-I
aa....aaThe valid values for ''bb....bb'' are:
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
bb....bb: Property name
- Description
-
-
This message displays a valid log level value.
-
This message displays a valid limit action value.
-
-
KDAN34106-I
The value '-1' can be used to specify 'unlimited' for the following Queue/ Topic attributes:
- Description
-
This message displays the queue/ topic attributes for which -1 can be set as an infinite value.
-
KDAN34107-I
The value '-1' can be used to specify 'unlimited' for the following Broker attributes:
- Description
-
This message displays the Broker attributes for which -1 can be set as an infinite value.
-
KDAN34108-I
On the broker specified by:
- Description
-
This message displays the Broker information.
-
KDAN34110-I
aa....aaSuccessfully listed destinations.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when the destinations are listed normally.
-
KDAN34113-I
aa....aaSuccessfully listed services.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when the services are listed normally.
-
KDAN34115-I
Pausing the broker specified by:
- Description
-
This message is displayed when a Broker is paused.
-
KDAN34116-I
aa....aaSuccessfully paused the broker.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when a Broker is paused normally.
-
KDAN34118-I
aa....aaThe broker was not paused.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when a Broker is not running.
-
KDAN34120-I
aa....aaSuccessfully paused the service.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when a service is paused normally.
-
KDAN34122-I
aa....aaThe service was not paused.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when a Broker is not running.
-
KDAN34123-I
Resuming the broker specified by:
- Description
-
This message is displayed when a Broker is resumed.
-
KDAN34124-I
aa....aaSuccessfully resumed the broker.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when a Broker is resumed normally.
-
KDAN34126-I
aa....aaThe broker was not resumed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when a Broker is not running.
-
KDAN34128-I
aa....aaSuccessfully resumed the service.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when a service is resumed normally.
-
KDAN34130-I
aa....aaThe service was not resumed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when a Broker is not running.
-
KDAN34131-I
Shutting down the broker specified by:
- Description
-
This message is displayed when a Broker is shut down.
-
KDAN34132-I
aa....aaSuccessfully shutdown the broker.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when a Broker is shut down normally.
-
KDAN34134-I
aa....aaThe broker was not shutdown.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when a Broker is not running.
-
KDAN34136-I
aa....aaSuccessfully restarted the broker.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when a Broker is restarted normally.
-
KDAN34138-I
aa....aa The broker was not restarted.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when a Broker is not running.
-
KDAN34140-I
aa....aaSuccessfully created the destination.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when a destination is created normally.
-
KDAN34143-I
aa....aaSuccessfully destroyed the destination.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when a destination is destroyed normally.
-
KDAN34145-I
aa....aaThe destination was not destroyed.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when a Broker is not running.
-
KDAN34147-I
aa....aaSuccessfully purged the destination.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when a destination is purged normally.
-
KDAN34149-I
aa....aaThe destination was not purged.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when a Broker is not running.
-
KDAN34151-I
aa....aaSuccessfully queried the destination.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when a destination is queried normally.
-
KDAN34154-I
aa....aa Successfully queried the service.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when a service is queried normally.
-
KDAN34180-I
aa....aaSuccessfully paused the destination.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when a destination is paused normally.
-
KDAN34182-I
aa....aaThe destination was not paused.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when a Broker is not running.
-
KDAN34186-I
CREATED
- Description
-
This message is displayed when a transaction attribute is displayed.
-
KDAN34187-I
STARTED
- Description
-
This message is displayed when a transaction attribute is displayed.
-
KDAN34188-I
FAILED
- Description
-
This message is displayed when a transaction attribute is displayed.
-
KDAN34189-I
INCOMPLETE
- Description
-
This message is displayed when a transaction attribute is displayed.
-
KDAN34190-I
COMPLETE
- Description
-
This message is displayed when a transaction attribute is displayed.
-
KDAN34191-I
PREPARED
- Description
-
This message is displayed when a transaction attribute is displayed.
-
KDAN34192-I
COMMITTED
- Description
-
This message is displayed when a transaction attribute is displayed.
-
KDAN34193-I
ROLLEDBACK
- Description
-
This message is displayed when a transaction attribute is displayed.
-
KDAN34194-I
UNKNOWN
- Description
-
This message is displayed when a transaction attribute is displayed.
-
KDAN34198-I
aa....aaSuccessfully resumed the destination.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when a destination is resumed normally.
-
KDAN34203-I
aa....aaSuccessfully displayed service metrics.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is issued when the service metrics are displayed normally.
-
KDAN34204-I
aa....aaSuccessfully displayed broker metrics.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is issued when the Broker metrics are displayed normally.
-
KDAN34205-I
aa....aaSuccessfully displayed destination metrics.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is issued when the destination metrics are displayed normally.
-
KDAN34208-I
aa....aaSuccessfully compacted the destination.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when the destination is compressed normally.
-
KDAN34209-I
aa....aaSuccessfully compacted the destinations.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when the destination is compressed normally.
-
KDAN34215-I
aa....aaSuccessfully paused all destinations.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when all the destinations are paused normally.
-
KDAN34219-I
aa....aaSuccessfully resumed all destinations.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when all the destinations are resumed normally.
-
KDAN34222-I
Using the following attribute:
- Description
-
This message is displayed when a paused type is specified while resetting a Broker.
-
KDAN34225-I
aa....aaSuccessfully listed connections.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when the connections are listed normally.
-
KDAN34227-I
aa....aaThere are no connections to list.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when the connections to the Broker do not exist when the connections are listed.
-
KDAN34238-I
aa....aaSuccessfully queried the connection.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when a connection is queried normally.
-
KDAN34242-I
Destination Name
- Description
-
This message displays the destination information.
-
KDAN34243-I
Destination Type
- Description
-
This message displays the destination information.
-
KDAN34246-I
Current Number of Messages
- Description
-
This message is displayed when the destination is queried using the cjmsicmd query dst command.
-
KDAN34247-I
Current Message Bytes
- Description
-
This message is displayed when the destination is queried using the cjmsicmd query dst command.
-
KDAN34248-I
Max Total Message Bytes
- Description
-
This message is displayed when the destination is queried using the cjmsicmd query dst command.
-
KDAN34249-I
Max Number of Messages
- Description
-
This message is displayed when the destination is queried using the cjmsicmd query dst command.
-
KDAN34250-I
Max Bytes per Message
- Description
-
This message is displayed when the destination is queried using the cjmsicmd query dst command.
-
KDAN34252-I
Max Number of Active Consumers
- Description
-
This message is displayed when the destination is queried using the cjmsicmd query dst command.
-
KDAN34254-I
Limit Behavior
- Description
-
This message is displayed when the destination is queried using the cjmsicmd query dst command.
-
KDAN34256-I
Consumer Flow Limit
- Description
-
This message is displayed when the destination is queried using the cjmsicmd query dst command.
-
KDAN34257-I
Max Number of Producers
- Description
-
This message is displayed when the destination is queried using the cjmsicmd query dst command.
-
KDAN34258-I
Current Number of Active Consumers
- Description
-
This message is displayed when the destination is queried using the cjmsicmd query dst command.
-
KDAN34262-I
Service Name
- Description
-
This message is displayed when the destination is queried using the cjmsicmd query svc command.
-
KDAN34263-I
Port Number
- Description
-
This message is displayed when the destination is queried using the cjmsicmd query svc command.
-
KDAN34264-I
Service State
- Description
-
This message is displayed when the destination is queried using the cjmsicmd query svc command.
-
KDAN34265-I
Min Number of Threads
- Description
-
This message is displayed when the destination is queried using the cjmsicmd query svc command.
-
KDAN34266-I
Max Number of Threads
- Description
-
This message is displayed when the destination is queried using the cjmsicmd query svc command.
-
KDAN34267-I
Current Number of Allocated Threads
- Description
-
This message is displayed when the destination is queried using the cjmsicmd query svc command.
-
KDAN34268-I
Current Number of Connections
- Description
-
This message is displayed when the destination is queried using the cjmsicmd query svc command.
-
KDAN34270-I
Current Number of Producers
- Description
-
This message is displayed when the destination is queried using the cjmsicmd query dst command.
-
KDAN34271-I
Destination State
- Description
-
This message is displayed when the destination is queried using the cjmsicmd query dst command.
-
KDAN34277-I
Primary Port
- Description
-
This message is displayed when the Broker is queried using the cjmsicmd query bkr command.
-
KDAN34282-I
Use Dead Message Queue
- Description
-
This message is displayed when the destination is queried using the cjmsicmd query dst command.
-
KDAN34295-I
aa....aaSuccessfully queried the broker.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when the Broker is queried normally.
-
KDAN34296-I
Instance Name
- Description
-
This message is displayed when the Broker is queried using the cjmsicmd query bkr command.
-
KDAN34297-I
Auto Create Topics
- Description
-
This message is displayed when the Broker is queried using the cjmsicmd query bkr command.
-
KDAN34298-I
Auto Create Queues
- Description
-
This message is displayed when the Broker is queried using the cjmsicmd query bkr command.
-
KDAN34305-I
Max Number of Messages in System
- Description
-
This message is displayed when the Broker is queried using the cjmsicmd query bkr command.
-
KDAN34306-I
Max Total Message Bytes in System
- Description
-
This message is displayed when the Broker is queried using the cjmsicmd query bkr command.
-
KDAN34307-I
Max Message Size
- Description
-
This message is displayed when the Broker is queried using the cjmsicmd query bkr command.
-
KDAN34312-I
aa....aaSuccessfully updated the broker.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when the Broker is updated normally.
-
KDAN34316-I
aa....aaSuccessfully updated the service.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when the service is updated normally.
-
KDAN34321-I
aa....aaSuccessfully updated the destination.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when the destination is updated normally.
-
KDAN34322-I
Listing all durable subscriptions on the topic ''aa....aa'' on the broker specified by:
aa....aa: topic name
- Description
-
This message is displayed when all the durable subscribers on a specified topic are listed normally.
-
KDAN34323-I
aa....aaSuccessfully listed durable subscriptions.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when the durable subscribers are listed normally.
-
KDAN34326-I
aa....aaSuccessfully destroyed the durable subscription.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when the durable subscribers are destroyed normally.
-
KDAN34393-I
Current Number of Messages in System
- Description
-
This message is displayed when the Broker is queried using the cjmsicmd query bkr command.
-
KDAN34394-I
Current Total Message Bytes in System
- Description
-
This message is displayed when the Broker is queried using the cjmsicmd query bkr command.
-
KDAN34401-I
aa....aaSuccessfully purged the durable subscription.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when a durable subscriber is purged normally.
-
KDAN34402-I
aa....aaThe durable subscription was not purged.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when a Broker is not running.
-
KDAN34416-I
Auto Created Queue Max Number of Active Consumers
- Description
-
This message is displayed when the Broker is queried using the cjmsicmd query bkr command.
-
KDAN34445-I
Log Dead Messages
- Description
-
This message is displayed when the Broker is queried using the cjmsicmd query bkr command.
-
KDAN34446-I
Current Number of Messages in Dead Message Queue
- Description
-
This message is displayed when the Broker is queried using the cjmsicmd query bkr command.
-
KDAN34447-I
Current Total Message Bytes in Dead Message Queue
- Description
-
This message is displayed when the Broker is queried using the cjmsicmd query bkr command.
-
KDAN34448-I
Truncate Message Body in Dead Message Queue
- Description
-
This message is displayed when the Broker is queried using the cjmsicmd query bkr command.
-
KDAN34454-I
aa....aaSuccessfully quiesced the broker.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when a Broker is quiesced normally.
-
KDAN34466-I
aa....aaSuccessfully listed broker.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when the Brokers are listed normally.
-
KDAN34476-I
aa....aaSuccessfully listed JMX Connectors.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when the JMX connectors are listed normally.
-
KDAN34483-I
aa....aaSuccessfully destroyed the connection.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when a connection is destroyed normally.
-
KDAN34485-I
Broker is Embedded
- Description
-
This message is displayed when the Broker is queried using the cjmsicmd query bkr command.
-
KDAN34486-I
Held in Transaction
- Description
-
This message is displayed when the destination is queried using the cjmsicmd query dst command.
-
KDAN34487-I
Actual
- Description
-
This message is displayed when the destination is queried using the cjmsicmd query dst command.
-
KDAN34492-I
aa....aaSuccessfully unquiesced the broker.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when the Broker is unquiesced normally.
-
KDAN34494-I
aa....aaSuccessfully sent command to shutdown the broker.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when the command to shutdown the Broker is sent normally.
-
KDAN34495-I
Waiting for broker at aa....aa to shutdown...
aa....aa: Host name: Port value
- Description
-
This message is displayed when waiting for the Broker to shutdown.
-
KDAN34497-I
Instance Configuration/ Data Root Directory
- Description
-
This message is displayed when the Broker is queried using the cjmsicmd query bkr command.
-
KDAN34499-I
aa....aaSuccessfully reset the broker.
aa....aa: Broker host name and port number (information about this argument is output only to the management command log)
- Description
-
This message is displayed when the Broker is reset normally.
-
KDAN34504-I
Setting System Property: aa....aa=bb....bb
aa....aa: Property name
bb....bb: Property value
- Description
-
This message is displayed when a property is specified using the -D option.
-
KDAN34508-I
Listing messages for the destination
- Description
-
This message is displayed when listing the messages for the destination.
-
KDAN34509-I
Successfully listed messages.
- Description
-
This message is displayed when the messages are listed normally.
-
KDAN34511-I
Successfully destroyed message.
- Description
-
This message is displayed when the messages are destroyed normally.
-
KDAN34513-I
Purging all the destinations
- Description
-
This message is displayed when all the destinations are purged.
-
KDAN34514-I
Skipping destination:aa....aa.
aa....aa: Destination name
- Description
-
This message is displayed when the destination type is Admin during the destruction or purging of the destinations.
-
KDAN34515-I
Successfully purged queue aa....aa
aa....aa: Queue name
- Description
-
This message is displayed when a queue is purged normally.
-
KDAN34516-I
Successfully purged topic aa....aa.
aa....aa: topic name
- Description
-
This message is displayed when a topic is purged normally.
-
KDAN34518-I
Destroying all the destinations
- Description
-
This message is displayed when all the destinations are destroyed.
-
KDAN34519-I
Successfully destroyed queue aa....aa
aa....aa: Queue name
- Description
-
This message is displayed when a queue is destroyed normally.
-
KDAN34520-I
Successfully destroyed topic aa....aa.
aa....aa: Topic name
- Description
-
This message is displayed when a topic is destroyed normally.
-
KDAN34522-I
Successfully queried message.
- Description
-
This message is displayed when a message is queried normally.
-
KDAN34523-I
Problems connecting to the broker.
- Description
-
This message is displayed when a Broker has been stopped.
-
KDAN34526-I
Data received back from broker:
- Description
-
This message is displayed when data is being received from the Broker while using the -debug option.
-
KDAN34527-I
No additional data received back from broker.
- Description
-
This message is displayed when data is being received from the Broker while using the -debug option.
-
KDAN34528-I
BrokerAdmin defaultTimeout set to: aa....aa.
aa....aa: Default timeout value
- Description
-
This message is displayed when the Broker Admin default timeout value is set up.
-
KDAN34529-I
BrokerAdmin defaultNumRetries set to: aa....aa
aa....aa: Default retry count
- Description
-
This message is displayed when the Broker Admin default retry count is set up.
-
KDAN34530-I
BrokerAdmin num retries set to: aa....aa
aa....aa: Retry count
- Description
-
This message is displayed when Broker Admin retry count is set up.
-
KDAN34531-I
Destroying message:
- Description
-
This message is displayed when a message is destroyed.
-
KDAN34532-I
In the destination
- Description
-
This message is issued before displaying the destination information.
-
KDAN34535-I
Querying message:
- Description
-
This message is displayed when a message is queried.
-
KDAN34536-I
DEBUG message sent successfully.
- Description
-
This message is displayed when a debug message is sent normally while using the -debug option.
-
KDAN34537-I
Sending the following DEBUG message:
- Description
-
This message is displayed when a debug message is sent normally while using the -debug option.
-
KDAN34538-I
Optional properties:
- Description
-
This message displays optional properties.
-
KDAN34539-I
The values '-1 or 0' can be used to specify 'unlimited' for the following Queue/ Topic attributes:
- Description
-
This message displays the queue/ topic attributes for which -1 or 0 can be set up as the unlimited value.
-
KDAN34540-I
The values '-1 or 0' can be used to specify 'unlimited' for the following Broker attributes:
- Description
-
This message displays the Broker attributes for which -1 or 0 can be set up as the unlimited value.
-
KDAN34541-I
cjmsicmd command was executed specified by:aa....aa
aa....aa: User-specified argument
- Description
-
This message is displayed when some argument is specified for the cjmsicmd command.
-
KDAN34542-I
aa....aa The durable subscription was not destroyed.
aa....aa: Broker host name and port number (information about this argument is only output to the management command log)
- Description
-
This message is displayed when the user ignores the execution of the operation and when an invalid value is specified for the argument, while a persistence subscriber is being deleted.
-
KDAN34543-I
aa....aa The destination was not compacted.
aa....aa: Broker host name and port number (information about this argument is only output to the management command log)
- Description
-
This message is displayed when an invalid argument is specified while compressing the destination.
The message is also displayed when the user ignores the operation.
-
KDAN34544-I
aa....aa The destinations were not compacted.
aa....aa: Broker host name and port number (information about this argument is only output to the management command log)
- Description
-
This message is displayed when an invalid argument is specified while compressing multiple destinations.
The message is also displayed when the user ignores the operation.
-
KDAN34545-I
aa....aa The destinations were not purged.
aa....aa: Broker host name and port number (information about this argument is only output to the management command log)
- Description
-
This message is displayed when an invalid argument is specified while destroying the message.
The message is also displayed when the user ignores the operation.
-
KDAN34546-I
aa....aa The destination was not resumed.
aa....aa: Broker host name and port number (information about this argument is only output to the management command log)
- Description
-
This message is displayed if the user ignores the operation, or if an invalid argument is specified when the delivery of messages to the destination is resumed.
-
KDAN34547-I
aa....aa The destinations were not paused.
aa....aa: Broker host name and port number (information about this argument is only output to the management command log)
- Description
-
This message is displayed if the user ignores the operation, or if an invalid argument is specified when the delivery of messages to multiple destinations is paused.
-
KDAN34548-I
aa....aa The destinations were not resumed.
aa....aa: Broker host name and port number (information about this argument is only output to the management command log)
- Description
-
This message is displayed if the user ignores the operation, or if an invalid argument is specified when the delivery of messages to multiple destinations is resumed.
-
KDAN38004-Q
Are you sure you want to destroy this destination? (y/ n)[n]
- Description
-
This message is displayed when an attempt is made to destroy a destination.
-
KDAN38005-Q
Are you sure you want to purge this destination? (y/ n)[n]
- Description
-
This message is displayed when an attempt is made to purge a destination.
-
KDAN38006-Q
Are you sure you want to pause this broker? (y/ n)[n]
- Description
-
This message is displayed when an attempt is made to pause a destination.
-
KDAN38007-Q
Are you sure you want to pause this service? (y/ n)[n]
- Description
-
This message is displayed when an attempt is made to pause a service.
-
KDAN38008-Q
Are you sure you want to resume this broker? (y/ n)[n]
- Description
-
This message is displayed when an attempt is made to resume a Broker.
-
KDAN38009-Q
Are you sure you want to resume this service? (y/ n)[n]
- Description
-
This message is displayed when an attempt is made to resume a service.
-
KDAN38010-Q
Are you sure you want to shutdown this broker? (y/ n)[n]
- Description
-
This message is displayed when an attempt is made to shutdown a Broker.
-
KDAN38011-Q
Are you sure you want to restart this broker? (y/ n)[n]
- Description
-
This message is displayed when an attempt is made to restart a Broker.
-
KDAN38012-Q
Are you sure you want to update this broker? (y/ n)[n]
- Description
-
This message is displayed when an attempt is made to update a Broker.
-
KDAN38013-Q
Are you sure you want to update this service? (y/ n)[n]
- Description
-
This message is displayed when an attempt is made to update a service.
-
KDAN38014-Q
Are you sure you want to update this destination? (y/ n)[n]
- Description
-
This message is displayed when an attempt is made to update a destination.
-
KDAN38015-Q
Are you sure you want to destroy this durable subscription? (y/ n)[n]
- Description
-
This message is displayed when an attempt is made to destroy a durable subscriber.
-
KDAN38021-Q
Are you sure you want to purge this durable subscription? (y/ n)[n]
- Description
-
This message is displayed when an attempt is made to purge a durable subscriber.
-
KDAN38022-Q
Are you sure you want to pause this destination? (y/ n)[n]
- Description
-
This message is displayed when an attempt is made to pause a durable subscriber.
-
KDAN38023-Q
Are you sure you want to resume this destination? (y/ n)[n]
- Description
-
This message is displayed when an attempt is made to resume a durable subscriber.
-
KDAN38024-Q
Are you sure you want to compact this destination? (y/ n)[n]
- Description
-
This message is displayed when an attempt is made to compress a destination.
-
KDAN38025-Q
Are you sure you want to compact all the destinations? (y/ n)
- Description
-
This message is displayed when an attempt is made to compress all the destinations.
-
KDAN38026-Q
Are you sure you want to pause all the destinations? (y/ n)[n]
- Description
-
This message is displayed when an attempt is made to pause all the destinations.
-
KDAN38027-Q
Are you sure you want to resume all the destinations? (y/ n)[n]
- Description
-
This message is displayed when an attempt is made to resume all the destinations.
-
KDAN38028-Q
Are you sure you want to quiesce this broker? (y/ n)[n]
- Description
-
This message is displayed when an attempt is made to quiesce a Broker.
-
KDAN38029-Q
Are you sure you want to takeover the broker? (y/ n)[n]
- Description
-
This message is displayed when an attempt is made to takeover a Broker.
-
KDAN38030-Q
Are you sure you want to destroy this connection? (y/ n)[n]
- Description
-
This message is displayed when an attempt is made to destroy a connection.
-
KDAN38031-Q
Are you sure you want to unquiesce this broker? (y/ n)[n]
- Description
-
This message is displayed when an attempt is made to unquiesce a Broker.
-
KDAN38032-Q
Are you sure you want to reset this broker? (y/ n)[n]
- Description
-
This message is displayed when an attempt is made to reset a Broker.
-
KDAN38033-Q
The state of this transaction is aa....aa.
Are you sure you want to rollback this transaction? (y/ n)[n]
aa....aa: Transaction state
- Description
-
This message is displayed when an attempt is made to roll back a transaction.
-
KDAN38034-Q
Are you sure you want to commit this transaction? (y/ n)[n]
- Description
-
This message is displayed when an attempt is made to commit a transaction.
-
KDAN38035-Q
Are you sure you want to destroy this message? (y/ n)[n]
- Description
-
This message is displayed when an attempt is made to destroy a message.
-
KDAN38036-Q
Are you sure you want to purge all the destinations? (y/ n)[n]
- Description
-
This message is displayed when an attempt is made to purge all the destinations.
-
KDAN38037-Q
Are you sure you want to destroy all the destinations? (y/ n)[n]
- Description
-
This message is displayed when an attempt is made to destroy all the destinations.