I'm seeing stuff like this in the jetty console server in trunk when I try to look at a page (any page):

2010-01-22 23:32:09,721 ERROR [log] Nested in java.lang.reflect.InvocationTargetException:
java.lang.NullPointerException
at org.apache.el.lang.EvaluationContext.putContext(EvaluationContext.java: 76)
        at javax.el.ELContext.<init>(ELContext.java:55)
at org.apache.el.lang.EvaluationContext.<init>(EvaluationContext.java:36) at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:189)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun .reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: 39) at sun .reflect .DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java: 25)
        at java.lang.reflect.Method.invoke(Method.java:597)
at org .apache .pluto .tags .el .JSP21ExpressionEvaluatorProxy .evaluate(JSP21ExpressionEvaluatorProxy.java:79) at org .apache.pluto.driver.tags.PortletTag.evaluatePortletId(PortletTag.java: 207) at org.apache.pluto.driver.tags.PortletTag.doStartTag(PortletTag.java:106) at jsp .WEB_002dINF .themes.portlet_002dskin_jsp._jspService(portlet_002dskin_jsp.java:102) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:73)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:532)
...

Anyone have an idea?

thanks
david jencks

Reply via email to