Hi Kevin, As it turns out, it was a permission issue relating to the ognl package. On startup, classes from this package attempt to invoke methods from classpath jars. In order for it to succeed at doing this, it needs permission (if you are running tomcat with some sort of permission manager).
Unfortunately, the struts documentation doesn't explicitly list these for a Tomcat installation (http://struts.apache.org/2.0.6/docs/application-servers.html - notice that Tomcat/JBOSS is not hyperlinked). Luckily, it does however list the permission dependencies for SunOne 7.0 which seem to also work for Tomcat. Thanks. Aladin > > > Michelle Baert wrote: >> Aladin wrote: >> >>> I have the simplest of Struts2 application and I keep getting an error >>> in >>> the logs stating: >>> >>> ERROR TP-Processor5 org.apache.catalina.core.StandardContext - Error >>> filterStart >>> ... >> This looks very similar to what I get with all my struts2 apps. >> See thread: "I still cannot run a basic struts2 app on" >> > > I was getting this error when running struts/tomcat inside IntelliJ. The > console just said "Error filterStart" but the log had a full stack trace. > > I encountered a multitude of different stack traces as I worked through > getting the configuration correct - each with the same "Error > filterStart "message - but, ultimately they were all caused by an > incorrect classpath. Usually a missing jar but, occasionally, having two > versions of the same jar would cause it. > > I am not a struts expert - and IDE magic obscured the true location of > the logs - but maybe you could look for another log that would contain > the full stack trace? Or an expert could tell you how to enable > additional logging. > > Kevin > > www.junitfactory.com > You send us code. We send back tests. For free. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]