Hi
I have anunusuall problem withstruts application. I get "random" error message that looks like this:
-- ERROR -- ; No action instance for path /projects could be created
java.lang.ClassNotFoundException: org.apache.struts.ForwardAction
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1352)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1198)
at org.apache.struts.util.RequestUtils.applicationClass(RequestUtils.java:117)
The problem is that i can't find out what causes this error. Sometimes when I click a link there is no error. But some times when I click the same link the error is logged, but the application works fine. Page is displayed and looks/works fine.
I've checked struts-config.xml and other files and all seems to be OK, if there was an error in these files i think application would log an error every time, and not randomly.
I would be gratefull for any suggestions...
I have anunusuall problem withstruts application. I get "random" error message that looks like this:
-- ERROR -- ; No action instance for path /projects could be created
java.lang.ClassNotFoundException: org.apache.struts.ForwardAction
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1352)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1198)
at org.apache.struts.util.RequestUtils.applicationClass(RequestUtils.java:117)
The problem is that i can't find out what causes this error. Sometimes when I click a link there is no error. But some times when I click the same link the error is logged, but the application works fine. Page is displayed and looks/works fine.
I've checked struts-config.xml and other files and all seems to be OK, if there was an error in these files i think application would log an error every time, and not randomly.
I would be gratefull for any suggestions...