Enable the alsb-transports-debug flag to true in the alsbdebug.xml
Also do the following
Go to you BEA_HOME\user_projects\domains\your domain\bin
edit your startManagedWeblogic.sh
You will find an entry like this
JAVA_OPTIONS="-Dweblogic.security.SSL.trustedCAKeyStore="/refresh/home/osb11g/wlserver_10.3/server/lib/cacerts" ${JAVA_OPTIONS}"
export JAVA_OPTIONS
You need to change this to
JAVA_OPTIONS=" -Dweblogic.wsee.verbose=* -Dweblogic.security.SSL.trustedCAKeyStore="/refresh/home/osb11g/wlserver_10.3/server/lib/cacerts" ${JAVA_OPTIONS}"
export JAVA_OPTIONS
Once you made the changes retest your service.
Now you can get the logs in following location
BEA_HOME\user_projects\domain\osb domain\server\osb server\logs
No comments:
Post a Comment