You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Laurie Harper <la...@holoweb.net> on 2005/11/02 00:11:40 UTC

Re: Cannot initialize RequestProcessor on class extending RequestProc essor

Garner, Shawn wrote:
> I'm getting the following error message upon shutdown of my web app:
> 
> 11/01 10:07:15 error [axis] javax.servlet.UnavailableException: Cannot
> initialize RequestProcessor of class
> com.ncs.app06.servlet.CustomRequestProcessor:
> java.lang.ClassNotFoundException:
> com.ncs.app06.servlet.CustomRequestProcessor
> 
> My CustomRequestProcessor class extends the
> org.apache.struts.action.RequestProcessor.
> 
> The class works fine in the application and I only get this on shutdown.
> 
> I have the struts.jar in my WEB-INF/lib directory.
> 
> I've seen a forum posting that says to extend the TilesRequestProcessor but
> I'm not using tiles.

Where is the CustomRequestProcessor? In /WEB-INF/classes or somewhere 
else? I suspect there's some funky classloader thing going on. What 
servlet container are you using?

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org