Hello,

We use Struts on a oracle based application, the solution is used in
production. The webapp is very solicited : 2000 POST Request / Hour
(all along the day).
I have a problem with the DispatchAction of Struts. Please help me.
The error does not appear systematically. It actually works 95% of time.

The value of the request parameter named "method" to pick the
appropriate "execute" method is not valid. But why? struts-config.xml
is correct and form (JSP) also.

Have you an idea for resolve this problem ?

Sorry for my poor english ;)

Basile Passe

Error trace :
java.lang.NullPointerException
       at java.lang.Class.getMethod0 (Native Method)
       at java.lang.Class.getMethod (Class.java:888)
       at org.apache.struts.actions.DispatchAction.getMethod
(DispatchAction.java:334)
       at org.apache.struts.actions.DispatchAction.dispatchMethod
(DispatchAction.java:266)
       at adsn.fcddv.framework.struts.BaseDispatchAction.execute
(BaseDispatchAction.java:76)
       at org.apache.struts.action.RequestProcessor.processActionPerform
(RequestProcessor.java:446)
       at adsn.fcddv.framework.struts.CustomRequestProcessor.process
(CustomRequestProcessor.java:101)
       at org.apache.struts.action.ActionServlet.process
(ActionServlet.java:1292)
       at org.apache.struts.action.ActionServlet.doGet (ActionServlet.java:492)
       at javax.servlet.http.HttpServlet.service (HttpServlet.java:740)
       at javax.servlet.http.HttpServlet.service (HttpServlet.java:853)
       at com.evermind.server.http.ResourceFilterChain.doFilter
(ResourceFilterChain.java:65)
       at oracle.security.jazn.oc4j.JAZNFilter.doFilter (JAZNFilter.java:283)
       at com.evermind.server.http.ServletRequestDispatcher.invoke
(ServletRequestDispatcher.java:560)
       at com.evermind.server.http.ServletRequestDispatcher.forwardInternal
(ServletRequestDispatcher.java:306)
       at com.evermind.server.http.HttpRequestHandler.processRequest
(HttpRequestHandler.java:767)
       at com.evermind.server.http.HttpRequestHandler.run
(HttpRequestHandler.java:259)
       at com.evermind.server.http.HttpRequestHandler.run
(HttpRequestHandler.java:106)
       at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run
(PooledExecutor.java:803)
       at java.lang.Thread.run (Thread.java:484)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to