EJB5013
Applies to:
Sun Java System Application Server Platform Edition 8.2
Sun Java System Application Server 9.1
Description:
An internal EJB exception occurred
Cause:
A deserializing problem on stateful bean state
Applies to:
Sun Java System Application Server Platform Edition 8.2
Sun Java System Application Server 9.1
Description:
An internal EJB exception occurred
Cause:
A deserializing problem on stateful bean state
Applies to:
Sun Java System Application Server Platform Edition 8.2
Sun Java System Application Server 9.1
Description:
An error which is related to the removal of an entity bean.
Cause:
The probable causes of error are the following:
a. The application throws a system exception from the ejbRemove method of an entity bean.
b. An exception occurred while running preinvoke
Applies to:
Sun Java System Application Server Platform Edition 8.2
Sun Java System Application Server 9.1
Description:
A remote exception that occurs while looking up a Read Only Bean Notifier or refreshing a Read Only Bean.
Cause:
The probable causes of error are the following:
a. The string supplied to the getReadOnlyBeanNotifier method does not refer to a read-only bean.
b. The bean name was incorrectly specified.
Applies to:
Sun Java System Application Server Platform Edition 8.2
Sun Java System Application Server 9.1
Description:
An error that occurs on the bean’s Home or LocalHome.
Cause:
The probable causes of the error are the following:
a. A no-arg create method is not defined in the bean’s Home or LocalHome.
b. ejbcreate() method resulted to an exception
Applies to:
Sun Java System Application Server Platform Edition 8.2
Sun Java System Application Server 9.1
Description:
An error that occurs during the beforeCompletionphase of the transaction life cycle.
Cause:
This error occurs when:
a. The application code throws a system exception from its ejbStore method
b. The transaction manager encounters a system exception
c. A database failure
Applies to:
Sun Java System Application Server Platform Edition 8.2
Sun Java System Application Server 9.1
Description:
An error that occurs during EJB container runtime initialization
Cause:
The following are the probable causes of this error:
a. Global JNDI name conflicts
b. Classnotfound errors
c. Configuration errors for EJB resources
Applies to:
Sun Java System Application Server Platform Edition 8.2
Sun Java System Application Server 9.1
Description:
A mismatch error in the required method signature rules between the following:
- A method defined on an interface, may it be Home, Remote, LocalHome or Local
- The corresponding bean implementation class
Cause:
A matching ejbCreate method in the bean class is missing for the create method in a Home interface.
Applies to:
Sun Java System Application Server Platform Edition 8.2
Sun Java System Application Server 9.1
Description:
An error that occurs while the persistent representation of an EJB timer is created.
Cause:
The EJB timer service datasource has some configuration or runtime problem.
Applies to:
Sun Java System Application Server Platform Edition 8.2
Sun Java System Application Server 9.1
Description:
An activation error on a stateful session bean.
Cause:
The bean code threw a system exception from its ejbActive method.
Applies to:
Sun Java System Application Server Platform Edition 8.2
Sun Java System Application Server 9.1
Description:
An error that occurs during the afterCompletionphase of the transaction life cycle.
Cause: