| Author |
mysterious exception
|
John Eric Hamacher
Ranch Hand
Joined: Apr 25, 2007
Posts: 230
|
|
Hello: Can anybody decipher the following stack trace and what it might be referring to? I checked my struts config file to make sure everything was correct. I am using Struts 1.1. Thanks. java.lang.NullPointerException at org.apache.struts.action.RequestProcessor.getInternal(RequestProcessor.java:1126) at org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:538) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:486) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482) at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
|
 |
Chris Boldon
Ranch Hand
Joined: Aug 10, 2006
Posts: 190
|
|
|
LOL, it's a NullPointer exception. Going to need a lot more information than that. Why don't you set a debug point in your code and step through it.
|
 |
prashanth sanjeevi
Greenhorn
Joined: Apr 25, 2010
Posts: 2
|
|
Hi John,
was the above issue resolved? We are facing the same issue and have not been able to resolve it. Could you please share what where your findings? Thank you so much for your time!
Prashanth
|
 |
 |
|
|
subject: mysterious exception
|
|
|