Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problem with JDBC DB2 driver

0 views
Skip to first unread message

emoulin

unread,
Jul 11, 2000, 3:00:00 AM7/11/00
to
Can you help me ?
On Weblogic 5.1 with pack 3
We have a problem with the JDBC DB2 driver .
The message is :
<ServletContext-General> Servlet failed with Exception
javax.servlet.ServletException: Problème à la création d'un
tagjavax.servlet.ServletException:
fr.reflexe.util.sql.DBPool$DBPoolException: Can't load driver :
java.lang.ClassNotFoundException: COM.ibm.db2.jdbc.net.DB2Driver
at
fr.reflexe.servlets.Reflexe.Prospection.Prospection.init(Prospection.java:133)

at
weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:390)

at
weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java,
Compiled Code)
at
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:338)

at
weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:164)

at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:99)

at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:742)

at
weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:686)

at
weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:247)

at
weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:361)

at
weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)

Thanks a lot .


Mark Griffith

unread,
Jul 11, 2000, 3:00:00 AM7/11/00
to
Hold on there Tex, did you resolve your problem with the server not
starting?

This is due to the class you specified:

COM.ibm.db2.jdbc.net.DB2Driver

NOT being in your classpath, hence the:

java.lang.ClassNotFoundException

There are two possibilities:
1. You have a syntax error in the class name
2. The class name is syntatically correct, but the class is NOT in your
classpath.

mbg

In article <396B3FB9...@reflexe.fr>, emo...@reflexe.fr says...

--
==================================================
NewsGroup Rant
==================================================
Rant 1.

The less info you provide about your problem means
the less we can help you. Try to look at the
problem from an external perspective and provide
all the data necessary to put your problem in
perspective.


Chuck Karish

unread,
Jul 11, 2000, 3:00:00 AM7/11/00
to
This probably indicates that the db2 driver isn't in
the WebLogic classpath (weblogic.class.path property) that's
passed to the server.

Chuck Karish

--
Chuck Karish BEA Systems
kar...@bea.com San Francisco, CA
(415) 317-0182 (cell) (415) 402-7692


0 new messages