Java Mailing List Archive

http://www.junlu.com/

Google
Google
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
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
<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 Source code of 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 Source code of org.apache.catalina.UserDatabase"/>
<Resource name="estimation" scope="Shareable"
type="javax.sql.DataSource Source code of javax.sql.DataSource"/> <ResourceParams name="UserDatabase">
<parameter> <name>factory</name>
<value>org.apache.catalina.users.MemoryUserDatabaseFactory Source code of 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 Source code of 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 Source code of 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 Source code of 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 Source code of 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 Source code of 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 Source code of 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 Source code of 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 Source code of org.apache.commons.dbcp.SQLNestedException: Cannot create JDBC driver of
class '' for connect URL 'null', cause:
java.sql.SQLException Source code of java.sql.SQLException: No suitable driver
at java.sql.DriverManager Source code of java.sql.DriverManager(DriverManager.java:243)
at
org.apache.commons.dbcp.BasicDataSource Source code of org.apache.commons.dbcp.BasicDataSource(BasicDataSource
.java:743)

at
org.apache.commons.dbcp.BasicDataSource Source code of 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 Source code of javax.servlet.http.HttpServlet(HttpServlet.java:740)
at javax.servlet.http.HttpServlet Source code of javax.servlet.http.HttpServlet(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain(Applica
tionFilterChain.j

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

at
org.apache.catalina.core.StandardWrapperValve Source code of org.apache.catalina.core.StandardWrapperValve(StandardWrapperValv
e.java:256)

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

dPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline Source code of org.apache.catalina.core.StandardPipeline(StandardPipeline.java:4
80)

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

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

dPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline Source code of org.apache.catalina.core.StandardPipeline(StandardPipeline.java:4
80)

at
org.apache.catalina.core.ContainerBase Source code of org.apache.catalina.core.ContainerBase(ContainerBase.java:995)
at
org.apache.catalina.core.StandardContext Source code of org.apache.catalina.core.StandardContext(StandardContext.java:241
7)

at
org.apache.catalina.core.StandardHostValve Source code of org.apache.catalina.core.StandardHostValve(StandardHostValve.java
:180)

at
org.apache.catalina.core.StandardPipeline Source code of 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 Source code of org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.i
nvokeNext(Standar

dPipeline.java:641)
at
org.apache.catalina.valves.ErrorReportValve Source code of org.apache.catalina.valves.ErrorReportValve(ErrorReportValve.java
:172)

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

dPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline Source code of org.apache.catalina.core.StandardPipeline(StandardPipeline.java:4
80)

at
org.apache.catalina.core.ContainerBase Source code of org.apache.catalina.core.ContainerBase(ContainerBase.java:995)
at
org.apache.catalina.core.StandardEngineValve Source code of org.apache.catalina.core.StandardEngineValve(StandardEngineValve.
java:174)

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

dPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline Source code of org.apache.catalina.core.StandardPipeline(StandardPipeline.java:4
80)

at
org.apache.catalina.core.ContainerBase Source code of org.apache.catalina.core.ContainerBase(ContainerBase.java:995)
at
org.apache.coyote.tomcat4.CoyoteAdapter Source code of org.apache.coyote.tomcat4.CoyoteAdapter(CoyoteAdapter.java:193)

at
org.apache.coyote.http11.Http11Processor Source code of org.apache.coyote.http11.Http11Processor(Http11Processor.java:78
1)

at
org.apache.coyote.http11.Http11Protocol Source code of 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 Source code of org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:666)

at java.lang.Thread Source code of 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)



©2008 junlu.com - Jax Systems, LLC, U.S.A.