Hi Richard,
        I was in the same situation sometime back. Actually, there is ome
bug in jdk1.2.2 because of which, the garbage collector attempts to collect
some of the valid objects in memory. Try upgrading to jdk 1.3. I did that
and the problem was resolved.

Regards
Ashish

-----Original Message-----
From: Boston Richard [mailto:[EMAIL PROTECTED]]
Sent: Saturday, July 15, 2000 12:19 AM
To: [EMAIL PROTECTED]
Subject: Web Server Crash


this question may be suitable for several list groups but I'll start here.

I've got a very simple JSP file (A.JSP) that contains a link to another JSP
file (B.JSP).

B.JSP contains some Java Code that instantiates an object. (It is NOT bean
oriented at this point, I just imported.)

<%
MyObject theObject = new MyObject();
%>

some html code. NOTE: This is the only java code in the ServerPage at this
point.

After going back and forth between A.JSP and B.JSP a couple of times from
A.JSP I get an error that java.exe has crashed and can't read memory.

My configuration is as follows:

Java Web Server 2.0 (patch included)
using jdk1.2.2

If anyone has seen this before that would be great.

thanks

Richard

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets


Visit http://www.NetVarsity.com for online learning

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to