Is there any way to get an earlier version of the nightly build? I see that the directory offered on the Jakarta site for Struts only has about a week's worth of builds. Does anyone have a site that goes back earlier by chance? Anthony -----Original Message----- From: Anthony Martin [mailto:[EMAIL PROTECTED]] Sent: Monday, August 27, 2001 11:18 AM To: '[EMAIL PROTECTED]' Subject: No action instance for path /blah could be created I was just minding my own business, trying out the nightly build (20010827) when I got the following: 2001-08-27 11:14:39 - path="/webcbp" :action: Processing a POST for /login 2001-08-27 11:14:39 - path="/webcbp" :action: Setting locale 'en_US' 2001-08-27 11:14:39 - path="/webcbp" :action: Looking for ActionForm bean under attribute 'loginForm' 2001-08-27 11:14:39 - path="/webcbp" :action: Creating new ActionForm instance of class 'com.trams.struts.LoginForm' 2001-08-27 11:14:39 - path="/webcbp" :action: Storing instance under attribute 'loginForm' in scope 'request' 2001-08-27 11:14:39 - path="/webcbp" :action: Populating bean properties from this request 2001-08-27 11:14:39 - path="/webcbp" :action: Validating input form properties 2001-08-27 11:14:39 - path="/webcbp" :action: No errors detected, accepting input 2001-08-27 11:14:39 - path="/webcbp" :action: Looking for Action instance for class com.trams.struts.LoginAction 2001-08-27 11:14:39 - path="/webcbp" :action: Double checking for Action instance already there 2001-08-27 11:14:39 - path="/webcbp" :action: Creating new Action instance 2001-08-27 11:14:39 - path="/webcbp" :action: Error creating Action instance for path '/login', class name 'com.trams.struts.Lo VerifyError: (class: com/trams/struts/LoginAction, method: perform signature: (Lorg/apache/struts/action/ActionMapping;Lorg/apa nForm;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServlet Response;)Lorg/apache/struts/action/ActionF0@�4h�o( at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:120) at org.apache.struts.action.ActionServlet.processActionCreate(ActionServlet.jav a:1630) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1576) at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:509) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404) at org.apache.tomcat.core.Handler.service(Handler.java:286) at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372) at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79 7) at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743) at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC onnectionHandler.java:210) at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498) at java.lang.Thread.run(Thread.java:484) The last version that I've tried that works is Struts v1.0 Release. I'm now going to try each nightly build until it dies. But does anyone else have an idea? Anthony "Who's the more foolish; the fool or the fool who follows him?" - Obi-Wan Kenobi, Star Wars Episode IV

