Re: Tomcat is stoping Urgent

2004-04-22 Thread Niki Ivanchev
IMHO it is problem with jdbc-odbc bridge. However Access and HDBC-ODBC aren't the best solution for a production system. IMHO they are worst. Kiran Patel wrote: Urgent! I am using Tomcat 4.1 for my application which is accessing data from = the Access database through the ODBC connection.

Re: Tomcat is stoping Urgent

2004-04-22 Thread Kiran Patel
PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 22, 2004 7:22 AM Subject: Re: Tomcat is stoping Urgent IMHO it is problem with jdbc-odbc bridge. However Access and HDBC-ODBC aren't the best solution for a production system. IMHO they are worst. - Original Message - From: Kiran

Re: Tomcat is stoping Urgent

2004-04-22 Thread Hans Wichman
: Thursday, April 22, 2004 7:22 AM Subject: Re: Tomcat is stoping Urgent IMHO it is problem with jdbc-odbc bridge. However Access and HDBC-ODBC aren't the best solution for a production system. IMHO they are worst. - Original Message - From: Kiran Patel To: [EMAIL PROTECTED] Sent

Re: Tomcat is stoping Urgent

2004-04-22 Thread Hans Wichman
connection for Access database? How to do that? Where I will find the document? Please help. Kiran - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 22, 2004 7:22 AM Subject: Re: Tomcat is stoping Urgent IMHO it is problem with jdbc-odbc bridge

Re: Tomcat is stoping Urgent

2004-04-22 Thread Mark Schmeets
is stoping Urgent IMHO it is problem with jdbc-odbc bridge. However Access and HDBC-ODBC aren't the best solution for a production system. IMHO they are worst. - Original Message - From: Kiran Patel To: [EMAIL PROTECTED] Sent: Wednesday, April 21, 2004 5:34 PM Subject: Tomcat is stoping

Tomcat is stoping Urgent

2004-04-21 Thread Kiran Patel
Urgent! I am using Tomcat 4.1 for my application which is accessing data from = the Access database through the ODBC connection. Everything was working = fine until today. Suddenly when I tried to enter some records in the = data base through the application, Tomcat is stopped. I got following

Re: Tomcat is stoping Urgent

2004-04-21 Thread Daniel Gibby
You've tried a reboot of the windows machine? Has there been patches to the machine lately? Are there any viruses on it? It says it is native code outside the VM, so this appears to be more a problem with the windows server, not tomcat. Like I know though... Don't take my word for it. I'm just

Re: Tomcat is stoping Urgent

2004-04-21 Thread Dov Rosenberg
Stop using the JDBC ODBC bridge immediately - it was never designed for a production environment. Use a pure java jdbc driver or change databases. Dov Rosenberg Conviveon Corporation On 4/21/04 7:01 PM, Daniel Gibby [EMAIL PROTECTED] wrote: You've tried a reboot of the windows machine? Has