Sun Java logo     Previous      Contents      Next     

Sun logo
Sun Java System Application Server 8.1 Enterprise Edition 2005Q1 Error Message Reference 

Chapter 7
JDO Error Messages

This chapter describes messages for errors with a JDO prefix.


JDO7000

Message

Error loading the default mapping policy which is used by database schema generation.

Solutions/Workarounds

Check that the classpath settings are not corrupted.


JDO74003

Message

Internal error in CMP module.

Solutions/Workarounds

This is an Unexpected Internal Error. Please contact Sun with your application and the complete error log message.


JDO74005

Message

CMR field is accessed in ejbCreate.

Solutions/Workarounds

Change bean code to access CMR fields in ejbPostCreate.


JDO74006

Message

Parameter passed to Collection CMR set method is null.

Solutions/Workarounds

Use Collection.remove() method to remove all related beans from this Collection.


JDO74019

Message

Possible error in EJB Container and CMR runtime life cycle.

Solutions/Workarounds

This is an Unexpected Internal Error. Please turn on JDO and CMP logging and contact Sun with the complete error log message.


JDO74020

Message

Possible error in EJB Container and CMR runtime life cycle.

Solutions/Workarounds

This is an Unexpected Internal Error. Please turn on JDO and CMP logging and contact Sun with the complete error log message.


JDO74021

Message

ejbRemove or ejbStore is called in an active transaction without bean being loaded in the same transaction. Possible error in EJB Container and CMR runtime life cycle.

Solutions/Workarounds

This is an Unexpected Internal Error. Please turn on JDO and CMP logging and contact Sun with the complete error log message.


JDO74043

Message

Create, remove, or update is called on a read-only bean.

Solutions/Workarounds

Do not attempt to update read-only beans. If update is required, the bean must be deployed as two different EJBs: as a read-only bean, and as an updateable bean. All updates must be done on the second bean.


JDO74045

Message

State class is not generated properly for this CMP bean.

Solutions/Workarounds

This is an Unexpected Internal Error. Please contact Sun with your application and the complete error log message.


JDO75007

Message

Internal error in CMP module.

Solutions/Workarounds

This is an Unexpected Internal Error. Please contact Sun with your application and the complete error log message.


JDO76604

Message

Solutions/Workarounds

Check JNDI name for the resource you plan to use. Check JNDI name of the CMP resource specified in the module.


JDO7704

Message

Solutions/Workarounds

Verify that relationship definition is correct.


JDO82000

Message

Solutions/Workarounds

Check that the classpath settings are not corrupted. Check error log for the detailed reason.



Previous      Contents      Next     


Part No: 819-0791.   Copyright 2004-2005 Sun Microsystems, Inc. All rights reserved.