500 Internal Server Error
java.lang.NoClassDefFoundError at
oracle.apps.fnd.sso.AppsLoginRedirect.AppsSetting(AppsLoginRedirect.java:126) at
oracle.apps.fnd.sso.AppsLoginRedirect.init(AppsLoginRedirect.java:170) at com.evermind[Oracle
Containers for J2EE 10g (10.1.3.0.0)
Solution:
1. Assign an available port for "Distributed JVM cache" by using the following steps
a) Set the correct port in your Context File -> parameter "s_java_object_cache_port"
2. Run Autoconfig on all Middle Tiers
3. Make sure your System Profile "JTF_DIST_CACHE_PORT" has the same port specified
4. Retest the issue.
5. Migrate the solution as appropriate to other environments.
But,
When I look into the alert log for details, i got ORA-00600
According to Note No. : 567554.1
The ORA-600 has no impact on the Database and is considered harmless so can be ignored, however it is an indication that it failed in the test to check if the library cache was empty.
After this Database error has occurred, it causes E-Business Suite Java Cache an issue during it's initialization phase.
Solution
Make sure that the Database was shutdown cleanly.
If an "ORA-00600 [LibraryCacheNotEmptyOnClose]" is received during a Database shutdown, then once restarted you will need to shutdown the Database again cleanly and re-start again in order to solve this problem for eBusiness Suite Java Cache
No comments:
Post a Comment