Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Can't start WL on a new environment

3 views
Skip to first unread message

Gene Chuang

unread,
Jun 14, 2000, 3:00:00 AM6/14/00
to
I've been running WL 5.1 SP 2 for a while now, but when I upgraded a
different machine from 5.1 SP1 to SP2, I got this error:

The WebLogic Server did not start up properly.
Exception raised: java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError:
weblogic/utils/NestedRuntimeException
at weblogic.kernel.Kernel.declareProperties(Kernel.java:264)
at weblogic.t3.srvr.T3Srvr.configure(T3Srvr.java:755)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:818)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:99)
at weblogic.Server.main(Server.java:65)
at weblogic.Server.main(Server.java:55)
java.lang.NoClassDefFoundError: weblogic/utils/NestedRuntimeException
at weblogic.kernel.Kernel.declareProperties(Kernel.java:264)
at weblogic.t3.srvr.T3Srvr.configure(T3Srvr.java:755)
at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:818)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.Server.startServerDynamically(Server.java:99)
at weblogic.Server.main(Server.java:65)
at weblogic.Server.main(Server.java:55)

Any ideas?

Gene

Ted Eary

unread,
Jun 15, 2000, 3:00:00 AM6/15/00
to
You can get this message after installing a service pack if the JAVA_CLASSPATH
and WEBLOGIC_CLASSPATH in startWebLogic.cmp are not quite correct. As an
example, if you copied the SP2 files, weblogic510sp2.jar,
weblogic510sp2boot.jar, and weblogic_RDBS.jar to your installation directory
(mine is d:\weblogic510\lib), then in d:\weblogic510\startWebLogic.cmd, you can
define some variables that can be used to modify the classpaths, e.g.,:

SET WEBLOGIC_SERVICEPACK=d:\weblogic510\lib\Weblogic510sp2.jar
SET WEBLOGIC_RDBMS=d:\weblogic510\lib\Weblogic_RDBMS.jar
SET WEBLOGIC_BOOT=d:\weblogic510\lib\Weblogic510sp2boot.jar

Then farther down in startWebLogic.cmd, use these variables to set the
classpaths where they are found, e.g.,

set
JAVA_CLASSPATH=%WEBLOGIC_BOOT%;%JAVA_HOME%\lib\classes.zip;.\classes\boot;.\eval\cloudscape\lib\cloudscape.jar

set
WEBLOGIC_CLASSPATH=%WEBLOGIC_SERVICEPACK%;%WEBLOGIC_RDBMS%;.\license;.\classes;.\lib\weblogic510sp1.jar;.\lib\weblogicaux.jar;.\myserver\serverclasses

Ted Eary
BEA Systems

tedeary.vcf
0 new messages