You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by TRAPPE Vincent <tr...@laposte.net> on 2017/11/16 03:29:46 UTC

No audio/video

Hello Guys,

     Maybe you can help me, i've downloaded the last version 0.4 on the 
web site. And i didn't manage to get in the popup window the video 
appearing. I'm using linux and i've tested on Windows same issue, i'm 
using ubuntu 16.04 LTS.

It's look like, the setup window is working  as i'm able to see me and 
the i'm able to do the test. But i cannot see or hear the other person, 
and my camera doens't appear on the popup window as previous version.

I've some error message on my logs files, maybe it's linked :

*red5.log*


2017-11-15 13:51:02,748 [Loader:/openmeetings] INFO 
o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647
2017-11-15 13:51:51,828 [http-nio-0.0.0.0-5080-exec-3] ERROR 
o.a.w.u.listener.ListenerCollection - Error invoking listener: 
org.apache.wicket.Application$2@e3c6395
java.lang.IllegalStateException: Cannot create a session after the 
response has been committed
     at 
org.apache.catalina.connector.Request.doGetSession(Request.java:2995)
     at org.apache.catalina.connector.Request.getSession(Request.java:2429)
     at 
org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:896)
     at 
org.apache.wicket.session.HttpSessionStore.getHttpSession(HttpSessionStore.java:85)
     at 
org.apache.wicket.session.HttpSessionStore.getSessionId(HttpSessionStore.java:146)
     at org.apache.wicket.Session.bind(Session.java:267)
     .....................


*Openmeeting.log*

ERROR 11-15 16:49:37.992 o.a.w.p.w.j.WicketEndpoint:86 [0.0-5080-exec-1] 
- An error occurred in web socket connection with id : 14
java.io.EOFException: null
     at 
org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1250)
     at 
org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1190)
     at 
org.apache.tomcat.websocket.server.WsFrameServer.onDataAvailable(WsFrameServer.java:72)
     at 
org.apache.tomcat.websocket.server.WsFrameServer.doOnDataAvailable(WsFrameServer.java:171)
     at 
org.apache.tomcat.websocket.server.WsFrameServer.notifyDataAvailable(WsFrameServer.java:151)
     at 
org.apache.tomcat.websocket.server.WsHttpUpgradeHandler.upgradeDispatch(WsHttpUpgradeHandler.java:148)
     at 
org.apache.coyote.http11.upgrade.UpgradeProcessorInternal.dispatch(UpgradeProcessorInternal.java:54)
     at 
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:53)
     at 
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
     at 
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459)
     at 
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
     at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
     at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
     at 
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
     at java.lang.Thread.run(Thread.java:745)

Thanks for your help
Regards

Vincent




Re: No audio/video

Posted by TRAPPE Vincent <tr...@laposte.net>.
Hello Maxime,

     Thanks a lot for your help, it's was my fault, the RTMP port 1935 
wasn't redirect correctly.

Thanks again for ur help.

Vincent


Le 16/11/2017 à 21:34, Maxim Solodovnik a écrit :
> HTTPS is only required to access local camera/microphone
> This is connection problem
>
> This is really first time I'm seeing such error ...
>
> On Fri, Nov 17, 2017 at 1:07 AM, TRAPPE Vincent 
> <trappe.vincent@laposte.net <ma...@laposte.net>> wrote:
>
>     Hi Maxim,
>
>         Strange, i've tested with your demo server it's working....
>     Maybe the issue it's to use http instead of https....
>
>     I do not have any proxy server, it's working fine previously with
>     old openmeeting version.
>
>     I will try today to setup in https and let you know
>
>     Vincent
>
>
>     Le 16/11/2017 à 05:55, Maxim Solodovnik a écrit :
>>     Hello Vincent,
>>
>>     What configuration are you using?
>>     Have you set up HTTPS? do you have proxy server?
>>     According to your logs WebSocket connection is failed, and I
>>     never saw errors like yours
>>
>>     Do you have any problems connecting our demo servers?
>>
>>     On Thu, Nov 16, 2017 at 10:29 AM, TRAPPE Vincent
>>     <trappe.vincent@laposte.net <ma...@laposte.net>>
>>     wrote:
>>
>>         Hello Guys,
>>
>>             Maybe you can help me, i've downloaded the last version
>>         0.4 on the web site. And i didn't manage to get in the popup
>>         window the video appearing. I'm using linux and i've tested
>>         on Windows same issue, i'm using ubuntu 16.04 LTS.
>>
>>         It's look like, the setup window is working as i'm able to
>>         see me and the i'm able to do the test. But i cannot see or
>>         hear the other person, and my camera doens't appear on the
>>         popup window as previous version.
>>
>>         I've some error message on my logs files, maybe it's linked :
>>
>>         *red5.log*
>>
>>
>>         2017-11-15 13:51:02,748 [Loader:/openmeetings] INFO
>>         o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase
>>         2147483647
>>         2017-11-15 13:51:51,828 [http-nio-0.0.0.0-5080-exec-3] ERROR
>>         o.a.w.u.listener.ListenerCollection - Error invoking
>>         listener: org.apache.wicket.Application$2@e3c6395
>>         java.lang.IllegalStateException: Cannot create a session
>>         after the response has been committed
>>             at
>>         org.apache.catalina.connector.Request.doGetSession(Request.java:2995)
>>             at
>>         org.apache.catalina.connector.Request.getSession(Request.java:2429)
>>             at
>>         org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:896)
>>             at
>>         org.apache.wicket.session.HttpSessionStore.getHttpSession(HttpSessionStore.java:85)
>>             at
>>         org.apache.wicket.session.HttpSessionStore.getSessionId(HttpSessionStore.java:146)
>>             at org.apache.wicket.Session.bind(Session.java:267)
>>             .....................
>>
>>
>>         *Openmeeting.log*
>>
>>         ERROR 11-15 16:49:37.992 o.a.w.p.w.j.WicketEndpoint:86
>>         [0.0-5080-exec-1] - An error occurred in web socket
>>         connection with id : 14
>>         java.io.EOFException: null
>>             at org.apache.tomcat.util.net
>>         <http://org.apache.tomcat.util.net>.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1250)
>>             at org.apache.tomcat.util.net
>>         <http://org.apache.tomcat.util.net>.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1190)
>>             at org.apache.tomcat.websocket.se
>>         <http://org.apache.tomcat.websocket.se>rver.WsFrameServer.onDataAvailable(WsFrameServer.java:72)
>>             at org.apache.tomcat.websocket.se
>>         <http://org.apache.tomcat.websocket.se>rver.WsFrameServer.doOnDataAvailable(WsFrameServer.java:171)
>>             at org.apache.tomcat.websocket.se
>>         <http://org.apache.tomcat.websocket.se>rver.WsFrameServer.notifyDataAvailable(WsFrameServer.java:151)
>>             at org.apache.tomcat.websocket.se
>>         <http://org.apache.tomcat.websocket.se>rver.WsHttpUpgradeHandler.upgradeDispatch(WsHttpUpgradeHandler.java:148)
>>             at
>>         org.apache.coyote.http11.upgrade.UpgradeProcessorInternal.dispatch(UpgradeProcessorInternal.java:54)
>>             at
>>         org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:53)
>>             at
>>         org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
>>             at org.apache.tomcat.util.net
>>         <http://org.apache.tomcat.util.net>.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459)
>>             at org.apache.tomcat.util.net
>>         <http://org.apache.tomcat.util.net>.SocketProcessorBase.run(SocketProcessorBase.java:49)
>>             at
>>         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>>             at
>>         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>>             at
>>         org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
>>             at java.lang.Thread.run(Thread.java:745)
>>
>>         Thanks for your help
>>         Regards
>>
>>         Vincent
>>
>>
>>
>>
>>
>>
>>     -- 
>>     WBR
>>     Maxim aka solomax
>
>
>
>
> -- 
> WBR
> Maxim aka solomax


Re: No audio/video

Posted by Maxim Solodovnik <so...@gmail.com>.
HTTPS is only required to access local camera/microphone
This is connection problem

This is really first time I'm seeing such error ...

On Fri, Nov 17, 2017 at 1:07 AM, TRAPPE Vincent <tr...@laposte.net>
wrote:

> Hi Maxim,
>
>     Strange, i've tested with your demo server it's working.... Maybe the
> issue it's to use http instead of https....
>
> I do not have any proxy server, it's working fine previously with old
> openmeeting version.
>
> I will try today to setup in https and let you know
>
> Vincent
>
> Le 16/11/2017 à 05:55, Maxim Solodovnik a écrit :
>
> Hello Vincent,
>
> What configuration are you using?
> Have you set up HTTPS? do you have proxy server?
> According to your logs WebSocket connection is failed, and I never saw
> errors like yours
>
> Do you have any problems connecting our demo servers?
>
> On Thu, Nov 16, 2017 at 10:29 AM, TRAPPE Vincent <
> trappe.vincent@laposte.net> wrote:
>
>> Hello Guys,
>>
>>     Maybe you can help me, i've downloaded the last version 0.4 on the
>> web site. And i didn't manage to get in the popup window the video
>> appearing. I'm using linux and i've tested on Windows same issue, i'm using
>> ubuntu 16.04 LTS.
>>
>> It's look like, the setup window is working  as i'm able to see me and
>> the i'm able to do the test. But i cannot see or hear the other person, and
>> my camera doens't appear on the popup window as previous version.
>>
>> I've some error message on my logs files, maybe it's linked :
>>
>> *red5.log*
>>
>>
>> 2017-11-15 13:51:02,748 [Loader:/openmeetings] INFO
>> o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647
>> 2017-11-15 13:51:51,828 [http-nio-0.0.0.0-5080-exec-3] ERROR
>> o.a.w.u.listener.ListenerCollection - Error invoking listener:
>> org.apache.wicket.Application$2@e3c6395
>> java.lang.IllegalStateException: Cannot create a session after the
>> response has been committed
>>     at org.apache.catalina.connector.Request.doGetSession(Request.j
>> ava:2995)
>>     at org.apache.catalina.connector.Request.getSession(Request.jav
>> a:2429)
>>     at org.apache.catalina.connector.RequestFacade.getSession(Reque
>> stFacade.java:896)
>>     at org.apache.wicket.session.HttpSessionStore.getHttpSession(Ht
>> tpSessionStore.java:85)
>>     at org.apache.wicket.session.HttpSessionStore.getSessionId(Http
>> SessionStore.java:146)
>>     at org.apache.wicket.Session.bind(Session.java:267)
>>     .....................
>>
>>
>> *Openmeeting.log*
>>
>> ERROR 11-15 16:49:37.992 o.a.w.p.w.j.WicketEndpoint:86 [0.0-5080-exec-1]
>> - An error occurred in web socket connection with id : 14
>> java.io.EOFException: null
>>     at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.fill
>> ReadBuffer(NioEndpoint.java:1250)
>>     at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.read
>> (NioEndpoint.java:1190)
>>     at org.apache.tomcat.websocket.server.WsFrameServer.onDataAvail
>> able(WsFrameServer.java:72)
>>     at org.apache.tomcat.websocket.server.WsFrameServer.doOnDataAva
>> ilable(WsFrameServer.java:171)
>>     at org.apache.tomcat.websocket.server.WsFrameServer.notifyDataA
>> vailable(WsFrameServer.java:151)
>>     at org.apache.tomcat.websocket.server.WsHttpUpgradeHandler.upgr
>> adeDispatch(WsHttpUpgradeHandler.java:148)
>>     at org.apache.coyote.http11.upgrade.UpgradeProcessorInternal.di
>> spatch(UpgradeProcessorInternal.java:54)
>>     at org.apache.coyote.AbstractProcessorLight.process(AbstractPro
>> cessorLight.java:53)
>>     at org.apache.coyote.AbstractProtocol$ConnectionHandler.
>> process(AbstractProtocol.java:868)
>>     at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun
>> (NioEndpoint.java:1459)
>>     at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketPro
>> cessorBase.java:49)
>>     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPool
>> Executor.java:1142)
>>     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo
>> lExecutor.java:617)
>>     at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.
>> run(TaskThread.java:61)
>>     at java.lang.Thread.run(Thread.java:745)
>>
>> Thanks for your help
>> Regards
>>
>> Vincent
>>
>>
>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>


-- 
WBR
Maxim aka solomax

Re: No audio/video

Posted by TRAPPE Vincent <tr...@laposte.net>.
Hi Maxim,

     Strange, i've tested with your demo server it's working.... Maybe 
the issue it's to use http instead of https....

I do not have any proxy server, it's working fine previously with old 
openmeeting version.

I will try today to setup in https and let you know

Vincent


Le 16/11/2017 à 05:55, Maxim Solodovnik a écrit :
> Hello Vincent,
>
> What configuration are you using?
> Have you set up HTTPS? do you have proxy server?
> According to your logs WebSocket connection is failed, and I never saw 
> errors like yours
>
> Do you have any problems connecting our demo servers?
>
> On Thu, Nov 16, 2017 at 10:29 AM, TRAPPE Vincent 
> <trappe.vincent@laposte.net <ma...@laposte.net>> wrote:
>
>     Hello Guys,
>
>         Maybe you can help me, i've downloaded the last version 0.4 on
>     the web site. And i didn't manage to get in the popup window the
>     video appearing. I'm using linux and i've tested on Windows same
>     issue, i'm using ubuntu 16.04 LTS.
>
>     It's look like, the setup window is working  as i'm able to see me
>     and the i'm able to do the test. But i cannot see or hear the
>     other person, and my camera doens't appear on the popup window as
>     previous version.
>
>     I've some error message on my logs files, maybe it's linked :
>
>     *red5.log*
>
>
>     2017-11-15 13:51:02,748 [Loader:/openmeetings] INFO
>     o.s.c.s.DefaultLifecycleProcessor - Starting beans in phase 2147483647
>     2017-11-15 13:51:51,828 [http-nio-0.0.0.0-5080-exec-3] ERROR
>     o.a.w.u.listener.ListenerCollection - Error invoking listener:
>     org.apache.wicket.Application$2@e3c6395
>     java.lang.IllegalStateException: Cannot create a session after the
>     response has been committed
>         at
>     org.apache.catalina.connector.Request.doGetSession(Request.java:2995)
>         at
>     org.apache.catalina.connector.Request.getSession(Request.java:2429)
>         at
>     org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:896)
>         at
>     org.apache.wicket.session.HttpSessionStore.getHttpSession(HttpSessionStore.java:85)
>         at
>     org.apache.wicket.session.HttpSessionStore.getSessionId(HttpSessionStore.java:146)
>         at org.apache.wicket.Session.bind(Session.java:267)
>         .....................
>
>
>     *Openmeeting.log*
>
>     ERROR 11-15 16:49:37.992 o.a.w.p.w.j.WicketEndpoint:86
>     [0.0-5080-exec-1] - An error occurred in web socket connection
>     with id : 14
>     java.io.EOFException: null
>         at org.apache.tomcat.util.net
>     <http://org.apache.tomcat.util.net>.NioEndpoint$NioSocketWrapper.fillReadBuffer(NioEndpoint.java:1250)
>         at org.apache.tomcat.util.net
>     <http://org.apache.tomcat.util.net>.NioEndpoint$NioSocketWrapper.read(NioEndpoint.java:1190)
>         at
>     org.apache.tomcat.websocket.server.WsFrameServer.onDataAvailable(WsFrameServer.java:72)
>         at
>     org.apache.tomcat.websocket.server.WsFrameServer.doOnDataAvailable(WsFrameServer.java:171)
>         at
>     org.apache.tomcat.websocket.server.WsFrameServer.notifyDataAvailable(WsFrameServer.java:151)
>         at
>     org.apache.tomcat.websocket.server.WsHttpUpgradeHandler.upgradeDispatch(WsHttpUpgradeHandler.java:148)
>         at
>     org.apache.coyote.http11.upgrade.UpgradeProcessorInternal.dispatch(UpgradeProcessorInternal.java:54)
>         at
>     org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:53)
>         at
>     org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
>         at org.apache.tomcat.util.net
>     <http://org.apache.tomcat.util.net>.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459)
>         at org.apache.tomcat.util.net
>     <http://org.apache.tomcat.util.net>.SocketProcessorBase.run(SocketProcessorBase.java:49)
>         at
>     java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>         at
>     java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>         at
>     org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
>         at java.lang.Thread.run(Thread.java:745)
>
>     Thanks for your help
>     Regards
>
>     Vincent
>
>
>
>
>
>
> -- 
> WBR
> Maxim aka solomax


Re: No audio/video

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Vincent,

What configuration are you using?
Have you set up HTTPS? do you have proxy server?
According to your logs WebSocket connection is failed, and I never saw
errors like yours

Do you have any problems connecting our demo servers?

On Thu, Nov 16, 2017 at 10:29 AM, TRAPPE Vincent <trappe.vincent@laposte.net
> wrote:

> Hello Guys,
>
>     Maybe you can help me, i've downloaded the last version 0.4 on the web
> site. And i didn't manage to get in the popup window the video appearing.
> I'm using linux and i've tested on Windows same issue, i'm using ubuntu
> 16.04 LTS.
>
> It's look like, the setup window is working  as i'm able to see me and the
> i'm able to do the test. But i cannot see or hear the other person, and my
> camera doens't appear on the popup window as previous version.
>
> I've some error message on my logs files, maybe it's linked :
>
> *red5.log*
>
>
> 2017-11-15 13:51:02,748 [Loader:/openmeetings] INFO  o.s.c.s.DefaultLifecycleProcessor
> - Starting beans in phase 2147483647
> 2017-11-15 13:51:51,828 [http-nio-0.0.0.0-5080-exec-3] ERROR
> o.a.w.u.listener.ListenerCollection - Error invoking listener:
> org.apache.wicket.Application$2@e3c6395
> java.lang.IllegalStateException: Cannot create a session after the
> response has been committed
>     at org.apache.catalina.connector.Request.doGetSession(Request.
> java:2995)
>     at org.apache.catalina.connector.Request.getSession(Request.java:2429)
>     at org.apache.catalina.connector.RequestFacade.getSession(
> RequestFacade.java:896)
>     at org.apache.wicket.session.HttpSessionStore.getHttpSession(
> HttpSessionStore.java:85)
>     at org.apache.wicket.session.HttpSessionStore.getSessionId(
> HttpSessionStore.java:146)
>     at org.apache.wicket.Session.bind(Session.java:267)
>     .....................
>
>
> *Openmeeting.log*
>
> ERROR 11-15 16:49:37.992 o.a.w.p.w.j.WicketEndpoint:86 [0.0-5080-exec-1] -
> An error occurred in web socket connection with id : 14
> java.io.EOFException: null
>     at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.
> fillReadBuffer(NioEndpoint.java:1250)
>     at org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper.
> read(NioEndpoint.java:1190)
>     at org.apache.tomcat.websocket.server.WsFrameServer.
> onDataAvailable(WsFrameServer.java:72)
>     at org.apache.tomcat.websocket.server.WsFrameServer.doOnDataAvailable(
> WsFrameServer.java:171)
>     at org.apache.tomcat.websocket.server.WsFrameServer.
> notifyDataAvailable(WsFrameServer.java:151)
>     at org.apache.tomcat.websocket.server.WsHttpUpgradeHandler.
> upgradeDispatch(WsHttpUpgradeHandler.java:148)
>     at org.apache.coyote.http11.upgrade.UpgradeProcessorInternal.dispatch(
> UpgradeProcessorInternal.java:54)
>     at org.apache.coyote.AbstractProcessorLight.process(
> AbstractProcessorLight.java:53)
>     at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(
> AbstractProtocol.java:868)
>     at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.
> doRun(NioEndpoint.java:1459)
>     at org.apache.tomcat.util.net.SocketProcessorBase.run(
> SocketProcessorBase.java:49)
>     at java.util.concurrent.ThreadPoolExecutor.runWorker(
> ThreadPoolExecutor.java:1142)
>     at java.util.concurrent.ThreadPoolExecutor$Worker.run(
> ThreadPoolExecutor.java:617)
>     at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(
> TaskThread.java:61)
>     at java.lang.Thread.run(Thread.java:745)
>
> Thanks for your help
> Regards
>
> Vincent
>
>
>
>


-- 
WBR
Maxim aka solomax