This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JBoss and the fly likes exception in StrutsPageLifecycleFactory.getDefaultInstance Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "exception in StrutsPageLifecycleFactory.getDefaultInstance" Watch "exception in StrutsPageLifecycleFactory.getDefaultInstance" New topic
Author

exception in StrutsPageLifecycleFactory.getDefaultInstance

Jagdish Hatagale
Ranch Hand

Joined: Apr 07, 2010
Posts: 32
I have develope one application in Jdeveloper 10.1.3.3 in strust and jsp, that application is runninf fine while i run that in jdevloper,
but when i am deploying the same applictaion in jboss 4.0.1 fist login page run fine but when i insert correct usr name and password i am getting following error

please help me i m suffering very bad by last few week due to such problem.

java.lang.NoClassDefFoundError
oracle.adf.controller.v2.struts.lifecycle.StrutsPageLifecycleFactory.getDefaultInstance(StrutsPageLifecycleFactory.java:68)
oracle.adf.controller.v2.struts.lifecycle.StrutsPageLifecycleFactory.getInstance(StrutsPageLifecycleFactory.java:58)
oracle.adf.controller.v2.struts.actions.DataActionMapping.freeze(DataActionMapping.java:73)
org.apache.struts.config.impl.ModuleConfigImpl.freeze(ModuleConfigImpl.java:503)
org.apache.struts.action.ActionServlet.init(ActionServlet.java:474)
javax.servlet.GenericServlet.init(GenericServlet.java:211)
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:66)
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:153)
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:54)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
java.lang.Thread.run(Thread.java:534)

Kindly help me for such problem

thanks in advance
Jaikiran Pai
Marshal

Joined: Jul 20, 2005
Posts: 8142
    
  52

java.lang.NoClassDefFoundError
oracle.adf.controller.v2.struts.lifecycle.StrutsPageLifecycleFactory.getDefaultInstance(StrutsPageLifecycleFactory.java:68)


Looks like some jar file is missing from the application packaging. Are you sure all the required jars are available in the classpath of the application?

but when i am deploying the same applictaion in jboss 4.0.1

By the way, why such an extremely old and outdated version of JBoss AS?

[My Blog] [JavaRanch Journal]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: exception in StrutsPageLifecycleFactory.getDefaultInstance
 
Similar Threads
java.lang.NoClassDefFoundError
Glassfish and RichFaces
RMI and JAR
oracle.adf.controller.v2.struts.lifecycle.StrutsPageLifecycleFactory.getDefaultInstance(StrutsPageLi
when applet runs in browser ocnnection is lost.