----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

I did have that problem but it was an actual problem with my servlets.  Not
fully understanding the load/unload cycle of a servlet engine I was creating
and trashing global variables within my doGet/doPost functions which caused
huge problems when more than one user was using that servlet.  The reason it
was crashing was because I was using the JDBC API along with the JDBC-ODBC
bridge and that when it gets 'upset' crashes the JVM (because it is native
code).

Rich.

> -----Original Message-----
> From: Michael Stacey [mailto:[EMAIL PROTECTED]]
> Sent: 10 May 2000 13:30
> To: [EMAIL PROTECTED]
> Subject: JServ on NT throwing access violations and crashing JVM
> 
> 
> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files.  Don't make us guess your problem!!!
> ----------------------------------------------------------------
> 
> Has anyone had a problem with apache/jserv on NT throwing 
> c000005 (Access violation) exceptions?  Happens randomly
> every few days.
> 
> apache: 1.3.12
> jserv : 1.1b3
> jdk   : 1.2
> 
> 
> ---
> Michael Stacey
> Lexi-Comp, Inc.
> 1100 Terex Road
> Hudson OH 44236
> vox: (330) 650-6506
> fax: (330) 656-3407
> 
> 
> --
> --------------------------------------------------------------
> 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]
> 
> 


--
--------------------------------------------------------------
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