[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] install of JDK1.3 , then jServ on a Qube3
- Subject: [cobalt-users] install of JDK1.3 , then jServ on a Qube3
- From: "Romain EUDE" <r.eude@xxxxxxxxxx>
- Date: Wed Apr 25 02:10:31 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
I am trying to have jServ 1.1.2 running on a Qube3 machine.
I have installed Sun's JDK via the package j2sdk-1_3_0_02-linux.rpm, found
on Sun's web site.
The installation seems to run fine.
So I create a HelloWorld.java and try to compile it via a javac
HelloWorld.java
This command seems to run forever so I open another telnet session and runs
a ps -ef command. I get the following output :
root 16586 16541 0 18:05 pts/0 00:00:00
/usr/java/jdk1.3.0_02/bin/i386/native_threads/javac -verbose -classpath
/usr/java/j
root 16587 16586 0 18:05 pts/0 00:00:00
/usr/java/jdk1.3.0_02/bin/i386/native_threads/javac -verbose -classpath
/usr/java/j
root 16588 16586 0 18:05 pts/0 00:00:00
/usr/java/jdk1.3.0_02/bin/i386/native_threads/javac -verbose -classpath
/usr/java/j
root 16589 16586 0 18:05 pts/0 00:00:00
/usr/java/jdk1.3.0_02/bin/i386/native_threads/javac -verbose -classpath
/usr/java/j
root 16590 16586 0 18:05 pts/0 00:00:00
/usr/java/jdk1.3.0_02/bin/i386/native_threads/javac -verbose -classpath
/usr/java/j
root 16591 16586 0 18:05 pts/0 00:00:00
/usr/java/jdk1.3.0_02/bin/i386/native_threads/javac -verbose -classpath
/usr/java/j
root 16592 16586 0 18:05 pts/0 00:00:00
/usr/java/jdk1.3.0_02/bin/i386/native_threads/javac -verbose -classpath
/usr/java/j
root 16595 14222 0 18:05 pts/1 00:00:00 ps -ef
as you can see, it is running several processes and seems not to compile
anything.
However, I have compile the same code on a Pc and try to run it on the Qube3
'java HelloWorld.class' and it works fine.
So I guess I have a problem with the SDK itself. Has anyone an idea on what
Can I do wrong ?
Furthermore, I am trying to run the Jserv 1.1.2 and I doesn't work : the
mod_jserv.log says :
[25/04/2001 18:22:31:800] (EMERGENCY) ajp12: function connection fail
[25/04/2001 18:27:33:109] (EMERGENCY) ajp12: can not connect to host
127.0.0.1:8007
Once again, Anyone has an idea about what I do wrong ?
Thanks,
Romain.