  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Struts - A MVC web framework | | Tomcat - JSP/Servlet container | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | | JSP - A mailing list about Java Server Pages specification and reference | |
Struts & Hibernate
|
|
|
  | | <AUTO > 'Getty=001-015-865 'Error in JDBC conn / Apache Tomcat/4.1.
29 URGENT | <AUTO > 'Getty=001-015-865 'Error in JDBC conn / Apache Tomcat/4.1.
29 URGENT 2004-02-02 - By Getty Images USA License
Back 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:1015865
-- --Original Message-- -- From: Sundar Chakravarthy [schakravarthy@(protected)] Sent: Monday, Feb 2 2004 8:57AM To: Tomcat Users List [tomcat-user@(protected)] Subject: 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) <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) <mailto:KSarin@(protected) .com> ] 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) 02/02/04 09:35AM >>> 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):1521:DEV</value> </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 (DriverManager.java:243) at org.apache.commons.dbcp.BasicDataSource (BasicDataSource .java:743)
at org.apache.commons.dbcp.BasicDataSource (BasicDataSource.ja va:518)
at com.mot.iDEN.webapp.oes.servlet.TestServlet.doGet(TestServlet.java:42) at javax.servlet.http.HttpServlet (HttpServlet.java:740) at javax.servlet.http.HttpServlet (HttpServlet.java:853) at org.apache.catalina.core.ApplicationFilterChain (Applica tionFilterChain.j
ava:247) at org.apache.catalina.core.ApplicationFilterChain (ApplicationFilt erChain.java:193)
at org.apache.catalina.core.StandardWrapperValve (StandardWrapperValv e.java:256)
at org.apache.catalina.core.StandardPipeline $StandardPipelineValveContext.i nvokeNext(Standar
dPipeline.java:643) at org.apache.catalina.core.StandardPipeline (StandardPipeline.java:4 80)
at org.apache.catalina.core.ContainerBase (ContainerBase.java:995) at org.apache.catalina.core.StandardContextValve (StandardContextValv e.java:191)
at org.apache.catalina.core.StandardPipeline $StandardPipelineValveContext.i nvokeNext(Standar
dPipeline.java:643) at org.apache.catalina.core.StandardPipeline (StandardPipeline.java:4 80)
at org.apache.catalina.core.ContainerBase (ContainerBase.java:995) at org.apache.catalina.core.StandardContext (StandardContext.java:241 7)
at org.apache.catalina.core.StandardHostValve (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 (ErrorReportValve.java :172)
at org.apache.catalina.core.StandardPipeline $StandardPipelineValveContext.i nvokeNext(Standar
dPipeline.java:641) at org.apache.catalina.core.StandardPipeline (StandardPipeline.java:4 80)
at org.apache.catalina.core.ContainerBase (ContainerBase.java:995) at org.apache.catalina.core.StandardEngineValve (StandardEngineValve. java:174)
at org.apache.catalina.core.StandardPipeline $StandardPipelineValveContext.i nvokeNext(Standar
dPipeline.java:643) at org.apache.catalina.core.StandardPipeline (StandardPipeline.java:4 80)
at org.apache.catalina.core.ContainerBase (ContainerBase.java:995) at org.apache.coyote.tomcat4.CoyoteAdapter (CoyoteAdapter.java:193)
at org.apache.coyote.http11.Http11Processor (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 (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)
======================================================= 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)
|
|
 |