-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

You should provide the exact error messages you are seeing in the logs but I
will take a guess anyway.

It may be due to jdk1.2.2 default security permissions

You should have a file called
c:\jdk1.2\jre\lib\security\java.policy

Add "permission java.security.AllPermission;"
to the "grant {" section.

Shutdown everything and restart to see if your problem goes away.  If it
does you may want to refine your security permissions to only allow what is
required as AllPermissions is a potential security risk if you run any
untrusted code. I believe this is related to socket usage within JServ.


> running just fine ... once or twice. Then the Java VM inevitably crashes.
> Deinstallation of JDK1.2.2 and Reinstallation of JDK1.1.8 (adapting the



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to