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

Linux and BEA WebLogic 5.1 and Java2 ... does it really work??

2 views
Skip to first unread message

visor-palm John

unread,
Sep 20, 2000, 3:00:00 AM9/20/00
to
Looking for users who have actually gotten WebLogic 5.1 to work under Linux
with Java 2.

I need to know the following that YOU used (not what BEA claims to work):

JDK Manufacturer:
JDK Version (ie. detailed version):
Linux Distribution (ie. RedHat...etc):
Linux Kernel in Use (ie. 2.2.12-10, etc... uname -a will display it):
Any problems experienced either during installation or during startup of
WebLogic 5.1?


Here is the command-line I am using (with Blackdown Classic VM (build
Linux_JDK_1.2.2_FCS, native threads, sunwjit)):
/usr/java/bin/java -native -ms64m -mx64m -classpath ./lib/weblogic510sp5boot
.jar:./classes/boot:./eval/cloudscape/lib/cloudscape.jar -Dweblogic.class.pa
th=.
/lib/weblogic510sp5.jar:./license:./classes:./lib/weblogicaux.jar:./myserver
/ser
verclasses -Dweblogic.home=. -Djava.security.manager -Djava.security.policy=
=/lo
cal1/opt/weblogic/weblogic.policy weblogic.Server

And the output:
java.lang.NoClassDefFoundError: weblogic/kernel/AuditableThread
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java, Compiled
Code)
at java.lang.ClassLoader.defineClass(ClassLoader.java, Compiled
Code)
at
weblogic.boot.ServerClassLoader.findLocalClass(ServerClassLoader.java
, Compiled Code)
at weblogic.boot.ServerClassLoader.loadClass(ServerClassLoader.java,
Com
piled Code)
at java.lang.ClassLoader.loadClass(ClassLoader.java, Compiled Code)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java,
Compiled Co
de)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java, Compiled
Code)
at java.lang.ClassLoader.defineClass(ClassLoader.java, Compiled
Code)
at
weblogic.boot.ServerClassLoader.findLocalClass(ServerClassLoader.java
, Compiled Code)
at weblogic.boot.ServerClassLoader.loadClass(ServerClassLoader.java,
Com
piled Code)
at java.lang.ClassLoader.loadClass(ClassLoader.java, Compiled Code)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java,
Compiled Co
de)
at java.lang.Class.getMethod0(Native Method)
at java.lang.Class.getMethod(Class.java, Compiled Code)
at weblogic.Server.getMainMethod(Server.java, Compiled Code)
at weblogic.Server.startServerDynamically(Server.java, Compiled
Code)
at weblogic.Server.main(Server.java, Compiled Code)
at weblogic.Server.main(Server.java, Compiled Code)
java.lang.NoClassDefFoundError: weblogic/t3/srvr/SrvrThread
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java, Compiled
Code)
at java.lang.ClassLoader.defineClass(ClassLoader.java, Compiled
Code)
at
weblogic.boot.ServerClassLoader.findLocalClass(ServerClassLoader.java
, Compiled Code)
at weblogic.boot.ServerClassLoader.loadClass(ServerClassLoader.java,
Com
piled Code)
at java.lang.ClassLoader.loadClass(ClassLoader.java, Compiled Code)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java,
Compiled Co
de)
at java.lang.Class.getMethod0(Native Method)
at java.lang.Class.getMethod(Class.java, Compiled Code)
at weblogic.Server.getMainMethod(Server.java, Compiled Code)
at weblogic.Server.startServerDynamically(Server.java, Compiled
Code)
at weblogic.Server.main(Server.java, Compiled Code)
at weblogic.Server.main(Server.java, Compiled Code)
***************************************************************************
The WebLogic Server did not start up properly.
Exception raised: java.lang.NoClassDefFoundError:
weblogic/t3/srvr/ListenThread
java.lang.NoClassDefFoundError: weblogic/t3/srvr/ListenThread
at java.lang.Class.getMethod0(Native Method)
at java.lang.Class.getMethod(Class.java, Compiled Code)
at weblogic.Server.getMainMethod(Server.java, Compiled Code)
at weblogic.Server.startServerDynamically(Server.java, Compiled
Code)
at weblogic.Server.main(Server.java, Compiled Code)
at weblogic.Server.main(Server.java, Compiled Code)
***************************************************************************


Many thanks in advance!!
John


Michael Girdley

unread,
Sep 20, 2000, 3:00:00 AM9/20/00
to

The problem looks like a class path problem. You should doublecheck that
you are running the server from the correct directory and also that the
WebLogic/classes directory is in your WebLogic.class.path.

Thanks,
Michael

--
----
Michael Girdley
BEA Systems Inc


"visor-palm John" <j$ohn$g...@primenet.com> wrote in message
news:39c9...@newsgroups.bea.com...

visor-palm John

unread,
Sep 21, 2000, 3:00:00 AM9/21/00
to
It all looks like it checks out. However, the weblogic510.zip that I
downloaded had a size of 27.6 MB (29,032,448 bytes) but on the BEA site it
indicated a size of weblogic510.zip (29,068,124 bytes)...

Also when I run a check on the file I get:
gunzip -t weblogic510.zip
gunzip: weblogic510.zip has more than one entry--rest ignored


Is this a corrupted download? (Just in case, I downloaded another time and
received a file of the exact same size) Any suggestions?

John

"Michael Girdley" <in...@bea.com> wrote in message
news:39c9586d$1...@newsgroups.bea.com...

Bryan O'Sullivan

unread,
Sep 21, 2000, 3:00:00 AM9/21/00
to
j> Also when I run a check on the file I get:
j> gunzip -t weblogic510.zip
j> gunzip: weblogic510.zip has more than one entry--rest ignored

The gzip and zip file formats are not the same thing. You should use
the zip tools to check a zip file.

<b

visor-palm John

unread,
Sep 22, 2000, 3:00:00 AM9/22/00
to
I'ts a long story, but the problem turned out to be bad memory.

Thanks
"Bryan O'Sullivan" <br...@bea.com> wrote in message
news:s8g66np...@forestknolls.beasys.com...

0 new messages