I am trying to set up a project using struts 2 and continuations. I can start the application in weblogic with no errors however, when I attempt to access a page I get the following error:
Root cause of ServletException.
java.lang.NullPointerException
at org.apache.struts2.continuations.ContinuationsActionEventListener.pre
pare(ContinuationsActionEventListener.java:51)
at com.opensymphony.xwork2.DefaultActionInvocation.createAction(DefaultA
ctionInvocation.java:300)
at com.opensymphony.xwork2.DefaultActionInvocation.init(DefaultActionInv
ocation.java:365)
at com.opensymphony.xwork2.DefaultActionInvocation.access$000(DefaultAct
ionInvocation.java:38)
at com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(Default
ActionInvocation.java:83)
Does anyone know what this means? I've been trying forever now and haven't made the slightest bit of headway
Root cause of ServletException.
java.lang.NullPointerException
at org.apache.struts2.continuations.ContinuationsActionEventListener.pre
pare(ContinuationsActionEventListener.java:51)
at com.opensymphony.xwork2.DefaultActionInvocation.createAction(DefaultA
ctionInvocation.java:300)
at com.opensymphony.xwork2.DefaultActionInvocation.init(DefaultActionInv
ocation.java:365)
at com.opensymphony.xwork2.DefaultActionInvocation.access$000(DefaultAct
ionInvocation.java:38)
at com.opensymphony.xwork2.DefaultActionInvocation$1.doProfiling(Default
ActionInvocation.java:83)
Does anyone know what this means? I've been trying forever now and haven't made the slightest bit of headway