[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-29 Thread LUIZ AUGUSTO MACHADO (Jira)


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

LUIZ AUGUSTO MACHADO commented on OPENMEETINGS-2191:


We resolved the problem: We need to use TURN we follow these steps

And now all of things are resolved, why don't you guys don't explain about the 
turn in the guide for centos 7? You guys need to write these steps to turn 
turnserver. 
 # mkdir /nonexistent
chmod 777 /nonexistent
 # install turn server
docker pull instrumentisto/coturn
vi /home/turnserver/turnserver.conf
listening-port=3478
listening-ip=xxx.xxx.xxx.xxx
relay-ip=xxx.xxx.xxx.xxx
external-ip=xxx.xxx.xxx.xxx
relay-threads=50
min-port=41369
max-port=65535
user=kurento:kurento
lt-cred-mech

docker run -d --network=host -v 
/home/turnserver/turnserver.conf:/etc/coturn/turnserver.conf --name turnserver 
instrumentisto/coturn -r=xxx.xxx.xxx.xxx:3478

test turnserver
[https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/]
input:
turn:xxx.xxx.xxx.xxx
kurento
kurento

operate in meetingserver docker

vi /etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini
turnURL=kurento:[kure...@xxx.xxx.xxx.xxx|mailto:kure...@xxx.xxx.xxx.xxx]:3478

reboot docker

> Recording file is not found
> ---
>
> Key: OPENMEETINGS-2191
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2191
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Centos 7 VPS
>Reporter: LUIZ AUGUSTO MACHADO
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: recording
> Attachments: image-2020-03-24-10-37-20-468.png, 
> image-2020-03-24-10-38-07-290.png, image-2020-03-25-00-40-58-725.png, 
> image-2020-03-25-00-42-53-189.png, keystore_values.txt
>
>
> After I finished recording and I go to my records it shows a file with an 
> exclamation and I click on the script exclamation it opens a new windows that 
> is supposed to show me some log to resolve it. but there is nothing just a 
> message saying Recording file is not found.
> And also the recording test in webcam configuration is not working. 
>  
>  
> !image-2020-03-24-10-37-20-468.png!    !image-2020-03-24-10-38-07-290.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-29 Thread Maxim Solodovnik (Jira)


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

Maxim Solodovnik commented on OPENMEETINGS-2191:


# The error "screenMetaData is Null recordingId 10" means there was no 
screen-sharing
# "We can't see and listen to each other inside the room" - This means there is 
nothing to record, Steam unable to reach the server
# "We can't record." - same remark as above
# "We can't check setup" - again same as above

"You guys need to check the guide! There are problems and some links inside the 
guide. " - Installation guide is created and maintained by [~albus], with the 
help of the community

Please contact user@ mailing list
# send email with any subject and empty body to user-subscribe (at) 
openmeetings.apache.org
# reply email from robot
Congratulations: you can get help from community

It seems all your issues are caused by absence of TURN server, I would 
recommend to set one up


> Recording file is not found
> ---
>
> Key: OPENMEETINGS-2191
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2191
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Centos 7 VPS
>Reporter: LUIZ AUGUSTO MACHADO
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: recording
> Attachments: image-2020-03-24-10-37-20-468.png, 
> image-2020-03-24-10-38-07-290.png, image-2020-03-25-00-40-58-725.png, 
> image-2020-03-25-00-42-53-189.png, keystore_values.txt
>
>
> After I finished recording and I go to my records it shows a file with an 
> exclamation and I click on the script exclamation it opens a new windows that 
> is supposed to show me some log to resolve it. but there is nothing just a 
> message saying Recording file is not found.
> And also the recording test in webcam configuration is not working. 
>  
>  
> !image-2020-03-24-10-37-20-468.png!    !image-2020-03-24-10-38-07-290.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-29 Thread LUIZ AUGUSTO MACHADO (Jira)


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

LUIZ AUGUSTO MACHADO commented on OPENMEETINGS-2191:


We reinstall follow the guite for centos 7 and again the same error: You guys 
need to check the guide! There are problems and some links inside the guide. 

1. We can't see and listen to each other inside the room

2. We can't record.

3. We can't check setup because when we click record it becomes gray and we 
cant stop and we can't click on play bottom because it is also gray. 

Ps: The new docker version there is a problem to start and we only can start 
after doing a working around. 

The guide is not enough to make it work. 

 

> Recording file is not found
> ---
>
> Key: OPENMEETINGS-2191
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2191
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Centos 7 VPS
>Reporter: LUIZ AUGUSTO MACHADO
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: recording
> Attachments: image-2020-03-24-10-37-20-468.png, 
> image-2020-03-24-10-38-07-290.png, image-2020-03-25-00-40-58-725.png, 
> image-2020-03-25-00-42-53-189.png, keystore_values.txt
>
>
> After I finished recording and I go to my records it shows a file with an 
> exclamation and I click on the script exclamation it opens a new windows that 
> is supposed to show me some log to resolve it. but there is nothing just a 
> message saying Recording file is not found.
> And also the recording test in webcam configuration is not working. 
>  
>  
> !image-2020-03-24-10-37-20-468.png!    !image-2020-03-24-10-38-07-290.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-29 Thread LUIZ AUGUSTO MACHADO (Jira)


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

LUIZ AUGUSTO MACHADO commented on OPENMEETINGS-2191:


The user kurento inside of the container can record .webm files in the host 
volue but it can't convert it. See the error: 

ERROR 03-29 14:20:42.005 o.a.o.c.c.RecordingConverter:111 [taskExecutor-1] - 
[startConversion]
org.apache.openmeetings.core.converter.ConversionException: screenMetaData is 
Null recordingId 10
 at 
org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)
 at 
org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:447)
 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) 

> Recording file is not found
> ---
>
> Key: OPENMEETINGS-2191
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2191
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Centos 7 VPS
>Reporter: LUIZ AUGUSTO MACHADO
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: recording
> Attachments: image-2020-03-24-10-37-20-468.png, 
> image-2020-03-24-10-38-07-290.png, image-2020-03-25-00-40-58-725.png, 
> image-2020-03-25-00-42-53-189.png, keystore_values.txt
>
>
> After I finished recording and I go to my records it shows a file with an 
> exclamation and I click on the script exclamation it opens a new windows that 
> is supposed to show me some log to resolve it. but there is nothing just a 
> message saying Recording file is not found.
> And also the recording test in webcam configuration is not working. 
>  
>  
> !image-2020-03-24-10-37-20-468.png!    !image-2020-03-24-10-38-07-290.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-28 Thread Maxim Solodovnik (Jira)


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

Maxim Solodovnik commented on OPENMEETINGS-2191:


You have to map internal docker user to userId of your OM server
Here os an example: 
https://github.com/openmeetings/openmeetings-docker/blob/master/scripts/om_euser.sh#L16

> Recording file is not found
> ---
>
> Key: OPENMEETINGS-2191
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2191
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Centos 7 VPS
>Reporter: LUIZ AUGUSTO MACHADO
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: recording
> Attachments: image-2020-03-24-10-37-20-468.png, 
> image-2020-03-24-10-38-07-290.png, image-2020-03-25-00-40-58-725.png, 
> image-2020-03-25-00-42-53-189.png, keystore_values.txt
>
>
> After I finished recording and I go to my records it shows a file with an 
> exclamation and I click on the script exclamation it opens a new windows that 
> is supposed to show me some log to resolve it. but there is nothing just a 
> message saying Recording file is not found.
> And also the recording test in webcam configuration is not working. 
>  
>  
> !image-2020-03-24-10-37-20-468.png!    !image-2020-03-24-10-38-07-290.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-28 Thread LUIZ AUGUSTO MACHADO (Jira)


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

LUIZ AUGUSTO MACHADO commented on OPENMEETINGS-2191:


I created the kms container using docker run command. So I binded the source 
and taget fouders using --mounttype=bind parameters.I can see the files created 
in the source folder but the files are not present in the target folders. The 
kurento user incontainer needs write permission in the target folder right?
How I set the permission tfor a container user to access a host folder?

> Recording file is not found
> ---
>
> Key: OPENMEETINGS-2191
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2191
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Centos 7 VPS
>Reporter: LUIZ AUGUSTO MACHADO
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: recording
> Attachments: image-2020-03-24-10-37-20-468.png, 
> image-2020-03-24-10-38-07-290.png, image-2020-03-25-00-40-58-725.png, 
> image-2020-03-25-00-42-53-189.png, keystore_values.txt
>
>
> After I finished recording and I go to my records it shows a file with an 
> exclamation and I click on the script exclamation it opens a new windows that 
> is supposed to show me some log to resolve it. but there is nothing just a 
> message saying Recording file is not found.
> And also the recording test in webcam configuration is not working. 
>  
>  
> !image-2020-03-24-10-37-20-468.png!    !image-2020-03-24-10-38-07-290.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-28 Thread Maxim Solodovnik (Jira)


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

Maxim Solodovnik commented on OPENMEETINGS-2191:


[~machadovar]

# # Open {{/etc/default/kurento-media-server}} with your favourite editor
# set user in the {{DAEMON_USER="nobody"}} line

most probably it will resolve the issue

> Recording file is not found
> ---
>
> Key: OPENMEETINGS-2191
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2191
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Centos 7 VPS
>Reporter: LUIZ AUGUSTO MACHADO
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: recording
> Attachments: image-2020-03-24-10-37-20-468.png, 
> image-2020-03-24-10-38-07-290.png, image-2020-03-25-00-40-58-725.png, 
> image-2020-03-25-00-42-53-189.png, keystore_values.txt
>
>
> After I finished recording and I go to my records it shows a file with an 
> exclamation and I click on the script exclamation it opens a new windows that 
> is supposed to show me some log to resolve it. but there is nothing just a 
> message saying Recording file is not found.
> And also the recording test in webcam configuration is not working. 
>  
>  
> !image-2020-03-24-10-37-20-468.png!    !image-2020-03-24-10-38-07-290.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-28 Thread LUIZ AUGUSTO MACHADO (Jira)


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

LUIZ AUGUSTO MACHADO commented on OPENMEETINGS-2191:


Hi [~stonerl] how do you edit the user of kurento and how do you edit the write 
access? Can you explain what did you do? Thanks

> Recording file is not found
> ---
>
> Key: OPENMEETINGS-2191
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2191
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Centos 7 VPS
>Reporter: LUIZ AUGUSTO MACHADO
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: recording
> Attachments: image-2020-03-24-10-37-20-468.png, 
> image-2020-03-24-10-38-07-290.png, image-2020-03-25-00-40-58-725.png, 
> image-2020-03-25-00-42-53-189.png, keystore_values.txt
>
>
> After I finished recording and I go to my records it shows a file with an 
> exclamation and I click on the script exclamation it opens a new windows that 
> is supposed to show me some log to resolve it. but there is nothing just a 
> message saying Recording file is not found.
> And also the recording test in webcam configuration is not working. 
>  
>  
> !image-2020-03-24-10-37-20-468.png!    !image-2020-03-24-10-38-07-290.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-28 Thread LUIZ AUGUSTO MACHADO (Jira)


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

LUIZ AUGUSTO MACHADO commented on OPENMEETINGS-2191:


[~solomax] *the log you've requeired:*

ERROR 03-28 08:41:42.370 o.a.o.c.c.RecordingConverter:111 [taskExecutor-1] - 
[startConversion]
org.apache.openmeetings.core.converter.ConversionException: screenMetaData is 
Null recordingId 4
 at 
org.apache.openmeetings.core.converter.RecordingConverter.startConversion(RecordingConverter.java:59)
 at 
org.apache.openmeetings.core.remote.StreamProcessor.lambda$startConvertion$9(StreamProcessor.java:447)
 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)
DEBUG 03-28 08:41:42.371 o.a.o.d.d.r.PollDao:98 [Thread-91] - :: getArchived :: 
7
DEBUG 03-28 08:41:42.381 o.a.o.c.r.KurentoHandler:221 [Thread-91] - Searching 
for room 7
DEBUG 03-28 08:41:42.381 o.a.o.c.r.KurentoHandler:235 [Thread-91] - Room 7 
found!
DEBUG 03-28 08:41:47.085 o.a.o.w.a.ClientManager:191 [nio-5443-exec-8] - 
Removing online room client: 24dd2eeb-0878-4593-a981-7495b5ad92f0, room: 7
DEBUG 03-28 08:41:47.086 o.a.o.c.r.KStream:272 [nio-5443-exec-8] - PARTICIPANT 
be0292b3-0aef-43da-a2b0-d196d35d41c8: Releasing listeners
DEBUG 03-28 08:41:47.092 o.a.o.c.r.KStream:272 [nio-5443-exec-8] - PARTICIPANT 
3fbf1f4b-d289-46cb-980c-1fc512af39d8: Releasing listeners
DEBUG 03-28 08:41:47.100 o.a.o.c.r.KurentoHandler:221 [nio-5443-exec-8] - 
Searching for room 7
DEBUG 03-28 08:41:47.101 o.a.o.c.r.KurentoHandler:235 [nio-5443-exec-8] - Room 
7 found!
DEBUG 03-28 08:41:47.101 o.a.o.c.r.KurentoHandler:221 [nio-5443-exec-8] - 
Searching for room 7
DEBUG 03-28 08:41:47.101 o.a.o.c.r.KurentoHandler:235 [nio-5443-exec-8] - Room 
7 found!
 INFO 03-28 08:41:47.103 o.a.o.c.r.StreamProcessor:298 [nio-5443-exec-8] - No 
more screen streams in the room, stopping sharing
DEBUG 03-28 08:41:47.116 o.a.o.d.d.l.ConferenceLogDao:52 [nio-5443-exec-8] - 
[add]: org.apache.openmeetings.db.entity.log.ConferenceLog@5398605
DEBUG 03-28 08:41:47.174 o.a.o.w.c.MainPanel:398 [nio-5443-exec-8] - 
updateContents:: npanels IS null ? false, client IS null ? false
DEBUG 03-28 08:41:47.175 o.a.o.w.a.ClientManager:191 [nio-5443-exec-8] - 
Removing online room client: 24dd2eeb-0878-4593-a981-7495b5ad92f0, room: null
DEBUG 03-28 08:41:49.842 o.a.o.w.c.MainPanel:398 [nio-5443-exec-4] - 
updateContents:: npanels IS null ? false, client IS null ? false
DEBUG 03-28 08:42:21.353 o.a.o.w.c.OmWebSocketPanel:63 [nio-5443-exec-8] - 
Sending WebSocket PING
DEBUG 03-28 08:42:52.356 o.a.o.w.c.OmWebSocketPanel:63 [io-5443-exec-10] - 
Sending WebSocket PING

> Recording file is not found
> ---
>
> Key: OPENMEETINGS-2191
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2191
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Centos 7 VPS
>Reporter: LUIZ AUGUSTO MACHADO
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: recording
> Attachments: image-2020-03-24-10-37-20-468.png, 
> image-2020-03-24-10-38-07-290.png, image-2020-03-25-00-40-58-725.png, 
> image-2020-03-25-00-42-53-189.png, keystore_values.txt
>
>
> After I finished recording and I go to my records it shows a file with an 
> exclamation and I click on the script exclamation it opens a new windows that 
> is supposed to show me some log to resolve it. but there is nothing just a 
> message saying Recording file is not found.
> And also the recording test in webcam configuration is not working. 
>  
>  
> !image-2020-03-24-10-37-20-468.png!    !image-2020-03-24-10-38-07-290.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-27 Thread Maxim Solodovnik (Jira)


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

Maxim Solodovnik commented on OPENMEETINGS-2191:


[~stonerl] this is actually written here 
https://openmeetings.apache.org/InstallMediaServer.html :)))
I would appreciate if can provide improved documentation :))

> Recording file is not found
> ---
>
> Key: OPENMEETINGS-2191
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2191
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Centos 7 VPS
>Reporter: LUIZ AUGUSTO MACHADO
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: recording
> Attachments: image-2020-03-24-10-37-20-468.png, 
> image-2020-03-24-10-38-07-290.png, image-2020-03-25-00-40-58-725.png, 
> image-2020-03-25-00-42-53-189.png, keystore_values.txt
>
>
> After I finished recording and I go to my records it shows a file with an 
> exclamation and I click on the script exclamation it opens a new windows that 
> is supposed to show me some log to resolve it. but there is nothing just a 
> message saying Recording file is not found.
> And also the recording test in webcam configuration is not working. 
>  
>  
> !image-2020-03-24-10-37-20-468.png!    !image-2020-03-24-10-38-07-290.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-27 Thread Jira


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

Toni Förster commented on OPENMEETINGS-2191:


[~solomax] Thank you, this solved it.

> Recording file is not found
> ---
>
> Key: OPENMEETINGS-2191
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2191
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Centos 7 VPS
>Reporter: LUIZ AUGUSTO MACHADO
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: recording
> Attachments: image-2020-03-24-10-37-20-468.png, 
> image-2020-03-24-10-38-07-290.png, image-2020-03-25-00-40-58-725.png, 
> image-2020-03-25-00-42-53-189.png, keystore_values.txt
>
>
> After I finished recording and I go to my records it shows a file with an 
> exclamation and I click on the script exclamation it opens a new windows that 
> is supposed to show me some log to resolve it. but there is nothing just a 
> message saying Recording file is not found.
> And also the recording test in webcam configuration is not working. 
>  
>  
> !image-2020-03-24-10-37-20-468.png!    !image-2020-03-24-10-38-07-290.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-27 Thread Maxim Solodovnik (Jira)


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

Maxim Solodovnik commented on OPENMEETINGS-2191:


[~machadovar] please provide addional info requested to get help

> Recording file is not found
> ---
>
> Key: OPENMEETINGS-2191
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2191
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Centos 7 VPS
>Reporter: LUIZ AUGUSTO MACHADO
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: recording
> Attachments: image-2020-03-24-10-37-20-468.png, 
> image-2020-03-24-10-38-07-290.png, image-2020-03-25-00-40-58-725.png, 
> image-2020-03-25-00-42-53-189.png, keystore_values.txt
>
>
> After I finished recording and I go to my records it shows a file with an 
> exclamation and I click on the script exclamation it opens a new windows that 
> is supposed to show me some log to resolve it. but there is nothing just a 
> message saying Recording file is not found.
> And also the recording test in webcam configuration is not working. 
>  
>  
> !image-2020-03-24-10-37-20-468.png!    !image-2020-03-24-10-38-07-290.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-27 Thread LUIZ AUGUSTO MACHADO (Jira)


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

LUIZ AUGUSTO MACHADO commented on OPENMEETINGS-2191:


In my case when I click on the error message I get nothing, just record not 
found. 

> Recording file is not found
> ---
>
> Key: OPENMEETINGS-2191
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2191
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Centos 7 VPS
>Reporter: LUIZ AUGUSTO MACHADO
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: recording
> Attachments: image-2020-03-24-10-37-20-468.png, 
> image-2020-03-24-10-38-07-290.png, image-2020-03-25-00-40-58-725.png, 
> image-2020-03-25-00-42-53-189.png, keystore_values.txt
>
>
> After I finished recording and I go to my records it shows a file with an 
> exclamation and I click on the script exclamation it opens a new windows that 
> is supposed to show me some log to resolve it. but there is nothing just a 
> message saying Recording file is not found.
> And also the recording test in webcam configuration is not working. 
>  
>  
> !image-2020-03-24-10-37-20-468.png!    !image-2020-03-24-10-38-07-290.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-27 Thread Jira


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

Toni Förster commented on OPENMEETINGS-2191:


Hello Maxim,

I'll guess that is the problem. I'll check this later and give you feedback.

> Recording file is not found
> ---
>
> Key: OPENMEETINGS-2191
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2191
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Centos 7 VPS
>Reporter: LUIZ AUGUSTO MACHADO
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: recording
> Attachments: image-2020-03-24-10-37-20-468.png, 
> image-2020-03-24-10-38-07-290.png, image-2020-03-25-00-40-58-725.png, 
> image-2020-03-25-00-42-53-189.png, keystore_values.txt
>
>
> After I finished recording and I go to my records it shows a file with an 
> exclamation and I click on the script exclamation it opens a new windows that 
> is supposed to show me some log to resolve it. but there is nothing just a 
> message saying Recording file is not found.
> And also the recording test in webcam configuration is not working. 
>  
>  
> !image-2020-03-24-10-37-20-468.png!    !image-2020-03-24-10-38-07-290.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-27 Thread Maxim Solodovnik (Jira)


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

Maxim Solodovnik commented on OPENMEETINGS-2191:


Hello [~stonerl],

In case of Docker you also need to ensure KMS inside Docker has write access to 
OM data folder (can save intermediate files)

Is it the case?

> Recording file is not found
> ---
>
> Key: OPENMEETINGS-2191
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2191
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Centos 7 VPS
>Reporter: LUIZ AUGUSTO MACHADO
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: recording
> Attachments: image-2020-03-24-10-37-20-468.png, 
> image-2020-03-24-10-38-07-290.png, image-2020-03-25-00-40-58-725.png, 
> image-2020-03-25-00-42-53-189.png, keystore_values.txt
>
>
> After I finished recording and I go to my records it shows a file with an 
> exclamation and I click on the script exclamation it opens a new windows that 
> is supposed to show me some log to resolve it. but there is nothing just a 
> message saying Recording file is not found.
> And also the recording test in webcam configuration is not working. 
>  
>  
> !image-2020-03-24-10-37-20-468.png!    !image-2020-03-24-10-38-07-290.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-27 Thread Jira


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

Toni Förster commented on OPENMEETINGS-2191:


{code:java}
// code placeholder
{code}
{noformat}
*no* further _formatting_ is done here{noformat}
I do have the same problem. The recordings are not found.

The only difference in my setup is that KMS is running in a Docker Container 
and OM on the host.

When I click on the error message I get this output:

Return Value 0:
{code:java}
process: generateSampleAudio
command: /usr/bin/sox 
/opt/openmeetings/webapps/openmeetings/public/one_second.wav 
/opt/openmeetings/webapps/openmeetings/data/streams/1/INTERVIEW_25_FINAL_WAVE.wav
 pad 0 8.416 
exception: null
error: 
exitValue: 0
optional: false
out:
{code}
Return Value -1:
{code:java}
 process: CheckStreamFilesExists
command: null
exception: null
error: No valid pods found
exitValue: -1
optional: false
out: null
{code}

> Recording file is not found
> ---
>
> Key: OPENMEETINGS-2191
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2191
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Centos 7 VPS
>Reporter: LUIZ AUGUSTO MACHADO
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: recording
> Attachments: image-2020-03-24-10-37-20-468.png, 
> image-2020-03-24-10-38-07-290.png, image-2020-03-25-00-40-58-725.png, 
> image-2020-03-25-00-42-53-189.png, keystore_values.txt
>
>
> After I finished recording and I go to my records it shows a file with an 
> exclamation and I click on the script exclamation it opens a new windows that 
> is supposed to show me some log to resolve it. but there is nothing just a 
> message saying Recording file is not found.
> And also the recording test in webcam configuration is not working. 
>  
>  
> !image-2020-03-24-10-37-20-468.png!    !image-2020-03-24-10-38-07-290.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-26 Thread LUIZ AUGUSTO MACHADO (Jira)


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

LUIZ AUGUSTO MACHADO commented on OPENMEETINGS-2191:


yes, how I said we are just trying to fix the ssl problem to return to this 
one. 

> Recording file is not found
> ---
>
> Key: OPENMEETINGS-2191
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2191
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Centos 7 VPS
>Reporter: LUIZ AUGUSTO MACHADO
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: recording
> Attachments: image-2020-03-24-10-37-20-468.png, 
> image-2020-03-24-10-38-07-290.png, image-2020-03-25-00-40-58-725.png, 
> image-2020-03-25-00-42-53-189.png, keystore_values.txt
>
>
> After I finished recording and I go to my records it shows a file with an 
> exclamation and I click on the script exclamation it opens a new windows that 
> is supposed to show me some log to resolve it. but there is nothing just a 
> message saying Recording file is not found.
> And also the recording test in webcam configuration is not working. 
>  
>  
> !image-2020-03-24-10-37-20-468.png!    !image-2020-03-24-10-38-07-290.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-26 Thread Maxim Solodovnik (Jira)


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

Maxim Solodovnik commented on OPENMEETINGS-2191:


[~machadovar] this issue is about recording ...
Is this still a problem?

this config might be simpler: https://markmail.org/message/3dgy62lj3m74mogy

> Recording file is not found
> ---
>
> Key: OPENMEETINGS-2191
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2191
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Centos 7 VPS
>Reporter: LUIZ AUGUSTO MACHADO
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: recording
> Attachments: image-2020-03-24-10-37-20-468.png, 
> image-2020-03-24-10-38-07-290.png, image-2020-03-25-00-40-58-725.png, 
> image-2020-03-25-00-42-53-189.png, keystore_values.txt
>
>
> After I finished recording and I go to my records it shows a file with an 
> exclamation and I click on the script exclamation it opens a new windows that 
> is supposed to show me some log to resolve it. but there is nothing just a 
> message saying Recording file is not found.
> And also the recording test in webcam configuration is not working. 
>  
>  
> !image-2020-03-24-10-37-20-468.png!    !image-2020-03-24-10-38-07-290.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-26 Thread LUIZ AUGUSTO MACHADO (Jira)


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

LUIZ AUGUSTO MACHADO commented on OPENMEETINGS-2191:


We are trying to put a SSL certificade into the server following these steps 
[https://openmeetings.apache.org/HTTPS.html] but is not working we made the  
[^keystore_values.txt]    normally but the system is not reading our real 
certificates, so we are now trying to resolve it, so after our site is security 
by ssl we will do what we are asking us. Thanks. and do you have any clue to 
help us about how to use real SSL? 

> Recording file is not found
> ---
>
> Key: OPENMEETINGS-2191
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2191
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Centos 7 VPS
>Reporter: LUIZ AUGUSTO MACHADO
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: recording
> Attachments: image-2020-03-24-10-37-20-468.png, 
> image-2020-03-24-10-38-07-290.png, image-2020-03-25-00-40-58-725.png, 
> image-2020-03-25-00-42-53-189.png, keystore_values.txt
>
>
> After I finished recording and I go to my records it shows a file with an 
> exclamation and I click on the script exclamation it opens a new windows that 
> is supposed to show me some log to resolve it. but there is nothing just a 
> message saying Recording file is not found.
> And also the recording test in webcam configuration is not working. 
>  
>  
> !image-2020-03-24-10-37-20-468.png!    !image-2020-03-24-10-38-07-290.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-25 Thread Maxim Solodovnik (Jira)


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

Maxim Solodovnik commented on OPENMEETINGS-2191:


The above logs seems to be _truncated_
Could you *attach* openmeetings.log (single file)

Better to
1) stop OM
2) delete logs
3) start OM
4) do recording
5) see the error in UI
6) attach the log


> Recording file is not found
> ---
>
> Key: OPENMEETINGS-2191
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2191
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Centos 7 VPS
>Reporter: LUIZ AUGUSTO MACHADO
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: recording
> Attachments: image-2020-03-24-10-37-20-468.png, 
> image-2020-03-24-10-38-07-290.png, image-2020-03-25-00-40-58-725.png, 
> image-2020-03-25-00-42-53-189.png
>
>
> After I finished recording and I go to my records it shows a file with an 
> exclamation and I click on the script exclamation it opens a new windows that 
> is supposed to show me some log to resolve it. but there is nothing just a 
> message saying Recording file is not found.
> And also the recording test in webcam configuration is not working. 
>  
>  
> !image-2020-03-24-10-37-20-468.png!    !image-2020-03-24-10-38-07-290.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-25 Thread LUIZ AUGUSTO MACHADO (Jira)


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

LUIZ AUGUSTO MACHADO commented on OPENMEETINGS-2191:


*This is the catalina.log* 

NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED 
--add-opens=java.base/java.io=ALL-UNNAMED 
--add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
usage: java org.apache.catalina.startup.Catalina [ -config \{pathname} ] [ 
-nonaming ] \{ -help | start | stop }
25-Mar-2020 06:02:11.368 WARNING [main] 
org.apache.catalina.core.AprLifecycleListener.init The APR based Apache Tomcat 
Native library failed to load. The error reported was 
[/usr/lib64/libtcnative-1.so.0.2.23: libapr-1.so.0: cannot open shared object 
file: No such file or directory]
 java.lang.UnsatisfiedLinkError: /usr/lib64/libtcnative-1.so.0.2.23: 
libapr-1.so.0: cannot open shared object file: No such file or directory
 at java.base/java.lang.ClassLoader$NativeLibrary.load0(Native Method)
 at java.base/java.lang.ClassLoader$NativeLibrary.load(ClassLoader.java:2430)
 at 
java.base/java.lang.ClassLoader$NativeLibrary.loadLibrary(ClassLoader.java:2487)
 at java.base/java.lang.ClassLoader.loadLibrary0(ClassLoader.java:2684)
 at java.base/java.lang.ClassLoader.loadLibrary(ClassLoader.java:2649)
 at java.base/java.lang.Runtime.loadLibrary0(Runtime.java:829)
 at java.base/java.lang.System.loadLibrary(System.java:1870)
 at org.apache.tomcat.jni.Library.(Library.java:69)
 at org.apache.tomcat.jni.Library.initialize(Library.java:206)
 at 
org.apache.catalina.core.AprLifecycleListener.init(AprLifecycleListener.java:198)
 at 
org.apache.catalina.core.AprLifecycleListener.isAprAvailable(AprLifecycleListener.java:107)
 at org.apache.catalina.connector.Connector.(Connector.java:80)
 at 
org.apache.catalina.startup.ConnectorCreateRule.begin(ConnectorCreateRule.java:64)
 at org.apache.tomcat.util.digester.Digester.startElement(Digester.java:1200)
 at 
java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:510)
 at 
java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(AbstractXMLDocumentParser.java:183)
 at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanStartElement(XMLDocumentFragmentScannerImpl.java:1377)
 at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2710)
 at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:605)
 at 
java.xml/com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:534)
 at 
java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:888)
 at 
java.xml/com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:824)
 at 
java.xml/com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141)
 at 
java.xml/com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1216)
 at 
java.xml/com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:635)
 at org.apache.tomcat.util.digester.Digester.parse(Digester.java:1458)
 at org.apache.catalina.startup.Catalina.load(Catalina.java:566)
 at org.apache.catalina.startup.Catalina.start(Catalina.java:621)
 at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method)
 at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
 at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:343)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:474)
25-Mar-2020 06:02:11.469 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Server version name: 
Apache Tomcat/9.0.29
25-Mar-2020 06:02:11.469 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Server built: Nov 16 2019 
17:29:07 UTC
25-Mar-2020 06:02:11.469 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Server version number: 
9.0.29.0
25-Mar-2020 06:02:11.470 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log OS Name: Linux
25-Mar-2020 06:02:11.470 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log OS Version: 
3.10.0-1062.18.1.el7.x86_64
25-Mar-2020 06:02:11.470 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64
25-Mar-2020 06:02:11.470 INFO [main] 
org.apache.catalina.startup.VersionLoggerListener.log Java Home: 
/usr/lib/jvm/java-11-openjdk-11.0.6.10-1.el7_7.x86_64
25-Mar-2020 

[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-25 Thread LUIZ AUGUSTO MACHADO (Jira)


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

LUIZ AUGUSTO MACHADO commented on OPENMEETINGS-2191:


*This is the log from ffmpeg_sources*

INFO 03-24 07:45:51.868 o.s.w.c.ContextLoader:271 [main] - Root 
WebApplicationContext: initialization started
 INFO 03-24 07:45:53.048 o.s.o.j.LocalEntityManagerFactoryBean:416 [main] - 
Initialized JPA EntityManagerFactory for persistence unit 'openmeetings'
 INFO 03-24 07:45:53.477 o.s.s.c.ThreadPoolTaskExecutor:171 [main] - 
Initializing ExecutorService 'taskExecutor'
 INFO 03-24 07:45:55.760 o.k.j.c.JsonRpcClientNettyWebSocket:191 
[rbeatExec-e1-t0] - [KurentoClient] Connecting native client
 INFO 03-24 07:45:55.770 o.k.j.c.JsonRpcClientNettyWebSocket:220 
[rbeatExec-e1-t0] - [KurentoClient] Creating new NioEventLoopGroup
 INFO 03-24 07:45:56.029 o.k.j.c.JsonRpcClientNettyWebSocket:234 
[ntLoopGroup-2-1] - [KurentoClient] Initiating new Netty channel. Will create 
new handler too!
 INFO 03-24 07:45:56.195 o.a.o.c.r.KurentoHandler:373 [EventExec-e2-t0] - 
Kurento connected
 INFO 03-24 07:45:56.698 o.q.i.StdSchedulerFactory:1220 [main] - Using default 
implementation for ThreadExecutor
 INFO 03-24 07:45:56.750 o.q.c.SchedulerSignalerImpl:61 [main] - Initialized 
Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
 INFO 03-24 07:45:56.751 o.q.c.QuartzScheduler:229 [main] - Quartz Scheduler 
v.2.3.2 created.
 INFO 03-24 07:45:56.752 o.q.s.RAMJobStore:155 [main] - RAMJobStore initialized.
 INFO 03-24 07:45:56.753 o.q.c.QuartzScheduler:294 [main] - Scheduler 
meta-data: Quartz Scheduler (v2.3.2) 
'org.springframework.scheduling.quartz.SchedulerFactoryBean#0' with instanceId 
'NON_CLUSTERED'
 Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
 NOT STARTED.
 Currently in standby mode.
 Number of jobs executed: 0
 Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
 Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support 
persistence. and is not clustered.

INFO 03-24 07:45:56.754 o.q.i.StdSchedulerFactory:1374 [main] - Quartz 
scheduler 'org.springframework.scheduling.quartz.SchedulerFactoryBean#0' 
initialized from an externally provided properties instance.
 INFO 03-24 07:45:56.754 o.q.i.StdSchedulerFactory:1378 [main] - Quartz 
scheduler version: 2.3.2
 INFO 03-24 07:45:56.757 o.q.c.QuartzScheduler:2293 [main] - JobFactory set to: 
org.springframework.scheduling.quartz.AdaptableJobFactory@25d7ccf5
 INFO 03-24 07:45:56.781 o.s.s.q.SchedulerFactoryBean:727 [main] - Starting 
Quartz Scheduler now
 INFO 03-24 07:45:56.782 o.q.c.QuartzScheduler:547 [main] - Scheduler 
org.springframework.scheduling.quartz.SchedulerFactoryBean#0_$_NON_CLUSTERED 
started.
 INFO 03-24 07:45:56.796 o.s.w.c.ContextLoader:307 [main] - Root 
WebApplicationContext initialized in 4924 ms
 INFO 03-24 07:45:57.230 o.a.w.u.f.WebXmlFile:235 [main] - web.xml: url mapping 
found for filter with name OpenmeetingsApplication: [/*]
 INFO 03-24 07:45:57.351 o.a.w.Application:558 [main] - 
[OpenmeetingsApplication] init: Wicket extensions initializer
 INFO 03-24 07:45:57.362 o.a.w.Application:558 [main] - 
[OpenmeetingsApplication] init: DevUtils DebugBar Initializer
 INFO 03-24 07:45:57.363 o.a.w.Application:558 [main] - 
[OpenmeetingsApplication] init: Wicket jQuery UI initializer
 INFO 03-24 07:45:57.365 o.a.w.Application:558 [main] - 
[OpenmeetingsApplication] init: Wicket Kendo UI initializer (theme-default)
 INFO 03-24 07:45:57.369 o.a.w.Application:558 [main] - 
[OpenmeetingsApplication] init: 
org.wicketstuff.dashboard.DashboardContextInitializer@49deb84f
 INFO 03-24 07:45:57.549 o.a.w.Application:558 [main] - 
[OpenmeetingsApplication] init: Wicket Kendo UI initializer
 INFO 03-24 07:45:57.551 o.a.w.Application:558 [main] - 
[OpenmeetingsApplication] init: Wicket core library initializer
 INFO 03-24 07:45:57.552 o.a.w.Application:558 [main] - 
[OpenmeetingsApplication] init: Wicket jQuery UI initializer (plugins)
DEBUG 03-24 07:45:57.624 o.a.o.w.a.Application:293 [main] - Application::init
DEBUG 03-24 07:45:57.669 o.a.o.w.a.Application:300 [main] - webAppPath : 
/opt/open503/webapps/openmeetings
DEBUG 03-24 07:45:59.261 o.a.o.u.Version:82 [main] -
 

 # Openmeetings is up #
 # 5.0.0-M3 b739f87 2019-12-11T11:42:09Z #
 # and ready to use #
 


INFO 03-24 07:45:59.304 o.a.w.p.h.WebApplication:935 [main] - 
[OpenmeetingsApplication] Started Wicket version 9.0.0-M3 in DEPLOYMENT mode
 INFO 03-24 07:45:59.898 o.a.c.e.ServerImpl:94 [main] - Setting the server's 
publish address to be /
 INFO 03-24 07:46:00.043 o.a.c.w.s.f.ReflectionServiceFactoryBean:436 [main] - 
Creating Service 

[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-25 Thread LUIZ AUGUSTO MACHADO (Jira)


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

LUIZ AUGUSTO MACHADO commented on OPENMEETINGS-2191:


Where can I find this log? I found a logs folder outside the openmeeting 
folder. 

> Recording file is not found
> ---
>
> Key: OPENMEETINGS-2191
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2191
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Centos 7 VPS
>Reporter: LUIZ AUGUSTO MACHADO
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: recording
> Attachments: image-2020-03-24-10-37-20-468.png, 
> image-2020-03-24-10-38-07-290.png, image-2020-03-25-00-40-58-725.png, 
> image-2020-03-25-00-42-53-189.png
>
>
> After I finished recording and I go to my records it shows a file with an 
> exclamation and I click on the script exclamation it opens a new windows that 
> is supposed to show me some log to resolve it. but there is nothing just a 
> message saying Recording file is not found.
> And also the recording test in webcam configuration is not working. 
>  
>  
> !image-2020-03-24-10-37-20-468.png!    !image-2020-03-24-10-38-07-290.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-25 Thread Maxim Solodovnik (Jira)


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

Maxim Solodovnik commented on OPENMEETINGS-2191:


Can you share your openmeetings.log?
Better if it will be only _correspondent_ part (from start recording to end 
recording and not found)

> Recording file is not found
> ---
>
> Key: OPENMEETINGS-2191
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2191
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Centos 7 VPS
>Reporter: LUIZ AUGUSTO MACHADO
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: recording
> Attachments: image-2020-03-24-10-37-20-468.png, 
> image-2020-03-24-10-38-07-290.png, image-2020-03-25-00-40-58-725.png, 
> image-2020-03-25-00-42-53-189.png
>
>
> After I finished recording and I go to my records it shows a file with an 
> exclamation and I click on the script exclamation it opens a new windows that 
> is supposed to show me some log to resolve it. but there is nothing just a 
> message saying Recording file is not found.
> And also the recording test in webcam configuration is not working. 
>  
>  
> !image-2020-03-24-10-37-20-468.png!    !image-2020-03-24-10-38-07-290.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-25 Thread LUIZ AUGUSTO MACHADO (Jira)


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

LUIZ AUGUSTO MACHADO commented on OPENMEETINGS-2191:


1) KMS is running (by default will listen at port )
2) both OM and KMS are started using same user (usually `ps ` can help here)

Yes for both so what can I do now? 

> Recording file is not found
> ---
>
> Key: OPENMEETINGS-2191
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2191
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Centos 7 VPS
>Reporter: LUIZ AUGUSTO MACHADO
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: recording
> Attachments: image-2020-03-24-10-37-20-468.png, 
> image-2020-03-24-10-38-07-290.png, image-2020-03-25-00-40-58-725.png, 
> image-2020-03-25-00-42-53-189.png
>
>
> After I finished recording and I go to my records it shows a file with an 
> exclamation and I click on the script exclamation it opens a new windows that 
> is supposed to show me some log to resolve it. but there is nothing just a 
> message saying Recording file is not found.
> And also the recording test in webcam configuration is not working. 
>  
>  
> !image-2020-03-24-10-37-20-468.png!    !image-2020-03-24-10-38-07-290.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-24 Thread LUIZ AUGUSTO MACHADO (Jira)


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

LUIZ AUGUSTO MACHADO commented on OPENMEETINGS-2191:


This is the result of the PS:

PID TTY TIME CMD
 1 ? 00:00:06 systemd
 2 ? 00:00:00 kthreadd
 4 ? 00:00:00 kworker/0:0H
 6 ? 00:00:00 ksoftirqd/0
 7 ? 00:00:00 migration/0
 8 ? 00:00:00 rcu_bh
 9 ? 00:00:15 rcu_sched
 10 ? 00:00:00 lru-add-drain
 11 ? 00:00:00 watchdog/0
 12 ? 00:00:00 watchdog/1
 13 ? 00:00:00 migration/1
 14 ? 00:00:00 ksoftirqd/1
 16 ? 00:00:00 kworker/1:0H
 17 ? 00:00:00 watchdog/2
 18 ? 00:00:00 migration/2
 19 ? 00:00:00 ksoftirqd/2
 21 ? 00:00:00 kworker/2:0H
 22 ? 00:00:00 watchdog/3
 23 ? 00:00:00 migration/3
 24 ? 00:00:00 ksoftirqd/3
 26 ? 00:00:00 kworker/3:0H
 28 ? 00:00:00 kdevtmpfs
 29 ? 00:00:00 netns
 30 ? 00:00:00 khungtaskd
 31 ? 00:00:00 writeback
 32 ? 00:00:00 kintegrityd
 33 ? 00:00:00 bioset
 34 ? 00:00:00 bioset
 35 ? 00:00:00 bioset
 36 ? 00:00:00 kblockd
 37 ? 00:00:00 md
 38 ? 00:00:00 edac-poller
 39 ? 00:00:00 watchdogd
 45 ? 00:00:00 kswapd0
 46 ? 00:00:00 ksmd
 47 ? 00:00:00 khugepaged
 48 ? 00:00:00 crypto
 56 ? 00:00:00 kthrotld
 57 ? 00:00:00 kworker/u8:1
 58 ? 00:00:00 kmpath_rdacd
 59 ? 00:00:00 kaluad
 61 ? 00:00:00 kpsmoused
 62 ? 00:00:00 ipv6_addrconf
 75 ? 00:00:00 deferwq
 112 ? 00:00:00 kauditd
 256 ? 00:00:00 ata_sff
 357 ? 00:00:00 scsi_eh_0
 364 ? 00:00:00 scsi_tmf_0
 368 ? 00:00:00 scsi_eh_1
 371 ? 00:00:00 scsi_tmf_1
 519 ? 00:00:00 kworker/0:1H
 537 ? 00:00:00 bioset
 538 ? 00:00:00 xfsalloc
 539 ? 00:00:00 xfs_mru_cache
 540 ? 00:00:00 xfs-buf/vda1
 541 ? 00:00:00 xfs-data/vda1
 542 ? 00:00:00 xfs-conv/vda1
 543 ? 00:00:00 xfs-cil/vda1
 544 ? 00:00:00 xfs-reclaim/vda
 545 ? 00:00:00 xfs-log/vda1
 546 ? 00:00:00 xfs-eofblocks/v
 547 ? 00:00:05 xfsaild/vda1
 548 ? 00:00:00 kworker/2:1H
 628 ? 00:00:01 systemd-journal
 656 ? 00:00:00 lvmetad
 658 ? 00:00:00 systemd-udevd
 886 ? 00:00:00 kworker/3:1H
 1006 ? 00:00:00 nfit
 1012 ? 00:00:00 auditd
 1016 ? 00:00:00 kworker/1:1H
 1052 ? 00:00:00 irqbalance
 1057 ? 00:00:00 smartd
 1058 ? 00:00:00 pure-authd
 1060 ? 00:00:01 dbus-daemon
 1062 ? 00:00:00 chronyd
 1074 ? 00:00:00 polkitd
 1075 ? 00:00:00 systemd-logind
 1085 ? 00:00:00 rpcbind
 1103 ? 00:00:00 exim
 1192 ? 00:00:00 queueprocd - wa
 1215 ? 00:00:00 loop0
 1220 ? 00:00:00 jbd2/loop0-8
 1221 ? 00:00:00 ext4-rsv-conver
 1374 ? 00:00:34 nydus-ex-api
 1375 ? 00:00:00 dovecot
 1376 ? 00:00:03 nydus-ex
 1378 ? 00:00:01 tuned
 1379 ? 00:00:00 pure-ftpd
 1399 ? 00:00:00 pop3-login
 1400 ? 00:00:00 imap-login
 1401 ? 00:00:00 anvil
 1402 ? 00:00:00 log
 1403 ? 00:00:00 pop3-login
 1405 ? 00:00:00 imap-login
 1406 ? 00:00:00 config
 1408 ? 00:00:00 stats
 1601 ? 00:00:00 sshd
 1605 ? 00:00:01 rsyslogd
 1614 ? 00:00:00 crond
 1617 ? 00:00:00 atd
 1637 ttyS0 00:00:00 agetty
 1638 tty1 00:00:00 agetty
 1688 ? 00:00:05 spamd
 1736 ? 00:00:00 named
 1860 ? 00:00:00 python3.5
 1861 ? 00:00:00 python3.5
 1862 ? 00:00:00 python3.5
 1863 ? 00:00:00 python3.5
 1865 ? 00:00:03 cpsrvd (SSL) -
 1876 ? 00:00:00 cpanellogd - sl
 1893 ? 00:00:00 dnsadmin - dorm
 1902 ? 00:00:00 cPhulkd - proce
 1912 ? 00:00:00 tailwatchd
 1931 ? 00:00:00 httpd
 1934 ? 00:00:00 splitlogs
 1935 ? 00:00:00 splitlogs
 1936 ? 00:00:00 leechprotect
 2017 ? 00:00:00 cpdavd - accept
 2028 ? 00:03:01 mysqld
 2104 ? 00:00:00 httpd
 2114 ? 00:00:00 cPhulkd - dbpro
 2212 ? 00:00:18 containerd
 2213 ? 00:00:05 dockerd
 2445 ? 00:00:00 docker-proxy
 2452 ? 00:00:02 containerd-shim
 2469 ? 00:00:00 kurento-media-s
 2546 ? 00:03:13 java
 3098 ? 00:00:03 spamd child
 3099 ? 00:00:00 spamd child
 3116 ? 00:00:01 nscd
 6655 ? 00:00:00 httpd
13030 ? 00:00:00 httpd
15926 ? 00:00:00 httpd
16446 ? 00:00:00 httpd
16451 ? 00:00:00 httpd
20743 ? 00:00:00 kworker/2:0
20808 ? 00:00:00 kworker/3:0
21525 ? 00:00:00 httpd
21738 ? 00:00:00 kworker/1:2
22516 ? 00:00:00 kworker/0:0
22734 ? 00:00:00 kworker/u8:0
22776 ? 00:00:00 sshd
22809 ? 00:00:00 sshd
22812 pts/0 00:00:00 bash
22848 pts/0 00:00:00 sudo
22849 pts/0 00:00:00 su
22850 pts/0 00:00:00 bash
22915 ? 00:00:00 httpd
22919 ? 00:00:00 kworker/2:2
22966 ? 00:00:00 kworker/1:0
23109 ? 00:00:00 kworker/3:1
23226 ? 00:00:00 kworker/0:1
23262 ? 00:00:00 kworker/2:1
23521 ? 00:00:00 httpd
23538 ? 00:00:00 httpd
23567 ? 00:00:00 kworker/2:3
23599 ? 00:00:00 kworker/1:1
23660 ? 00:00:00 auth
23750 ? 00:00:00 kworker/0:2
23814 pts/0 00:00:00 ps
[root@s72-167-224-172 iuhost]# ps -ef
UID PID PPID C STIME TTY TIME CMD
root 1 0 0 16:39 ? 00:00:06 /usr/lib/systemd/systemd --switched-root --system 
--deserialize 22
root 2 0 0 16:39 ? 00:00:00 [kthreadd]
root 4 2 0 16:39 ? 00:00:00 [kworker/0:0H]
root 6 2 0 16:39 ? 00:00:00 [ksoftirqd/0]
root 7 2 0 16:39 ? 00:00:00 [migration/0]
root 8 2 0 16:39 ? 00:00:00 [rcu_bh]
root 9 2 0 16:39 ? 00:00:15 [rcu_sched]
root 10 2 0 16:39 ? 00:00:00 [lru-add-drain]

[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-24 Thread LUIZ AUGUSTO MACHADO (Jira)


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

LUIZ AUGUSTO MACHADO commented on OPENMEETINGS-2191:


Hi, 

 

1) Yes KMS is running and the  port is open. look:

!image-2020-03-25-00-38-16-293.png!

!image-2020-03-25-00-39-21-453.png!

2) can you explain me more about some user? and the 'ps'?

> Recording file is not found
> ---
>
> Key: OPENMEETINGS-2191
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2191
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Centos 7 VPS
>Reporter: LUIZ AUGUSTO MACHADO
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: recording
> Attachments: image-2020-03-24-10-37-20-468.png, 
> image-2020-03-24-10-38-07-290.png
>
>
> After I finished recording and I go to my records it shows a file with an 
> exclamation and I click on the script exclamation it opens a new windows that 
> is supposed to show me some log to resolve it. but there is nothing just a 
> message saying Recording file is not found.
> And also the recording test in webcam configuration is not working. 
>  
>  
> !image-2020-03-24-10-37-20-468.png!    !image-2020-03-24-10-38-07-290.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OPENMEETINGS-2191) Recording file is not found

2020-03-24 Thread Maxim Solodovnik (Jira)


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

Maxim Solodovnik commented on OPENMEETINGS-2191:


Hello [~machadovar],

It seems your KMS is not installed mis-configured
Can you check
1) KMS is running (by default will listen at port )
2) both OM and KMS are started using same user (usually `ps ` can help here)

> Recording file is not found
> ---
>
> Key: OPENMEETINGS-2191
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2191
> Project: Openmeetings
>  Issue Type: Bug
>  Components: Audio/Video
>Affects Versions: 5.0.0-M3
> Environment: Centos 7 VPS
>Reporter: LUIZ AUGUSTO MACHADO
>Assignee: Maxim Solodovnik
>Priority: Critical
>  Labels: recording
> Attachments: image-2020-03-24-10-37-20-468.png, 
> image-2020-03-24-10-38-07-290.png
>
>
> After I finished recording and I go to my records it shows a file with an 
> exclamation and I click on the script exclamation it opens a new windows that 
> is supposed to show me some log to resolve it. but there is nothing just a 
> message saying Recording file is not found.
> And also the recording test in webcam configuration is not working. 
>  
>  
> !image-2020-03-24-10-37-20-468.png!    !image-2020-03-24-10-38-07-290.png!



--
This message was sent by Atlassian Jira
(v8.3.4#803005)