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

RedHat 6.2: Sun JDK 1.2.2_006 green threads

0 views
Skip to first unread message

Rodney J. Woodruff

unread,
Aug 22, 2000, 3:00:00 AM8/22/00
to
Hello,

I can't seem to get this jdk to run in native mode. Can anyone help
me? The weblogic site says that this jdk is ok but it never specifies
which one like it does for Solaris (i.e. 1.2.2_05a). Do I need a JIT or
what? Unfortunately, the sun download site doesn't allow you to
download older versions of the jdk for linux like it does for Solaris.
Any and all help is appreciated.

Unfortunately, I have Weblogic 5.1 sp4 and haven't been able to get it
to run with IBM JDK 1.1.8 which is also supposed to work.

Thank you very much.

-- Rodney


Michael Girdley

unread,
Aug 23, 2000, 3:00:00 AM8/23/00
to

What problems are you seeing?

Thanks,
Michael

--
----
Michael Girdley
BEA Systems Inc


"Rodney J. Woodruff" <rwoo...@umich.edu> wrote in message
news:39A28C40...@umich.edu...

Rodney J. Woodruff

unread,
Aug 24, 2000, 3:00:00 AM8/24/00
to Michael Girdley
I have not experienced any problems thus far. However, the documentation says
that I should use native threads in the interpreter. I just don't want
anything unusual to happen.

Thanks for you help.

-- Rodney

visor-palm John

unread,
Sep 20, 2000, 3:00:00 AM9/20/00
to
Prepare yourself...at least my experience over the last 24 hours has been
fruitless.
Running RedHat with Java 1.2.2_006 getting serious headache and although
many posts
to WebLogic newsgroups....very little in responses.

I am anxious to hear your experience...I have tried several different JVM's
and getting the following results

First, here's the command-line
/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

Second, here's the output (UGLY)

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)
***************************************************************************

"Rodney J. Woodruff" <rwoo...@umich.edu> wrote in message

news:39A56DCE...@umich.edu...

Bryan O'Sullivan

unread,
Sep 21, 2000, 3:00:00 AM9/21/00
to
j> Running RedHat with Java 1.2.2_006 getting serious headache and
j> although many posts to WebLogic newsgroups....very little in
j> responses.

Your problems are entirely with the classpath that you're using. This
has nothing to do with your platform or JDK. I suggest that you make
sure you've unpacked the WLS distribution correctly. For example,
look in the classes directory to make sure there's a
weblogic/kernel/AuditableThread.class file, and so on. Make sure
you're starting the server from the correct directory.

<b

0 new messages