Contenues dansTrouver plus de documentationRessources d'assistance comprises | Télécharger cet ouvrage au format PDF (1324 Ko)
Chapter 13 EJB Error MessagesThis chapter describes messages for errors with a EJB prefix. EJB Messages
Problem occurred while deserializing stateful bean state. Solution:Check the application classpath to ensure that all classes needed during deserialization are available.
An error occurred during the removal of an entity bean. One common cause is when the application throws a system exception from the ejbRemove method of an entity bean. Solution:Check the exception stack trace to see if the exception originated from the entity bean implementation class.
An error occurred while looking up a Read Only Bean Notifier. The most common cause for this failure is that the string supplied to the getReadOnlyBeanNotifier method either does not refer to a read-only bean. Solution:Check the application code that calls this method to make sure the string passed in refers to a valid read-only bean.
The bean's Home or LocalHome does not define a no-arg create method. Solution:Check the Home or LocalHome interface for the appropriate create method signature. Running the verifier will help identify the error as well.
Some problem occurred during the beforeCompletionphase of the transaction lifecycle. This error often happens when application code throws a system exception from its ejbStore method or if the transaction manager encounters a system exception. Solution:Check the stack trace to see if the exception originated from the application's ejbStore method. Also check the resource configuration to ensure that all resource managers involved in the transaction are configured properly and are healthy.
Problem during EJB container runtime initialization. See stack trace for more details. Some common causes are global JNDI name conflicts, classnotfound errors, and configuration errors for resources needed by the EJB. Solution:If the EJB has a Remote view, check that its JNDIname does not clash with any other EJB's JNDI name or any other globalJNDI name. Check that all needed classes are available to the EJB. Also ensure that any resources needed by the EJB are available. If the EJB uses a data source make sure the corresponding database is running. If it uses a queue makes sure the physical queue has been created.
This error indicates a mismatch in the required method signature rules between a method defined on a [Home, Remote, LocalHome, Local] interface and the corresponding bean implementation class. E.g., this would happen if a create method in a Home interface did not have a matching ejbCreate method in the bean class. Solution:Run the verifier tool to check that the methods defined on the bean class are correct with respect to the exposed interface.
Error while creating the persistent representation of an EJB timer. This typically means there is some configuration error or runtime problem with the EJB timer service data source. Solution:Double-check the JDBC data source (and its associated connection pool) assigned to the timer-data source element in domain.xml. Common causes are that the database is not running, the timer table has not been created within that database, or that the connection pool's JDBC driver URL information is incorrect.
A problem occurred while the container was activating a stateful session bean. One possible cause is that the bean code threw a system exception from its ejbActivate method. Solution:Check the stack trace to see whether the exception was thrown from the ejbActivate method and if so double-check the application code to determine what caused the exception.
An error occurred during the afterCompletion phase of the transaction lifecycle. Solution:Check stack trace for details of error encountered by EJB container
Exception resolving object Cause:TBD Solution:TBD
Exception while adding method monitoring mbean Cause:TBD Solution:TBD
Exception creating BaseContainer : [{0}] Cause:TBD Solution:TBD
An exception was thrown during an ejb invocation on [{0}] Cause:TBD Solution:TBD
Some application or system exception occurred : [{0}] Cause:TBD Solution:TBD
Exception while unregistering monitormbean Cause:TBD Solution:TBD
Session bean transaction is incomplete : [{0}] Cause:TBD Solution:TBD
Messagedriven bean transaction is incomplete : [{0}] Cause:TBD Solution:TBD
Exception while registering monitormbean Cause:TBD Solution:TBD
Exception while registering child monitormbean Cause:TBD Solution:TBD
Exception while unregistering child monitormbean : [{0}] Cause:TBD Solution:TBD
Exception while releasing ejb context : [{0}] Cause:TBD Solution:TBD
Exception in removing ejb local object : [{0}] Cause:TBD Solution:TBD
Exception in removing ejb : [{0}] Cause:TBD Solution:TBD
Exception in getting ejb local object : [{0}] Cause:TBD Solution:TBD
Exception getting ejb context : [{0}] Cause:TBD Solution:TBD
Exception while comparing ejbs : [{0}] Cause:TBD Solution:TBD
Exception in creating new bean : [{0}] Cause:TBD Solution:TBD
Illegal state exception occurred : [{0}] Cause:TBD Solution:TBD
Some application or unchecked exception occurred : [{0}] Cause:TBD Solution:TBD
Some runtime exception occurred : [{0}] Cause:TBD Solution:TBD
Exception while running postinvoke : [{0}] Cause:TBD Solution:TBD
Exception setting bean context : [{0}] Cause:TBD Solution:TBD
Exception cleaning up ejb subclass : [{0}] Cause:TBD Solution:TBD
Name not found exception : [{0}] Cause:TBD Solution:TBD
Class cast exception : [{0}] Cause:TBD Solution:TBD
Exception creating new attribute Cause:TBD Solution:TBD
Exception obtaining attribute [{0}] Cause:TBD Solution:TBD
Exception in printStackTrace Cause:TBD Solution:TBD
Exception in printStackTrace of super Cause:TBD Solution:TBD
Exception closing session : [{0}] Cause:TBD Solution:TBD
Exception closing server session pool : [{0}] Cause:TBD Solution:TBD
Exception closing topic session: [{0}] Cause:TBD Solution:TBD
Exception in init of ejb : [{0}] Cause:TBD Solution:TBD
Exception in undeploying the bean : [{0}] Cause:TBD Solution:TBD
Exception creating session : [{0}] Cause:TBD Solution:TBD
Exception creating sessionfilecachestore Cause:TBD Solution:TBD
Exception while getting ejb stub : [{0}] Cause:TBD Solution:TBD
Exception creating ejb object : [{0}] Cause:TBD Solution:TBD
Exception creating ejb local object [{0}] Cause:TBD Solution:TBD
Exception removing ejb : [{0}] Cause:TBD Solution:TBD
Exception removing bean : [{0}] Cause:TBD Solution:TBD
Some exception removing bean : [{0}] Cause:TBD Solution:TBD
Exception in afterCompletion : [{0}] Cause:TBD Solution:TBD
Exception in deserializing [{0}] Cause:TBD Solution:TBD
Some generic ejb exception : [{0}] Cause:TBD Solution:TBD
Exception activating ejb : [{0}] Cause:TBD Solution:TBD
Exception in serializing : [{0}] Cause:TBD Solution:TBD
Exception creating stateless session bean : [{0}] Cause:TBD Solution:TBD
Error initializing home of container: [{0}] Cause:TBD Solution:TBD
Error -- invalid maxMsgs prop = [{0}] Cause:TBD Solution:TBD
Error -- invalid msg bean pool size = [{0}] Cause:TBD Solution:TBD
[{0}]: Invalid value [{1}] for [{2}] , use [{3}] instead Cause:TBD Solution:TBD
Number format exception Cause:TBD Solution:TBD
Error -- invalid cleanup interval prop = [{0}] Cause:TBD Solution:TBD
Exception occurred in postInvoke : [{0}] Cause:TBD Solution:TBD
Exception occurred in postInvokeTx : [{0}] Cause:TBD Solution:TBD
Exception occured in passiveIdleBeans Cause:TBD Solution:TBD
container.getClassLoader() returned null Cause:TBD Solution:TBD
Exception occured in selectVictims() Cause:TBD Solution:TBD
Unable to lookup UserTransaction Cause:TBD Solution:TBD
Exception during undeploy Cause:TBD Solution:TBD
Exception in preInvokeTx Cause:TBD Solution:TBD
Exception in checkUnfinishedTx Cause:TBD Solution:TBD
Exception in useClientTx Cause:TBD Solution:TBD
Transaction Aborted Cause:TBD Solution:TBD
Unable to complete container-managed transaction Cause:TBD Solution:TBD
Exception in releaseContext Cause:TBD Solution:TBD
Exception in callEJBStore Cause:TBD Solution:TBD
Exception in createContainer Cause:TBD Solution:TBD
Exception in EntityContainer Cause:TBD Solution:TBD
Exception while getting server session Cause:TBD Solution:TBD
Unable to initialize EJB Timer Service. The likely cause is the database has not been started or the timer database table has not been created. Cause:TBD Solution:TBD
EJB Timer Service started successfully for datasource [{0}] Cause:TBD Solution:TBD
Attempt to override reserved ejb interface method [{0}] in [{1}]. Override will be ignored. Cause:TBD Solution:TBD
Error cancelling timer with pkey [{0}] Cause:TBD Solution:TBD
Error cancelling timers for container [{0}] and pkey [{1}] Cause:TBD Solution:TBD
Error destroying timers for container [{0}] Cause:TBD Solution:TBD
Error destroying timer [{0}] Cause:TBD Solution:TBD
Delivering missed timer for timer id [{0}]. Timer should have fired at [{1}] Cause:TBD Solution:TBD
Failure removing timer bean [{0}] Cause:TBD Solution:TBD
Expunging timer [{0}] after [{1}] failed deliveries Cause:TBD Solution:TBD
EJB Timer Service last shutdown at [{0}] Cause:TBD Solution:TBD
EJB Timer Service shutdown info [{0}] not found. Shutdown time unknown. Cause:TBD Solution:TBD
EJB Timer Service shutdown at [{0}] Cause:TBD Solution:TBD
Rolling back timed out transaction [{0}] for [{1}] Cause:TBD Solution:TBD
Commit Option A is not currently supported. Using Commit Option B for [{0}] Cause:TBD Solution:TBD
Cannot add idle bean cleanup task Cause:TBD Solution:TBD
Cannot add asynchronous task Cause:TBD Solution:TBD
Error during passivation of [{0}] Cause:TBD Solution:TBD
Error while adding idle bean passivator task Cause:TBD Solution:TBD
Error while adding idle bean removal task Cause:TBD Solution:TBD
Could not determine passivation directory Cause:TBD Solution:TBD
Error while creating SFSBStore manager Cause:TBD Solution:TBD
Error while removing idle beans Cause:TBD Solution:TBD
Error while removing expired beans Cause:TBD Solution:TBD
Creation of passivation directory failed for {0} Cause:TBD Solution:TBD
Initialization of store manager failed. Directory: {0} Cause:TBD Solution:TBD
Initialization of store manager failed Cause:TBD Solution:TBD
Error while loading bean state from store. Key: {0} Cause:TBD Solution:TBD
Error while loading bean state from store Cause:TBD Solution:TBD
Error while removing bean state from store. Key: {0} Cause:TBD Solution:TBD
Error while removing bean state from store Cause:TBD Solution:TBD
Error while removing passivation directory: {0} Cause:TBD Solution:TBD
Error while removing passivation directory Cause:TBD Solution:TBD
Error while undeploying store manager Cause:TBD Solution:TBD
Error while undeploying store manager Cause:TBD Solution:TBD
Error while saving bean state to store. Key: {0} Cause:TBD Solution:TBD
Error while saving bean state to store Cause:TBD Solution:TBD
Error while initializing file store manager {0} Cause:TBD Solution:TBD
Error while initializing file store manager Cause:TBD Solution:TBD
Error while creating enterprise bean context for {0} during jacc callback Cause:TBD Solution:TBD
No methods registered yet for monitoring for {0} ; {1} ; {2} Cause:TBD Solution:TBD
Error while registering method {3} for {0} ; {1} ; {2} Cause:TBD Solution:TBD
Unexpected error while registering method {3} for {0} ; {1} ; {2} Cause:TBD Solution:TBD
Error while unregistering method {3} for {0} ; {1} ; {2} Cause:TBD Solution:TBD
Unexpected error while unregistering method {3} for {0} ; {1} ; {2} Cause:TBD Solution:TBD
Error while registering container stats for {0} ; {1} ; {2} Cause:TBD Solution:TBD
Unexpected error while registering container stats for {0} ; {1} ; {2} Cause:TBD Solution:TBD
Error while unregistering container stats for {0} ; {1} ; {2} Cause:TBD Solution:TBD
Unexpected error while unregistering container stats for {0} ; {1} ; {2} Cause:TBD Solution:TBD
Error while registering pool stats for {0} ; {1} ; {2} Cause:TBD Solution:TBD
Unexpected error while registering pool stats for {0} ; {1} ; {2} Cause:TBD Solution:TBD
Error while unregistering pool stats for {0} ; {1} ; {2} Cause:TBD Solution:TBD
Unexpected error while unregistering pool stats for {0} ; {1} ; {2} Cause:TBD Solution:TBD
Error while registering cache stats for {0} ; {1} ; {2} Cause:TBD Solution:TBD
Unexpected error while registering cache stats for {0} ; {1} ; {2} Cause:TBD Solution:TBD
Error while unregistering cache stats for {0} ; {1} ; {2} Cause:TBD Solution:TBD
Unexpected error while unregistering cache stats for {0} ; {1} ; {2} Cause:TBD Solution:TBD |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||