You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Vasiliy Degtyarev (JIRA)" <ji...@apache.org> on 2015/01/21 07:33:36 UTC

[jira] [Created] (OPENMEETINGS-1150) NullPointerException is thrown when user try enter to the room via calendar

Vasiliy Degtyarev created OPENMEETINGS-1150:
-----------------------------------------------

             Summary: NullPointerException is thrown when user try enter to the room via calendar
                 Key: OPENMEETINGS-1150
                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1150
             Project: Openmeetings
          Issue Type: Bug
          Components: HTML5/Calendar
    Affects Versions: 3.0.4
            Reporter: Vasiliy Degtyarev
             Fix For: 3.0.4


Create calendar event and clicck on "Enter room" button.
On Choose device dialog click on "Start conference" The next error is thrown:

DEBUG 01-21 13:24:02.576 o.a.o.r.r.ScopeApplicationAdapter:1040 [RTMPConnectionExecutor#LRKXYEYWJGNYR-1] - -----------  getBroadCastId
DEBUG 01-21 13:24:03.263 o.a.o.r.r.ScopeApplicationAdapter:1076 [RTMPConnectionExecutor#LRKXYEYWJGNYR-1] - -----------  setUserAVSettings LRKXYEYWJGNYR ff1518cefbcf8e1b286903cc92e8a2a4 av
ERROR 01-21 13:24:03.268 o.a.o.r.r.ScopeApplicationAdapter:1099 [RTMPConnectionExecutor#LRKXYEYWJGNYR-1] - [setUserAVSettings]
java.lang.NullPointerException: null
	at org.apache.openmeetings.remote.red5.ScopeApplicationAdapter.setUserAVSettings(ScopeApplicationAdapter.java:1085) ~[openmeetings-core-3.0.4-SNAPSHOT.jar:na]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.7.0_60]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[na:1.7.0_60]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.7.0_60]
	at java.lang.reflect.Method.invoke(Method.java:606) ~[na:1.7.0_60]
	at org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:196) [red5-server-common-1.0.5-SNAPSHOT.jar:na]
	at org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:115) [red5-server-common-1.0.5-SNAPSHOT.jar:na]
	at org.red5.server.net.rtmp.RTMPHandler.invokeCall(RTMPHandler.java:186) [red5-server-common-1.0.5-SNAPSHOT.jar:1.0.5-SNAPSHOT]
	at org.red5.server.net.rtmp.RTMPHandler.onCommand(RTMPHandler.java:289) [red5-server-common-1.0.5-SNAPSHOT.jar:1.0.5-SNAPSHOT]
	at org.red5.server.net.rtmp.BaseRTMPHandler.messageReceived(BaseRTMPHandler.java:105) [red5-server-common-1.0.5-SNAPSHOT.jar:1.0.5-SNAPSHOT]
	at org.red5.server.net.rtmp.ReceivedMessageTask.call(ReceivedMessageTask.java:57) [red5-server-common-1.0.5-SNAPSHOT.jar:1.0.5-SNAPSHOT]
	at org.red5.server.net.rtmp.ReceivedMessageTask.call(ReceivedMessageTask.java:11) [red5-server-common-1.0.5-SNAPSHOT.jar:1.0.5-SNAPSHOT]
	at java.util.concurrent.FutureTask.run(FutureTask.java:262) [na:1.7.0_60]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [na:1.7.0_60]
	at java.util.concurrent.FutureTask.run(FutureTask.java:262) [na:1.7.0_60]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [na:1.7.0_60]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [na:1.7.0_60]
	at java.lang.Thread.run(Thread.java:745) [na:1.7.0_60]




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)