acslnienlim / marmoset

Automatically exported from code.google.com/p/marmoset
0 stars 0 forks source link

submitServer fails to start #33

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Downloaded latest marmoset: 3:00 PM/CST 1/6/2014
2. Generated war file: cd SubmitServer2; generated local.*.properties; ant war
3. Copy dist/submitServer to /usr/share/tomcat6/webapps
4. tomcat6 expanded war file.
5. Test: http://marmoset-demo.clear.rice.edu:8080/submitServer generates 404 
error
6. Logfiles show:
catalina.2014-01-06.log:SEVERE: Parse error in application web.xml file at 
jndi:/localhost/submitServer/WEB-INF/web.xml
catalina.2014-01-06.log:org.xml.sax.SAXParseException; systemId: 
jndi:/localhost/submitServer/WEB-INF/web.xml; lineNumber: 478; columnNumber: 
19; Error at (478, 19: Filter mapping specifies an unknown filter name 
SourceTextFilter
catalina.2014-01-06.log:SEVERE: Marking this application unavailable due to 
previous error(s)

What is the expected output? What do you see instead?
Web 404, resource unavailable

What version of the product are you using? On what operating system?
latest marmoset, tomcat6, RHEL6

Please provide any additional information below.

Original issue reported on code.google.com by Karl.Bur...@gmail.com on 6 Jan 2014 at 10:21

GoogleCodeExporter commented 8 years ago
Solved this problem by shifting a couple of the <filter> definitions in the 
web.xml file.  The ones ending at line 478 and 852 needed to be listed before 
the <filter-mapping> that used them.

Original comment by Karl.Bur...@gmail.com on 7 Jan 2014 at 8:07

Attachments: