An ADF Application Throws Following Error after Several Days: Oracle.jbo.InvalidObjNameException: JBO-25005: Object name {1} of type {0} is invalid.
(Doc ID 2076598.1)
Last updated on DECEMBER 01, 2023
Applies to:
Oracle JDeveloper - Version 11.1.2.0.0 to 12.1.2.0.0 [Release Oracle11g to 12c]Information in this document applies to any platform.
Symptoms
An ADF 11.1.2.1.0 application regularly throws following error:
<ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase INVOKE_APPLICATION 5
javax.el.ELException: oracle.jbo.InvalidObjNameException: JBO-25005: Object name <VIEW_OBJECT>View_-2138852922_findByKey_ of type View Object is invalid.
which is:
JBO-25005: Object name {1} of type {0} is invalid.
Cause: An attempt has been made to associate a business component name with an object for which it is not valid.
Action: Ensure that the name is a valid Java identifier with no spaces or punctuation, and conforms to the format 'packagename.objectname'.
After this error occurs the application no longer responds and a restart of the application is needed.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |