Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

RE: <AUTO> 'Getty=001-016-162'Error in JDBC conn / Apache
  Tomcat/4.1.29 URGENT

Allistair Crossley

2004-02-02

Replies:



<FONT SIZE=1 FACE="VERDANA,ARIAL" COLOR=BLUE>
-------------------------------------------------------
QAS Ltd.
Developers of QuickAddress Software
<a href="http://www.qas.com">www.qas.com</a>
Registered in England: No 2582055
Registered in Australia: No 082 851 474
-------------------------------------------------------
</FONT>
Can someone stop these messages??? Just put a block on subjects with Getty= in them? I had nearly 50 of these in the last 2 days!

-----Original Message-----
From: Getty Images USA License [mailto:license@(protected)]
Sent: 02 February 2004 17:23
To: Tomcat Users List
Subject: <AUTO> 'Getty=001-016-162'Error in JDBC conn / Apache
Tomcat/4.1.29 URGENT


Hello and thank you for your email. We strive to respond to all email inquiries within one business day. If your issue cannot wait that long, please call us at 877-438-8966. Our hours are 6:00 a.m. to 6:00 p.m. Pacific Standard Time, Monday through Friday.

For reference, your assigned case ID is:1016162



-----Original Message-----
From: Kumar Abhay-CAK203C [CAK203C@(protected)]
Sent: Monday, Feb 2 2004 9:14AM
To: Tomcat Users List [tomcat-user@(protected)]
Subject: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT




I hv tried this also .. No success

Abhay



-----Original Message-----
From: Chakravarthy, Sundar [ mailto:schakravarthy@(protected)> ]
Sent: Monday, February 02, 2004 10:56 AM
To: Tomcat Users List
Subject: RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT


Trying using classes12.jar in <tomcat_home>/common/lib

-----Original Message-----
From: Kumar Abhay-CAK203C [ mailto:CAK203C@(protected)> ]
Sent: Monday, February 02, 2004 11:50 AM
To: 'Tomcat Users List'
Subject: RE: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT
Importance: High

Path of the dB driver is as follows: Still the same error

C:\Tomcat\common\lib\ojdbc14.jar

Abhay

-----Original Message-----
From: Keshav Sarin [ mailto:KSarin@(protected)> ]
Sent: Monday, February 02, 2004 10:44 AM
To: tomcat-user@(protected)
Subject: Re: Error in JDBC conn / Apache Tomcat/4.1.29 URGENT


Put the database driver in tomcat_home/common/lib directory and restart tomcat.


>>> CAK203C@(protected) >>>
Hi ,

I am getting the following error in JDBC conn. Error log and other details are as follows:

Please help !!

Regards
Abhay

------------------------------------------------------------------------
-------------------------------------
I am using :==
Apache Tomcat/4.1.29
SQL*Plus: Release 9.0.1.4.0 - Production on Mon Feb 2 09:39:33 2004
Oracle8i Enterprise Edition Release 8.1.6.0.0 - Production
j2sdk1.4.2_03
ojdbc14.jar
------------------------------------------------------------------------
------
<GlobalNamingResources>
<Environment name="simpleValue" override="true" type="java.lang.Integer" value="30"/> <Resource auth="Container" description="User database that can be updated and saved" name="UserDatabase" scope="Shareable" type="org.apache.catalina.UserDatabase"/>

<Resource name="estimation" scope="Shareable" type="javax.sql.DataSource"/> <ResourceParams name="UserDatabase"> <parameter> <name>factory</name> <value>org.apache.catalina.users.MemoryUserDatabaseFactory</value>

</parameter>
<parameter>
<name>pathname</name>
<value>conf/tomcat-users.xml</value>
</parameter>
</ResourceParams>
<ResourceParams name="estimation">
<parameter>
<name>validationQuery</name>
<value>select sysdate from dual</value>
</parameter>
<parameter>
<name>maxWait</name>
<value>5000</value>
</parameter>
<parameter>
<name>maxActive</name>
<value>4</value>
</parameter>
<parameter>
<name>password</name>
<value>eppsys</value>
</parameter>
<parameter>
<name>url</name> <value>jdbc:oracle:thin:@(protected)>
</parameter>
<parameter>
<name>driverClassName</name> <value>oracle.jdbc.driver.OracleDriver</value>
</parameter>
<parameter>
<name>maxIdle</name>
<value>2</value>
</parameter>
<parameter>
<name>username</name>
<value>eppsys</value>
</parameter>
</ResourceParams>
</GlobalNamingResources>
----------------------------------------------
Feb 2, 2004 9:38:47 AM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on port 80
Starting service Tomcat-Standalone
Apache Tomcat/4.1.29
Feb 2, 2004 9:38:56 AM org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.util.LocalStrings',
returnNull=true
Feb 2, 2004 9:38:56 AM org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.struts.action.ActionResources',
returnNull=true
Feb 2, 2004 9:39:02 AM org.apache.struts.util.PropertyMessageResources
<init>
INFO: Initializing, config='org.apache.webapp.admin.ApplicationResources', returnNull=true
Looking up jdbc/estimation
Found
Feb 2, 2004 9:39:23 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on port 80
Feb 2, 2004 9:39:23 AM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
Feb 2, 2004 9:39:23 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=30/220 config=C:\Tomcat\bin\..\conf\jk2.properties
org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null', cause:
java.sql.SQLException: No suitable driver
at java.sql.DriverManager.getDriver (DriverManager.java:243)
at org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource
.java:743)

at org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.ja
va:518)

at
com.mot.iDEN.webapp.oes.servlet.TestServlet.doGet(TestServlet.java:42)
at javax.servlet.http.HttpServlet.service (HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service (HttpServlet.java:853)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.j

ava:247)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:193)

at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:256)

at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(Standar

dPipeline.java:643)
at org.apache.catalina.core.StandardPipeline.invoke (StandardPipeline.java:4
80)

at
org.apache.catalina.core.ContainerBase.invoke (ContainerBase.java:995)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:191)

at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(Standar

dPipeline.java:643)
at org.apache.catalina.core.StandardPipeline.invoke (StandardPipeline.java:4
80)

at
org.apache.catalina.core.ContainerBase.invoke (ContainerBase.java:995)
at org.apache.catalina.core.StandardContext.invoke (StandardContext.java:241
7)

at org.apache.catalina.core.StandardHostValve.invoke (StandardHostValve.java
:180)

at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(Standar

dPipeline.java:643)
at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherVa
lve.java:171)

at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(Standar

dPipeline.java:641)
at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java
:172)

at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(Standar

dPipeline.java:641)
at org.apache.catalina.core.StandardPipeline.invoke (StandardPipeline.java:4
80)

at
org.apache.catalina.core.ContainerBase.invoke (ContainerBase.java:995)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:174)

at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(Standar

dPipeline.java:643)
at org.apache.catalina.core.StandardPipeline.invoke (StandardPipeline.java:4
80)

at
org.apache.catalina.core.ContainerBase.invoke (ContainerBase.java:995)
at
org.apache.coyote.tomcat4.CoyoteAdapter.service (CoyoteAdapter.java:193)

at org.apache.coyote.http11.Http11Processor.process (Http11Processor.java:78
1)

at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processC
onnection(Http11P

rotocol.java:549)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:58
9)

at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:666)

at java.lang.Thread.run (Thread.java:534)




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)



=======================================================
This email and its contents are confidential. If you
are not the intended recipient, please do not disclose
or use the information within this email or its
attachments. If you have received this email in error,
please delete it immediately. Thank you.
=======================================================

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)
©2008 junlu.com - Jax Systems, LLC, U.S.A.