The WebLogic Server encountered a critical failureThe solution can be found on the oracle Forums here:
Reason: PermGen space
https://forums.oracle.com/thread/881103
or you can Follow this guide:
You must install JRockit onto your computer.
Here is a guide for linux:
JRockit Installation on Linux
Once JRocket has been installed
You should change the "setDomainEnv" file. Which can be found in
Windows under"
<JDEV_HOME>/jdeveloper/system/system11.1.1.0.31.51.88/DefaultDomain/bin/setDomainEnv.cmdin Linux:
cd ~/.jdeveloper/system11.1.1.0.31.51.88/DefaultDomain/bin/setDomainEnv.sh
Note: the "system11.1.1.0.31.51.88" is variable and will change depending on what version of JDeveloper you are running.
Once inside there, you must find the lines where they are setting "JAVA_HOME"
There is a comment
"We need to reset the value of JAVA_HOME to get it shortened AND"What you can do, is after that set JAVA_HOME to where you installed JRockit.
Mine was:
JAVA_HOME="/u01/app/oracle/middleware/jrockit-jdk1.6.0_45-R28.2.7-4.1.0"This will set your Weblogic to use JRockit.
# We need to reset the value of JAVA_HOME to get it shortened AND
# we can not shorten it above because immediate variable expansion will blank it
#bearMan out
No comments:
Post a Comment