My blog entry actually recommends using the -Xint JVM argument to disable
the Sun JVM HotSpot runtime optimizer. It doesn't recommend using a
different JVM.
Anyway, the problem you're running into is because while you changed the
jvm.config JVM, you probably left the -server switch in the JVM args list.
The Sun JVM 1.4 comes with server jvm.dll and a client jvm.dll, and the
-server switch tells the JVM to use the server one which is more suited
towards applications that are up a long time and load a lot into memory.
And BTW, I think this is the primary link to the Sun bug on their Bug
Parade:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4946706
<http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4946706>
-Steve
_____
From: Martin Olson [mailto:[EMAIL PROTECTED]
Sent: Friday, October 15, 2004 2:45 PM
To: CF-Talk
Subject: Trouble switching JVMs on Linux
Hi all,
A server of ours had been having trouble where it would hang
frequently (sometimes twice a day, sometimes not for days) with the
unexpected signal 11 error as described here:
http://www.talkingtree.com/blog/index.cfm?data="">
After a lot of research the general consensus seemed to be that switch
JVMs might aleviate the problem and IBM's jvm was among those
recommended. I installed the IBMJava2-SDK-1.4.2-0.0.i386.rpm as
recommended and changed the jvm.config file to point to
/opt/IBMJava2-142/jre/.
When I tried to restart the server however I got the following:
Error: no `server' JVM at `/opt/IBMJava2-142/jre/bin/server/libjvm.so'.
I've switched everything back to using the HotSpot JVM that comes with
CFMX but I need to do something about this asap since these crashes
will keep happening. I'm assuming there's something in the
configuration that I am doing wrong but after trying a few different
things it's still honestly beyond me.
Any help would be hugely appreciated. Thanks in advance.
-martin
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

