Error List

Error List for the ‘JAVA-EJB’ Category

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

JAVA-EJB , ,

EJB5017

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

JAVA-EJB , , , ,

EJB5031

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.

JAVA-EJB , , ,

EJB5069

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

JAVA-EJB , , ,

EJB5071

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

JAVA-EJB , , ,

EJB5090

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

JAVA-EJB , , , ,

EJB5111

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.

JAVA-EJB , , , ,

EJB5117

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.

JAVA-EJB , , ,

EJB5128

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.

JAVA-EJB , , ,

EJB5129

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:


JAVA-EJB , , , ,