Weblogic Startup Exception
Hi Friends ,
Am getting an error while starting up weblogic.
java.io.IOException: javac: not found
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:52)
at java.lang.Runtime.execInternal(Native Method)
at java.lang.Runtime.exec(Runtime.java:566)
at java.lang.Runtime.exec(Runtime.java:491)
at java.lang.Runtime.exec(Runtime.java:457)
at weblogic.utils.Executable.exec(Executable.java:218 )
at weblogic.utils.Executable.exec(Executable.java:147 )
at weblogic.utils.Executable.exec(Executable.java:133 )
at weblogic.utils.compiler.CompilerInvoker.compileMay beExit(CompilerInvoker.java:581)
Am clear that it is not able to look up my JDK.BUt this is my wlenv.sh
export WLS_HOME=/export/opt/bea
export WLS_SERVER_HOME=$WLS_HOME/weblogic700/server
export WLS_LICENSE=/opt/bea
export JAVA_HOME=/optware/web/java/j2sdk1.4.2_13
Above is the first four lines of my wlenv file.
Still why it is not takign the jdk path??? should ihave to add anywhere else too ??
Please help
Thanks
Viswa
|