Hi,
I've tried to run Continuum from trunk (just the normal svn up, mvn
clean install, cd continuum-webapp, mvn jetty:run), but I get this:
:WARN: /
java.lang.NullPointerException
at
org.mortbay.jetty.servlet.DefaultServlet.passConditionalHeaders
(DefaultServlet.java:485)
at org.mortbay.jetty.servlet.DefaultServlet.doGet
(DefaultServlet.java:422)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
Anyone seen that? It's a weird one... I wonder if maybe the plexus
listener is dying on startup and swallowing the exception?
- Brett