Re: enterprise manager weblogic password change
Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/enterprise-manager-weblogic-password-change-tp1866p1879.html
Please do the following diagnostics;
How to Enable WebLogic SSL Debug Logging
--------------------------------------------
For WebLogic 10.3.x, do the following:
1. Add these parameters to the 'JAVA_OPTIONS_os' parameter in setEnv.sh/cmd:
-Dssl.debug=true -Dweblogic.StdoutDebugEnabled=true -Dweblogic.security.SSL.verbose=true -Djavax.net.debug=all
Here is an example:
SET JAVA_OPTIONS_WIN=-jrockit -XnoOpt -XXnoJITInline -Xms512m -Xmx512m - Dtoplink.xml.platform=oracle.toplink.platform.xml.jaxp.JAXPPlatform -Dssl.debug=true -Dweblogic.StdoutDebugEnabled=true - Dweblogic.security.SSL.verbose=true -Djavax.net.debug=all
2. Restart WebLogic and recreate issue (note that if running WebLogic as a Windows service, you will need to uninstall/re-install service to pick up above changes)
3. Recreate the problem, and then check WebLogic standard out log