Express (Distributed operating systems), v8.0 > Reference > Messages


OBPL

OBPL0001E: IllegalAccessException occurred when initializing the object pool. The type of object being pooled might not be public or might not have a default constructor: {0}.

Explanation An IllegalAccessException occurred when instantiating the requested object for an object pool.
Action Verify that the class of object being pooled has a public default constructor. If your class does not meet these requirements then create a CustomObjectPool for your class and register the CustomObjectPool with the ObjectPoolManager.

OBPL0002E: The specified object cannot be returned to the object pool because is not the correct type. The class of object specified is {0}. The expected class is {1}.

Explanation An attempt was made to return an object of the wrong type to an object pool.
Action There is an error in the application. The wrong object pool was used for a return operation. Correct the application.

OBPL0003E: IOException was raised during a JNDI operation.

Explanation An unexpected exception occurred binding a WorkManager/ObjectPoolManager into JNDI.
Action This indicates a damaged installation. Reinstall the application server product and try again.

OBPL0004E: Message key {0} was not found in any searched resource bundles.

Explanation The message key supplied to retrieve a message is not valid.
Action Determine why the message catalog could not be found.

OBPL0005E: ObjectPoolMBeanActivateException {0} for MBeanID {1}

Explanation Unable to activate the specified MBean when creating an ObjectPool.
Action Verify that the parameters used to create the ObjectPool are valid.

OBPL0006E: ObjectPoolManagerMBeanActivateException {0} for MBeanID {1}

Explanation Unable to activate the specified MBean when creating an ObjectPoolManager.
Action Verify that the parameters used to create the ObjectPoolManager are valid.

OBPL0007I: Object Pool Manager service is disabled.

Explanation The Object Pool service has been disabled in the configuration and is inaccessible on the server.
Action Action is not required.

OBPL0009W: Object Pool service is disabled due to previous errors.

Explanation The Object Pool service experienced an error during initialization. The service is inaccessible on the given server. The root error should have been logged previously.
Action Resolve the previously logged errors. If unable to do so, contact IBM product support.

OBPL0010I: The Object Pool service started successfully.

Explanation The Object Pool service was started and is available to receive requests.
Action Action is not required.

OBPL0011I: The Object Pool service is stopping.

Explanation The Object Pool service is stopping and is unable to receive requests.
Action Action is not required.

OBPL0012E: Object Pool service could not resolve the {0} service.

Explanation The Object Pool service could not resolve the specified service, which is required for the Object Pool service. Review the log to determine whether the specified service started successfully.
Action To use the Object Pool service, correct the problem with the specified service. If you are unable to correct the problem, contact IBM support.

OBPL0013I: An error occurred while initializing performance monitoring for the Object Pool.

Explanation The Object Pool PMI module could not be registered with the PMI service.
Action Verify that the product is installed correctly and check the logs for further details. This error affects only performance data gathering.

OBPL9999E: Unexpected exception occurred: {0}.

Explanation This exception is unexpected. The cause is not immediately known.
Action More info at:

   

+

Search Tips   |   Advanced Search