Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Note
titleArchive Content

Please note this page is present for reference only. QMan has been removed and is no longer a released component.

Error Messages

QMAN-100001

...

  • Message : Unable to unregister object instance <object_name>.
  • Description: A new event or object instance deletion has been notified; The corresponding JMX entity unregistration failed.
  • Cause : This is probably due to the fact that the requested instance no longer exists on QMan and therefore was previously unregistered.
  • Action: See QMan logs in order to see the name of the object that caused the failure. After that, on the same log, have a look all lifecycle events related with this entity. This should give you a clear idea of what happened. 

QMAN-100014

  • Message : Unable to decode value for attribute <attribute_name>.
  • Description: A content indication message arrived but QMan is not able to decode correctly its data.
  • Cause : This message appears under two circumstances : a malformed / corrupted message or a protocol change occured on the broker side.
  • Action: See QMan logs in order to see the exact cause of the problem and after that ensure that no protocol changes occurred on broker side.

QMAN-100015

  • Message : Unable to send a schema request schema for <package_name>.<class_name>
  • Description: QMan is not able to send a Schema request to Qpid.
  • Cause : Probably there's some problem at I/O level (i.e. network).
  • Action: Ensure that connection with broker is estabilished and working.

QMAN-100016

  • Message : Unable to decode value for <broker_id>:<package_name>:<class_name>.
  • Description: Basically we are talking about the same thing reported on QMAN-100014. The difference is that here we have the FQN of the entity.
  • Cause : see QMAN-100014.
  • Action: see QMAN-100014.

QMAN-100017

  • Message : Cannot connect to broker <broker_id> on <connection_data>
  • Description: QMan is not able to estabilish a connection with broker <broker_id>, whose connection data is <connection_data>.
  • Cause : Network issue or the target broker is not running.
  • Action: Check network and target broker.

QMAN-100018

  • Message : Q-Man was unable to startup correctly : see logs for further details.
  • Description: QMan startup procedure fails.
  • Cause : There could be many reasons for that. Probably the cause is an error in the configuration.
  • Action: Check QMan configuration files and of course, have a look at logs...there should be written the exact cause of the problem.

QMAN-100019

  • Message : Unexpected exception occurred on WSDM adapter layer : probably request or response was malformed.
  • Description: Soap Request or response is malformed. Most probably issue occurs in the request (because response is automatically generated by QMan)
  • Cause : The WS-DM adapter deals with Soap messages, which must be valid XML documents. If one of them (request or response) is malformed you get this error.
  • Action: Using QMan administration console enable a fine level for WS-DM adapter log. You should see all XML messages that are exchanged during conversations.

QMAN-100020

  • Message : WS-Action not supported.
  • Description: An action request has been made to a QMan but the requested action is not supported by the target WS-Resource.
  • Cause : Each managed WS-Resource has capabilities that include several actions (it depends by the resource interface). Probably the request has been sent to the wrong resource.
  • Action: Using QMan administration console inspect the requested resource in order to see all the supported actions. Check the incoming request message in order to see if it is correct.

QMAN-100021

  • Message : Unable to build RDM for resource <resource_id>.
  • Description: Resource Metadata Descriptor is an artifact that is built when a WS-Resource is created. The RDM for the reported WS-Resource cannot be created.
  • Cause :
  • Action:

QMAN-100022

  • Message : Unable to shutdown Isolation Layer.
  • Description:
  • Cause :
  • Action:
  • RDM is basically a descriptor reporting the metadata for a WS-Resource so probably the problem is in the structure of the resource (properties, operations). It is also possible that a resource interface contains a datatype that is not supported.
  • Action: Using QMan administration console enable a fine level for WS-DM adapter log. You should see detailed information about the lifecycle of each managed resources including generated artifacts.

QMAN-100023

  • Message : Unable to build WS artifacts.
  • Description: When a WS-Resouce is created, its WSDL and RDM is generated too. The engine wasn't able to build those artifacts.
  • Cause : This is, as QMAN-100021, a problem with the interface / definition of the resource that needs to be created.
  • Action: Using QMan administration console enable a fine level for WS-DM adapter log. You should see detailed information about the lifecycle of each managed resources including generated artifacts.

QMAN-100024

  • Message : Unable to instantiate generated capability class for <resource_id>.
  • Description: When a WS-Resource is created, QMan is building several classes that represent its capabilities. This error indicates that at least one capability class failed to initialize.
  • Cause : This is, as QMAN-100021, a problem with the interface / definition of the resource that needs to be created.
  • Action: Using QMan administration console enable a fine level for WS-DM adapter log. You should see detailed information about the lifecycle of each managed resources including generated artifacts.

QMAN-100024

  • Message : Resource manager raised an exception while creating capability for <resource_id>.
  • Description: A resource manager is an internal component that handles resources lifecycle including creation and destruction. This error occurs when the resource cannot be created.
  • Cause : This is, as QMAN-100021, a problem with the interface / definition of the resource that needs to be created.
  • Action: Using QMan administration console enable a fine level for WS-DM adapter log. You should see detailed information about the lifecycle of each managed resources including generated artifacts.

QMAN-100024

  • Message : Exception occurred while replacing the placeholder soap address with resource actual location.
  • Description: Each WS-Resource has a WSDL that represents itself as a Web service. Service description is built starting from a template WSDL that contains a fake address replaced with the actual location when the resource is built.
  • Cause : This is an internal QMan error and should never appear because is due to a malformed WSDL template.
  • Action: Using QMan administration console enable a fine level for WS-DM adapter log. You should see detailed information about the lifecycle of each managed resources including generated artifacts.

QMAN-100027

  • Message : Shutdown failure while destroying resource <resource_id>.
  • Description: QMan was not able to destroy the resource <resource_id>.
  • Cause : Most probably the resource was busy when the shutdown has been requested.
  • Action: Using QMan administration console enable a fine level for WS-DM adapter log.

QMAN-100029

  • Message : Unable to define URI for QMan resources using <uri>. It violates RFC 2396
  • Description: Each WS-Resource is associated with an URI generated a runtime and based on the running environment (host, port).
  • Cause : Most probably some information is missing and therefore QMan is not able to create a valid URI.
  • Action: See installation instructions and ensure that all needed environment properties are correctly set.

QMAN-100030

  • Message : QMan JMX core Unexpected failure while starting up.
  • Description: Startup failure has occured on JMX core.
  • Cause : This indicates a configuration error that occurred at startup.
  • Action: Check QMan configuration files.

QMAN-100031

  • Message : Bad request has been received on this WS-Resource : Initialization is not possible because the resource has already been initialized.
  • Description: An initialization request has been issued to an already initialized WS-Resource.
  • Cause : It is not possible to initialize a WS-Resource twice. Something was wrong on WS-DM Adapter.
  • Action: Using QMan administration console enable a fine level for WS-DM adapter log. You should see detailed information about the lifecycle of each managed resources including generated artifacts.

QMAN-100032

  • Message : Bad request has been received on this WS-Resource : Shutdown is not possible because the resource hasn't yet been initialized.
  • Description: A shutdown request has been issued to a resource that has not been initialized.
  • Cause : It is not possible to shtudown a WS-Resource that isn't initialized. Something was wrong on WS-DM Adapter.
  • Action: Using QMan administration console enable a fine level for WS-DM adapter log. You should see detailed information about the lifecycle of each managed resources including generated artifacts. It is also possible that a wrong deletion message (content indication message) arrived from Qpid broker.

QMAN-100033

  • Message : Bad request has been received on this WS-Resource : Shutdown is not possible because the resource has already been shutdown.
  • Description: A shutdown request has been issued to an already shutdown WS-Resource.
  • Cause : It is not possible to shtudown a WS-Resource twice. Something was wrong on WS-DM Adapter.
  • Action: Using QMan administration console enable a fine level for WS-DM adapter log. You should see detailed information about the lifecycle of each managed resources including generated artifacts. It is also possible that a wrong deletion message (content indication message) arrived from Qpid broker.

QMAN-100034

  • Message : Unable to get via XPath the schema section in WSDL.
  • Description: QMan is not able to deal with WSDL template for a specific WS-Resource.
  • Cause : This is an internal QMan error and should never appear because is due to a malformed WSDL template.
  • Action: Using QMan administration console enable a fine level for WS-DM adapter log. You should see detailed information about the lifecycle of each managed resources including generated artifacts.