Error: 500

J

jagadeeshtata

Hi All,

I'm facing the following error. Please suggest what need to be done.

Error: 500
Location: /viaxutil/index.html
Internal Servlet Error:

java.lang.RuntimeException: JDBCRealm.checkConnection:
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
at
org.apache.tomcat.modules.aaa.JDBCRealm.checkConnection(JDBCRealm.java:
268)
at
org.apache.tomcat.modules.aaa.JDBCRealm.getCredentials(JDBCRealm.java:
200)
at
org.apache.tomcat.modules.aaa.RealmBase.checkPassword(RealmBase.java:
177)
at
org.apache.tomcat.modules.aaa.RealmBase.authenticate(RealmBase.java:
158)
at org.apache.tomcat.core.Request.getRemoteUser(Request.java:534)
at
org.apache.coyote.tomcat3.Tomcat3Request.getRemoteUser(Tomcat3Request.java:
199)
at
org.apache.tomcat.modules.aaa.AccessInterceptor.authorize(AccessInterceptor.java:
325)
at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:
859)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:
790)
at
org.apache.coyote.tomcat3.Tomcat3Adapter.service(Tomcat3Adapter.java:
64)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:
793)
at org.apache.coyote.http11.Http11Protocol
$Http11ConnectionHandler.processConnection(Http11Protocol.java:702)
at
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:
571)
at org.apache.tomcat.util.threads.ThreadPool
$ControlRunnable.run(ThreadPool.java:644)
at java.lang.Thread.run(Thread.java:534)


Thanks & Regards,
Jagadeesh Tata.
 
A

Andrew Thompson

I'm facing the following error. Please suggest what need to be done.

First step might be to look up the meaning of this
exception, in preparation of asking a smart question.
 
R

Richard Senior

I'm facing the following error. Please suggest what need to be done.
java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver
at

a. Looks like the Oracle JDBC driver classes are not in the classpath of
your deployed web application. You need to make them available globally
in Tomcat or specifically for your application - whichever is most
appropriate.

b. You need to practice interpreting strack traces.
ClassNotFoundExceptions are quite common and you should be able to deal
with them routinely.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

WebPage ERROR - TOMCAT Related 1
Error with replaceAll 0
servlet problems 3
JIRA and CAS 3
Jasper compilation error 1
db server connection timeout -> error 0
Servlet HTTP 500 error 5
jsp error 0

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top