[Geoserver-devel] GeoServer NullPointer Execption

Similar to the message posted by Oliver Ertz on the 6th of September I am also getting a null pointer exception when trying to test the geoserver servlet configuration:

RedHat Linux 7.2
kernel 2.4.18-10
Java jdk1.3.1_04
postgresql-7.2 w/ postgis
Jakarta Tomcat jakarta-tomcat-4.1.12 binary standalone dist

Any there any known working good installations with this combination of tools? What is the latest and greatest set of known good tools (tomcat/geoserver)?

I will also try this with resin to see if that works. If no one else is looking for the null pointer I can take a dig at this code.

Url used: http://www.ridgebacksystems.com:8080/geoserver/GetCapabilities

Log (localhost_log.2002-10-01.txt):
[snip]
2002-10-01 11:50:46 StandardWrapperValve[GetCapabilities]: Servlet.service() for servlet GetCapabilities threw exception
java.lang.NullPointerException
         at org.vfny.geoserver.responses.GetCapabilitiesResponse.getXmlResponse(Unknown Source)
         at org.vfny.geoserver.servlets.GetCapabilities.doGet(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
[snip]