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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

OAS error while login in applicatio

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
I am new to OAS and i want to deploy my application. But I am getting the following error. Where I need to change in the OAS structure, please help me.



07/07/16 14:18:03 peoplewise: Servlet error

java.lang.NoClassDefFoundError

at dm.ejb.utils.EJBHomeCache.lookupHome(EJBHomeCache.java:101)

at dm.ejb.utils.EJBHomeCache.getHome(EJBHomeCache.java:82)

at pw.web.common.LoginBiz.getPWLoginMgr(LoginBiz.java:46)

at pw.web.common.LoginBiz.performLogin(LoginBiz.java:32)

at _jspnew._common._authenticate._jspService(_authenticate.java:98)

at com.orionserver[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)

at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:567)

at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:302)

at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)

at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)

at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:810)

at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:322)

at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)

at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)

at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)

at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)

at java.lang.Thread.run(Thread.java:534)

07/07/16 14:18:03 peoplewise: JspServlet: unable to dispatch to requested page: Exception:java.io.FileNotFoundException: E:\product\10.1.2\OracleAS\j2ee\home\applications\Peoplewise\peoplewise\errorlogin.jsp
(The system cannot find the file specified)
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
A more elaborate version of this stack trace seem to be here. Let's continue the discussion in that thread.
 
    Bookmark Topic Watch Topic
  • New Topic