Problem | This exception is unexpected. The cause is not immediately known. |
User response | If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/. |
Problem | This exception is unexpected. The cause is not immediately known. |
User response | If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/. |
Problem | The given value is not allowed for the property specified. |
User response | Change the value to a value that is supported for the property. |
Problem | The user name and password supplied are not correct. |
User response | See the linked exception for more information and check that the user name and password are correct and have been defined to the system. |
Problem | An attempt to create a JMS connection failed due to an exception from the JCA runtime. |
User response | See the linked exception for more information. |
Problem | The user name is not authorized to access the resource. |
User response | See the linked exception for the user name and ensure that it is correctly authorized to the required resource on the system. |
Problem | During execution of the specified method an exception was thrown by another component. |
User response | See the linked exception for more information. |
Problem | This exception is unexpected. The cause is not immediately known. |
User response | If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/. |
Problem | An application called a method that must not be used after the connection is closed. |
User response | Ensure that the connection is not closed before calling the method. |
Problem | During execution of the specified method an exception was thrown by another component. |
User response | See the linked exception for more information. |
Problem | An application has tried to set the client ID after it has previously been set or administratively configured. |
User response | Ensure that the client ID is not set after it has been previously set or configured. |
Problem | A call into the JCA runtime to create a session generated an exception. |
User response | Examine the linked exception for further information. |
Problem | A method was called that is not permitted in the current container. |
User response | Remove the call to the method. |
Problem | The application has attempted to use a feature or capability that is not supported by the current release of the software. |
User response | Remove the code that attempts to use this capability or update to a later release of the software if available. |
Problem | The connection was closed during the execution of this method. |
User response | Repeat the call using a new connection. |
Problem | The application called a method that must not be called on a nontransacted session. |
User response | Change the application program to remove this behavior. |
Problem | It was not possible to unsubscribe from the durable subscription. This may happen if there is an active subscriber attached to the subscription, or the subscription holds messages that are under transaction. |
User response | Ensure that there is no active subscriber and retry the unsubscribe method. |
Problem | The current user does not have authorisation to unsubscribe the durable subscription. |
User response | Check the userID has the required access to the resources needed. See the linked exception for more details. |
Problem | The application called a method that is optional in the JMS specification, and which is not supported by this implementation. |
User response | Remove calls to the named methods from the application. |
Problem | The user application passed in an implementation class from an unsupported JMS provider. |
User response | Replace the unsupported object with one that is supported. |
Problem | A queue name was supplied to a createTopic call or vice versa. |
User response | Alter the name so that it correctly describes the object type. |
Problem | The given value is not allowed for the property specified. |
User response | Change the value to a value that is supported for the property. |
Problem | An application called a method that must not be used after the session is closed. |
User response | Ensure that the session in not closed before calling the method. |
Problem | The application called a method that must not be called on a transacted session. |
User response | Change the application program to remove this behavior. |
Problem | The application call a method on a session object for which the associated Connection has been closed. |
User response | Ensure that the connection is not closed before calling the method. |
Problem | The application tried to connect to a destination that is not defined. |
User response | Correctly define the required destination and repeat the operation. |
Problem | During execution of the specified method an exception was thrown by another component. |
User response | See the linked exception for more information. |
Problem | The application tried to unsubscribe a durable subscription which does not exist. |
User response | No action is required unless the application expected the subscription to exist, in which case it should previously have created it. |
Problem | It is mandatory to set the durableSubscriptionHome property before creating a connection that will use durable subscribers |
User response | Set the ConnectionFactory durableSubscriptionHome property to the name of the messaging engine on which the subscription should be localized. |
Problem | The user name is not authorized to access the resource. |
User response | See the linked exception for more detail. Check that the user name is correctly authorized to the required resource on the system. |
Problem | The temporary topic could not be deleted. It may have active subscribers. |
User response | Close any subscribers to the topic and retry the call. |
Problem | An application called a method that must not be used after the message producer is closed. |
User response | Ensure that the message producer is not closed before calling the method. |
Problem | A problem was encountered whilst creating a MessageProducer. |
User response | See the linked exception for more information. |
Problem | A problem was encountered whilst sending a messsage. |
User response | See the linked exception for more information. |
Problem | The producer was created with a null destination and a destination was not supplied on the send method. |
User response | Change the application so that a send method that specifies a destination is used, or specify a destination when creating the producer. |
Problem | The producer was created with a specified destination; it is not valid to specify a destination again when sending a message. |
User response | Change the application so that a send method that does not specify a destination is used, or specify a null destination when creating the producer. |
Problem | During execution of the specified method an exception was thrown by another component. |
User response | See the linked exception for more information. |
Problem | The given value is not allowed for the property specified. |
User response | Change the value to a value that is supported for the property. |
Problem | The linked exception contains details of the authority that is required to carry out this operation. |
User response | The administrator must grant the required authority to the relevant user. |
Problem | An application called a method that must not be used after the message consumer is closed. |
User response | Ensure that the message consumer is not closed before calling the method. |
Problem | The JMS specification does not permit the use of a session for synchronous methods when asynchronous message delivery is running. |
User response | Create a separate session if you wish to use both synchronous methods and asynchronous delivery simultaneously. |
Problem | A message selector was supplied that was incorrect. |
User response | See the linked exception for more information. |
Problem | A method was called that is not permitted in the current container. |
User response | Remove the call to the method. |
Problem | During execution of the specified method an exception was thrown by another component. |
User response | See the linked exception for more information. |
Problem | A problem was encountered whilst creating a MessageConsumer. |
User response | See the linked exception for more information. |
Problem | A stopped connection will not deliver messages to message consumers. An attempt to consume messages from a stopped connection may indicate an error in the application logic. |
User response | Check to see if consuming from a stopped connection is an expected behaviour of the application. Correct the application design if it is not. |
Problem | A MessageConsumer with a registered MessageListener received an exception from the onMessage method. |
User response | The onMessage method should be changed to avoid throwing exceptions. |
Problem | The linked exception contains details of the authority that is required to carry out this operation. |
User response | The administrator must grant the required authority to the relevant user. |
Problem | An application tried to set an object property using an object type that is not permitted by the JMS specification. |
User response | Use a permitted object type, which are the primitive wrapper classes or String objects. |
Problem | While receiving a message an exception was thrown that caused the operation to fail. |
User response | Examine the specified exception, and linked exception object for more information. |
Problem | Conversion between the two specified data types is not permitted by the JMS specification. |
User response | Retrieve the named item using one of the permitted conversions. |
Problem | An application attempted to retrieve the value of a field that has not been set. |
User response | Set the value of the field before retrieving it. |
Problem | A user application has attempted to set a field using a name that is not valid, for example, null or empty String. |
User response | Use a valid field name. |
Problem | A user application has attempted to set a read-only message body. |
User response | Change the application program to remove this behavior, or call the clearBody method first. |
Problem | A user application has attempted to set a read-only message property. |
User response | Change the application program to remove this behavior, or call the clearProperties method first. |
Problem | A user application has attempted to read a write-only message body. |
User response | Change the application program to remove this behavior, or call the reset method first. |
Problem | The message has either been constructed by the application, or has been obtained using a queue browser, and so does not support the stated operation. |
User response | Ensure that applications only invoke this operation on messages obtained via a receive call, or on messages presented to a MessageListener. |
Problem | It was not possible to create the message due to an error. |
User response | Examine the linked exception for details of the error. |
Problem | The supplied property name does not conform to the allowed format described in the JMS specification. |
User response | Check the characters used in the property name and modify as necessary. |
Problem | The supplied property name begins with the JMS prefix, but is not one of the supported, settable properties. |
User response | Check the property name and correct errors. |
Problem | JMS_IBM properties may only be set using a specific variable type. |
User response | Correct application code to use the required variable type when setting this JMS_IBM property. |
Problem | During execution of the specified method an exception was thrown by another component. |
User response | See the linked exception for more information. |
Problem | The given value is not allowed for the property specified. |
User response | Change the value to a value that is supported for the property. |
Problem | It was not possible to serialize the object because of the exception. |
User response | Examine the linked exception for details of the error. |
Problem | It was not possible to deserialize the message because of the exception shown. |
User response | Examine the linked exception for details of the error. |
Problem | A user application requested a message from a queue browser when none was available. |
User response | Ensure the application either does not call this method when there are no messages available, or handles this exception. |
Problem | An application called a method that must not be used after the queue browser is closed. |
User response | Ensure that the queue browser is not closed before calling the method. |
Problem | The createBrowserSession call returned null instead of a valid BrowserSession object. |
User response | This exception is unexpected. The cause is not immediately known. |
Problem | During execution of the specified method an exception was thrown by another component. |
User response | See the linked exception for more information. |
Problem | A problem was encountered whilst browsing the destination. |
User response | See the linked exception for more information. |
Problem | A message selector was supplied that was incorrect. |
User response | See the linked exception for more information. |
Problem | While receiving a message an exception was thrown that caused the operation to fail. |
User response | Examine the specified exception, and linked exception object for more information. |
Problem | The linked exception contains details of the authority that is required to carry out this operation. |
User response | The administrator must grant the required authority to the relevant user. |
Problem | A null reference was passed to the StreamMessage.readBytes method, so no data could be returned. |
User response | Pass a suitably sized buffer into the readBytes method. |
Problem | The end of the message content has been reached. This is normal if the reading application does not know how much data to expect. |
User response | No action required. |
Problem | An attempt has been made to read the next field from the stream whilst a byte array is partly read. |
User response | Ensure that the user code completes the read of any byte array before attempting to read the next field. |
Problem | An attempt was made to read a StreamMessage field containing null using the readChar method. |
User response | Avoid reading nulls using the readChar method. |
Problem | The supplied value does not have a known encoding. |
User response | Ensure that the application supplies a value from the defined list of encodings. |
Problem | A problem has occurred with data streams used for format conversion of float and double values. |
User response | If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/. |
Problem | An attempt was made to read beyond the end of the message. This may be a normal condition if an application has been coded to read variable length data using the JMS 1.0.2 specification. |
User response | If necessary, recode the application to use the new getBodyLength method. |
Problem | There was a problem during either reading or writing of a UTF-8 string. The most common problem is attempting to write a string longer than 65535 characters. |
User response | See the linked exception for further information. |
Problem | An object was provided to the writeObject method that was not a Java primitive wrapper type. |
User response | Correct the application to ensure that only objects of the permitted types are passed as parameters to the writeObject method. |
Problem | An error was encountered whilst trying to write an item to the message. |
User response | If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/. |
Problem | An object was provided to the writeObject method that was not a Java primitive wrapper type. |
User response | Correct the application to ensure that only objects of the permitted types are passed as parameters to the writeObject method. |
Problem | An object was provided to the writeObject method that was not a Java primitive wrapper type. |
User response | Correct the application to ensure that only objects of the permitted types are passed as parameters to the writeObject method. |
Problem | During execution of the specified method an exception was thrown by another component. |
User response | See the linked exception for more information. |
Problem | This exception is unexpected. The cause is not immediately known. |
User response | If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/. |
Problem | During execution of the specified method an exception was thrown by another component. |
User response | See the linked exception for more information. |
Problem | The connection was closed during the execution of this method. |
User response | Repeat the call using a new connection. |
Problem | The durable subscription is not accepting consumers. It may already have an active subsriber, or it may have been administratively disabled. See the linked exception for further detail. |
User response | Check the application(s) to see if there may be multiple attempts to access a single durable subscription. The JMS specification prohibits this, but if absolutely required see the shareDurableSubscriptions option on the connection factory. |
Problem | The current user does not have authorisation to access the durable subscription. |
User response | Check the userID has the required access to the resources needed. See the linked exception for more details. |
Problem | A problem was encountered interpreting the provided selector string. |
User response | Check the selector string and correct any errors. |
Problem | It was not possible to create a durable subscriber because of a problem with the topic space. |
User response | See the linked exception for details. If the topic space did not exist, either create it or use one that does exist. If the topic was a temporary one, either use a non-durable subscriber or change to a permanent topic. |
Problem | During execution of the specified method an exception was thrown by another component. |
User response | See the linked exception for more information. |
Problem | The given value is not allowed for the property specified. |
User response | Change the value to a value that is supported for the property. |
Problem | The given value is not allowed for the property specified. |
User response | Change the value to a value that is supported for the property. |
Problem | It is likely that the destination object does not have sufficient information to be used for production and/or consumption of messages. |
User response | Refer to your IBM representative for information on the cause of the given reason code. |
Problem | The publish/subscribe broker profile topic mapping used to transfer the original publication from MQ does not contain a broker input queue so it is not possible to route the reply message. |
User response | Add the correct broker input queue name to the appropriate broker profile topic mapping. |
Problem | The given value is not allowed for the property specified. |
User response | Change the value to a value that is supported for the property. |
Problem | The given value is not allowed for the property specified. |
User response | Change the value to a value that is supported for the property. |
Problem | An exception originated outside of user code whilst asynchronous delivery was running |
User response | See the linked exception for more information |
Problem | The messaging engine to which the application is attached has been shut down. |
User response | The application should use this as a signal to disconnect from the messaging engine. |
Problem | A communications failure has resulted in the loss of the connection to the messaging engine. |
User response | Examine the linked exception for more information. |
Problem | The messaging engine has been shutdown leaving the connection unusable. |
User response | Restart the messaging engine and reconnect. |
Problem | The specified character set is a required for operation of this functionality, but could not found. |
User response | Make the specified character set available for use by this JVM. |
Problem | This exception is unexpected. The cause is not immediately known. |
User response | If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/. |
Problem | This exception is unexpected. The cause is not immediately known. |
User response | If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/. |
Problem | The name-value pair element identified is malformed, possibly not containing both a name and a value. |
User response | Examine the identified name-value pair element to ensure that is it correctly formed. |
Problem | The identified destination prefix is reserved. |
User response | Consider using the prefix 'queue://' for a queue destination or 'topic://' for a topic destination. |
Problem | The name property of the URI element indentified could not be decoded into a valid Destination property. |
User response | Ensure that the name property identified is a valid property for Destination objects. |
Problem | The use of queue managers as specified in the destination URI is not supported. |
User response | Specify a valid URI which does not include the use of a queue manager. |
Problem | This exception is unexpected. The cause is not immediately known. |
User response | If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/. |
Problem | This exception is unexpected. The cause is not immediately known. |
User response | If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/. |
Problem | The application called a method that is not supported by the JMS specification. |
User response | Change the application program to remove this behavior. |
Problem | The application has attempted to use a feature or capability that is not supported by the current release of the software. |
User response | Remove the code that attempts to use this capability or update to a later release of the software if available. |
Problem | The application called a method that is not supported by the JMS specification. |
User response | Change the application program to remove this behavior. |
Problem | The application has attempted to use a feature or capability that is not supported by the current release of the software. |
User response | Remove the code that attempts to use this capability or update to a later release of the software if available. |
Problem | This exception is unexpected. The cause is not immediately known. |
User response | If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/. |
Problem | If the message does not give sufficient information, check any previous messages for further information. |
User response | If you are not able to resolve the problem ask your system administrator to help resolve the problem. |