You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2004/03/15 21:32:42 UTC

DO NOT REPLY [Bug 27682] New: - Cannot initialize RequestProcessor

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=27682>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27682

Cannot initialize RequestProcessor

           Summary: Cannot initialize RequestProcessor
           Product: Struts
           Version: 0.5 Final
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Controller
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: c7594@ercgroup.com


We have written a class RFFRequestProcessor which will extends 
org.apache.struts.action.RequestProcessor. This is being used to validate the 
session before control enters into execute() method of action classes. When the 
application initialized struts not able to locate RFFRequestProcessor class. We 
are getting the below exception. 

ERROR (2004-03-15 10:30:42,329) [  org.apache.struts.action.ActionServlet] - 
javax.servlet.UnavailableException: Cannot initialize RequestProcessor of class 
com.geerc.rff.servlet.RFFRequestProcessor: java.lang.ClassNotFoundException: 
com.geerc.rff.servlet.RFFRequestProcessor

"RFFRequestProcessor" located in "WEB-INF/classes/com/geerc/rff/servlet" 
directory.

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