TeraData DataSource

2003-10-28 Thread Ken . Martinson
Has anyone been able to connect to a TeraData datasource using thier JDBC 
driver?  I'm getting the following error.

java.sql.SQLException: Cannot create JDBC driver of class 
'com.ncr.teradata.TeraConnectionPoolDataSource' for connect URL 
'jdbc:teradata://sw72sqldv3:7060'
at 
org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:541)
at 
org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:329)
at 
com.ibm.afeb.manager.DCSDatabaseManager.getConnection(DCSDatabaseManager.java:101)
at 
com.ibm.afeb.manager.DCSDatabaseManager.getConnection(DCSDatabaseManager.java:83)
at 
com.shaw.ssfs.component.SSFSUser.insertAuditRecord(SSFSUser.java:247)
at com.shaw.ssfs.component.SSFSUser.login(SSFSUser.java:307)
at 
com.shaw.swat.security.SWATLogin.processRequest(SWATLogin.java:203)
at 
com.ibm.afeb.manager.DCSSessionManager.processRequest(DCSSessionManager.java:187)
at com.ibm.afeb.servlet.DCSServlet.doPerform(DCSServlet.java:131)
at com.ibm.afeb.servlet.DCSServlet.doPost(DCSServlet.java:198)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)


Thanks,
Ken Martinson**
Privileged and/or confidential information may be contained in this message. If you 
are not the addressee indicated in this message (or are not responsible for delivery 
of this message to that person) , you may not copy or deliver this message to anyone. 
In such case, you should destroy this message and notify the sender by reply e-mail.
If you or your employer do not consent to Internet e-mail for messages of this kind, 
please advise the sender.
Shaw Industries does not provide or endorse any opinions, conclusions or other 
information in this message that do not relate to the official business of the company 
 or its subsidiaries.
**


Re: TeraData DataSource

2003-10-28 Thread Christopher Schultz
Ken,
Has anyone been able to connect to a TeraData datasource using thier JDBC 
driver?  I'm getting the following error.

java.sql.SQLException: Cannot create JDBC driver of class 
'com.ncr.teradata.TeraConnectionPoolDataSource' for connect URL 
'jdbc:teradata://sw72sqldv3:7060'
Did this exception have a caused by stack trace along with it?

-chris

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: TeraData DataSource

2003-10-28 Thread Ken . Martinson
No suitable driver.  The TeraData .jar file is in the common/lib folder.

Thanks,
Ken Martinson
ext. 3048




Christopher Schultz [EMAIL PROTECTED] 
10/28/2003 10:26 AM
Please respond to
Tomcat Users List [EMAIL PROTECTED]


To
Tomcat Users List [EMAIL PROTECTED]
cc

Subject
Re: TeraData DataSource






Ken,
 Has anyone been able to connect to a TeraData datasource using thier 
JDBC 
 driver?  I'm getting the following error.
 
 java.sql.SQLException: Cannot create JDBC driver of class 
 'com.ncr.teradata.TeraConnectionPoolDataSource' for connect URL 
 'jdbc:teradata://sw72sqldv3:7060'

Did this exception have a caused by stack trace along with it?

-chris


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



**
Privileged and/or confidential information may be contained in this message. If you 
are not the addressee indicated in this message (or are not responsible for delivery 
of this message to that person) , you may not copy or deliver this message to anyone. 
In such case, you should destroy this message and notify the sender by reply e-mail.
If you or your employer do not consent to Internet e-mail for messages of this kind, 
please advise the sender.
Shaw Industries does not provide or endorse any opinions, conclusions or other 
information in this message that do not relate to the official business of the company 
 or its subsidiaries.
**


Re: TeraData DataSource

2003-10-28 Thread Christopher Schultz
Ken,
Has anyone been able to connect to a TeraData datasource using thier 
driver?  I'm getting the following error.

Did this exception have a caused by stack trace along with it?

No suitable driver.  The TeraData .jar file is in the common/lib folder.
Sorry for my ignorance, but this is a DataSource *and* a JDBC driver all 
wrapped up in one?

What does your DataSource config look like -- you're creating it using 
server.xml entries, no?

The only thing I can think of is that you've misspelled or otherwise 
mistyped the classname of the JDBC driver.

-chris

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]