Comment 1 for bug 881504

Revision history for this message
James Page (james-page) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better.

The class (actually a properties files) relates to a generic cross site request forgery prevention feature that was introduced in tomcat 6.0.25 - Lucid provides tomcat 6.0.24 so does not have this feature.

It looks like the error is actually being generated from within the application you are trying to run:

SCHWERWIEGEND: Exception starting filter ExpiresFilter

and

 at org.apache.tomcat.util.res.StringManager.<init>(StringManager.java:72)
 at org.apache.tomcat.util.res.StringManager.getManager(StringManager.java:161)
 at org.ilo.quiz.tools.FilterBase.<clinit>(FilterBase.java:39)
 ... 33 more

Could you provide a few more details about exactly what you are doing to get this error? Is this a internally developed application or is it something that can be downloaded so that we can try to reproduce the problem?

Marking 'Incomplete' pending your response on the above.