Re: jdbc problems

2002-01-10 Thread Erwin Alberto
You closed the Statement object before you closed the ResultSet object. Check your code and make sure that you closed the ResultSet object first before closing the Statement. This is usually found in the finally clause of your JDBC code. --- JoseMa <[EMAIL PROTECTED]> wrote: > Hi, > > I've

jdbc problems

2002-01-03 Thread JoseMa
Hi,       I've a Orion server with Oracle datasources configured I've put the jdbc debug and in error file I look the next message :           *** CLOSING STATEMENT WITH 1 OPEN RESULTSET AT: ***java.lang.Exception    at com.evermind._bt.close(Unknown Source)    at com.evermind._wq

RE: Oracle JDBC problems on Solaris 8

2001-08-07 Thread Chuck Butkus
My bad!! I had a bad URL for Oracle in my data-sources.xml file. -Original Message- From: Chuck Butkus [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 1:46 PM To: Orion-Interest Subject: Oracle JDBC problems on Solaris 8 I'm having a problem with Orion and the Orac

Oracle JDBC problems on Solaris 8

2001-08-07 Thread Chuck Butkus
I'm having a problem with Orion and the Oracle 9i thin JDBC driver. I'm going against an Oracle 9.0.1.0.0 DB. The driver works fine in a simple application running on both Solaris 8 and Windows 2000. It also works fine in Orion under Windows 2000. But when I run it in Orion under Solaris 8 I g

RE: Oracle JDBC problems

2001-07-19 Thread elephantwalker
don't work, its the driver version. Your problems don't sound like an orion issue. Regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Mong Kon Mo Sent: Thursday, July 19, 2001 2:30 PM To: Orion-Interest Subject: Re: O

Re: Oracle JDBC problems

2001-07-19 Thread Mong Kon Mo
Ashok, Thanks for the pointer. I found the problem in the URL. Apparently, I have to include the entry from the tnsnames.ora file. The thought never would have occured to me, but someone else has done this and it worked for him. So I no longer get the "invalid driver designator" error. How

Re: Oracle JDBC problems

2001-07-18 Thread Hasnul Hirudin
hi... What type of connection that you are used;JDBC connection or DataSource connection to communicate with oracle database ? If you try to used DataSource connection with oracle 8.0.5.2, probbly it will not work.Although you used Oracle 8.1.7 JDBC Driver but Oracle 8.0.5.2 doesn't support thi

Re: Oracle JDBC problems

2001-07-18 Thread Ashok Banerjee
Your error is in the trace NETCMN: invalid driver designator. Please check the JDBC URL. Cheers, Ashok Mong Kon Mo wrote: > I've been trying to setup Orion to communicate with our Oracle database, > but have had little success. We are using Oracle 8.0.5.1 and have > installed the Oracle 8.1.7 JD

Oracle JDBC problems

2001-07-17 Thread Mong Kon Mo
I've been trying to setup Orion to communicate with our Oracle database, but have had little success. We are using Oracle 8.0.5.1 and have installed the Oracle 8.1.7 JDBC drivers (the 8.0.5.2 drivers were giving us problems). Now we get the following error: com.evermind[Orion/1.5.2 (build 10460)

Re: SV: Servlet/JDBC Problems

2000-03-14 Thread sgee
To: [EMAIL PROTECTED] cc: 03/14/00 01:39 Subject: SV: Servlet/JDBC Problems

Servlet/JDBC Problems

2000-03-13 Thread sgee
I just installed the Orion server and was doing some preliminary testing with servlets. Simple I/O test work fine, however when I try to access an informix database I get this error: java.lang.ClassNotFoundException: com.informix.jdbc.IfxDriver This is where I get really confused: 1) The servlet