identifi class org.hsql.jdbcDriver

D

dingo

Hi all
I'm just into a new programma and i cannot manage to get it running from my
develop envirement (eclipse)
I have a class not found exception . Problem is i have no idea where to
find the class.

org.hsql.jdbcDriver << this is the class where it all fails. Is this a
struts class or oracle or tomcat ??
Please tell me if you know. I would solve my problem

I'm using tomcat struts jsp oracle.

Below the errorpath generated in tomcat
javax.servlet.ServletException: Exception creating DataSource:
org.hsql.jdbcDriver at
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.
java:526) at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProces
sor.java:467) at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
.......

.............................................................................
...................................................

.......................................................

.......................................................





Regards TM
 
P

Peter Kirk

dingo said:
I'm just into a new programma and i cannot manage to get it running from my
develop envirement (eclipse)
I have a class not found exception . Problem is i have no idea where to
find the class.

org.hsql.jdbcDriver << this is the class where it all fails. Is this a
struts class or oracle or tomcat ??

This class is part of the Hypersonic database.

Below the errorpath generated in tomcat
javax.servlet.ServletException: Exception creating DataSource:
org.hsql.jdbcDriver at
org.apache.struts.action.RequestProcessor.processException(RequestProcessor.
java:526) at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProces
sor.java:467) at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)

There is no "class not found" exception. But maybe your application is
referring to the hypersonic driver class, and you haven't got the particular
jar file on your class-path?
 
D

dingo

I dont use Hypersonic database. Or is that a part of struts or oracle ?
The error occures whenever i try to connect to oracle.
where can i find the jar or zip for this.

TM
 
R

Ryan Stewart

*fixed top post*
dingo said:
I dont use Hypersonic database. Or is that a part of struts or oracle ?
The error occures whenever i try to connect to oracle.
where can i find the jar or zip for this.
No, Hypersonic has nothing to do with Struts or Oracle databases. You have a
config file somewhere telling your application to load a Hypersonic driver. If
you aren't using Hypersonic, find that file and change it.
 

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

Members online

Forum statistics

Threads
474,433
Messages
2,571,683
Members
48,796
Latest member
Greg L.

Latest Threads

Top