I was facing this behaviour using OM 2.2.0 many times with this log:
DEBUG 01-21 23:21:12.056 o.a.o.r.ConferenceService:223
[http-nio-0.0.0.0-5080-exec-7] - getRoomsPublic user_level: 3
DEBUG 01-21 23:21:12.092 o.a.o.r.ConferenceService:138
[http-nio-0.0.0.0-5080-exec-4] - getRoomsByOrganisationAndType
ERROR 01-21 23:21:12.098 o.a.o.r.ConferenceService:153
[http-nio-0.0.0.0-5080-exec-4] - [getRoomsByOrganisationAndType]
java.lang.NullPointerException: null
at
org.apache.openmeetings.remote.ConferenceService.getRoomsByOrganisationWithoutType(ConferenceService.java:148)
~[openmeetings-2.2.0-RELEASE.jar:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
~[na:1.6.0_28]
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
~[na:1.6.0_28]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[na:1.6.0_28]
at java.lang.reflect.Method.invoke(Method.java:622) ~[na:1.6.0_28]
at
org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:196)
~[red5.jar:na]
at
org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:115)
~[red5.jar:na]
at
org.red5.server.net.rtmp.RTMPHandler.invokeCall(RTMPHandler.java:157)
~[red5.jar:na]
at
org.red5.server.net.rtmp.RTMPHandler.onInvoke(RTMPHandler.java:399)
~[red5.jar:na]
at
org.red5.server.net.rtmp.BaseRTMPHandler.messageReceived(BaseRTMPHandler.java:130)
~[red5.jar:na]
at
org.red5.server.net.rtmpt.RTMPTHandler.messageReceived(RTMPTHandler.java:129)
~[red5.jar:na]
at
org.red5.server.net.rtmpt.RTMPTServlet.handleSend(RTMPTServlet.java:410)
~[red5.jar:na]
at
org.red5.server.net.rtmpt.RTMPTServlet.service(RTMPTServlet.java:488)
~[red5.jar:na]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
~[tomcat-embed-core-jar-7.0.42.jar:7.0.42]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
~[tomcat-embed-core-jar-7.0.42.jar:7.0.42]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
~[tomcat-embed-core-jar-7.0.42.jar:7.0.42]
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
~[tomcat-embed-core-jar-7.0.42.jar:7.0.42]
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
~[tomcat-embed-core-jar-7.0.42.jar:7.0.42]
at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
~[tomcat-embed-core-jar-7.0.42.jar:7.0.42]
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
~[tomcat-embed-core-jar-7.0.42.jar:7.0.42]
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
~[tomcat-embed-core-jar-7.0.42.jar:7.0.42]
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
~[tomcat-embed-core-jar-7.0.42.jar:7.0.42]
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
~[tomcat-embed-core-jar-7.0.42.jar:7.0.42]
at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1023)
~[tomcat-embed-core-jar-7.0.42.jar:7.0.42]
at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)
~[tomcat-embed-core-jar-7.0.42.jar:7.0.42]
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1686)
~[tomcat-embed-core-jar-7.0.42.jar:7.0.42]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
~[na:1.6.0_28]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
~[na:1.6.0_28]
at java.lang.Thread.run(Thread.java:701) ~[na:1.6.0_28]
That was yesterday. Today everything works fine without changes...
By the way, if I set the isPublic attribute and assign some organization
to the room too (I know, it is not good idea, but I tried everything to
get the list of the private rooms to work), the room in the list of the
rooms in the "New event" form is duplicated. I believe that is because
of the room is public and assigned to the organization too in one
moment, but I think the room in the list should be contained only once.
Thank you
D.
On 01/16/2014 04:05 AM, Maxim Solodovnik wrote:
I believe I never saw such behavior
On Wed, Jan 15, 2014 at 12:11 PM, George Kirkham
<gkirk...@co2crc.com.au <mailto:gkirk...@co2crc.com.au>> wrote:
Hi,
Have a issuewith “Private rooms” tab sometimes displaying rooms
and sometimes not displaying rooms.
A new clean OpenMeetings 2.2.0 build downloaded (this week) and
working ona Debian Wheezy server.
*Issue #**3**:*In my OpenMeetings configuration, I have four
groups, one private Conference room and one or two private
conference rooms for each group. When any user logs in, there
seems to be a random chance that the Private rooms will display or
not display. If they select “Recordings”, “Recordings”, then
“Rooms”, “Private Rooms” then more than likely there will be no
rooms displayed in the “Private rooms” listing.
Has anyone had an issue like this or can reproduce such and issue?
George.
--
WBR
Maxim aka solomax