• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

weblogic/jdbc/jts/Driver not found in weblogic5.1

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All
I get this error when I run weblogic5.1 . But do not get this error if I run weblogic from the command prompt. Please help him in resolving this
regards
Anand
javax.ejb.EJBException: [HttprintConnection.execute] Exception occured: java.sql
.SQLException: Cannot connect to the database for the following reason: java.lan
g.ClassNotFoundException: weblogic/jdbc/jts/Driver
at com.httprint.ejb.session.HttprintConnectionBean.execute(HttprintConne
ctionBean.java:57)
at com.httprint.ejb.session.HttprintConnectionBeanEOImpl.execute(Httprin
tConnectionBeanEOImpl.java:56)
at com.httprint.ejb.session.HttprintConnectionBeanEOImpl_ServiceStub.exe
cute(HttprintConnectionBeanEOImpl_ServiceStub.java, Compiled Code)
at com.httprint.data.HttprintResultSet.executeSQL(HttprintResultSet.java
:62)
at examples.jsp._pavilion._index._jspService(_index.java:154)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:105)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:123)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
textImpl.java:742)
at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
textImpl.java:686)
at weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
ContextManager.java:247)
at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
a:361)
at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code)
 
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Anand,
This is not the appropriate forum to post questions on Weblogic. Please look at the Weblogic forum under our Products section and post your queries there.
Thanks.

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you be more specific: you get the error if you start WLS 5.1 as an NT service?
 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Anand,
U probably dont have the either the weblogic.jar, weblogicaux.jar or the oracle drivers in ur classpath(I forget which).
Anup.
 
Anand Achyut
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I get this problem when I run WL5.1 as NT service. I have weblogic/classes in my weblogic.class.path
Anand
 
anup vachali
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Put the jar files in ur classpath in addition to the weblogic/classes and see what happens
Anup
 
I found some pretty shells, some sea glass and this lovely tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic