PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3582 *** shadow/3582 Thu Sep 13 06:09:30 2001 --- shadow/3582.tmp.4873 Thu Sep 13 08:01:49 2001 *************** *** 2,9 **** | Tomcat 3.2.1 | +----------------------------------------------------------------------------+ | Bug #: 3582 Product: Tomcat 3 | ! | Status: NEW Version: 3.2.1 Final | ! | Resolution: Platform: Other | | Severity: Normal OS/Version: Windows NT/2K | | Priority: Other Component: Webapps | +----------------------------------------------------------------------------+ --- 2,9 ---- | Tomcat 3.2.1 | +----------------------------------------------------------------------------+ | Bug #: 3582 Product: Tomcat 3 | ! | Status: RESOLVED Version: 3.2.1 Final | ! | Resolution: INVALID Platform: Other | | Severity: Normal OS/Version: Windows NT/2K | | Priority: Other Component: Webapps | +----------------------------------------------------------------------------+ *************** *** 20,23 **** returning the result(to and fro SOAP call) immediately Tomcat crashes and only once we can query the result. We are USING JDK 1.2.2 (JDBC 2). We need to have a solution for this as Linkbook ODBC driver can be accessed only through JDK ! 1.2.2or its predecessers. --- 20,28 ---- returning the result(to and fro SOAP call) immediately Tomcat crashes and only once we can query the result. We are USING JDK 1.2.2 (JDBC 2). We need to have a solution for this as Linkbook ODBC driver can be accessed only through JDK ! 1.2.2or its predecessers. ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-09-13 08:01 ------- ! Since Tomcat is entirely written in Java, it should be impossible to crash. ! Thus, crashes represent bugs outside of Tomcat's control. Try a different ! JDK and/or investigating the JDBC:ODBC support as the source of the crash.