500: Unexpected server error

CPAS Forum (Inactive)
500: Unexpected server error greener  2006-04-04 20:29
Status: Closed
 
Howdy folks, I just noticed our tomcat is down. I followed previous suggestions and did a controlled restarted of tomcat, but still get the same error. Additionally I removed the serialized session state in the Tomcat work directory (in /tomcat5/work/Catalina/localhost/cpas )

After that I am still getting the following(pasted below and attached log files) any advice or suggestions people have would be great thanks

-Rich

java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
       at org.fhcrc.cpas.util.BoundMap.get(BoundMap.java:89)
       at orgg.fhcrc.cpas.view.GroovyView.createModelBinding(GroovyView.java:475)
       at org.fhcrc.cpas.view.GroovyView.renderView(GroovyView.java:447)
       at org.fhcrc.cpas.view.WebPartView.render(WebPartView.java:123)
 
 
Matthew Bellew responded:  2006-04-05 09:26
I believe your web server cannot connect to your postgres server. Make sure postgres is started before tomcat. If you are running under Windows you can make your tomcat service "depend" on the postgres service. That way starting tomcat will cause postgres to startup.
 
adam responded:  2007-01-03 14:48