Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Iplanet WS - exiting JVM - Linux

Status
Not open for further replies.

pedrosolorzano

Programmer
Aug 24, 2002
85
CO
Hi:

I have a problem with the IPlanet WebServer 4.1 SP7, installed in a Linux Platform (Mandrake 8.1 based on 2.4.2 kernel). I have installed the web server with my own JDK (j2se1.4 from Sun) but the JVM hangs if the servlet engine is enabled. When I try to start up the server the errorlog shows repeteadly this message:

[23/Aug/2002:09:17:43] info ( 6543): Exiting JVM due to: jvm_abort () and jvm.exitOnAbort > 0
[23/Aug/2002:09:17:43] info ( 6543): JVM exit statistics: AttachedThreads/Max=0/0, ActiveThreads/Max=0/0

When I disable the servlet engine the server works correctly. The start-jvm file in https-admserv have the all the jar files that the release notes recommend (dt, tools, iiimp, i18n, rt) but I copied manually the iiimp.jar file, because the j2se1.4 doesn´t have it. (I found the iiimp.jar file in a dreamweaver installation).

Does anybody knows what can be happening? I´m stuck with this, and I will appreciate any help. Thanks in advance.
 
IPlanet 4.1 SP7 like nearly does not support J2SE 1.4 yet. There were a lot of changes in 1.4 that causes problems with the current App Servers (mainly JSSE related). App Server will not start supporting J2SE 1.4 until J2EE 1.4 is finalized this winter.

Your solution is to use J2SE 1.3.
 
Hi again...
Thanks for your answer. I tried the jdk1.3 but still not working, for the same reason (Exiting JVM). Also, the iiimp.jar file didn´t came with the installation. What can be wrong? I changed the start-jvm file in https-admserv in order to point to the new jdk1.3 installation, should I change it anywhere else? please help me.

Thanks again.
 
I met this problem today when I set java_home to j2se4, and as I reset java_home to java1.2(1.2.2_9), the web-server in portal server 3.0sp4 runs well.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top