Metacat Configuration
|
|||||||
KNB Home | Data | People | Informatics | Biocomplexity | Education | Software |
During an Ant build of Metacat, you will see many HttpServletRequest, HttpServletResponse and other errors. The compiler will complain that it cannot find a symbol, for example:
This is usually caused by the build not being able to find native Tomcat libraries. edit your build.properties file in
The symptoms are that the metacat service will not show up at all, even though Tomcat is serving, and the following error shows up in the tomcat log (catalina.log):
This message typically occurs in the tomcat log (catalina.log) when Tomcat has been installed on an Ubuntu/Debian system using apt-get install. And the application is started using:
The problem is that the standard startup scripts reference the common java service, jsvc. Metacat will not run under jsvc. The solutions are:
When running "ant test", multiple tests fail. The output files have the error:
This typically means your Metacat server is not running.