Re: sharing programs/desktop

2019-09-03 Thread R. Scholz

Hello Maxim,

with the "black screen" we supposed that. But, I say that, in sharing 
the whole screen is OK.


With the "sharing-icon" its a bigger problem (for me). The most users of 
present are so sensitized that they not click.
In the past I spent a lot of time to explain when I want a remote-access 
with TeamViewer. The remote-access is not the
problem, they need help, its the question (under windows) at the start 
from TeamViewer ("UAC") to allow the access.
This global UAV-warnings are so miserable.  Some of users refuse to 
click on "Yes".

(OK, it is clear that TeamViewer want Admin-rights.)
I hear from a lot of people that the IT-Department of their 
organisations give directives to not-click in a browser on anything

which is not well known.

When it is possible it will be very nice to open the sharing-screen 
automatically when the moderator give it free. In my opinion
the moderator featured his presentation himself, and the user looking 
without interaction.


Whats the meaning of the other?

Best regards,

René



Am 04.09.2019 um 05:30 schrieb Maxim Solodovnik:

Hello Rene,

I'll try to answer point by point :)

*/"older Delphi-program its not possible, the client only receive a 
black screen"/* - actually browser performs screen-sharing
So i guess there are some limitation on Windows (most probably 
something with graphics/overlay)


*/"when I transfer the screen in the client-browser only the 
sharing-icon appears"/* - right now this icon blinks to attract user's 
attention
Screen-sharing window is usually huge this is why user can close it 
any time and re-open by clicking same icon

Maybe sort of "text info popup" can help?

On Mon, 2 Sep 2019 at 20:54, René Scholz 
> wrote:


Hello Maxim,

I try to share a program.

With an older Delphi-program its not possible, the client only
receive a
black screen. We have this one year ago and
you said that came from Kurento. But thats no problem, when I
select the
whole screen it works. Its not the best solution, but it works.

One thing that bother is when I transfer the screen in the
client-browser only the sharing-icon appears.
I (moderator) have to communicate that the person who view the
presentation have to click on it and allow the question.
In germany no user click on an question to allow anything - I have
a big
problem with it.
Many persons not find the icon (right top corner is difficult to
find)
or they dont allow and switch off.

Please, can you find a solution that the sharing-window appears
without
click on the icon? I mean, the moderator show what he want.

Best regards,

René






--
WBR
Maxim aka solomax




Re: sharing programs/desktop

2019-09-03 Thread Maxim Solodovnik
Hello Rene,

I'll try to answer point by point :)

*"older Delphi-program its not possible, the client only receive a black
screen"* - actually browser performs screen-sharing
So i guess there are some limitation on Windows (most probably something
with graphics/overlay)

*"when I transfer the screen in the client-browser only the sharing-icon
appears"* - right now this icon blinks to attract user's attention
Screen-sharing window is usually huge this is why user can close it any
time and re-open by clicking same icon
Maybe sort of "text info popup" can help?

On Mon, 2 Sep 2019 at 20:54, René Scholz 
wrote:

> Hello Maxim,
>
> I try to share a program.
>
> With an older Delphi-program its not possible, the client only receive a
> black screen. We have this one year ago and
> you said that came from Kurento. But thats no problem, when I select the
> whole screen it works. Its not the best solution, but it works.
>
> One thing that bother is when I transfer the screen in the
> client-browser only the sharing-icon appears.
> I (moderator) have to communicate that the person who view the
> presentation have to click on it and allow the question.
> In germany no user click on an question to allow anything - I have a big
> problem with it.
> Many persons not find the icon (right top corner is difficult to find)
> or they dont allow and switch off.
>
> Please, can you find a solution that the sharing-window appears without
> click on the icon? I mean, the moderator show what he want.
>
> Best regards,
>
> René
>
>
>
>
>

-- 
WBR
Maxim aka solomax


Re: Problem: OM5 - Coturn - NAT: my Solution

2019-09-03 Thread Maxim Solodovnik
Thanks for sharing :)))

On Tue, 3 Sep 2019 at 19:46, René Scholz 
wrote:

> Hello,
>
> since yesterday my "Server with NAT" working.
>
> Many thanks at Juan and Maxim helping me a lot.
>
> If anybody have the same problems like me - here are my further steps
> after installation from Alavaros fantastic manual.
> It's possible that I forget something I modified - I tried a lot of ways.
> Feel free to correct me.
>
> 1.) It's important for me to use https.
> I use LetsEncrypt for this so I got LetsEncrypt certificates for my
> subdomain (named: "subdomain.domain.xxx") and configurate the IP of this
> subdomain in the DNS of my provider to the external IP-address.
>
> 2a.) Install coturn:
> apt-get install coturn
>
> 2b.) edit /etc/turnserver.conf
> my config:
>
> verbose
> fingerprint
> use-auth-secret
> static-auth-secret=SECRETSECRET
> realm=subdomain.domain.xxx
> simple-log
> log-file=/var/log/turn.log
> min-port=49152
> max-port=55000
>
> 3.) Config firewall
> Open and forward ports to IP of your OM-server
> 5443
> 3478
> 49152-55000
> (When you put your OM-Server in a DMZ (like me) don't forget to forward to
> port 22 for SSH-access.)
>
> 4.) Edit section " "/opt/openmeetings/conf/server.xml"
>
> ...
>  SSLEnabled="true">
>   
> *  certificateFile="/etc/letsencrypt/live/subdomain.domain.xxx/cert.pem"*
> *
> certificateKeyFile="/etc/letsencrypt/live/subdomain.domain.xxx/privkey.pem"*
> *
> certificateChainFile="/etc/letsencrypt/live/subdomain.domain.xxx/fullchain.pem"
> />*
>   
> 
> ...
>
> 5.) Edit
> "/opt/openmeetings/webapps/openmeetings/WEB-INF/classes/applicationContext.xml"
> In my Example: "123.456.789.123:3478", replace it with your own external IP
>
> at the end of this file edit the last section:
> ...
>  class="org.apache.openmeetings.core.remote.KurentoHandler"
> init-method="init" destroy-method="destroy"
> p:kurentoWsUrl="ws://127.0.0.1:/kurento"
> p:checkTimeout="1"
> p:watchThreadCount="10"
> *p:turnUrl="123.456.789.123:3478"*
> p:turnUser=""
> *p:turnSecret="SECRETSECRET"*
> p:turnMode="rest"
> p:turnTtl="60"
> p:objCheckTimeout="200"
> />
>
> With best regards,
>
> René
>
>

-- 
WBR
Maxim aka solomax


Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2

2019-09-03 Thread Jibsan Joel Rosa Toirac
Thank you a lot. If I have another issue I will contact you hahha. Have a nice 
day brother. 

Thank you. 

Jibsan. 


De: "Rene Scholz"  
Para: "user"  
Enviados: Martes, 3 de Septiembre 2019 15:58:22 
Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

You are Welcome. 
Nice to Help you. 

Best regards 
Rene 

Am 3. September 2019 21:55:53 MESZ schrieb Jibsan Joel Rosa Toirac 
: 


Finally, Thanks Men a lot. Thank you for your help. I made a mistake with the 
version haha. Sorry for the troubles 


De: "Jibsan Joel Rosa Toirac"  
Para: "user"  
Enviados: Martes, 3 de Septiembre 2019 15:52:27 
Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

Look at this : 

openjdk version "11.0.4" 2019-07-16 
OpenJDK Runtime Environment (build 11.0.4+11-post-Ubuntu-1ubuntu218.04.3) 
OpenJDK 64-Bit Server VM (build 11.0.4+11-post-Ubuntu-1ubuntu218.04.3, mixed 
mode, sharing) 



De: "Jibsan Joel Rosa Toirac"  
Para: "user"  
Enviados: Martes, 3 de Septiembre 2019 15:51:35 
Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

yes that is what I was doing, but the problem is I was using a local repo with 
java 11 but I make a connection to another online with java updated 

greetings 


De: "R. Scholz"  
Para: "user"  
Enviados: Martes, 3 de Septiembre 2019 15:38:04 
Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

Update repositories? 
Hm, in my opinion the Java-11-engine is in the standard-repo of Ubuntu 18.04. 

Best regards, 

René 


Am 03.09.2019 um 21:35 schrieb Jibsan Joel Rosa Toirac: 

BQ_BEGIN

Well those are the manuals I used to install OM, I'm updating now the 
repositories to install the version 11 of Java and them to check if it works 



De: "Jibsan Joel Rosa Toirac" [ mailto:jibsa...@softel.cu | 
 ] 
Para: "user" [ mailto:user@openmeetings.apache.org | 
 ] 
Enviados: Martes, 3 de Septiembre 2019 15:23:24 
Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

Ok thank you dude. I will check them right now and I will let you know what 
happen, I hope my pc doesn't explode hahaha 


De: "R. Scholz" [ mailto:rene.sch...@abakus-edv-systems.de | 
 ] 
Para: "user" [ mailto:user@openmeetings.apache.org | 
 ] 
Enviados: Martes, 3 de Septiembre 2019 15:19:14 
Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

Oh yes. 

So: Here you find the fantastic manuals from Alvaro: 
[ 
https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
 | 
https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
 ] 

and here is the manual for Ubuntu 18.04 
[ 
https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%205.0.0-M2%20on%20Ubuntu%2018.04%20LTS.pdf?version=3=1565169721000=v2
 | 
https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%205.0.0-M2%20on%20Ubuntu%2018.04%20LTS.pdf?version=3=1565169721000=v2
 ] 

And here is the solution of your problem: 
sudo apt install openjdk-11-jdk openjdk-11-jdk-headless 

and to select the right Java-version: 
sudo update-alternatives --config java 

Best regards, 

René 



Am 03.09.2019 um 21:14 schrieb Jibsan Joel Rosa Toirac: 

BQ_BEGIN

Here is the output of the command: 

openjdk version "10.0.2" 2018-07-17 
OpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4) 
OpenJDK 64-Bit Server VM (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4, mixed mode) 

Let me know what you think about that dude. 
Thanks a lot 


De: "R. Scholz" [ mailto:rene.sch...@abakus-edv-systems.de | 
 ] 
Para: "user" [ mailto:user@openmeetings.apache.org | 
 ] 
Enviados: Martes, 3 de Septiembre 2019 15:11:46 
Asunto: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

Hello Jibsan, 

I think you not have Java 11 as engine. 
Please have a look with "java -version" if Java 11 is your selected version. 

Best regards, 

René 


Am 03.09.2019 um 20:29 schrieb Jibsan Joel Rosa Toirac: 

BQ_BEGIN

Hello I'm trying to install Apache OpenMeetings 5.0.0-M2 (502) but it doesn't 
work. I've followed the manual for the proper installation of OpenMeetings. I'm 
using an empty Ubuntu Server installation to there is no programs on it, it is 
just for OpenMeetings. 
Here is what happens, somehow, once I lifted up Tomcat by 

/etc/init.d/tomcat3 start 

It start to listening on port 5443 but with a Java service and the browser once 
I put the address 

[ https://192.168.14.93:5443/openmeetings/ | 
https://192.168.14.93:5443/openmeetings/ ] 

It show's me the following error 

HTTP Status 404 - Not found 
Also here are some logs: 

502/webapps/openmeetings] has finished in [10,678] ms 
03-Sep-2019 13:53:26.679 INFO [main] org.apache.coyote.AbstractProtocol.start 
Starting ProtocolHandler ["http-nio-5080"] 
03-Sep-2019 13:53:26.706 INFO [main] org.apache.coyote.AbstractProtocol.start 
Starting ProtocolHandler ["https-jsse-nio-5443"] 
03-Sep-2019 13:53:26.724 INFO [main] 

Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2

2019-09-03 Thread Rene Scholz
You are Welcome.
Nice to Help you.

Best regards
Rene

Am 3. September 2019 21:55:53 MESZ schrieb Jibsan Joel  Rosa Toirac 
:
>Finally, Thanks Men a lot. Thank you for your help. I made a mistake
>with the version haha. Sorry for the troubles 
>
>
>De: "Jibsan Joel Rosa Toirac"  
>Para: "user"  
>Enviados: Martes, 3 de Septiembre 2019 15:52:27 
>Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 
>
>Look at this : 
>
>openjdk version "11.0.4" 2019-07-16 
>OpenJDK Runtime Environment (build
>11.0.4+11-post-Ubuntu-1ubuntu218.04.3) 
>OpenJDK 64-Bit Server VM (build 11.0.4+11-post-Ubuntu-1ubuntu218.04.3,
>mixed mode, sharing) 
>
>
>
>De: "Jibsan Joel Rosa Toirac"  
>Para: "user"  
>Enviados: Martes, 3 de Septiembre 2019 15:51:35 
>Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 
>
>yes that is what I was doing, but the problem is I was using a local
>repo with java 11 but I make a connection to another online with java
>updated 
>
>greetings 
>
>
>De: "R. Scholz"  
>Para: "user"  
>Enviados: Martes, 3 de Septiembre 2019 15:38:04 
>Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 
>
>Update repositories? 
>Hm, in my opinion the Java-11-engine is in the standard-repo of Ubuntu
>18.04. 
>
>Best regards, 
>
>René 
>
>
>Am 03.09.2019 um 21:35 schrieb Jibsan Joel Rosa Toirac: 
>
>
>
>Well those are the manuals I used to install OM, I'm updating now the
>repositories to install the version 11 of Java and them to check if it
>works 
>
>
>
>De: "Jibsan Joel Rosa Toirac" [ mailto:jibsa...@softel.cu |
> ] 
>Para: "user" [ mailto:user@openmeetings.apache.org |
> ] 
>Enviados: Martes, 3 de Septiembre 2019 15:23:24 
>Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 
>
>Ok thank you dude. I will check them right now and I will let you know
>what happen, I hope my pc doesn't explode hahaha 
>
>
>De: "R. Scholz" [ mailto:rene.sch...@abakus-edv-systems.de |
> ] 
>Para: "user" [ mailto:user@openmeetings.apache.org |
> ] 
>Enviados: Martes, 3 de Septiembre 2019 15:19:14 
>Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 
>
>Oh yes. 
>
>So: Here you find the fantastic manuals from Alvaro: 
>[
>https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
>|
>https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
>] 
>
>and here is the manual for Ubuntu 18.04 
>[
>https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%205.0.0-M2%20on%20Ubuntu%2018.04%20LTS.pdf?version=3=1565169721000=v2
>|
>https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%205.0.0-M2%20on%20Ubuntu%2018.04%20LTS.pdf?version=3=1565169721000=v2
>] 
>
>And here is the solution of your problem: 
>sudo apt install openjdk-11-jdk openjdk-11-jdk-headless 
>
>and to select the right Java-version: 
>sudo update-alternatives --config java 
>
>Best regards, 
>
>René 
>
>
>
>Am 03.09.2019 um 21:14 schrieb Jibsan Joel Rosa Toirac: 
>
>BQ_BEGIN
>
>Here is the output of the command: 
>
>openjdk version "10.0.2" 2018-07-17 
>OpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4) 
>OpenJDK 64-Bit Server VM (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4,
>mixed mode) 
>
>Let me know what you think about that dude. 
>Thanks a lot 
>
>
>De: "R. Scholz" [ mailto:rene.sch...@abakus-edv-systems.de |
> ] 
>Para: "user" [ mailto:user@openmeetings.apache.org |
> ] 
>Enviados: Martes, 3 de Septiembre 2019 15:11:46 
>Asunto: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 
>
>Hello Jibsan, 
>
>I think you not have Java 11 as engine. 
>Please have a look with "java -version" if Java 11 is your selected
>version. 
>
>Best regards, 
>
>René 
>
>
>Am 03.09.2019 um 20:29 schrieb Jibsan Joel Rosa Toirac: 
>
>BQ_BEGIN
>
>Hello I'm trying to install Apache OpenMeetings 5.0.0-M2 (502) but it
>doesn't work. I've followed the manual for the proper installation of
>OpenMeetings. I'm using an empty Ubuntu Server installation to there is
>no programs on it, it is just for OpenMeetings. 
>Here is what happens, somehow, once I lifted up Tomcat by 
>
>/etc/init.d/tomcat3 start 
>
>It start to listening on port 5443 but with a Java service and the
>browser once I put the address 
>
>[ https://192.168.14.93:5443/openmeetings/ |
>https://192.168.14.93:5443/openmeetings/ ] 
>
>It show's me the following error 
>
>HTTP Status 404 - Not found 
>Also here are some logs: 
>
>502/webapps/openmeetings] has finished in [10,678] ms 
>03-Sep-2019 13:53:26.679 INFO [main]
>org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler
>["http-nio-5080"] 
>03-Sep-2019 13:53:26.706 INFO [main]
>org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler
>["https-jsse-nio-5443"] 
>03-Sep-2019 13:53:26.724 INFO [main]
>org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler
>["ajp-nio-8009"] 
>03-Sep-2019 13:53:26.735 INFO [main]

Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2

2019-09-03 Thread Rene Scholz
Looks good.
And now start Tomcat. I think it will start.


Am 3. September 2019 21:52:27 MESZ schrieb Jibsan Joel  Rosa Toirac 
:
>Look at this : 
>
>openjdk version "11.0.4" 2019-07-16 
>OpenJDK Runtime Environment (build
>11.0.4+11-post-Ubuntu-1ubuntu218.04.3) 
>OpenJDK 64-Bit Server VM (build 11.0.4+11-post-Ubuntu-1ubuntu218.04.3,
>mixed mode, sharing) 
>
>
>
>De: "Jibsan Joel Rosa Toirac"  
>Para: "user"  
>Enviados: Martes, 3 de Septiembre 2019 15:51:35 
>Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 
>
>yes that is what I was doing, but the problem is I was using a local
>repo with java 11 but I make a connection to another online with java
>updated 
>
>greetings 
>
>
>De: "R. Scholz"  
>Para: "user"  
>Enviados: Martes, 3 de Septiembre 2019 15:38:04 
>Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 
>
>Update repositories? 
>Hm, in my opinion the Java-11-engine is in the standard-repo of Ubuntu
>18.04. 
>
>Best regards, 
>
>René 
>
>
>Am 03.09.2019 um 21:35 schrieb Jibsan Joel Rosa Toirac: 
>
>
>
>Well those are the manuals I used to install OM, I'm updating now the
>repositories to install the version 11 of Java and them to check if it
>works 
>
>
>
>De: "Jibsan Joel Rosa Toirac" [ mailto:jibsa...@softel.cu |
> ] 
>Para: "user" [ mailto:user@openmeetings.apache.org |
> ] 
>Enviados: Martes, 3 de Septiembre 2019 15:23:24 
>Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 
>
>Ok thank you dude. I will check them right now and I will let you know
>what happen, I hope my pc doesn't explode hahaha 
>
>
>De: "R. Scholz" [ mailto:rene.sch...@abakus-edv-systems.de |
> ] 
>Para: "user" [ mailto:user@openmeetings.apache.org |
> ] 
>Enviados: Martes, 3 de Septiembre 2019 15:19:14 
>Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 
>
>Oh yes. 
>
>So: Here you find the fantastic manuals from Alvaro: 
>[
>https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
>|
>https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
>] 
>
>and here is the manual for Ubuntu 18.04 
>[
>https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%205.0.0-M2%20on%20Ubuntu%2018.04%20LTS.pdf?version=3=1565169721000=v2
>|
>https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%205.0.0-M2%20on%20Ubuntu%2018.04%20LTS.pdf?version=3=1565169721000=v2
>] 
>
>And here is the solution of your problem: 
>sudo apt install openjdk-11-jdk openjdk-11-jdk-headless 
>
>and to select the right Java-version: 
>sudo update-alternatives --config java 
>
>Best regards, 
>
>René 
>
>
>
>Am 03.09.2019 um 21:14 schrieb Jibsan Joel Rosa Toirac: 
>
>BQ_BEGIN
>
>Here is the output of the command: 
>
>openjdk version "10.0.2" 2018-07-17 
>OpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4) 
>OpenJDK 64-Bit Server VM (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4,
>mixed mode) 
>
>Let me know what you think about that dude. 
>Thanks a lot 
>
>
>De: "R. Scholz" [ mailto:rene.sch...@abakus-edv-systems.de |
> ] 
>Para: "user" [ mailto:user@openmeetings.apache.org |
> ] 
>Enviados: Martes, 3 de Septiembre 2019 15:11:46 
>Asunto: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 
>
>Hello Jibsan, 
>
>I think you not have Java 11 as engine. 
>Please have a look with "java -version" if Java 11 is your selected
>version. 
>
>Best regards, 
>
>René 
>
>
>Am 03.09.2019 um 20:29 schrieb Jibsan Joel Rosa Toirac: 
>
>BQ_BEGIN
>
>Hello I'm trying to install Apache OpenMeetings 5.0.0-M2 (502) but it
>doesn't work. I've followed the manual for the proper installation of
>OpenMeetings. I'm using an empty Ubuntu Server installation to there is
>no programs on it, it is just for OpenMeetings. 
>Here is what happens, somehow, once I lifted up Tomcat by 
>
>/etc/init.d/tomcat3 start 
>
>It start to listening on port 5443 but with a Java service and the
>browser once I put the address 
>
>[ https://192.168.14.93:5443/openmeetings/ |
>https://192.168.14.93:5443/openmeetings/ ] 
>
>It show's me the following error 
>
>HTTP Status 404 - Not found 
>Also here are some logs: 
>
>502/webapps/openmeetings] has finished in [10,678] ms 
>03-Sep-2019 13:53:26.679 INFO [main]
>org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler
>["http-nio-5080"] 
>03-Sep-2019 13:53:26.706 INFO [main]
>org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler
>["https-jsse-nio-5443"] 
>03-Sep-2019 13:53:26.724 INFO [main]
>org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler
>["ajp-nio-8009"] 
>03-Sep-2019 13:53:26.735 INFO [main]
>org.apache.catalina.startup.Catalina.start Server startup in [11,277]
>milliseconds 
>03-Sep-2019 13:53:26.736 SEVERE [main]
>org.apache.catalina.core.StandardServer.await Failed to create server
>shutdown socket on address [localhost] and port [8005] (base port
>[8005] and offset [0]) 
>java.net.BindException: 

Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2

2019-09-03 Thread Jibsan Joel Rosa Toirac
Finally, Thanks Men a lot. Thank you for your help. I made a mistake with the 
version haha. Sorry for the troubles 


De: "Jibsan Joel Rosa Toirac"  
Para: "user"  
Enviados: Martes, 3 de Septiembre 2019 15:52:27 
Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

Look at this : 

openjdk version "11.0.4" 2019-07-16 
OpenJDK Runtime Environment (build 11.0.4+11-post-Ubuntu-1ubuntu218.04.3) 
OpenJDK 64-Bit Server VM (build 11.0.4+11-post-Ubuntu-1ubuntu218.04.3, mixed 
mode, sharing) 



De: "Jibsan Joel Rosa Toirac"  
Para: "user"  
Enviados: Martes, 3 de Septiembre 2019 15:51:35 
Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

yes that is what I was doing, but the problem is I was using a local repo with 
java 11 but I make a connection to another online with java updated 

greetings 


De: "R. Scholz"  
Para: "user"  
Enviados: Martes, 3 de Septiembre 2019 15:38:04 
Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

Update repositories? 
Hm, in my opinion the Java-11-engine is in the standard-repo of Ubuntu 18.04. 

Best regards, 

René 


Am 03.09.2019 um 21:35 schrieb Jibsan Joel Rosa Toirac: 



Well those are the manuals I used to install OM, I'm updating now the 
repositories to install the version 11 of Java and them to check if it works 



De: "Jibsan Joel Rosa Toirac" [ mailto:jibsa...@softel.cu | 
 ] 
Para: "user" [ mailto:user@openmeetings.apache.org | 
 ] 
Enviados: Martes, 3 de Septiembre 2019 15:23:24 
Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

Ok thank you dude. I will check them right now and I will let you know what 
happen, I hope my pc doesn't explode hahaha 


De: "R. Scholz" [ mailto:rene.sch...@abakus-edv-systems.de | 
 ] 
Para: "user" [ mailto:user@openmeetings.apache.org | 
 ] 
Enviados: Martes, 3 de Septiembre 2019 15:19:14 
Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

Oh yes. 

So: Here you find the fantastic manuals from Alvaro: 
[ 
https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
 | 
https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
 ] 

and here is the manual for Ubuntu 18.04 
[ 
https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%205.0.0-M2%20on%20Ubuntu%2018.04%20LTS.pdf?version=3=1565169721000=v2
 | 
https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%205.0.0-M2%20on%20Ubuntu%2018.04%20LTS.pdf?version=3=1565169721000=v2
 ] 

And here is the solution of your problem: 
sudo apt install openjdk-11-jdk openjdk-11-jdk-headless 

and to select the right Java-version: 
sudo update-alternatives --config java 

Best regards, 

René 



Am 03.09.2019 um 21:14 schrieb Jibsan Joel Rosa Toirac: 

BQ_BEGIN

Here is the output of the command: 

openjdk version "10.0.2" 2018-07-17 
OpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4) 
OpenJDK 64-Bit Server VM (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4, mixed mode) 

Let me know what you think about that dude. 
Thanks a lot 


De: "R. Scholz" [ mailto:rene.sch...@abakus-edv-systems.de | 
 ] 
Para: "user" [ mailto:user@openmeetings.apache.org | 
 ] 
Enviados: Martes, 3 de Septiembre 2019 15:11:46 
Asunto: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

Hello Jibsan, 

I think you not have Java 11 as engine. 
Please have a look with "java -version" if Java 11 is your selected version. 

Best regards, 

René 


Am 03.09.2019 um 20:29 schrieb Jibsan Joel Rosa Toirac: 

BQ_BEGIN

Hello I'm trying to install Apache OpenMeetings 5.0.0-M2 (502) but it doesn't 
work. I've followed the manual for the proper installation of OpenMeetings. I'm 
using an empty Ubuntu Server installation to there is no programs on it, it is 
just for OpenMeetings. 
Here is what happens, somehow, once I lifted up Tomcat by 

/etc/init.d/tomcat3 start 

It start to listening on port 5443 but with a Java service and the browser once 
I put the address 

[ https://192.168.14.93:5443/openmeetings/ | 
https://192.168.14.93:5443/openmeetings/ ] 

It show's me the following error 

HTTP Status 404 - Not found 
Also here are some logs: 

502/webapps/openmeetings] has finished in [10,678] ms 
03-Sep-2019 13:53:26.679 INFO [main] org.apache.coyote.AbstractProtocol.start 
Starting ProtocolHandler ["http-nio-5080"] 
03-Sep-2019 13:53:26.706 INFO [main] org.apache.coyote.AbstractProtocol.start 
Starting ProtocolHandler ["https-jsse-nio-5443"] 
03-Sep-2019 13:53:26.724 INFO [main] org.apache.coyote.AbstractProtocol.start 
Starting ProtocolHandler ["ajp-nio-8009"] 
03-Sep-2019 13:53:26.735 INFO [main] org.apache.catalina.startup.Catalina.start 
Server startup in [11,277] milliseconds 
03-Sep-2019 13:53:26.736 SEVERE [main] 
org.apache.catalina.core.StandardServer.await Failed to create server shutdown 
socket on address [localhost] and port [8005] (base port [8005] and offset [0]) 

Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2

2019-09-03 Thread Jibsan Joel Rosa Toirac
Look at this : 

openjdk version "11.0.4" 2019-07-16 
OpenJDK Runtime Environment (build 11.0.4+11-post-Ubuntu-1ubuntu218.04.3) 
OpenJDK 64-Bit Server VM (build 11.0.4+11-post-Ubuntu-1ubuntu218.04.3, mixed 
mode, sharing) 



De: "Jibsan Joel Rosa Toirac"  
Para: "user"  
Enviados: Martes, 3 de Septiembre 2019 15:51:35 
Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

yes that is what I was doing, but the problem is I was using a local repo with 
java 11 but I make a connection to another online with java updated 

greetings 


De: "R. Scholz"  
Para: "user"  
Enviados: Martes, 3 de Septiembre 2019 15:38:04 
Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

Update repositories? 
Hm, in my opinion the Java-11-engine is in the standard-repo of Ubuntu 18.04. 

Best regards, 

René 


Am 03.09.2019 um 21:35 schrieb Jibsan Joel Rosa Toirac: 



Well those are the manuals I used to install OM, I'm updating now the 
repositories to install the version 11 of Java and them to check if it works 



De: "Jibsan Joel Rosa Toirac" [ mailto:jibsa...@softel.cu | 
 ] 
Para: "user" [ mailto:user@openmeetings.apache.org | 
 ] 
Enviados: Martes, 3 de Septiembre 2019 15:23:24 
Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

Ok thank you dude. I will check them right now and I will let you know what 
happen, I hope my pc doesn't explode hahaha 


De: "R. Scholz" [ mailto:rene.sch...@abakus-edv-systems.de | 
 ] 
Para: "user" [ mailto:user@openmeetings.apache.org | 
 ] 
Enviados: Martes, 3 de Septiembre 2019 15:19:14 
Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

Oh yes. 

So: Here you find the fantastic manuals from Alvaro: 
[ 
https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
 | 
https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
 ] 

and here is the manual for Ubuntu 18.04 
[ 
https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%205.0.0-M2%20on%20Ubuntu%2018.04%20LTS.pdf?version=3=1565169721000=v2
 | 
https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%205.0.0-M2%20on%20Ubuntu%2018.04%20LTS.pdf?version=3=1565169721000=v2
 ] 

And here is the solution of your problem: 
sudo apt install openjdk-11-jdk openjdk-11-jdk-headless 

and to select the right Java-version: 
sudo update-alternatives --config java 

Best regards, 

René 



Am 03.09.2019 um 21:14 schrieb Jibsan Joel Rosa Toirac: 

BQ_BEGIN

Here is the output of the command: 

openjdk version "10.0.2" 2018-07-17 
OpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4) 
OpenJDK 64-Bit Server VM (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4, mixed mode) 

Let me know what you think about that dude. 
Thanks a lot 


De: "R. Scholz" [ mailto:rene.sch...@abakus-edv-systems.de | 
 ] 
Para: "user" [ mailto:user@openmeetings.apache.org | 
 ] 
Enviados: Martes, 3 de Septiembre 2019 15:11:46 
Asunto: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

Hello Jibsan, 

I think you not have Java 11 as engine. 
Please have a look with "java -version" if Java 11 is your selected version. 

Best regards, 

René 


Am 03.09.2019 um 20:29 schrieb Jibsan Joel Rosa Toirac: 

BQ_BEGIN

Hello I'm trying to install Apache OpenMeetings 5.0.0-M2 (502) but it doesn't 
work. I've followed the manual for the proper installation of OpenMeetings. I'm 
using an empty Ubuntu Server installation to there is no programs on it, it is 
just for OpenMeetings. 
Here is what happens, somehow, once I lifted up Tomcat by 

/etc/init.d/tomcat3 start 

It start to listening on port 5443 but with a Java service and the browser once 
I put the address 

[ https://192.168.14.93:5443/openmeetings/ | 
https://192.168.14.93:5443/openmeetings/ ] 

It show's me the following error 

HTTP Status 404 - Not found 
Also here are some logs: 

502/webapps/openmeetings] has finished in [10,678] ms 
03-Sep-2019 13:53:26.679 INFO [main] org.apache.coyote.AbstractProtocol.start 
Starting ProtocolHandler ["http-nio-5080"] 
03-Sep-2019 13:53:26.706 INFO [main] org.apache.coyote.AbstractProtocol.start 
Starting ProtocolHandler ["https-jsse-nio-5443"] 
03-Sep-2019 13:53:26.724 INFO [main] org.apache.coyote.AbstractProtocol.start 
Starting ProtocolHandler ["ajp-nio-8009"] 
03-Sep-2019 13:53:26.735 INFO [main] org.apache.catalina.startup.Catalina.start 
Server startup in [11,277] milliseconds 
03-Sep-2019 13:53:26.736 SEVERE [main] 
org.apache.catalina.core.StandardServer.await Failed to create server shutdown 
socket on address [localhost] and port [8005] (base port [8005] and offset [0]) 
java.net.BindException: Address already in use (Bind failed) 
at java.base/java.net.PlainSocketImpl.socketBind(Native Method) 
at 
java.base/java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:437)
 
at java.base/java.net.ServerSocket.bind(ServerSocket.java:381) 
at 

Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2

2019-09-03 Thread Jibsan Joel Rosa Toirac
yes that is what I was doing, but the problem is I was using a local repo with 
java 11 but I make a connection to another online with java updated 

greetings 


De: "R. Scholz"  
Para: "user"  
Enviados: Martes, 3 de Septiembre 2019 15:38:04 
Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

Update repositories? 
Hm, in my opinion the Java-11-engine is in the standard-repo of Ubuntu 18.04. 

Best regards, 

René 


Am 03.09.2019 um 21:35 schrieb Jibsan Joel Rosa Toirac: 



Well those are the manuals I used to install OM, I'm updating now the 
repositories to install the version 11 of Java and them to check if it works 



De: "Jibsan Joel Rosa Toirac" [ mailto:jibsa...@softel.cu | 
 ] 
Para: "user" [ mailto:user@openmeetings.apache.org | 
 ] 
Enviados: Martes, 3 de Septiembre 2019 15:23:24 
Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

Ok thank you dude. I will check them right now and I will let you know what 
happen, I hope my pc doesn't explode hahaha 


De: "R. Scholz" [ mailto:rene.sch...@abakus-edv-systems.de | 
 ] 
Para: "user" [ mailto:user@openmeetings.apache.org | 
 ] 
Enviados: Martes, 3 de Septiembre 2019 15:19:14 
Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

Oh yes. 

So: Here you find the fantastic manuals from Alvaro: 
[ 
https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
 | 
https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
 ] 

and here is the manual for Ubuntu 18.04 
[ 
https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%205.0.0-M2%20on%20Ubuntu%2018.04%20LTS.pdf?version=3=1565169721000=v2
 | 
https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%205.0.0-M2%20on%20Ubuntu%2018.04%20LTS.pdf?version=3=1565169721000=v2
 ] 

And here is the solution of your problem: 
sudo apt install openjdk-11-jdk openjdk-11-jdk-headless 

and to select the right Java-version: 
sudo update-alternatives --config java 

Best regards, 

René 



Am 03.09.2019 um 21:14 schrieb Jibsan Joel Rosa Toirac: 

BQ_BEGIN

Here is the output of the command: 

openjdk version "10.0.2" 2018-07-17 
OpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4) 
OpenJDK 64-Bit Server VM (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4, mixed mode) 

Let me know what you think about that dude. 
Thanks a lot 


De: "R. Scholz" [ mailto:rene.sch...@abakus-edv-systems.de | 
 ] 
Para: "user" [ mailto:user@openmeetings.apache.org | 
 ] 
Enviados: Martes, 3 de Septiembre 2019 15:11:46 
Asunto: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

Hello Jibsan, 

I think you not have Java 11 as engine. 
Please have a look with "java -version" if Java 11 is your selected version. 

Best regards, 

René 


Am 03.09.2019 um 20:29 schrieb Jibsan Joel Rosa Toirac: 

BQ_BEGIN

Hello I'm trying to install Apache OpenMeetings 5.0.0-M2 (502) but it doesn't 
work. I've followed the manual for the proper installation of OpenMeetings. I'm 
using an empty Ubuntu Server installation to there is no programs on it, it is 
just for OpenMeetings. 
Here is what happens, somehow, once I lifted up Tomcat by 

/etc/init.d/tomcat3 start 

It start to listening on port 5443 but with a Java service and the browser once 
I put the address 

[ https://192.168.14.93:5443/openmeetings/ | 
https://192.168.14.93:5443/openmeetings/ ] 

It show's me the following error 

HTTP Status 404 - Not found 
Also here are some logs: 

502/webapps/openmeetings] has finished in [10,678] ms 
03-Sep-2019 13:53:26.679 INFO [main] org.apache.coyote.AbstractProtocol.start 
Starting ProtocolHandler ["http-nio-5080"] 
03-Sep-2019 13:53:26.706 INFO [main] org.apache.coyote.AbstractProtocol.start 
Starting ProtocolHandler ["https-jsse-nio-5443"] 
03-Sep-2019 13:53:26.724 INFO [main] org.apache.coyote.AbstractProtocol.start 
Starting ProtocolHandler ["ajp-nio-8009"] 
03-Sep-2019 13:53:26.735 INFO [main] org.apache.catalina.startup.Catalina.start 
Server startup in [11,277] milliseconds 
03-Sep-2019 13:53:26.736 SEVERE [main] 
org.apache.catalina.core.StandardServer.await Failed to create server shutdown 
socket on address [localhost] and port [8005] (base port [8005] and offset [0]) 
java.net.BindException: Address already in use (Bind failed) 
at java.base/java.net.PlainSocketImpl.socketBind(Native Method) 
at 
java.base/java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:437)
 
at java.base/java.net.ServerSocket.bind(ServerSocket.java:381) 
at java.base/java.net.ServerSocket.(ServerSocket.java:243) 
at org.apache.catalina.core.StandardServer.await(StandardServer.java:584) 
at org.apache.catalina.startup.Catalina.await(Catalina.java:721) 
at org.apache.catalina.startup.Catalina.start(Catalina.java:667) 
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method) 
at 

Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2

2019-09-03 Thread R. Scholz

Update repositories?
Hm, in my opinion the Java-11-engine is in the standard-repo of Ubuntu 
18.04.


Best regards,

René


Am 03.09.2019 um 21:35 schrieb Jibsan Joel Rosa Toirac:
Well those are the manuals I used to install OM, I'm updating now the 
repositories to install the version 11 of Java and them to check if it 
works




*De: *"Jibsan Joel Rosa Toirac" 
*Para: *"user" 
*Enviados: *Martes, 3 de Septiembre 2019 15:23:24
*Asunto: *Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2

Ok thank you dude. I will check them right now and I will let you know 
what happen, I hope my pc doesn't explode hahaha



*De: *"R. Scholz" 
*Para: *"user" 
*Enviados: *Martes, 3 de Septiembre 2019 15:19:14
*Asunto: *Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2

Oh yes.

So: Here you find the fantastic manuals from Alvaro:
https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools

and here is the manual for Ubuntu 18.04
https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%205.0.0-M2%20on%20Ubuntu%2018.04%20LTS.pdf?version=3=1565169721000=v2

And here is the solution of your problem:
sudo apt install openjdk-11-jdk openjdk-11-jdk-headless

and to select the right Java-version:
sudo update-alternatives --config java

Best regards,

René



Am 03.09.2019 um 21:14 schrieb Jibsan Joel Rosa Toirac:

Here is the output of the command:

openjdk version "10.0.2" 2018-07-17
OpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4)
OpenJDK 64-Bit Server VM (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4,
mixed mode)

Let me know what you think about that dude.
Thanks a lot


*De: *"R. Scholz" 
*Para: *"user" 
*Enviados: *Martes, 3 de Septiembre 2019 15:11:46
*Asunto: *[MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2

Hello Jibsan,

I think you not have Java 11 as engine.
Please have a look with "java -version" if Java 11 is your
selected version.

Best regards,

René


Am 03.09.2019 um 20:29 schrieb Jibsan Joel Rosa Toirac:

Hello I'm trying to install Apache OpenMeetings 5.0.0-M2 (502)
but it doesn't work. I've followed the manual for the proper
installation of OpenMeetings. I'm using an empty Ubuntu Server
installation to there is no programs on it, it is just for
OpenMeetings.
Here is what happens, somehow, once I lifted up Tomcat by

/etc/init.d/tomcat3 start

It start to listening on port 5443 but with a Java service and
the browser once I put the address

https://192.168.14.93:5443/openmeetings/

It show's me the following error


  HTTP Status 404 - Not found

Also here are some logs:

502/webapps/openmeetings] has finished in [10,678] ms
03-Sep-2019 13:53:26.679 INFO [main]
org.apache.coyote.AbstractProtocol.start Starting
ProtocolHandler ["http-nio-5080"]
03-Sep-2019 13:53:26.706 INFO [main]
org.apache.coyote.AbstractProtocol.start Starting
ProtocolHandler ["https-jsse-nio-5443"]
03-Sep-2019 13:53:26.724 INFO [main]
org.apache.coyote.AbstractProtocol.start Starting
ProtocolHandler ["ajp-nio-8009"]
03-Sep-2019 13:53:26.735 INFO [main]
org.apache.catalina.startup.Catalina.start Server startup in
[11,277] milliseconds
03-Sep-2019 13:53:26.736 SEVERE [main]
org.apache.catalina.core.StandardServer.await Failed to create
server shutdown socket on address [localhost] and port [8005]
(base port [8005] and offset [0])
java.net.BindException: Address already in use (Bind failed)
at java.base/java.net.PlainSocketImpl.socketBind(Native Method)
at

java.base/java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:437)
at java.base/java.net.ServerSocket.bind(ServerSocket.java:381)
at java.base/java.net.ServerSocket.(ServerSocket.java:243)
at
org.apache.catalina.core.StandardServer.await(StandardServer.java:584)
at org.apache.catalina.startup.Catalina.await(Catalina.java:721)
at org.apache.catalina.startup.Catalina.start(Catalina.java:667)
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:564)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:344)

Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2

2019-09-03 Thread Jibsan Joel Rosa Toirac
Well those are the manuals I used to install OM, I'm updating now the 
repositories to install the version 11 of Java and them to check if it works 



De: "Jibsan Joel Rosa Toirac"  
Para: "user"  
Enviados: Martes, 3 de Septiembre 2019 15:23:24 
Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

Ok thank you dude. I will check them right now and I will let you know what 
happen, I hope my pc doesn't explode hahaha 


De: "R. Scholz"  
Para: "user"  
Enviados: Martes, 3 de Septiembre 2019 15:19:14 
Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

Oh yes. 

So: Here you find the fantastic manuals from Alvaro: 
[ 
https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
 | 
https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
 ] 

and here is the manual for Ubuntu 18.04 
[ 
https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%205.0.0-M2%20on%20Ubuntu%2018.04%20LTS.pdf?version=3=1565169721000=v2
 | 
https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%205.0.0-M2%20on%20Ubuntu%2018.04%20LTS.pdf?version=3=1565169721000=v2
 ] 

And here is the solution of your problem: 
sudo apt install openjdk-11-jdk openjdk-11-jdk-headless 

and to select the right Java-version: 
sudo update-alternatives --config java 

Best regards, 

René 



Am 03.09.2019 um 21:14 schrieb Jibsan Joel Rosa Toirac: 



Here is the output of the command: 

openjdk version "10.0.2" 2018-07-17 
OpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4) 
OpenJDK 64-Bit Server VM (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4, mixed mode) 

Let me know what you think about that dude. 
Thanks a lot 


De: "R. Scholz" [ mailto:rene.sch...@abakus-edv-systems.de | 
 ] 
Para: "user" [ mailto:user@openmeetings.apache.org | 
 ] 
Enviados: Martes, 3 de Septiembre 2019 15:11:46 
Asunto: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

Hello Jibsan, 

I think you not have Java 11 as engine. 
Please have a look with "java -version" if Java 11 is your selected version. 

Best regards, 

René 


Am 03.09.2019 um 20:29 schrieb Jibsan Joel Rosa Toirac: 

BQ_BEGIN

Hello I'm trying to install Apache OpenMeetings 5.0.0-M2 (502) but it doesn't 
work. I've followed the manual for the proper installation of OpenMeetings. I'm 
using an empty Ubuntu Server installation to there is no programs on it, it is 
just for OpenMeetings. 
Here is what happens, somehow, once I lifted up Tomcat by 

/etc/init.d/tomcat3 start 

It start to listening on port 5443 but with a Java service and the browser once 
I put the address 

[ https://192.168.14.93:5443/openmeetings/ | 
https://192.168.14.93:5443/openmeetings/ ] 

It show's me the following error 

HTTP Status 404 - Not found 
Also here are some logs: 

502/webapps/openmeetings] has finished in [10,678] ms 
03-Sep-2019 13:53:26.679 INFO [main] org.apache.coyote.AbstractProtocol.start 
Starting ProtocolHandler ["http-nio-5080"] 
03-Sep-2019 13:53:26.706 INFO [main] org.apache.coyote.AbstractProtocol.start 
Starting ProtocolHandler ["https-jsse-nio-5443"] 
03-Sep-2019 13:53:26.724 INFO [main] org.apache.coyote.AbstractProtocol.start 
Starting ProtocolHandler ["ajp-nio-8009"] 
03-Sep-2019 13:53:26.735 INFO [main] org.apache.catalina.startup.Catalina.start 
Server startup in [11,277] milliseconds 
03-Sep-2019 13:53:26.736 SEVERE [main] 
org.apache.catalina.core.StandardServer.await Failed to create server shutdown 
socket on address [localhost] and port [8005] (base port [8005] and offset [0]) 
java.net.BindException: Address already in use (Bind failed) 
at java.base/java.net.PlainSocketImpl.socketBind(Native Method) 
at 
java.base/java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:437)
 
at java.base/java.net.ServerSocket.bind(ServerSocket.java:381) 
at java.base/java.net.ServerSocket.(ServerSocket.java:243) 
at org.apache.catalina.core.StandardServer.await(StandardServer.java:584) 
at org.apache.catalina.startup.Catalina.await(Catalina.java:721) 
at org.apache.catalina.startup.Catalina.start(Catalina.java:667) 
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:564) 
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:344) 
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:475) 
03-Sep-2019 13:53:26.737 INFO [main] org.apache.coyote.AbstractProtocol.pause 
Pausing ProtocolHandler ["http-nio-5080"] 

Please any help you could provide will be thankful. 





BQ_END




Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2

2019-09-03 Thread Jibsan Joel Rosa Toirac
Ok thank you dude. I will check them right now and I will let you know what 
happen, I hope my pc doesn't explode hahaha 


De: "R. Scholz"  
Para: "user"  
Enviados: Martes, 3 de Septiembre 2019 15:19:14 
Asunto: Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

Oh yes. 

So: Here you find the fantastic manuals from Alvaro: 
[ 
https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
 | 
https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
 ] 

and here is the manual for Ubuntu 18.04 
[ 
https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%205.0.0-M2%20on%20Ubuntu%2018.04%20LTS.pdf?version=3=1565169721000=v2
 | 
https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%205.0.0-M2%20on%20Ubuntu%2018.04%20LTS.pdf?version=3=1565169721000=v2
 ] 

And here is the solution of your problem: 
sudo apt install openjdk-11-jdk openjdk-11-jdk-headless 

and to select the right Java-version: 
sudo update-alternatives --config java 

Best regards, 

René 



Am 03.09.2019 um 21:14 schrieb Jibsan Joel Rosa Toirac: 



Here is the output of the command: 

openjdk version "10.0.2" 2018-07-17 
OpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4) 
OpenJDK 64-Bit Server VM (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4, mixed mode) 

Let me know what you think about that dude. 
Thanks a lot 


De: "R. Scholz" [ mailto:rene.sch...@abakus-edv-systems.de | 
 ] 
Para: "user" [ mailto:user@openmeetings.apache.org | 
 ] 
Enviados: Martes, 3 de Septiembre 2019 15:11:46 
Asunto: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

Hello Jibsan, 

I think you not have Java 11 as engine. 
Please have a look with "java -version" if Java 11 is your selected version. 

Best regards, 

René 


Am 03.09.2019 um 20:29 schrieb Jibsan Joel Rosa Toirac: 

BQ_BEGIN

Hello I'm trying to install Apache OpenMeetings 5.0.0-M2 (502) but it doesn't 
work. I've followed the manual for the proper installation of OpenMeetings. I'm 
using an empty Ubuntu Server installation to there is no programs on it, it is 
just for OpenMeetings. 
Here is what happens, somehow, once I lifted up Tomcat by 

/etc/init.d/tomcat3 start 

It start to listening on port 5443 but with a Java service and the browser once 
I put the address 

[ https://192.168.14.93:5443/openmeetings/ | 
https://192.168.14.93:5443/openmeetings/ ] 

It show's me the following error 

HTTP Status 404 - Not found 
Also here are some logs: 

502/webapps/openmeetings] has finished in [10,678] ms 
03-Sep-2019 13:53:26.679 INFO [main] org.apache.coyote.AbstractProtocol.start 
Starting ProtocolHandler ["http-nio-5080"] 
03-Sep-2019 13:53:26.706 INFO [main] org.apache.coyote.AbstractProtocol.start 
Starting ProtocolHandler ["https-jsse-nio-5443"] 
03-Sep-2019 13:53:26.724 INFO [main] org.apache.coyote.AbstractProtocol.start 
Starting ProtocolHandler ["ajp-nio-8009"] 
03-Sep-2019 13:53:26.735 INFO [main] org.apache.catalina.startup.Catalina.start 
Server startup in [11,277] milliseconds 
03-Sep-2019 13:53:26.736 SEVERE [main] 
org.apache.catalina.core.StandardServer.await Failed to create server shutdown 
socket on address [localhost] and port [8005] (base port [8005] and offset [0]) 
java.net.BindException: Address already in use (Bind failed) 
at java.base/java.net.PlainSocketImpl.socketBind(Native Method) 
at 
java.base/java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:437)
 
at java.base/java.net.ServerSocket.bind(ServerSocket.java:381) 
at java.base/java.net.ServerSocket.(ServerSocket.java:243) 
at org.apache.catalina.core.StandardServer.await(StandardServer.java:584) 
at org.apache.catalina.startup.Catalina.await(Catalina.java:721) 
at org.apache.catalina.startup.Catalina.start(Catalina.java:667) 
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:564) 
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:344) 
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:475) 
03-Sep-2019 13:53:26.737 INFO [main] org.apache.coyote.AbstractProtocol.pause 
Pausing ProtocolHandler ["http-nio-5080"] 

Please any help you could provide will be thankful. 





BQ_END




Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2

2019-09-03 Thread R. Scholz

Oh yes.

So: Here you find the fantastic manuals from Alvaro:
https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools

and here is the manual for Ubuntu 18.04
https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%205.0.0-M2%20on%20Ubuntu%2018.04%20LTS.pdf?version=3=1565169721000=v2

And here is the solution of your problem:
sudo apt install openjdk-11-jdk openjdk-11-jdk-headless

and to select the right Java-version:
sudo update-alternatives --config java

Best regards,

René



Am 03.09.2019 um 21:14 schrieb Jibsan Joel Rosa Toirac:

Here is the output of the command:

openjdk version "10.0.2" 2018-07-17
OpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4)
OpenJDK 64-Bit Server VM (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4, 
mixed mode)


Let me know what you think about that dude.
Thanks a lot


*De: *"R. Scholz" 
*Para: *"user" 
*Enviados: *Martes, 3 de Septiembre 2019 15:11:46
*Asunto: *[MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2

Hello Jibsan,

I think you not have Java 11 as engine.
Please have a look with "java -version" if Java 11 is your selected 
version.


Best regards,

René


Am 03.09.2019 um 20:29 schrieb Jibsan Joel Rosa Toirac:

Hello I'm trying to install Apache OpenMeetings 5.0.0-M2 (502) but
it doesn't work. I've followed the manual for the proper
installation of OpenMeetings. I'm using an empty Ubuntu Server
installation to there is no programs on it, it is just for
OpenMeetings.
Here is what happens, somehow, once I lifted up Tomcat by

/etc/init.d/tomcat3 start

It start to listening on port 5443 but with a Java service and the
browser once I put the address

https://192.168.14.93:5443/openmeetings/

It show's me the following error


  HTTP Status 404 - Not found

Also here are some logs:

502/webapps/openmeetings] has finished in [10,678] ms
03-Sep-2019 13:53:26.679 INFO [main]
org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler
["http-nio-5080"]
03-Sep-2019 13:53:26.706 INFO [main]
org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler
["https-jsse-nio-5443"]
03-Sep-2019 13:53:26.724 INFO [main]
org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler
["ajp-nio-8009"]
03-Sep-2019 13:53:26.735 INFO [main]
org.apache.catalina.startup.Catalina.start Server startup in
[11,277] milliseconds
03-Sep-2019 13:53:26.736 SEVERE [main]
org.apache.catalina.core.StandardServer.await Failed to create
server shutdown socket on address [localhost] and port [8005]
(base port [8005] and offset [0])
java.net.BindException: Address already in use (Bind failed)
at java.base/java.net.PlainSocketImpl.socketBind(Native Method)
at

java.base/java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:437)
at java.base/java.net.ServerSocket.bind(ServerSocket.java:381)
at java.base/java.net.ServerSocket.(ServerSocket.java:243)
at
org.apache.catalina.core.StandardServer.await(StandardServer.java:584)
at org.apache.catalina.startup.Catalina.await(Catalina.java:721)
at org.apache.catalina.startup.Catalina.start(Catalina.java:667)
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:564)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:344)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:475)
03-Sep-2019 13:53:26.737 INFO [main]
org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler
["http-nio-5080"]

Please any help you could provide will be thankful.







Re: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2

2019-09-03 Thread Jibsan Joel Rosa Toirac
Here is the output of the command: 

openjdk version "10.0.2" 2018-07-17 
OpenJDK Runtime Environment (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4) 
OpenJDK 64-Bit Server VM (build 10.0.2+13-Ubuntu-1ubuntu0.18.04.4, mixed mode) 

Let me know what you think about that dude. 
Thanks a lot 


De: "R. Scholz"  
Para: "user"  
Enviados: Martes, 3 de Septiembre 2019 15:11:46 
Asunto: [MASSMAIL]Re: Problem with OpenMeetings 5.0.0-M2 

Hello Jibsan, 

I think you not have Java 11 as engine. 
Please have a look with "java -version" if Java 11 is your selected version. 

Best regards, 

René 


Am 03.09.2019 um 20:29 schrieb Jibsan Joel Rosa Toirac: 



Hello I'm trying to install Apache OpenMeetings 5.0.0-M2 (502) but it doesn't 
work. I've followed the manual for the proper installation of OpenMeetings. I'm 
using an empty Ubuntu Server installation to there is no programs on it, it is 
just for OpenMeetings. 
Here is what happens, somehow, once I lifted up Tomcat by 

/etc/init.d/tomcat3 start 

It start to listening on port 5443 but with a Java service and the browser once 
I put the address 

[ https://192.168.14.93:5443/openmeetings/ | 
https://192.168.14.93:5443/openmeetings/ ] 

It show's me the following error 

HTTP Status 404 - Not found 
Also here are some logs: 

502/webapps/openmeetings] has finished in [10,678] ms 
03-Sep-2019 13:53:26.679 INFO [main] org.apache.coyote.AbstractProtocol.start 
Starting ProtocolHandler ["http-nio-5080"] 
03-Sep-2019 13:53:26.706 INFO [main] org.apache.coyote.AbstractProtocol.start 
Starting ProtocolHandler ["https-jsse-nio-5443"] 
03-Sep-2019 13:53:26.724 INFO [main] org.apache.coyote.AbstractProtocol.start 
Starting ProtocolHandler ["ajp-nio-8009"] 
03-Sep-2019 13:53:26.735 INFO [main] org.apache.catalina.startup.Catalina.start 
Server startup in [11,277] milliseconds 
03-Sep-2019 13:53:26.736 SEVERE [main] 
org.apache.catalina.core.StandardServer.await Failed to create server shutdown 
socket on address [localhost] and port [8005] (base port [8005] and offset [0]) 
java.net.BindException: Address already in use (Bind failed) 
at java.base/java.net.PlainSocketImpl.socketBind(Native Method) 
at 
java.base/java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:437)
 
at java.base/java.net.ServerSocket.bind(ServerSocket.java:381) 
at java.base/java.net.ServerSocket.(ServerSocket.java:243) 
at org.apache.catalina.core.StandardServer.await(StandardServer.java:584) 
at org.apache.catalina.startup.Catalina.await(Catalina.java:721) 
at org.apache.catalina.startup.Catalina.start(Catalina.java:667) 
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:564) 
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:344) 
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:475) 
03-Sep-2019 13:53:26.737 INFO [main] org.apache.coyote.AbstractProtocol.pause 
Pausing ProtocolHandler ["http-nio-5080"] 

Please any help you could provide will be thankful. 






Re: Problem with OpenMeetings 5.0.0-M2

2019-09-03 Thread R. Scholz

Hello Jibsan,

I think you not have Java 11 as engine.
Please have a look with "java -version" if Java 11 is your selected version.

Best regards,

René


Am 03.09.2019 um 20:29 schrieb Jibsan Joel Rosa Toirac:
Hello I'm trying to install Apache OpenMeetings 5.0.0-M2 (502) but it 
doesn't work. I've followed the manual for the proper installation of 
OpenMeetings. I'm using an empty Ubuntu Server installation to there 
is no programs on it, it is just for OpenMeetings.

Here is what happens, somehow, once I lifted up Tomcat by

/etc/init.d/tomcat3 start

It start to listening on port 5443 but with a Java service and the 
browser once I put the address


https://192.168.14.93:5443/openmeetings/

It show's me the following error


  HTTP Status 404 - Not found

Also here are some logs:

502/webapps/openmeetings] has finished in [10,678] ms
03-Sep-2019 13:53:26.679 INFO [main] 
org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler 
["http-nio-5080"]
03-Sep-2019 13:53:26.706 INFO [main] 
org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler 
["https-jsse-nio-5443"]
03-Sep-2019 13:53:26.724 INFO [main] 
org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler 
["ajp-nio-8009"]
03-Sep-2019 13:53:26.735 INFO [main] 
org.apache.catalina.startup.Catalina.start Server startup in [11,277] 
milliseconds
03-Sep-2019 13:53:26.736 SEVERE [main] 
org.apache.catalina.core.StandardServer.await Failed to create server 
shutdown socket on address [localhost] and port [8005] (base port 
[8005] and offset [0])

java.net.BindException: Address already in use (Bind failed)
at java.base/java.net.PlainSocketImpl.socketBind(Native Method)
at 
java.base/java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:437)

at java.base/java.net.ServerSocket.bind(ServerSocket.java:381)
at java.base/java.net.ServerSocket.(ServerSocket.java:243)
at org.apache.catalina.core.StandardServer.await(StandardServer.java:584)
at org.apache.catalina.startup.Catalina.await(Catalina.java:721)
at org.apache.catalina.startup.Catalina.start(Catalina.java:667)
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:564)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:344)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:475)
03-Sep-2019 13:53:26.737 INFO [main] 
org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler 
["http-nio-5080"]


Please any help you could provide will be thankful.




Problem with OpenMeetings 5.0.0-M2

2019-09-03 Thread Jibsan Joel Rosa Toirac
Hello I'm trying to install Apache OpenMeetings 5.0.0-M2 (502) but it doesn't 
work. I've followed the manual for the proper installation of OpenMeetings. I'm 
using an empty Ubuntu Server installation to there is no programs on it, it is 
just for OpenMeetings. 
Here is what happens, somehow, once I lifted up Tomcat by 

/etc/init.d/tomcat3 start 

It start to listening on port 5443 but with a Java service and the browser once 
I put the address 

[ https://192.168.14.93:5443/openmeetings/ | 
https://192.168.14.93:5443/openmeetings/ ] 

It show's me the following error 

HTTP Status 404 - Not found 
Also here are some logs: 

502/webapps/openmeetings] has finished in [10,678] ms 
03-Sep-2019 13:53:26.679 INFO [main] org.apache.coyote.AbstractProtocol.start 
Starting ProtocolHandler ["http-nio-5080"] 
03-Sep-2019 13:53:26.706 INFO [main] org.apache.coyote.AbstractProtocol.start 
Starting ProtocolHandler ["https-jsse-nio-5443"] 
03-Sep-2019 13:53:26.724 INFO [main] org.apache.coyote.AbstractProtocol.start 
Starting ProtocolHandler ["ajp-nio-8009"] 
03-Sep-2019 13:53:26.735 INFO [main] org.apache.catalina.startup.Catalina.start 
Server startup in [11,277] milliseconds 
03-Sep-2019 13:53:26.736 SEVERE [main] 
org.apache.catalina.core.StandardServer.await Failed to create server shutdown 
socket on address [localhost] and port [8005] (base port [8005] and offset [0]) 
java.net.BindException: Address already in use (Bind failed) 
at java.base/java.net.PlainSocketImpl.socketBind(Native Method) 
at 
java.base/java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:437)
 
at java.base/java.net.ServerSocket.bind(ServerSocket.java:381) 
at java.base/java.net.ServerSocket.(ServerSocket.java:243) 
at org.apache.catalina.core.StandardServer.await(StandardServer.java:584) 
at org.apache.catalina.startup.Catalina.await(Catalina.java:721) 
at org.apache.catalina.startup.Catalina.start(Catalina.java:667) 
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:564) 
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:344) 
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:475) 
03-Sep-2019 13:53:26.737 INFO [main] org.apache.coyote.AbstractProtocol.pause 
Pausing ProtocolHandler ["http-nio-5080"] 

Please any help you could provide will be thankful. 


Problem: OM5 - Coturn - NAT: my Solution

2019-09-03 Thread René Scholz

Hello,

since yesterday my "Server with NAT" working.

Many thanks at Juan and Maxim helping me a lot.

If anybody have the same problems like me - here are my further steps 
after installation from Alavaros fantastic manual.
It's possible that I forget something I modified - I tried a lot of 
ways. Feel free to correct me.


1.) It's important for me to use https.
I use LetsEncrypt for this so I got LetsEncrypt certificates for my 
subdomain (named: "subdomain.domain.xxx") and configurate the IP of this 
subdomain in the DNS of my provider to the external IP-address.


2a.) Install coturn:
apt-get install coturn

2b.) edit /etc/turnserver.conf
my config:

verbose
fingerprint
use-auth-secret
static-auth-secret=SECRETSECRET
realm=subdomain.domain.xxx
simple-log
log-file=/var/log/turn.log
min-port=49152
max-port=55000

3.) Config firewall
Open and forward ports to IP of your OM-server
5443
3478
49152-55000
(When you put your OM-Server in a DMZ (like me) don't forget to forward 
to port 22 for SSH-access.)


4.) Edit section ""/opt/openmeetings/conf/server.xml"


...

  
/    certificateFile="/etc/letsencrypt/live/subdomain.domain.xxx/cert.pem"//

//certificateKeyFile="/etc/letsencrypt/live/subdomain.domain.xxx/privkey.pem"//
//certificateChainFile="/etc/letsencrypt/live/subdomain.domain.xxx/fullchain.pem" 
/>//

///  

...

5.) Edit 
"/opt/openmeetings/webapps/openmeetings/WEB-INF/classes/applicationContext.xml"

In my Example: "123.456.789.123:3478", replace it with your own external IP

at the end of this file edit the last section:
...
class="org.apache.openmeetings.core.remote.KurentoHandler" 
init-method="init" destroy-method="destroy"

p:kurentoWsUrl="ws://127.0.0.1:/kurento"
p:checkTimeout="1"
p:watchThreadCount="10"
/p:turnUrl="123.456.789.123:3478"/
p:turnUser=""
/p:turnSecret="SECRETSECRET"/
p:turnMode="rest"
p:turnTtl="60"
p:objCheckTimeout="200"
/>

With best regards,

René