Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 90597 invoked by uid 500); 4 Apr 2001 14:41:12 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 90587 invoked from network); 4 Apr 2001 14:41:12 -0000 Received: from unknown (HELO snax.thwt.com) (209.149.197.4) by h31.sny.collab.net with SMTP; 4 Apr 2001 14:41:12 -0000 Received: by snax.thwt.com with Internet Mail Service (5.5.2448.0) id ; Wed, 4 Apr 2001 10:05:56 -0400 Message-ID: From: Randy Layman To: tomcat-user@jakarta.apache.org Subject: RE: Tomcat 3.2.1 returns a Java.exe error. when I use JSP Date: Wed, 4 Apr 2001 10:05:55 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N It sounds like you need to get rid of the JDBC-ODBC bridge. There are only two ways to get a "Program Error" on Windows when running java: a bug in the JVM or a bug in some native code that your application is running. You don't mention how you're accessing SQL Server, but I would guess its through the JDBC-ODBC bridge. For more information, check out Sun's Bug Parade, but this is a very famous bug that Sun has refused to fix for years and has caused many people who didn't research all the issues beforehand many problems. As an alternative, I would suggest the database drivers that we use from INet Software (www.inetsoftware.de). We have always had good experiences with their drivers, but have only used them with SQL Server 6.5 and 7. Randy > -----Original Message----- > From: Shivraj Singh [mailto:shivraj@theikos.com] > Sent: Wednesday, April 04, 2001 9:36 AM > To: tomcat-user@jakarta.apache.org > Subject: Tomcat 3.2.1 returns a Java.exe error. when I use JSP > > > Hello, > I get a message saying "Program Error java.exe" when I > execute JSP pages on > Tomcat 3.2.1. > > I don't get this error until I try to connect to the db. (SQL > setver 2000). > This is happening at random and we cannot find a pattern to it. > > The OS is Win2K Pro. We also have Apache 1.3 running on the > same system with > JDK 1.2.2. > > Need help ASAP. > > Thanks in advance. > > Regards > Shivraj Singh >