Contents Previous Next

JDO Messages

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

Solution:

Check that the classpath settings are not corrupted.

----JDO74003
Internal error in CMP module.

Solution:

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

----JDO74005
CMR field is accessed in ejbCreate.

Solution:

Change bean code to access CMR fields in ejbPostCreate.

----JDO74006
Parameter passed to Collection CMR set method is null.

Solution:

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

----JDO74019
Possible error in EJB Container and CMR runtime life cycle.

Solution:

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

----JDO74020
Possible error in EJB Container and CMR runtime life cycle.

Solution:

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

----JDO74021
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.

Solution:

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

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

Solution:

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
State class is not generated properly for this CMP bean.

Solution:

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

----JDO75007
Internal error in CMP module.

Solution:

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

----JDO76604
JNDI name for the CMP resource is misspelled.

CMP resource with this JNDI name is not registered with this instance.

Solution:

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

----JDO7704
Cannot identify related field.

Cannot identify related class.

Solution:

Verify that relationship definition is correct.

----JDO82000
System was not able to create specified logger.

Error loading message bundle that corresponds to this logger.

Solution:

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

Contents Previous Next