• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Weblogic 5.1 and EJB 1.1

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
See i have created jar file for session bean successfully and also deployed.But whenever i am trying to invoke bean from JSP its giving me error shown below.
--------------------------------------------
<EJB JAR deployment c:/weblogic/myserver/<br /> SessActInactiveExp.jar> Exception in non-transactional EJB invoke:
java.lang.NullPointerException:
at eos.sessactinactiveexpert.SessActInactiveExpertBean.getHome(SessActIn
activeExpertBean.java:91)
at eos.sessactinactiveexpert.SessActInactiveExpertBean.getCatSubCat(Sess
ActInactiveExpertBean.java, Compiled Code)
at eos.sessactinactiveexpert.SessActInactiveExpertBeanEOImpl.getCatSubCa
t(SessActInactiveExpertBeanEOImpl.java:56)
at eos.sessactinactiveexpert.SessActInactiveExpertBeanEOImpl_ServiceStub
.getCatSubCat(SessActInactiveExpertBeanEOImpl_ServiceStub.java, Compiled Code)
at jsp_servlet._activeinactive._jspService(_activeinactive.java, Compile
d Code)
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)
---------------------------------------------
------------------
 
Saloon Keeper
Posts: 27762
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JavaRanch has a special forum where WebLogic experts hang out. Try asking over there.
 
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
San,
Please note that Javaranch has a naming policy that requires the use of a first name- space - last name. Please reregister with a new name.
 
Thomas Paul
mister krabs
Posts: 13974
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am moving this to the WebLogic forum.
------------------
Tom
Sun Certified Programmer for the Java� 2 Platform
Moderator of the forums:
J2EE and EJB
Other Java APIs
 
reply
    Bookmark Topic Watch Topic
  • New Topic