Title: weird exception

Any ideas why this exception can be happening?

2003-09-22 16:25:15,303 DEBUG [com.opensymphony.xwork.DefaultActionProxy] Creating an DefaultActionProxy for namespace  and action name step1

2003-09-22 16:25:15,897 ERROR [com.opensymphony.webwork.dispatcher.ServletDispatcher] Could not execute action
java.lang.IllegalArgumentException: Unknown action name: null
        at com.opensymphony.xwork.DefaultActionInvocation.createAction(DefaultActionInvocation.java:175)
        at com.opensymphony.xwork.DefaultActionInvocation.init(DefaultActionInvocation.java:226)
        at com.opensymphony.xwork.DefaultActionInvocation.<init>(DefaultActionInvocation.java:64)
        at com.opensymphony.xwork.DefaultActionInvocation.<init>(DefaultActionInvocation.java:57)
        at com.opensymphony.xwork.DefaultActionProxyFactory.createActionInvocation(DefaultActionProxyFactory.java:29)
        at com.opensymphony.xwork.DefaultActionProxy.prepare(DefaultActionProxy.java:134)
        at com.opensymphony.xwork.DefaultActionProxy.<init>(DefaultActionProxy.java:78)
        at com.opensymphony.xwork.DefaultActionProxyFactory.createActionProxy(DefaultActionProxyFactory.java:40)
        at com.opensymphony.webwork.dispatcher.ServletDispatcher.service(ServletDispatcher.java:163)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        (...)

Sounds weird, doesn't it? The first log message shows the action name, and then it's lost by the DefaultActionInvocation? How could I help you guys help me debug this, as a total WW2/XW1 newbie? :D

peace,
-cv

Reply via email to