Saturday, January 5, 2013

If you face " \Java\jre7\lib\ext\QTJava.zip was unexpected at this time.Process exited" error while Weblogic server start then you need to follow below steps to resolve this.

 \Java\jre7\lib\ext\QTJava.zip was unexpected
Error

To resolve this follow below steps.

1.) Check if "QTJAVA" environment variable is set or not, if it is set then delete this environment variable.

QTJAVA Environment variable
QTJAVA Environment Variable


2.) Check if "QTJava.zip" is setup in %CLASSPATH% environment variable , if exist then remove
     "C:\Program Files (x86)\Java\jre7\lib\ext\QTJava.zip" from %CLASSPATH% environment variable.

CLASSPATH variable
CLASSPATH

Restart your computer and you should be able to start your Weblogic server.

1 comments :

  1. I had the same problem. Your solution fixed mine. Thanks.

    ReplyDelete