You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Ali Alhaidary <al...@the5stars.org> on 2020/10/16 17:02:37 UTC

Something went wrong !

could not record continuously with multiple occurrences of the following 
error:

DEBUG 10-16 16:51:24.012 o.a.o.c.r.KStream:291 [nio-5443-exec-1] - 
PARTICIPANT cf00f402-dd38-49dc-8c62-75a6f26feabf: Releasing listeners
  WARN 10-16 16:51:24.019 o.a.o.c.r.KStream:371 [ventExec-e3-t17] - 
PARTICIPANT cf00f402-dd38-49dc-8c62-75a6f26feabf: Could not disconnect 
recorder
org.kurento.jsonrpc.JsonRpcErrorException: Object 
'a05e48f8-685f-4579-a0e2-3e5bcb7f980d_kurento.MediaPipeline/47a5c8a0-5043-4038-9de4-b33067b2753f_kurento.WebRtcEndpoint' 
not found. Code: 40101. Data: {"type":"MEDIA_OBJECT_NOT_FOUND"}
     at 
org.kurento.jsonrpc.internal.JsonRpcRequestSenderHelper$1.onSuccess(JsonRpcRequestSenderHelper.java:128)
     at 
org.kurento.jsonrpc.internal.JsonRpcRequestSenderHelper$1.onSuccess(JsonRpcRequestSenderHelper.java:113)
     at 
org.kurento.jsonrpc.client.AbstractJsonRpcClientWebSocket$14.onSuccess(AbstractJsonRpcClientWebSocket.java:452)
     at 
org.kurento.jsonrpc.client.AbstractJsonRpcClientWebSocket$14.onSuccess(AbstractJsonRpcClientWebSocket.java:433)
     at 
com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1089)
     at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
     at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
     at java.base/java.lang.Thread.run(Thread.java:834)

Any idea?


Re: Something went wrong !

Posted by Maxim Solodovnik <so...@gmail.com>.
I would sort out connection issues then re-test :)

On Mon, 19 Oct 2020 at 17:25, Ali Alhaidary <al...@the5stars.org>
wrote:

>
> On 10/19/20 10:58 AM, Maxim Solodovnik wrote:
>
> Was it manual or automatic restart?
>
> Manual, with no user logged in.
>
> I would expect such a restart will affect nothing, but MM-stream can be
> broken if a restart happens during an audio/video/sharing session ....
>
> No user was logged in during restart.
>
>
> On Sun, 18 Oct 2020 at 17:35, Ali Alhaidary <al...@the5stars.org>
> wrote:
>
>>
>> On 10/18/20 9:00 AM, Maxim Solodovnik wrote:
>>
>> I would sort out connection issues first
>> The error is just telling the recorder was already disposed at KMS
>> server, OM can perform clean-up
>>
>> Agreed
>>
>>
>> BTW is it possible your KMS was restarted while OM was working?
>>
>> Checked the logs, KMS was not restarted, however, it seems that turn was
>> restarted.
>>
>>
>> On Sat, 17 Oct 2020 at 19:50, Ali Alhaidary <al...@the5stars.org>
>> wrote:
>>
>>> The only thing that I know that the recordings kept disconnecting, so I
>>> checked the log to see this error in multiple occurrences.
>>> On 10/17/20 3:45 PM, Ali Alhaidary wrote:
>>>
>>> To tell you the truth, I do not know. I was checking the log and saw
>>> this error, and have no clue of why, when or what happened...
>>> On 10/17/20 2:48 PM, Maxim Solodovnik wrote:
>>>
>>> What are the steps?
>>>
>>> On Sat, 17 Oct 2020 at 00:03, Ali Alhaidary <al...@the5stars.org>
>>> wrote:
>>>
>>>> could not record continuously with multiple occurrences of the
>>>> following
>>>> error:
>>>>
>>>> DEBUG 10-16 16:51:24.012 o.a.o.c.r.KStream:291 [nio-5443-exec-1] -
>>>> PARTICIPANT cf00f402-dd38-49dc-8c62-75a6f26feabf: Releasing listeners
>>>>   WARN 10-16 16:51:24.019 o.a.o.c.r.KStream:371 [ventExec-e3-t17] -
>>>> PARTICIPANT cf00f402-dd38-49dc-8c62-75a6f26feabf: Could not disconnect
>>>> recorder
>>>> org.kurento.jsonrpc.JsonRpcErrorException: Object
>>>> 'a05e48f8-685f-4579-a0e2-3e5bcb7f980d_kurento.MediaPipeline/47a5c8a0-5043-4038-9de4-b33067b2753f_kurento.WebRtcEndpoint'
>>>>
>>>> not found. Code: 40101. Data: {"type":"MEDIA_OBJECT_NOT_FOUND"}
>>>>      at
>>>>
>>>> org.kurento.jsonrpc.internal.JsonRpcRequestSenderHelper$1.onSuccess(JsonRpcRequestSenderHelper.java:128)
>>>>      at
>>>>
>>>> org.kurento.jsonrpc.internal.JsonRpcRequestSenderHelper$1.onSuccess(JsonRpcRequestSenderHelper.java:113)
>>>>      at
>>>>
>>>> org.kurento.jsonrpc.client.AbstractJsonRpcClientWebSocket$14.onSuccess(AbstractJsonRpcClientWebSocket.java:452)
>>>>      at
>>>>
>>>> org.kurento.jsonrpc.client.AbstractJsonRpcClientWebSocket$14.onSuccess(AbstractJsonRpcClientWebSocket.java:433)
>>>>      at
>>>>
>>>> com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1089)
>>>>      at
>>>>
>>>> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>>>>      at
>>>>
>>>> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>>>>      at java.base/java.lang.Thread.run(Thread.java:834)
>>>>
>>>> Any idea?
>>>>
>>>>
>>>
>>> --
>>> Best regards,
>>> Maxim
>>>
>>>
>>
>> --
>> Best regards,
>> Maxim
>>
>>
>
> --
> Best regards,
> Maxim
>
>

-- 
Best regards,
Maxim

Re: Something went wrong !

Posted by Ali Alhaidary <al...@the5stars.org>.
On 10/19/20 10:58 AM, Maxim Solodovnik wrote:
> Was it manual or automatic restart?
Manual, with no user logged in.
> I would expect such a restart will affect nothing, but MM-stream can 
> be broken if a restart happens during an audio/video/sharing session ....
No user was logged in during restart.
>
> On Sun, 18 Oct 2020 at 17:35, Ali Alhaidary 
> <ali.alhaidary@the5stars.org <ma...@the5stars.org>> wrote:
>
>
>     On 10/18/20 9:00 AM, Maxim Solodovnik wrote:
>>     I would sort out connection issues first
>>     The error is just telling the recorder was already disposed at
>>     KMS server, OM can perform clean-up
>
>     Agreed
>
>
>>     BTW is it possible your KMS was restarted while OM was working?
>     Checked the logs, KMS was not restarted, however, it seems that
>     turn was restarted.
>>
>>     On Sat, 17 Oct 2020 at 19:50, Ali Alhaidary
>>     <ali.alhaidary@the5stars.org
>>     <ma...@the5stars.org>> wrote:
>>
>>         The only thing that I know that the recordings kept
>>         disconnecting, so I checked the log to see this error in
>>         multiple occurrences.
>>
>>         On 10/17/20 3:45 PM, Ali Alhaidary wrote:
>>>
>>>         To tell you the truth, I do not know. I was checking the log
>>>         and saw this error, and have no clue of why, when or what
>>>         happened...
>>>
>>>         On 10/17/20 2:48 PM, Maxim Solodovnik wrote:
>>>>         What are the steps?
>>>>
>>>>         On Sat, 17 Oct 2020 at 00:03, Ali Alhaidary
>>>>         <ali.alhaidary@the5stars.org
>>>>         <ma...@the5stars.org>> wrote:
>>>>
>>>>             could not record continuously with multiple occurrences
>>>>             of the following
>>>>             error:
>>>>
>>>>             DEBUG 10-16 16:51:24.012 o.a.o.c.r.KStream:291
>>>>             [nio-5443-exec-1] -
>>>>             PARTICIPANT cf00f402-dd38-49dc-8c62-75a6f26feabf:
>>>>             Releasing listeners
>>>>               WARN 10-16 16:51:24.019 o.a.o.c.r.KStream:371
>>>>             [ventExec-e3-t17] -
>>>>             PARTICIPANT cf00f402-dd38-49dc-8c62-75a6f26feabf: Could
>>>>             not disconnect
>>>>             recorder
>>>>             org.kurento.jsonrpc.JsonRpcErrorException: Object
>>>>             'a05e48f8-685f-4579-a0e2-3e5bcb7f980d_kurento.MediaPipeline/47a5c8a0-5043-4038-9de4-b33067b2753f_kurento.WebRtcEndpoint'
>>>>
>>>>             not found. Code: 40101. Data:
>>>>             {"type":"MEDIA_OBJECT_NOT_FOUND"}
>>>>                  at
>>>>             org.kurento.jsonrpc.internal.JsonRpcRequestSenderHelper$1.onSuccess(JsonRpcRequestSenderHelper.java:128)
>>>>                  at
>>>>             org.kurento.jsonrpc.internal.JsonRpcRequestSenderHelper$1.onSuccess(JsonRpcRequestSenderHelper.java:113)
>>>>                  at
>>>>             org.kurento.jsonrpc.client.AbstractJsonRpcClientWebSocket$14.onSuccess(AbstractJsonRpcClientWebSocket.java:452)
>>>>                  at
>>>>             org.kurento.jsonrpc.client.AbstractJsonRpcClientWebSocket$14.onSuccess(AbstractJsonRpcClientWebSocket.java:433)
>>>>                  at
>>>>             com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1089)
>>>>                  at
>>>>             java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>>>>                  at
>>>>             java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>>>>                  at java.base/java.lang.Thread.run(Thread.java:834)
>>>>
>>>>             Any idea?
>>>>
>>>>
>>>>
>>>>         -- 
>>>>         Best regards,
>>>>         Maxim
>>
>>
>>
>>     -- 
>>     Best regards,
>>     Maxim
>
>
>
> -- 
> Best regards,
> Maxim

Re: Something went wrong !

Posted by Maxim Solodovnik <so...@gmail.com>.
Was it manual or automatic restart?
I would expect such a restart will affect nothing, but MM-stream can be
broken if a restart happens during an audio/video/sharing session ....

On Sun, 18 Oct 2020 at 17:35, Ali Alhaidary <al...@the5stars.org>
wrote:

>
> On 10/18/20 9:00 AM, Maxim Solodovnik wrote:
>
> I would sort out connection issues first
> The error is just telling the recorder was already disposed at KMS server,
> OM can perform clean-up
>
> Agreed
>
>
> BTW is it possible your KMS was restarted while OM was working?
>
> Checked the logs, KMS was not restarted, however, it seems that turn was
> restarted.
>
>
> On Sat, 17 Oct 2020 at 19:50, Ali Alhaidary <al...@the5stars.org>
> wrote:
>
>> The only thing that I know that the recordings kept disconnecting, so I
>> checked the log to see this error in multiple occurrences.
>> On 10/17/20 3:45 PM, Ali Alhaidary wrote:
>>
>> To tell you the truth, I do not know. I was checking the log and saw this
>> error, and have no clue of why, when or what happened...
>> On 10/17/20 2:48 PM, Maxim Solodovnik wrote:
>>
>> What are the steps?
>>
>> On Sat, 17 Oct 2020 at 00:03, Ali Alhaidary <al...@the5stars.org>
>> wrote:
>>
>>> could not record continuously with multiple occurrences of the following
>>> error:
>>>
>>> DEBUG 10-16 16:51:24.012 o.a.o.c.r.KStream:291 [nio-5443-exec-1] -
>>> PARTICIPANT cf00f402-dd38-49dc-8c62-75a6f26feabf: Releasing listeners
>>>   WARN 10-16 16:51:24.019 o.a.o.c.r.KStream:371 [ventExec-e3-t17] -
>>> PARTICIPANT cf00f402-dd38-49dc-8c62-75a6f26feabf: Could not disconnect
>>> recorder
>>> org.kurento.jsonrpc.JsonRpcErrorException: Object
>>> 'a05e48f8-685f-4579-a0e2-3e5bcb7f980d_kurento.MediaPipeline/47a5c8a0-5043-4038-9de4-b33067b2753f_kurento.WebRtcEndpoint'
>>>
>>> not found. Code: 40101. Data: {"type":"MEDIA_OBJECT_NOT_FOUND"}
>>>      at
>>>
>>> org.kurento.jsonrpc.internal.JsonRpcRequestSenderHelper$1.onSuccess(JsonRpcRequestSenderHelper.java:128)
>>>      at
>>>
>>> org.kurento.jsonrpc.internal.JsonRpcRequestSenderHelper$1.onSuccess(JsonRpcRequestSenderHelper.java:113)
>>>      at
>>>
>>> org.kurento.jsonrpc.client.AbstractJsonRpcClientWebSocket$14.onSuccess(AbstractJsonRpcClientWebSocket.java:452)
>>>      at
>>>
>>> org.kurento.jsonrpc.client.AbstractJsonRpcClientWebSocket$14.onSuccess(AbstractJsonRpcClientWebSocket.java:433)
>>>      at
>>>
>>> com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1089)
>>>      at
>>>
>>> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>>>      at
>>>
>>> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>>>      at java.base/java.lang.Thread.run(Thread.java:834)
>>>
>>> Any idea?
>>>
>>>
>>
>> --
>> Best regards,
>> Maxim
>>
>>
>
> --
> Best regards,
> Maxim
>
>

-- 
Best regards,
Maxim

Re: Something went wrong !

Posted by Ali Alhaidary <al...@the5stars.org>.
On 10/18/20 9:00 AM, Maxim Solodovnik wrote:
> I would sort out connection issues first
> The error is just telling the recorder was already disposed at KMS 
> server, OM can perform clean-up

Agreed


> BTW is it possible your KMS was restarted while OM was working?
Checked the logs, KMS was not restarted, however, it seems that turn was 
restarted.
>
> On Sat, 17 Oct 2020 at 19:50, Ali Alhaidary 
> <ali.alhaidary@the5stars.org <ma...@the5stars.org>> wrote:
>
>     The only thing that I know that the recordings kept disconnecting,
>     so I checked the log to see this error in multiple occurrences.
>
>     On 10/17/20 3:45 PM, Ali Alhaidary wrote:
>>
>>     To tell you the truth, I do not know. I was checking the log and
>>     saw this error, and have no clue of why, when or what happened...
>>
>>     On 10/17/20 2:48 PM, Maxim Solodovnik wrote:
>>>     What are the steps?
>>>
>>>     On Sat, 17 Oct 2020 at 00:03, Ali Alhaidary
>>>     <ali.alhaidary@the5stars.org
>>>     <ma...@the5stars.org>> wrote:
>>>
>>>         could not record continuously with multiple occurrences of
>>>         the following
>>>         error:
>>>
>>>         DEBUG 10-16 16:51:24.012 o.a.o.c.r.KStream:291
>>>         [nio-5443-exec-1] -
>>>         PARTICIPANT cf00f402-dd38-49dc-8c62-75a6f26feabf: Releasing
>>>         listeners
>>>           WARN 10-16 16:51:24.019 o.a.o.c.r.KStream:371
>>>         [ventExec-e3-t17] -
>>>         PARTICIPANT cf00f402-dd38-49dc-8c62-75a6f26feabf: Could not
>>>         disconnect
>>>         recorder
>>>         org.kurento.jsonrpc.JsonRpcErrorException: Object
>>>         'a05e48f8-685f-4579-a0e2-3e5bcb7f980d_kurento.MediaPipeline/47a5c8a0-5043-4038-9de4-b33067b2753f_kurento.WebRtcEndpoint'
>>>
>>>         not found. Code: 40101. Data: {"type":"MEDIA_OBJECT_NOT_FOUND"}
>>>              at
>>>         org.kurento.jsonrpc.internal.JsonRpcRequestSenderHelper$1.onSuccess(JsonRpcRequestSenderHelper.java:128)
>>>              at
>>>         org.kurento.jsonrpc.internal.JsonRpcRequestSenderHelper$1.onSuccess(JsonRpcRequestSenderHelper.java:113)
>>>              at
>>>         org.kurento.jsonrpc.client.AbstractJsonRpcClientWebSocket$14.onSuccess(AbstractJsonRpcClientWebSocket.java:452)
>>>              at
>>>         org.kurento.jsonrpc.client.AbstractJsonRpcClientWebSocket$14.onSuccess(AbstractJsonRpcClientWebSocket.java:433)
>>>              at
>>>         com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1089)
>>>              at
>>>         java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>>>              at
>>>         java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>>>              at java.base/java.lang.Thread.run(Thread.java:834)
>>>
>>>         Any idea?
>>>
>>>
>>>
>>>     -- 
>>>     Best regards,
>>>     Maxim
>
>
>
> -- 
> Best regards,
> Maxim

Re: Something went wrong !

Posted by Maxim Solodovnik <so...@gmail.com>.
I would sort out connection issues first
The error is just telling the recorder was already disposed at KMS server,
OM can perform clean-up

BTW is it possible your KMS was restarted while OM was working?

On Sat, 17 Oct 2020 at 19:50, Ali Alhaidary <al...@the5stars.org>
wrote:

> The only thing that I know that the recordings kept disconnecting, so I
> checked the log to see this error in multiple occurrences.
> On 10/17/20 3:45 PM, Ali Alhaidary wrote:
>
> To tell you the truth, I do not know. I was checking the log and saw this
> error, and have no clue of why, when or what happened...
> On 10/17/20 2:48 PM, Maxim Solodovnik wrote:
>
> What are the steps?
>
> On Sat, 17 Oct 2020 at 00:03, Ali Alhaidary <al...@the5stars.org>
> wrote:
>
>> could not record continuously with multiple occurrences of the following
>> error:
>>
>> DEBUG 10-16 16:51:24.012 o.a.o.c.r.KStream:291 [nio-5443-exec-1] -
>> PARTICIPANT cf00f402-dd38-49dc-8c62-75a6f26feabf: Releasing listeners
>>   WARN 10-16 16:51:24.019 o.a.o.c.r.KStream:371 [ventExec-e3-t17] -
>> PARTICIPANT cf00f402-dd38-49dc-8c62-75a6f26feabf: Could not disconnect
>> recorder
>> org.kurento.jsonrpc.JsonRpcErrorException: Object
>> 'a05e48f8-685f-4579-a0e2-3e5bcb7f980d_kurento.MediaPipeline/47a5c8a0-5043-4038-9de4-b33067b2753f_kurento.WebRtcEndpoint'
>>
>> not found. Code: 40101. Data: {"type":"MEDIA_OBJECT_NOT_FOUND"}
>>      at
>>
>> org.kurento.jsonrpc.internal.JsonRpcRequestSenderHelper$1.onSuccess(JsonRpcRequestSenderHelper.java:128)
>>      at
>>
>> org.kurento.jsonrpc.internal.JsonRpcRequestSenderHelper$1.onSuccess(JsonRpcRequestSenderHelper.java:113)
>>      at
>>
>> org.kurento.jsonrpc.client.AbstractJsonRpcClientWebSocket$14.onSuccess(AbstractJsonRpcClientWebSocket.java:452)
>>      at
>>
>> org.kurento.jsonrpc.client.AbstractJsonRpcClientWebSocket$14.onSuccess(AbstractJsonRpcClientWebSocket.java:433)
>>      at
>>
>> com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1089)
>>      at
>>
>> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>>      at
>>
>> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>>      at java.base/java.lang.Thread.run(Thread.java:834)
>>
>> Any idea?
>>
>>
>
> --
> Best regards,
> Maxim
>
>

-- 
Best regards,
Maxim

Re: Something went wrong !

Posted by Ali Alhaidary <al...@the5stars.org>.
The only thing that I know that the recordings kept disconnecting, so I 
checked the log to see this error in multiple occurrences.

On 10/17/20 3:45 PM, Ali Alhaidary wrote:
>
> To tell you the truth, I do not know. I was checking the log and saw 
> this error, and have no clue of why, when or what happened...
>
> On 10/17/20 2:48 PM, Maxim Solodovnik wrote:
>> What are the steps?
>>
>> On Sat, 17 Oct 2020 at 00:03, Ali Alhaidary 
>> <ali.alhaidary@the5stars.org <ma...@the5stars.org>> wrote:
>>
>>     could not record continuously with multiple occurrences of the
>>     following
>>     error:
>>
>>     DEBUG 10-16 16:51:24.012 o.a.o.c.r.KStream:291 [nio-5443-exec-1] -
>>     PARTICIPANT cf00f402-dd38-49dc-8c62-75a6f26feabf: Releasing listeners
>>       WARN 10-16 16:51:24.019 o.a.o.c.r.KStream:371 [ventExec-e3-t17] -
>>     PARTICIPANT cf00f402-dd38-49dc-8c62-75a6f26feabf: Could not
>>     disconnect
>>     recorder
>>     org.kurento.jsonrpc.JsonRpcErrorException: Object
>>     'a05e48f8-685f-4579-a0e2-3e5bcb7f980d_kurento.MediaPipeline/47a5c8a0-5043-4038-9de4-b33067b2753f_kurento.WebRtcEndpoint'
>>
>>     not found. Code: 40101. Data: {"type":"MEDIA_OBJECT_NOT_FOUND"}
>>          at
>>     org.kurento.jsonrpc.internal.JsonRpcRequestSenderHelper$1.onSuccess(JsonRpcRequestSenderHelper.java:128)
>>          at
>>     org.kurento.jsonrpc.internal.JsonRpcRequestSenderHelper$1.onSuccess(JsonRpcRequestSenderHelper.java:113)
>>          at
>>     org.kurento.jsonrpc.client.AbstractJsonRpcClientWebSocket$14.onSuccess(AbstractJsonRpcClientWebSocket.java:452)
>>          at
>>     org.kurento.jsonrpc.client.AbstractJsonRpcClientWebSocket$14.onSuccess(AbstractJsonRpcClientWebSocket.java:433)
>>          at
>>     com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1089)
>>          at
>>     java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>>          at
>>     java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>>          at java.base/java.lang.Thread.run(Thread.java:834)
>>
>>     Any idea?
>>
>>
>>
>> -- 
>> Best regards,
>> Maxim

Re: Something went wrong !

Posted by Ali Alhaidary <al...@the5stars.org>.
To tell you the truth, I do not know. I was checking the log and saw 
this error, and have no clue of why, when or what happened...

On 10/17/20 2:48 PM, Maxim Solodovnik wrote:
> What are the steps?
>
> On Sat, 17 Oct 2020 at 00:03, Ali Alhaidary 
> <ali.alhaidary@the5stars.org <ma...@the5stars.org>> wrote:
>
>     could not record continuously with multiple occurrences of the
>     following
>     error:
>
>     DEBUG 10-16 16:51:24.012 o.a.o.c.r.KStream:291 [nio-5443-exec-1] -
>     PARTICIPANT cf00f402-dd38-49dc-8c62-75a6f26feabf: Releasing listeners
>       WARN 10-16 16:51:24.019 o.a.o.c.r.KStream:371 [ventExec-e3-t17] -
>     PARTICIPANT cf00f402-dd38-49dc-8c62-75a6f26feabf: Could not
>     disconnect
>     recorder
>     org.kurento.jsonrpc.JsonRpcErrorException: Object
>     'a05e48f8-685f-4579-a0e2-3e5bcb7f980d_kurento.MediaPipeline/47a5c8a0-5043-4038-9de4-b33067b2753f_kurento.WebRtcEndpoint'
>
>     not found. Code: 40101. Data: {"type":"MEDIA_OBJECT_NOT_FOUND"}
>          at
>     org.kurento.jsonrpc.internal.JsonRpcRequestSenderHelper$1.onSuccess(JsonRpcRequestSenderHelper.java:128)
>          at
>     org.kurento.jsonrpc.internal.JsonRpcRequestSenderHelper$1.onSuccess(JsonRpcRequestSenderHelper.java:113)
>          at
>     org.kurento.jsonrpc.client.AbstractJsonRpcClientWebSocket$14.onSuccess(AbstractJsonRpcClientWebSocket.java:452)
>          at
>     org.kurento.jsonrpc.client.AbstractJsonRpcClientWebSocket$14.onSuccess(AbstractJsonRpcClientWebSocket.java:433)
>          at
>     com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1089)
>          at
>     java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>          at
>     java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>          at java.base/java.lang.Thread.run(Thread.java:834)
>
>     Any idea?
>
>
>
> -- 
> Best regards,
> Maxim

Re: Something went wrong !

Posted by Maxim Solodovnik <so...@gmail.com>.
What are the steps?

On Sat, 17 Oct 2020 at 00:03, Ali Alhaidary <al...@the5stars.org>
wrote:

> could not record continuously with multiple occurrences of the following
> error:
>
> DEBUG 10-16 16:51:24.012 o.a.o.c.r.KStream:291 [nio-5443-exec-1] -
> PARTICIPANT cf00f402-dd38-49dc-8c62-75a6f26feabf: Releasing listeners
>   WARN 10-16 16:51:24.019 o.a.o.c.r.KStream:371 [ventExec-e3-t17] -
> PARTICIPANT cf00f402-dd38-49dc-8c62-75a6f26feabf: Could not disconnect
> recorder
> org.kurento.jsonrpc.JsonRpcErrorException: Object
> 'a05e48f8-685f-4579-a0e2-3e5bcb7f980d_kurento.MediaPipeline/47a5c8a0-5043-4038-9de4-b33067b2753f_kurento.WebRtcEndpoint'
>
> not found. Code: 40101. Data: {"type":"MEDIA_OBJECT_NOT_FOUND"}
>      at
>
> org.kurento.jsonrpc.internal.JsonRpcRequestSenderHelper$1.onSuccess(JsonRpcRequestSenderHelper.java:128)
>      at
>
> org.kurento.jsonrpc.internal.JsonRpcRequestSenderHelper$1.onSuccess(JsonRpcRequestSenderHelper.java:113)
>      at
>
> org.kurento.jsonrpc.client.AbstractJsonRpcClientWebSocket$14.onSuccess(AbstractJsonRpcClientWebSocket.java:452)
>      at
>
> org.kurento.jsonrpc.client.AbstractJsonRpcClientWebSocket$14.onSuccess(AbstractJsonRpcClientWebSocket.java:433)
>      at
>
> com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1089)
>      at
>
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>      at
>
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>      at java.base/java.lang.Thread.run(Thread.java:834)
>
> Any idea?
>
>

-- 
Best regards,
Maxim