Monday, June 1, 2015

How to solve oracle.jbo.ConfigException: JBO-33001: Configuration file /model/common/bc4j.xcfg is not found in the classpath.


I am seeing this error when trying to run the application module of my model project in the local environment. It used to work fine sometime back and suddenly started seeing the below exception.

(oracle.jbo.ConfigException) JBO-33001: Configuration file /tester.xcfg is not found in the classpath.
----- Level 1: Detail 0 -----
(oracle.adf.share.ADFShareException) Error encountered while creating the MDS Session. Application state will be reset. Please logout and log back in if problem persists.





As there is parallel development going on with in the team, lot of additions are done to the project files.
This error is due to the addition of MDS capability.

In order to solve this error, disable MDS in adf-config.xml. Comment out content and run the application module

No comments:

Post a Comment