I'd love to.. I'm using Orion 1.5.2.  here's the error message im getting after entering the username and password into my j_security_check based login page.

ERROR [ServletDispatcher] Could not instantiate action:login
webwork.action.ResultException
        at webwork.action.factory.ParametersActionFactoryProxy.getActionImpl(ParametersActionFactoryProxy.java:52)
        at webwork.action.factory.DefaultActionFactory.getActionImpl(DefaultActionFactory.java:90)
        at webwork.action.factory.ActionFactory.getAction(ActionFactory.java:62)

        at webwork.dispatcher.MyServletDispatcher.service(MyServletDispatcher.java:224)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
        at com.evermind._cxb._abe(Unknown Source)
        at com.evermind._cxb._uec(Unknown Source)
        at com.evermind._io._twc(Unknown Source)
        at com.evermind._io._gc(Unknown Source)
        at com.evermind._if.run(Unknown Source)
ERROR [ServletDispatcher] Could not instantiate action:login
webwork.action.ResultException
        at webwork.action.factory.ParametersActionFactoryProxy.getActionImpl(ParametersActionFactoryProxy.java:52)
        at webwork.action.factory.DefaultActionFactory.getActionImpl(DefaultActionFactory.java:90)
        at webwork.action.factory.ActionFactory.getAction(ActionFactory.java:62)

        at webwork.dispatcher.MyServletDispatcher.service(MyServletDispatcher.java:224)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
        at com.evermind._cxb._abe(Unknown Source)
        at com.evermind._cxb._uec(Unknown Source)
        at com.evermind._io._twc(Unknown Source)
        at com.evermind._io._gc(Unknown Source)
        at com.evermind._if.run(Unknown Source)

This isn't pasted twice.. this is actually what happens.. i get 3 or 4 of the same errors (or the stack trace of the error is printed out several times).  And just to clarify MyServletDispatcher is the exact same code as ServletDispatcher here.. i was just using it to try and get more debug info. 

thanks again

adam



Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now

Reply via email to