Contidos dentroLocalizar Mais DocumentaçãoDestaques de Recursos de Suporte | Fazer download desta apostila em PDF (1324 KB)
Chapter 26 RAR Error MessagesThis chapter describes messages for errors with a RAR prefix. RAR Messages
Error loading J2EE resource file Cause:TBD Solution:TBD
JDBC driver threw an exception while recovery. Cause:Resource Adapter threw an exception during recovery in case of connectors. Solution:Check database or EIS log for details. Check whether the connection pool configuration is proper. Check whether domain.xml is accessible.
The XA resource has been deleted before attempting recovery Cause:The XA resource is no longer referenced in domain.xml. The database server that the XA resource points to is no longer running. The configuration information for the XA Resource has been changed before attempting recovery. Solution:Check that the XA Resource and the pool it points to is still defined in domain.xml. Check that the XA Resource is present in the list of resource-refs in domain.xml. Check that the Database server is up and running. Check if the configuration info of the XA resource and the pool it points to is sane. In particular check that the datasourceclassname in the pool is correct and the XA resource points to the correct pool.
Exception while creating persistent manager resource. Solution:Check whether the persistent manager factory class is configured properly and is available in the classpath. Check whether the JDBC resource name is correct and is configured properly.
Naming provider and port are not set in the initial context Cause:The Naming provider is not up. Solution:Check the jndi.properties file has the naming provider host and port specified. Check if the naming provider is up and listening on the port specified in domain.xml
Could not create an instance of factory-class. Solution:Make sure that factory-class name is configured correctly. Make sure that factory-class is available in the classpath of the application server
External JNDI resource has a wrong factory-class configuration Solution:Verify that factory class is an instance of javax.naming.spi.InitialContextFactory.
Could not create Initial Context. Solution:Make sure that the external-jndi-resource configuration is sufficient to create an initial context.
Could not create Initial context factory. Solution:Make sure that the external-jndi-resource configuration is sufficient to create an initial context factory.
Error in installing connection factories Cause:TBD Solution:TBD
Cannot load class [{0}]. Cause:TBD Solution:TBD
Classpath is not properly set in domain.xml Cause:The application server process does not have read permissions on the directory that holds the classes/jar. Solution:Check that the classpath attribute in the java-config includes a reference to the jar/package directory for the class. You do not have read permissions on the directory that holds the classes/jar.
Error accessing configuration file. Cause:TBD Solution:TBD
Cannot locate connection descriptor by name Cause:TBD Solution:TBD
Cannot create connection factory Cause:TBD Solution:TBD
Unexpected exception in creating new file Cause:TBD Solution:TBD
Could not configure persistent manager resource properly. Solution:Make sure that the JDBC resource name, you have configured is correct. Check whether the persistent manager factory class is proper. Check whether the persistent manager factory class has a setConnectionFactoryName method.
Error in installing resource adapters Cause:TBD Solution:TBD
Error in binding to JNDI namespace Cause:TBD Solution:TBD
Error removing connection factory Cause:TBD Solution:TBD
Error adding J2EE resource Cause:TBD Solution:TBD
Error removing J2EE resource Cause:TBD Solution:TBD
Failed to complete transaction.Error Message: [{0}]. Cause:TBD Solution:TBD
Unexpected exception in resource pooling Cause:TBD Solution:TBD
Unexpected exception while registering component Cause:TBD Solution:TBD
Unexpected exception while registering synchronization Cause:TBD Solution:TBD
System Exception Cause:TBD Solution:TBD
Unexpected exception while returning resource to pool Cause:TBD Solution:TBD
ASSERT FAILED!!! Cause:TBD Solution:TBD
Failed to resize pools Cause:TBD Solution:TBD
Error while closing the physical connection. Error while destroying the connector managed connection. Solution:Examine the exception stack trace for details.
Resource reference is not defined for JNDI name [{0}] Cause:TBD Solution:TBD
Username/password not specified for resource reference [{0}]. Defaulting to one in the pool. Cause:TBD Solution:TBD
Could not create a physical connection. Solution:Connection pool is configured incorrectly. Check that database is running properly. Check that EIS (in case of connectors) is running properly. Check that SJS MQ (in case of JMS) is running properly. Verify that network connection to Database/EIS/MQ is properly configured.
The XA resource has been deleted before attempting recovery. Cause:The XA resource is not properly referenced because: Check that the XA Resource and the pool it points to is still defined in domain.xml. Check that the XA Resource is present in the list of resource-refs in domain.xml. Check that the Database server is up and running. Check if the configuration info of the XA resource and the pool it points to is sane. In particular check that the datasourceclassname in the pool is correct and the XA resource points to the correct pool.
Exception while creating persistent manager resource. Solution:Check whether the persistent manager factory class is configured properly and is available in the classpath. Check whether the JDBC resource name is correct and is configured properly.
Could not configure persistent manager resource properly. Solution:Make sure that the JDBC resource name, you have configured is correct. Check whether the persistent manager factory class is proper. Check whether the persistent manager factory class has a setConnectionFactoryName method.
Naming provider and port are not set in the JNDI provider's property file Cause:The Naming provider is not up Solution:Check the jndi.properties file has the naming provider host and port specified. Check if the naming provider is up and listening on the port specified in domain.xml.
Classpath is not properly set in domain.xml Cause:You do not have read permissions on the directory that holds the classes/jar. Solution:Check that the classpath attribute in the java-config includes a reference to the jar/package directory for the class. Check that the directory where the classes/jars reside have read permission for the application server process.
Could not create Initial Context. Solution:Make sure that the external-jndi-resource configuration is sufficient to create an initial context.
The configuration for the JDBC resource could not be read from domain.xml Cause:This is an internal server error. Please contact Sun Microsystems with the complete error log
Jdbc pool monitoring bean registration failure Cause:TBD Solution:TBD
Failed to look up connection pool resource name Cause:TBD Solution:TBD
underlying connection not valid Cause:TBD Solution:TBD
Missing parameter in properties file [{0}]. Cause:TBD Solution:TBD
Could not create physical connection during connection pool resizing. Solution:Check whether your network connection to the database or EIS is proper. Check your database/ EIS logs for possible connection creation errors.
Binding [JDBC DataSource Name: {0}, Pool Name: {1}] Cause:TBD Solution:TBD
Install JDBC Datasources ... Cause:TBD Solution:TBD
Exception caught and ignored: {0} Cause:TBD Solution:TBD
Exception caught while getting Local Transaction Cause:TBD Solution:TBD
Exception while closing connection Cause:TBD Solution:TBD
The class specified in datasourceclassname attribute in the jdbc-connection-pool is not of type javax.sql.XADataSource. Please consult your database vendor's documentation to identify the class that implements the javax.sql.XADataSource Solution:Check if the datasourceclass implements the javax.sql.XADataSource interface. Try using the javap tool for this purpose.
The class specified in datasourceclassname attribute in the jdbc-connection-pool is not of type javax.sql.ConnectionPoolDataSource. Please consult your database vendor's documentation to identify the class that implements the javax.sql.ConnectionPoolDataSource. Solution:Check if the datasourceclass implements the javax.sql.ConnectionPoolDataSource interface. Try using the javap tool for this purpose.
Exception while getting pooled connection. Cause:The Database server is not up and running. The connection pool is full and cannot allocate more connections. The Database server threw some unexpected exception. Please study the exception message for more details
Exception while getting XA Connection: {0} Cause:TBD Solution:TBD
There are no managed connections in the connection pool at this time There is an internal server error. Please contact Sun Microsystems with the complete log message. Solution:This is an internal server error. Please contact Sun Microsystems with the complete error log. This is an internal server error. Please contact Sun Microsystems with the complete error log.
The Connection object is now invalid due to database restart Cause:The connection object is now invalid since the database has either restarted or is not up and running. The JDBC driver cannot provide the required information. Solution:Switch on the connection validation property of the connection pool and try again. If the database has restarted, restart the application server as well or set the connection validation property in the pool to avoid this in the future. If the database server is not up, please bring it up. Check the server log and please contact Sun Microsystems with the complete error log.
The Connection object is now invalid due to database restart. Cause:The connection object is now invalid since the database has either restarted or is not up and running. The JDBC driver cannot provide the required information. Solution:Switch on the connection validation property of the connection pool and try again. If the database has restarted, restart the application server as well or set the connection validation property in the pool to avoid this in the future. If the database server is not up, please bring it up. Check the server log and please contact Sun Microsystems with the complete error log.
Exception creating CciInteraction object Cause:TBD Solution:TBD
Exception while clearing warnings from Statement object Cause:TBD Solution:TBD
Exception while getting warnings from Statement object Cause:TBD Solution:TBD
The Connection object is now invalid due to database restart Cause:The connection object is now invalid since the database has either restarted or is not up and running. The JDBC driver cannot provide the required information. Solution:Switch on the connection validation property of the connection pool and try again. If the database has restarted, restart the application server as well or set the connection validation property in the pool to avoid this in the future. If the database server is not up, please bring it up. Check the server log and please contact Sun Microsystems with the complete error log.
Exception while setting up Statement according to Spec Cause:TBD Solution:TBD
Exception while preparing statement Cause:TBD Solution:TBD
Exception while closing statement Cause:TBD Solution:TBD
Exception while beginning local transaction Cause:TBD Solution:TBD
Exception while commiting local transaction Cause:TBD Solution:TBD
Exception while commiting xa transaction Cause:TBD Solution:TBD
Exception while rolling back local transaction Cause:TBD Solution:TBD
Exception while creating CciManagedConnection Cause:TBD Solution:TBD
Exception while destroying physical connection Cause:TBD Solution:TBD
Exception while creating physical connection Cause:TBD Solution:TBD
Exception while getting XA resource Cause:TBD Solution:TBD
Exception creating CciManagedConnectionMetaData Cause:TBD Solution:TBD
The Connection object is now invalid due to database restart Cause:The connection object is now invalid since the database has either restarted or is not up and running. The JDBC driver cannot provide the required information. Solution:Switch on the connection validation property of the connection pool and try again. If the database has restarted, restart the application server as well or set the connection validation property in the pool to avoid this in the future. If the database server is not up, please bring it up. Check the server log and please contact Sun Microsystems with the complete error log.
Exception while checking if ResultSet can detect deletes Cause:TBD Solution:TBD
Exception while checking if ResultSet can detect updates Cause:TBD Solution:TBD
Exception while checking if ResultSet can detect other deletes Cause:TBD Solution:TBD
Exception while checking if ResultSet can detect inserts Cause:TBD Solution:TBD
Exception while checking if ResultSet can detect other updates Cause:TBD Solution:TBD
Exception while checking if ResultSet can detect own updates Cause:TBD Solution:TBD
Exception while checking if ResultSet can detect other inserts Cause:TBD Solution:TBD
Exception while checking if ResultSet can detect own inserts Cause:TBD Solution:TBD
Exception while checking if ResultSet can detect own deletes Cause:TBD Solution:TBD
Exception while checking if RA supports concurrency in combo with give RS Cause:TBD Solution:TBD
Exception while checking if RA supports a type of RS Cause:TBD Solution:TBD
Classpath is not properly set in domain.xml Cause:The application server process does not have read permissions on the directory that holds the classes/jar. Solution:Check if the server classpath specified in the java-config element in domain.xml has an entry for the jar containing this class. Check that the directory where the classes/jars reside have read permission for the application server process.
Classpath is not properly set in domain.xml Cause:The application server process does not have read permissions on the directory that holds the classes/jar. Solution:Verify that the read permissions on the classes/jar directory are set properly.
The Application Server process does not have read access to the directory where this class resides. The Application Server process does not have security permissions to access this code. Solution:Check if the application server has read permissions on the directory where this class/jar containing this class resides. Check if your security manager policy is configured properly.
The application server process do not have permission to access the code base where the class resides. This is an internal server/JVM error. Please contact Sun Microsystems with the complete error log. Solution:See if the application server process has permission to read the directory where the class/jar resides. Check if all relevant JVM patches are installed on your machine. Please contact Sun Microsystems with the complete error log.
Error configuring the DataSource object. Cause:The pool parameters in domain.xml are improper. The application server process does not have enough permissions to access the DataSource class. Solution:Check that the pool parameters specified in domain.xml are correct. For example, check that parameters that expect numeric values are numerals. Check that the application server process has permissions to read the directory where the class resides.
Error configuring the DataSource object. Cause:The pool parameters in domain.xml are improper. The application server process does not have enough permissions to access the DataSource class. Solution:Check that the pool parameters specified in domain.xml are correct. For example, check that parameters that expect numeric values are numerals. Check that the application server process has permissions to read the directory where the class resides.
The connection validation method is incorrect, it should be one of auto-commit, meta-data, table. The connection is no longer valid. It could have been rendered invalid due to database restart/shutdown. Solution:Check if the connection validation is one of: auto-commit, meta-data, or table. If the method is table, check that the table name is correct. If the database has been restarted, restart the application server as well. If the database is down, start it up.
The database connection is invalid. Cause:The cause can be either: If the database has been restarted, restart the application server as well. To avoid this in the future set the connection validation property in the pool. Check that the database is up and running and the network connection to the database is still alive.
The database connection is invalid. Cause:The cause can be either: If the database has been restarted, restart the application server as well. To avoid this in the future set the connection validation property in the pool. Check that the database is up and running and the network connection to the database is still alive.
The database connection is invalid. Cause:The cause can be either If the database has been restarted, restart the application server as well. To avoid this in the future set the connection validation property in the pool. Check that the database is up and running and the network connection to the database is still alive.
JDBC driver has thrown an SQLException while setting the isolation level. Solution:Check your connection pool configuration and make sure that the isolation level is correct. Check whether your driver supports the isolation level you have specified in the connection pool.
The URL specified is incorrect. The database server is not up and running. Solution:Check if the URL specified in the getConnection call is correct. Consult the JDBC driver vendor's documentation for the correct URL format. Check that the Database server is up and running.
The class specified in datasourceclassname attribute in the jdbc-connection-pool is not of type javax.sql.DataSource. Solution:Please consult your database vendor’s documentation to identify the class that implements javax.sql.DataSource. Try using the javap tool for this purpose.
The class specified in datasourceclassname attribute in the jdbc-connection-pool is not of type javax.sql.XADataSource. Solution:Please consult your database vendor’s documentation to identify the class that implements the javax.sql.XADataSource. Try using the javap tool for this purpose.
Error creating a connection from the supplied information. Cause:The connection pool is full and cannot allocate more connections. The Database server threw some unexpected exception. Please study the exception message for more details. Solution:Check that the Database server is up and running. Check if the size of your connection pool is sufficiently large for serving all requests. Check the server log and please contact Sun Microsystems with the full error log.
Error creating a connection from the supplied info. Cause:The Connection pool is full and incapable of serving more requests at this point. The database is down. Please try later. There is an internal server error. Please contact Sun Microsystems with the complete log message. Solution:Check if the database server is correctly configured. Check if your pool size is sufficient to server all simultaneous connection requests. Check the server log and contact Sun Microsystems with the complete error message
Error cleaning up handles associated with this ManagedConnection Cause:TBD Solution:TBD
Error creating a connection from the supplied info. Cause:The Database server is not up and running. The connection pool is full and cannot allocate more connections. The Database server threw some unexpected exception. Please study the exception message for more details. Solution:Check that the Database server is up and running. Check if the size of your connection pool is sufficiently large for serving all requests. Check the server log and please contact Sun Microsystems with the full error log.
Error while obtaining a connection from the pool. Solution:Check your connection pool configuration.
Illegal access Error while instantiating one of the resource adapter JavaBeans like ManagedConnectionFactory or ResourceAdapter JavaBean classes. Solution:Check whether the resource adapter has any specific security requirements.
Error while locating one of the resource adapter JavaBeans like ManagedConnectionFactory or ResourceAdapter JavaBean classes. Solution:Check if the resource adapter is bundled properly. Resource adapter jar file deployment descriptor specifies correct class names.
Error while instantiating one of the resource adapter JavaBeans like ManagedConnectionFactory or ResourceAdapter JavaBean. Solution:Check if the resource adapter is bundled properly with all the classes.
Could not access class: {0} Cause:TBD Solution:TBD
Illegal access Error while instantiating one of the resource adapter JavaBeans like ManagedConnectionFactory or ResourceAdapter JavaBean classes. Solution:Check whether the resource adapter has any specific security requirements.
Error while creating ManagedConnectionFactory. Solution:Check if the resource adapter is bundled properly. Check whether connection pool configuration has correct properties for MCF. Check resource adapter documentation for configuring correct properties of MCF.
Failed to get ResourcesUtil object: {0} Cause:TBD Solution:TBD
Runtime could not obtain list of resources of this resource adapter. Solution:Check whether the resource adapter configuration is proper.
Resource Adapter threw an exception during ResourceAdapter.stop() method. Solution:Check your resource adapter documentation about ResourceAdapter.stop() method.
A resource (connection pool, connector resource or admin object) pertaining to the resource adapter is existing. Solution:Check whether the cascade option of undeploy is false.
Resource Adapter is already active in the connector runtime. Solution:Check whether a previous resource adapter deployment is still available.
Failed to obtain the classloader: {0} Cause:TBD Solution:TBD
There is an internal server error. Please contact Sun Microsystems with the complete log message. Check whether resource adapter threw a null pointer exception.
There is an internal server error. Please contact Sun Microsystems with the complete log message.
Incomplete or erroneous resource adapter deployment. Solution:Check whether the RA deployment is proper and complete.
Connection pool is not created properly. Solution:Check your resource configuration, whether you are using correct connection pool name.
Resource Adapter is not yet initialized in the connector runtime. Solution:Check whether the deployment of the resource adapter is complete.
Incomplete or erroneous connection pool creation. Solution:Check whether connection pool is created and is proper.
Failed to add MCF to connector registry: {0} Cause:TBD Solution:TBD
Incomplete or erroneous resource adapter deployment. Solution:Check whether the RA deployment is proper and complete.
Failed to publish connection pool object in JNDI: {0} Cause:TBD Solution:TBD
Error while creating ManagedConnectionFactory. Solution:Check if the resource adapter is bundled properly. Check whether connection pool configuration has correct properties for MCF. Check whether the resource adapter require security permissions to load the classes. Some adapters require getClassLoader() permission.
NullPointerException while creating ManagedConnectionFactory. Solution:Check whether resource adapter throws null pointer exception.
There is an internal server error. Please contact Sun Microsystems with the complete log message.
Failed to bind connector resource in JNDI: {0} Cause:TBD Solution:TBD
Could not read the deployment descriptor of the resource adapter. Solution:Check whether the resource adapter is packaged correctly. Check the correctness of deployment descriptor.
Could not parse the deployment descriptor of the resource adapter. Solution:Check whether the resource adapter is packaged correctly. Check the correctness of deployment descriptor.
Malformed URL to add to path of classloader: {0} Cause:TBD Solution:TBD
Resource Adapter does not contain resource adapter JavaBean. Solution:Make sure that the resource adapter is 1.5 compliant.
Failed to delete admin object from jndi: {0} Cause:TBD Solution:TBD
MCF cleanup in connector runtime failed. Solution:Check whether connection pool has already been deleted.
Failed to unbind connectionPool from jndi: {0} Cause:TBD Solution:TBD
Connection Pool Name of the Resource configuration is wrong. Solution:Check whether the connection pool is created.
Wrong connector connection pool entry in the domain.xml. No corresponding resource adapter deployed. Resource Adapter Name: Cause:TBD Solution:TBD
Resource Adapter Name of the admin object configuration is wrong. Solution:Check whether the resource adapter is deployed.
Could not start the resource adapter instance. Solution:Check whether domain.xml is accessible. Check your resource adapter documentation for possible causes of failure during ResourceAdapter.start().
Resource Adapter throws exception during ManagedConnectionFactory.setResourceAdapter(). Solution:If you are using third party resource adapter, contact resource adapter vendor. If you are a resource adapter developer, please check the resource adapter code.
Resource Adapter threw an exception during ResourceAdapter.stop() method. Solution:Check your resource adapter documentation about ResourceAdapter.stop() method.
Check for a new version of MQ installation failed: {0} Cause:TBD Solution:TBD
Could not unzip the MQ resource adapter archive from upgraded MQ. Solution:Check whether new MQ resource adapter archive in imq_home/lib is accessible.
MQ Resource adapter upgradation started. Cause:TBD Solution:TBD
MQ Resource adapter upgradation completed. Cause:TBD Solution:TBD
Resource Adapter is requesting endpoints to the MDB, before MDB deployment is complete. Solution:There is an internal server error. Please contact Sun Microsystems with the complete log message.
Could not access the class loader specific to the MDB. Solution:There is an internal server error. Please contact Sun Microsystems with the complete log message.
ActivationSpec validation failed. Solution:Check your JMS related configuration in MDB deployment descriptor. Check your activation configuration in the MDB deployment descriptor.
Resource Adapter is trying to invoke an unknown method during message delivery. Solution:Check your resource adapter documentation for possible issues during message delivery.
Initialized monitoring registry and listeners Cause:TBD Solution:TBD
Cannot set autocommit mode for physical connection Cause:TBD Solution:TBD
Could not find the connection pool specified. Solution:Try the following:
Unexpected exception determining whether resource is referenced. Cause:TBD Solution:TBD
J2EE Connector 1.5 specification compliant Resource Adapter stop() status Cause:TBD Solution:TBD
Resource Adapter stop() call successful Cause:TBD Solution:TBD
Could not read shutdown-timeout-in-seconds from domain.xml properly. Solution:Make sure that domain.xml is configured correctly.
Wrong transaction-support connection pool attribute setting. Cause:The connection pool specifies a transaction-support attribute value that is greater than the one specified in the pool according to this mathematical inequality: NoTransaction < LocalTransaction < XATransaction. Solution:Change the transaction-attribute value in the pool to be less than or equal to the one specified in the resource adapter’s ra.xml.
Error while cleaning up ManagedConnection Cause:TBD Solution:TBD
{0} shutdown successful. Cause:TBD Solution:TBD
{0} shutdown unsuccessful. Please refer the server and/or resource adapter logs for more information. Cause:TBD Solution:TBD
Error while trying to invoke the setter method for the specified property. Solution:Check if the value and the property name specified are valid.
Error in finding a mutator method for the specified property. Solution:Check if the property has been specified correctly and an appropriate public setter method [method] is available in the class.
Cannot unregister pool from monitoring registry: {0} Cause:TBD Solution:TBD
The mcf being used to allocate the connection and the MCF in the pool are not equal. Cause:TBD Solution:TBD
Physical destination {0} is autocreated by application server. Cause:TBD Solution:TBD
Default-jms-host of jms-service is not configured properly. Using the first jms-host as the Cause:TBD Solution:TBD
The physical destination {0} is already created. Cause:TBD Solution:TBD
Exception while stopping Derby: Cause:TBD Solution:TBD
Derby Embedded Driver not found: Cause:TBD Solution:TBD
Invalid property combination (LazyConnectionEnlistment-false, LazyConnectionAssociation-true) for pool: {0} Cause:TBD Solution:TBD
The method {0} is not present in the class: {1} Cause:TBD Solution:TBD
Error in executing the method: {0} Cause:TBD Solution:TBD |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||