I'm not sure its applicable to your problem, But I previously ran into some HotSpot errors with Apache SOAP 2.2 that went away when I upgraded to JDK 1.3.1-b24. -Peter [EMAIL PROTECTED] wrote: > > I am using a MS-SOAP client and Apache SOAP Java Web-Service. client is > sending an XML-Stream to web-service which is then recieved, validated and > saved in SQL Server table by Web-Service. It is working very properly. But > if i am doing a blind run like sending 2000 XML-Streams one-one non-stop, > then tomcat is giving an error - > > # > # An EXCEPTION_ACCESS_VIOLATION exception has been detected in native code > outsi > de the VM. > # Program counter=0x77f64ed3 > # > > and after giving error, tomcat stops. > > I am using Apche 1.3.20 and tomcat 3.2 > > what is the problem? > > Thanks in advance. > > Brajendra Singh