We use jdbc and instead of adding Ora81\jdbc\lib in the classpath, we add
the following to the Jrun Classpath:
..\Ora81\jdbc\lib\classes111.zip and ..\Ora81\jdbc\lib\nls_charset11.zip

But no valid jdbc driver found, doesn't sound like it's not finding the
classes....
When we create our driver, we use the following:
            DriverManager.registerDriver (new
oracle.jdbc.driver.OracleDriver());
Then connect with the following:
            conn = DriverManager.getConnection(dbParams);
Where dbParams is:
jdbc:oracle:thin:<<DB_USER>>/<<DB_PASSWORD>>@<<dbserverName>>:<<port>>:<<sid
>>
(fill in the <<>>)


-----Original Message-----
From: Sharon Curlee [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 11, 2000 9:11 AM
To: '[EMAIL PROTECTED]'
Subject: RE: jdbc error


I tried that ... still doesnt work.  Same error.

-----Original Message-----
From: Allgaier, Adam (MED, Summer Intern)
[mailto:[EMAIL PROTECTED]]
Sent: Friday, August 11, 2000 10:06 AM
To: '[EMAIL PROTECTED]'
Subject: RE: jdbc error


Try placing the classes111.zip (in Ora81\jdbc\lib) to the {jrun install
dir}/servers/lib directory.

Adam Allgaier
GE Medical Systems
Global CT, eDevelopment

-----Original Message-----
From: Sharon Curlee [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 10, 2000 2:57 PM
To: Jrun (E-mail)
Subject: jdbc error



I am getting an error when I try and set up a datasource for the admin
server:  "No valid JDBC driver is specified".  Here is what I have
specified:

Name: oraDev
Driver: oracle.jdbc.driver.OracleDriver
URL: jdbc:oracle:thin:@oracle.smartage.com:1521:db_dev

I have also added in the C:\orant81\jdbc\lib to the classpath (as
instructed
by KB #12810)

Am I missing something?  The Setup Guide didnt go into details about
where
the drivers were located (are the on the machine running Jrun or on the
db
server) ... it seems like i am missing something really simple ... 

Also, dont know if this has anything to do with it or not ... but my
welcome.jsp page is throwing a "500 Internal Server Error" message ...
dont
know what that is about either.

Any help would be greatly appreciated :-)

Sharon Curlee
Software Engineer

SmartAge.com
4701 Congress Street  
Suite 375   
Charlotte NC 28209 
(704) 401-3110

------------------------------------------------------------------------
------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_tal
k
or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.
----------------------------------------------------------------------------
--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.
----------------------------------------------------------------------------
--
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe'
in the body.
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the 
body.

Reply via email to