Recently I encountered one strange issue while running Oracle SOA server on Oracle Enterprise Linux. Start script of admin server (startWeblogic.sh) halts on this command -
java -client -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8453,server=y,suspend=n -Djava.compiler=NONE -Xms1024m -Xmx2048m -XX:PermSize=512m -XX:MaxPermSize=786m -Dweblogic.Name=AdminServer ..........................................................................................................
............................................................................................................................................................
After lot of googling I found a solution. This page has details to resolve this issue and I am including a link here to refer it easily in future and for others to find it quickly.
http://www.itonguard.com/20090313/weblogic-starts-slow/
Solution that I used and it worked perfectly is -
java -client -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8453,server=y,suspend=n -Djava.compiler=NONE -Xms1024m -Xmx2048m -XX:PermSize=512m -XX:MaxPermSize=786m -Dweblogic.Name=AdminServer ..........................................................................................................
............................................................................................................................................................
After lot of googling I found a solution. This page has details to resolve this issue and I am including a link here to refer it easily in future and for others to find it quickly.
http://www.itonguard.com/20090313/weblogic-starts-slow/
Solution that I used and it worked perfectly is -
- change $JAVA_HOME/jre/lib/security/java.security
- Replace securerandom.source with