From owner-freebsd-database Wed Jun 26 1:15: 0 2002 Delivered-To: freebsd-database@freebsd.org Received: from web14805.mail.yahoo.com (web14805.mail.yahoo.com [216.136.224.221]) by hub.freebsd.org (Postfix) with SMTP id 0D91737B405 for ; Wed, 26 Jun 2002 01:14:57 -0700 (PDT) Message-ID: <20020626081456.37529.qmail@web14805.mail.yahoo.com> Received: from [195.235.188.5] by web14805.mail.yahoo.com via HTTP; Wed, 26 Jun 2002 01:14:56 PDT Date: Wed, 26 Jun 2002 01:14:56 -0700 (PDT) From: Jason End Subject: JDBC problem: SQLException Error en Connect No suitable driver To: freebsd-java@freebsd.org Cc: freebsd-database@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm having a problem with a java web application that needs to connect to an oracle db. I just transfered the application to a FreeBSD box running: 4.6 Release linux-jdk-1.3.1.03 jakarta-tomcat-3.3.1_14 apache-1.3.26 I get the error stated in the subject: SQLException Error en Connect No suitable driver I'm not sure how to proceed...(?) tia, Peter __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Wed Jun 26 1:42:44 2002 Delivered-To: freebsd-database@freebsd.org Received: from ws2.hk5.outblaze.com (202-77-181-84.outblaze.com [202.77.181.84]) by hub.freebsd.org (Postfix) with SMTP id 8AA8A37B404 for ; Wed, 26 Jun 2002 01:42:34 -0700 (PDT) Received: (qmail 20817 invoked by uid 1001); 26 Jun 2002 08:42:22 -0000 Message-ID: <20020626084222.20816.qmail@graffiti.net> Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit Mime-Version: 1.0 X-Mailer: MIME-tools 4.104 (Entity 4.117) Received: from [66.51.217.108] by ws2.hk5.outblaze.com with http for tedstriker@graffiti.net; Wed, 26 Jun 2002 16:42:22 +0800 From: tedstriker@graffiti.net To: Jason End Cc: freebsd-database@freebsd.org Date: Wed, 26 Jun 2002 16:42:22 +0800 Subject: Re: JDBC problem: SQLException Error en Connect No suitable driver X-Originating-Ip: 66.51.217.108 X-Originating-Server: ws2.hk5.outblaze.com Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hmmmm...I know you probably already thought of this, but you have Linux compatibility mode enabled on the FreeBSD box, right? Just thinking because you are using the Linux JDK kit... What box is the Oracle DB on? ----- Original Message ----- From: Jason End Date: Wed, 26 Jun 2002 01:14:56 -0700 (PDT) To: freebsd-java@freebsd.org Subject: JDBC problem: SQLException Error en Connect No suitable driver > I'm having a problem with a java web application that > needs to connect to an oracle db. I just transfered > the application to a FreeBSD box running: > 4.6 Release > linux-jdk-1.3.1.03 > jakarta-tomcat-3.3.1_14 > apache-1.3.26 > > I get the error stated in the subject: > SQLException Error en Connect No suitable driver > > I'm not sure how to proceed...(?) > > tia, > > Peter > > __________________________________________________ > Do You Yahoo!? > Yahoo! - Official partner of 2002 FIFA World Cup > http://fifaworldcup.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-database" in the body of the message > -- _______________________________________________ Get your free email from http://www.graffiti.net Powered by Outblaze To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Wed Jun 26 1:52:40 2002 Delivered-To: freebsd-database@freebsd.org Received: from cserv.oksys.com (12-236-42-90.client.attbi.com [12.236.42.90]) by hub.freebsd.org (Postfix) with ESMTP id ED6D737B404 for ; Wed, 26 Jun 2002 01:52:34 -0700 (PDT) Received: from bulinfo.net (localhost [127.0.0.1]) by cserv.oksys.com (8.11.6/8.11.6) with ESMTP id g5Q8qU194483; Wed, 26 Jun 2002 01:52:30 -0700 (PDT) (envelope-from ian@bulinfo.net) Message-ID: <3D1980CE.BFCC3E61@bulinfo.net> Date: Wed, 26 Jun 2002 01:52:30 -0700 From: Yani Brankov X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: en MIME-Version: 1.0 To: tedstriker@graffiti.net Cc: Jason End , freebsd-database@FreeBSD.ORG Subject: Re: JDBC problem: SQLException Error en Connect No suitable driver References: <20020626084222.20816.qmail@graffiti.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Jason, Did you make sure that the Oracle jdbc driver is in the CLASSPATH when starting the JVM? Cheers, Yani tedstriker@graffiti.net wrote: > > Hmmmm...I know you probably already thought of this, but > you have Linux compatibility mode enabled on the FreeBSD box, right? > > Just thinking because you are using the Linux JDK kit... > > What box is the Oracle DB on? > > ----- Original Message ----- > From: Jason End > Date: Wed, 26 Jun 2002 01:14:56 -0700 (PDT) > To: freebsd-java@freebsd.org > Subject: JDBC problem: SQLException Error en Connect No suitable driver > > > I'm having a problem with a java web application that > > needs to connect to an oracle db. I just transfered > > the application to a FreeBSD box running: > > 4.6 Release > > linux-jdk-1.3.1.03 > > jakarta-tomcat-3.3.1_14 > > apache-1.3.26 > > > > I get the error stated in the subject: > > SQLException Error en Connect No suitable driver > > > > I'm not sure how to proceed...(?) > > > > tia, > > > > Peter > > > > __________________________________________________ > > Do You Yahoo!? > > Yahoo! - Official partner of 2002 FIFA World Cup > > http://fifaworldcup.yahoo.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-database" in the body of the message > > > > -- > _______________________________________________ > Get your free email from http://www.graffiti.net > > Powered by Outblaze > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-database" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Wed Jun 26 2:26:33 2002 Delivered-To: freebsd-database@freebsd.org Received: from mail.die.supsi.ch (mail.die.supsi.ch [193.5.153.13]) by hub.freebsd.org (Postfix) with ESMTP id DC6B537B401; Wed, 26 Jun 2002 02:26:23 -0700 (PDT) Received: from die.supsi.ch (pcm2022.die.supsi.ch [193.5.152.22]) by mail.die.supsi.ch (8.11.0/8.11.0) with ESMTP id g5Q9QAx07526; Wed, 26 Jun 2002 11:26:10 +0200 Message-ID: <3D1988B2.9040101@die.supsi.ch> Date: Wed, 26 Jun 2002 11:26:10 +0200 From: Roberto Nunnari User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us MIME-Version: 1.0 To: Jason End Cc: freebsd-java@FreeBSD.ORG, freebsd-database@FreeBSD.ORG Subject: Re: JDBC problem: SQLException Error en Connect No suitable driver References: <20020626081456.37529.qmail@web14805.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG do you have the driver classes (ie. classes12.zip) in your CLASSPATH? you can get the archive from oracle web-site. Jason End wrote: > I'm having a problem with a java web application that > needs to connect to an oracle db. I just transfered > the application to a FreeBSD box running: > 4.6 Release > linux-jdk-1.3.1.03 > jakarta-tomcat-3.3.1_14 > apache-1.3.26 > > I get the error stated in the subject: > SQLException Error en Connect No suitable driver > > I'm not sure how to proceed...(?) > > tia, > > Peter > > __________________________________________________ > Do You Yahoo!? > Yahoo! - Official partner of 2002 FIFA World Cup > http://fifaworldcup.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-java" in the body of the message > -- Roberto Nunnari -software engineer- mailto:nunnari@die.supsi.ch Scuola Universitaria Professionale della Svizzera Italiana Dipartimento di Informatica e Elettronica http://www.die.supsi.ch SUPSI-DIE Via Cantonale tel: +41-91-6108561 6928 Manno """ Switzerland (o o) =======================oOO==(_)==OOo======================== MY OPINIONS ARE NOT NECESSARILY THOSE OF MY EMPLOYER To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Wed Jun 26 2:34:29 2002 Delivered-To: freebsd-database@freebsd.org Received: from web14804.mail.yahoo.com (web14804.mail.yahoo.com [216.136.224.220]) by hub.freebsd.org (Postfix) with SMTP id 6F6D437B405 for ; Wed, 26 Jun 2002 02:34:15 -0700 (PDT) Message-ID: <20020626093415.20109.qmail@web14804.mail.yahoo.com> Received: from [195.235.188.5] by web14804.mail.yahoo.com via HTTP; Wed, 26 Jun 2002 02:34:15 PDT Date: Wed, 26 Jun 2002 02:34:15 -0700 (PDT) From: Jason End Subject: Re: JDBC problem: SQLException Error en Connect No suitable driver To: freebsd-java@freebsd.org Cc: freebsd-database@freebsd.org In-Reply-To: <3D1980CE.BFCC3E61@bulinfo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --- Yani Brankov wrote: > Hi Jason, > > Did you make sure that the Oracle jdbc driver is in > the CLASSPATH when starting > the JVM? > > Cheers, > Yani > > > tedstriker@graffiti.net wrote: > > > > Hmmmm...I know you probably already thought of > this, but > > you have Linux compatibility mode enabled on the > FreeBSD box, right? > > > > Just thinking because you are using the Linux JDK > kit... > > > > What box is the Oracle DB on? > > > > ----- Original Message ----- > > From: Jason End > > Date: Wed, 26 Jun 2002 01:14:56 -0700 (PDT) > > To: freebsd-java@freebsd.org > > Subject: JDBC problem: SQLException Error en > Connect No suitable driver > > > > > I'm having a problem with a java web application > that > > > needs to connect to an oracle db. I just > transfered > > > the application to a FreeBSD box running: > > > 4.6 Release > > > linux-jdk-1.3.1.03 > > > jakarta-tomcat-3.3.1_14 > > > apache-1.3.26 > > > > > > I get the error stated in the subject: > > > SQLException Error en Connect No suitable driver > > > > > > I'm not sure how to proceed...(?) > > > > > > tia, > > > > > > Peter > > > > > > > __________________________________________________ > > > Do You Yahoo!? > > > Yahoo! - Official partner of 2002 FIFA World Cup > > > http://fifaworldcup.yahoo.com > > > > > > To Unsubscribe: send mail to > majordomo@FreeBSD.org > > > with "unsubscribe freebsd-database" in the body > of the message > > > > > > > -- > > _______________________________________________ > > Get your free email from http://www.graffiti.net > > > > Powered by Outblaze > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-database" in the body of > the message __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message From owner-freebsd-database Wed Jun 26 2:36: 9 2002 Delivered-To: freebsd-database@freebsd.org Received: from web14806.mail.yahoo.com (web14806.mail.yahoo.com [216.136.224.222]) by hub.freebsd.org (Postfix) with SMTP id EF03337B407 for ; Wed, 26 Jun 2002 02:35:55 -0700 (PDT) Message-ID: <20020626093554.26002.qmail@web14806.mail.yahoo.com> Received: from [195.235.188.5] by web14806.mail.yahoo.com via HTTP; Wed, 26 Jun 2002 02:35:54 PDT Date: Wed, 26 Jun 2002 02:35:54 -0700 (PDT) From: Jason End Subject: Re: JDBC problem: SQLException Error en Connect No suitable driver To: freebsd-java@freebsd.org Cc: freebsd-database@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --- Yani Brankov wrote: > Hi Jason, > > Did you make sure that the Oracle jdbc driver is in > the CLASSPATH when starting > the JVM? I haven't made any variations to the classpath, but if I understand correctly the classloader make the class available upon starting tomcat, given that within the webapp realm. The class is in /usr/local/jakarta-tomcat3.3.1/webapps/upload/WEB-INF/lib *upload is just the name of the servlet > tedstriker@graffiti.net wrote: > Hmmmm...I know you probably already thought of > this, but > you have Linux compatibility mode enabled on the > FreeBSD box, right? yes > > Just thinking because you are using the Linux JDK > kit... > > > > What box is the Oracle DB on? It's on a separate Win NT4 box. > > ----- Original Message ----- > > From: Jason End > > Date: Wed, 26 Jun 2002 01:14:56 -0700 (PDT) > > To: freebsd-java@freebsd.org > > Subject: JDBC problem: SQLException Error en > Connect No suitable driver > > > > > I'm having a problem with a java web application > that > > > needs to connect to an oracle db. I just > transfered > > > the application to a FreeBSD box running: > > > 4.6 Release > > > linux-jdk-1.3.1.03 > > > jakarta-tomcat-3.3.1_14 > > > apache-1.3.26 > > > > > > I get the error stated in the subject: > > > SQLException Error en Connect No suitable driver > > > > > > I'm not sure how to proceed...(?) > > > > > > tia, > > > > > > Peter > > > > > > > __________________________________________________ > > > Do You Yahoo!? > > > Yahoo! - Official partner of 2002 FIFA World Cup > > > http://fifaworldcup.yahoo.com > > > > > > To Unsubscribe: send mail to > majordomo@FreeBSD.org > > > with "unsubscribe freebsd-database" in the body > of the message > > > > > > > -- > > _______________________________________________ > > Get your free email from http://www.graffiti.net > > > > Powered by Outblaze > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-database" in the body of > the message __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message