You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/08/04 07:16:20 UTC

[jira] [Commented] (OPENMEETINGS-1443) Invitations are broken

    [ https://issues.apache.org/jira/browse/OPENMEETINGS-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15407338#comment-15407338 ] 

ASF subversion and git services commented on OPENMEETINGS-1443:
---------------------------------------------------------------

Commit 1755143 from [~solomax] in branch 'application/trunk'
[ https://svn.apache.org/r1755143 ]

[OPENMEETINGS-1443] users invited to room can enter as expected

> Invitations are broken
> ----------------------
>
>                 Key: OPENMEETINGS-1443
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1443
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: HTML5/Room, UI
>    Affects Versions: 3.1.2
>            Reporter: Maxim Solodovnik
>            Assignee: Maxim Solodovnik
>            Priority: Blocker
>             Fix For: 3.1.2, 3.2.0, 4.0.0
>
>
> Invitations are broken
> While user tries to login NPE is thrown:
> {code}
> java.lang.NullPointerException: null
> 	at org.apache.openmeetings.db.util.AuthLevelUtil.getRoomRight(AuthLevelUtil.java:49)
> 	at org.apache.openmeetings.core.remote.red5.ScopeApplicationAdapter.setRoomValues(ScopeApplicationAdapter.java:1201)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:498)
> 	at org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:192)
> 	at org.red5.server.service.ServiceInvoker.invoke(ServiceInvoker.java:114)
> 	at org.red5.server.net.rtmp.RTMPHandler.invokeCall(RTMPHandler.java:191)
> 	at org.red5.server.net.rtmp.RTMPHandler.onCommand(RTMPHandler.java:293)
> 	at org.red5.server.net.rtmp.BaseRTMPHandler.messageReceived(BaseRTMPHandler.java:116)
> 	at org.red5.server.net.rtmp.ReceivedMessageTask.call(ReceivedMessageTask.java:72)
> 	at org.red5.server.net.rtmp.ReceivedMessageTask.call(ReceivedMessageTask.java:38)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> 	at java.lang.Thread.run(Thread.java:745)
> {code}
> UserId is being processed incorrectly



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