Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Struts 2 Continuations Giving Null Pointer

Status
Not open for further replies.

reedmd

Programmer
Aug 26, 2007
1
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top