FW: HTTP Status 500 - with Apache Tomcat/5.5

2008-12-15 Thread hsuan
Hi all: when I run the http://localhost:8180/geant2-java-rrd-ma in the browser ,it's show the error message as follows : HTTP Status 500 - _ type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request.

Re: FW: HTTP Status 500 - with Apache Tomcat/5.5

2008-12-15 Thread Piller Sébastien
Somewhere in your code, you're trying to decode a date which isn't on the right format: javax.servlet.ServletException: Unparseable date: Mon Dec 15 16:29:38 GMT+08:00 2008 You can either use a compatible SimpleDateFormat (with a pattern which goes fine) or remove that part of code.