Hi,
I was trying to create Persistent Rooms using the Web Administrator ("https://localhost:8080/admin/"). While creating the room, I enabled the Flooding Filter and Language Filter by selecting "Yes" radio button for both of them. I also defined the parameters for them. The room got created. However, since then whenever I click on the "Persistent Rooms" link in the page, I am getting this NullPointerException ( see the detailed information below with stack trace )
Please let me know what is wrong here. I am not able to create any persistent rooms anymore.. :cry:
Exception
-----------
An exception has occurred.
You may continue by restarting the session.
org.apache.tapestry.BindingException
Unable to read OGNL expression '' of $PersistentRoomsPage_15@11c21b[PersistentRoomsPage]: floodingFilterName
binding: ExpressionBinding[PersistentRoomsPage floodingFilterName]
location: context:/PersistentRoomsPage.html, line 76
71
72
73
74 Flooding Filter Name
75
76
77
78
79
80
81 Is Using Language Filter
org.apache.hivemind.ApplicationRuntimeException
Unable to read OGNL expression '' of $PersistentRoomsPage_15@11c21b[PersistentRoomsPage]: floodingFilterName
component: $PersistentRoomsPage_15@11c21b[PersistentRoomsPage]
location: context:/PersistentRoomsPage.html
ognl.OgnlException
floodingFilterName
java.lang.NullPointerException
Stack Trace:
* com.electrotank.electroserver4.webadmin.pages.Pers istentRoomsPage.getFloodingFilterName(Unknown Source)
* sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
* sun.reflect.NativeMethodAccessorImpl.invoke(Unknow n Source)
* sun.reflect.DelegatingMethodAccessorImpl.invoke(Un known Source)
* java.lang.reflect.Method.invoke(Unknown Source)
* ognl.OgnlRuntime.invokeMethod(OgnlRuntime.java:491 )
* ognl.OgnlRuntime.getMethodValue(OgnlRuntime.java:9 04)
* ognl.ObjectPropertyAccessor.getPossibleProperty(Ob jectPropertyAccessor.java:54)
* ognl.ObjectPropertyAccessor.getProperty(ObjectProp ertyAccessor.java:122)
* ognl.OgnlRuntime.getProperty(OgnlRuntime.java:1616 )
* ognl.ASTProperty.getValueBody(ASTProperty.java:96)
* ognl.SimpleNode.evaluateGetValueBody(SimpleNode.ja va:170)
* ognl.SimpleNode.getValue(SimpleNode.java:210)
* ognl.Ognl.getValue(Ognl.java:333)
* ognl.Ognl.getValue(Ognl.java:310)
* org.apache.tapestry.services.impl.ExpressionEvalua torImpl.readCompiled(ExpressionEvaluatorImpl.java: 91)
* $ExpressionEvaluator_11817290e96.readCompiled($Exp ressionEvaluator_11817290e96.java)
* org.apache.tapestry.binding.ExpressionBinding.reso lveExpression(ExpressionBinding.java:110)
* org.apache.tapestry.binding.ExpressionBinding.getO bject(ExpressionBinding.java:103)
* org.apache.tapestry.binding.AbstractBinding.getObj ect(AbstractBinding.java:87)
* $Insert_6.getValue($Insert_6.java)
* org.apache.tapestry.components.Insert.renderCompon ent(Insert.java:42)
* org.apache.tapestry.AbstractComponent.render(Abstr actComponent.java:617)
* org.apache.tapestry.AbstractComponent.renderBody(A bstractComponent.java:434)
* org.apache.tapestry.components.IfBean.renderCompon ent(IfBean.java:86)
* org.apache.tapestry.AbstractComponent.render(Abstr actComponent.java:617)
* org.apache.tapestry.AbstractComponent.renderBody(A bstractComponent.java:434)
* org.apache.tapestry.components.ForBean.renderCompo nent(ForBean.java:137)
* org.apache.tapestry.AbstractComponent.render(Abstr actComponent.java:617)
* org.apache.tapestry.AbstractComponent.renderBody(A bstractComponent.java:434)
* org.apache.tapestry.form.FormSupportImpl.render(Fo rmSupportImpl.java:494)
* org.apache.tapestry.form.Form.renderComponent(Form .java:250)
* org.apache.tapestry.AbstractComponent.render(Abstr actComponent.java:617


Reply With Quote
