David, I think you want to try export JAVA_OPTS=... instead of export OPTS=..
Jarek On Sat, Jan 23, 2010 at 4:00 PM, David Jencks <[email protected]> wrote: > I tried > ./console-jetty-server-3.0-SNAPSHOT/bin/geronimo -l > -Dorg.apache.geronimo.spec.el.useCachedExpressionFactory=false > and > export > OPTS="-Dorg.apache.geronimo.spec.el.useCachedExpressionFactory=false" > ./console-jetty-server-3.0-SNAPSHOT/bin/geronimo -l > and got the same error each time. What build problems did you have? > thanks > david jencks > On Jan 23, 2010, at 6:46 AM, Ivan wrote: > > I got some problems while building the server, could you please try to see > whether adding > -Dorg.apache.geronimo.spec.el.useCachedExpressionFactory=false while > starting the server could avoid the exception ? > > 2010/1/23 Ivan <[email protected]> >> >> I will check it. >> >> 2010/1/23 David Jencks <[email protected]> >>> >>> 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 >> >> >> >> -- >> Ivan > > > > -- > Ivan > >
