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

Cannot start WL on Solaris

0 views
Skip to first unread message

Michael Kolmodin

unread,
Aug 24, 2000, 3:00:00 AM8/24/00
to
Hi!

After following the installation instructions, I get the error below
when invoking startWeblogic.sh. Obviously, WL cannot locate
com/sun/java/util/collections/Map. This seems to be in weblogicaux.jar.
I've checked that the classpaths (both of them, while in trouble)
contains this and they do. Still I get the error

WL 5.10sp5 / Solaris 2.7.

29 days left of evaluation :-) Any ideas out there?

-- Michael

weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ java.lang.NoClassDefFoundError: com/sun/java/util/collections/Map ]
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Error.<init>(Error.java:50)
at weblogic.utils.NestedError.<init>(NestedError.java:15)
at weblogic.utils.AssertionError.<init>(AssertionError.java:49)
at weblogic.kernel.Kernel.getInstanceDynamically(Kernel.java:172)
at weblogic.kernel.Kernel.getConfig(Kernel.java:203)
at weblogic.t3.srvr.T3Srvr.configure(T3Srvr.java:751)
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)
***************************************************************************
The WebLogic Server did not start up properly.
Exception raised: java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException: weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ java.lang.NoClassDefFoundError: com/sun/java/util/collections/Map ]
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Error.<init>(Error.java:50)
at weblogic.utils.NestedError.<init>(NestedError.java:15)
at weblogic.utils.AssertionError.<init>(AssertionError.java:49)
at weblogic.kernel.Kernel.getInstanceDynamically(Kernel.java:172)
at weblogic.kernel.Kernel.getConfig(Kernel.java:203)
at weblogic.t3.srvr.T3Srvr.configure(T3Srvr.java:751)
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)
weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ java.lang.NoClassDefFoundError: com/sun/java/util/collections/Map ]
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Error.<init>(Error.java:50)
at weblogic.utils.NestedError.<init>(NestedError.java:15)
at weblogic.utils.AssertionError.<init>(AssertionError.java:49)
at weblogic.kernel.Kernel.getInstanceDynamically(Kernel.java:172)
at weblogic.kernel.Kernel.getConfig(Kernel.java:203)
at weblogic.t3.srvr.T3Srvr.configure(T3Srvr.java:751)
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)
***************************************************************************

---------------------------------------------------------------------
Michael Kolmodin Frontec Norr AB
Phone: +46 920 75125 Aurorum 1
Fax: +46 920 75299 S-977 75 Luleaa,Sweden


Michael Girdley

unread,
Aug 24, 2000, 3:00:00 AM8/24/00
to
You should make sure that weblogicaux.jar is in your WebLogic.class.path --
and nowhere else.

The following might help you with class path configuration:

http://www.weblogic.com/docs51/techsupport/faq/installation.html#551921

Thanks,
Michael

--
----
Michael Girdley
BEA Systems Inc


"Michael Kolmodin" <Michael....@frontec.se> wrote in message
news:39A53DF0...@frontec.se...

Michael.Kolmodin

unread,
Aug 24, 2000, 3:00:00 AM8/24/00
to
OK, there was still some things I could do.

The error is unchanged when using the enclosed startup script. It's much
smaller,  and maybe someone can find the error (?).

I've tested against java vers 1.2.1_04 and 1.3beta-O with identical result.

No party feeling today.

--michael

------------- startup script------------------------------

JAVA_HOME="/opt/local/java/jdk-1.3"
WL_HOME=/opt/local/weblogic

JAVA=$JAVA_HOME/bin/java
JFLAGS="-ms64m -mx64m"

ulimit -n 1024

LD_LIBRARY_PATH=$WL_HOME/lib/solaris
export LD_LIBRARY_PATH
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH"

set -x

WEBLOGICCLASSPATH=$WL_HOME/weblogic510sp5.jar:$WL_HOME/license:$WL_HOME/classes:$WL_HOME/lib/weblogicaux.jar:$WL_HOME/myserver/serverclasses
JAVACLASSPATH=./weblogic510sp5boot.jar:./classes/boot

$JAVA $JFLAGS -classpath $JAVACLASSPATH \
   -Dweblogic.class.path=$WEBLOGICCLASSPATH \
   -Dweblogic.home=/opt/local/weblogic \
   -Djava.security.manager  \
   -Djava.security.policy==/opt/local/weblogic/weblogic.policy \
   weblogic.Server
 

Ed Shannonhouse

unread,
Aug 24, 2000, 3:00:00 AM8/24/00
to
In article <39A5687F...@frontec.se>,
"Michael.Kolmodin" <Micahel....@frontec.se> wrote:
<snip>
>
<p><tt>WEBLOGICCLASSPATH=$WL_HOME/weblogic510sp5.jar:$WL_HOME/license:$W
L_HOME/classes:$WL_HOME/lib/weblogicaux.jar:$WL_HOME/myserver/serverclas
ses</tt>

1 - Make sure 'WL_HOME' is correct.
2 - Make sure that 'weblogicaux.jar' exists where 'WEBLOGICCLASSPATH'
says it is.


>
<br><tt>JAVACLASSPATH=./weblogic510sp5boot.jar:./classes/boot</tt><tt></
tt>

For the WL classpath you're using absolute paths but for the Java
classpath you're using relative paths. Was this your intention?


Sent via Deja.com http://www.deja.com/
Before you buy.

0 new messages