Wednesday, March 12, 2014

WebLogic Startup Issues

Spent last two days troubleshooting below issues:

Issue Description: WebLogic Admin Server not starting up

Error Message:
####
<> <> <> <1394648437222> java.lang.AssertionError: java.lang.reflect.InvocationTargetException


Troubleshooting Steps:

For above, tried couple of things like deleting the /data, /tmp and /cache folder and modifying/backupin the config.xmlgenerating new SerializedSystemIni.dat but nothing worked.

Issue Description: OIM Managed Server not starting up on node1 but running fine on node2.

Resolution: The issue got resolved after restoring the filesystem as we found that most of the configuration were messed up.

Error Message:

< java.security.AccessControlException: access denied (oracle.security.jps.service.credstore.CredentialAccessPermission context=SYSTEM,mapName=oim,keyName=default-keystore.jks read)

Troubleshooting Steps:

Added the below debugging level:

set JAVA_OPTIONS=-Djps.auth.debug="true" %JAVA_OPTIONS%
set JAVA_OPTIONS=-Djps.auth.debug.verbose="true" %JAVA_OPTIONS%
set JAVA_OPTIONS=-Djava.security.debug="access,failure" %JAVA_OPTIONS%


Tried replacing the system-jazn-data.xml from node2, added entries for oimclient.jar and org.springframework_2.5.jar but issue still persists.


will keep posting the updates......

No comments: