Re: Running multiple Openmeetings instances on the same server

2015-03-12 Thread Mark Lin
Ok  - fixed the errors and now i can load the 2 openmeetings instance,
enter rooms...

but i can't record at instance openmeetings-1.

what do i need to customize ?

Thank you

2015-03-09 18:35 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 please examine red5.log from both instances and fix all errors

 On Mon, Mar 9, 2015 at 7:45 PM, Mark Lin mlin40...@gmail.com wrote:

 attached logs
 noticed:
 i can log just to one of the instance, the other instance refer me to -
 http:/My_Domain.com:5080/openmeetings/notinited page...
 It doesn't matter wiche one you choose to load
 after loading the first time it remain as at the first time loading:
 meaning the one that was load i can log to  any time and the other
 stacked at the notinited page

 *OpenMeetings - Loading ...*

 The server is not yet completely initialized. Please try again in a
 couple of seconds.

 If this message persists for several minutes contact your
 Sys-Administration.

 If that message stays forever you should check the logs located in

 openmeetings_install_dir/log

 folder, probably your database user/pwd/host is wrong!


 On Mon, Mar 9, 2015 at 9:08 AM, Maxim Solodovnik solomax...@gmail.com
 wrote:

 any errors in the logs?

 On Mon, Mar 9, 2015 at 12:20 AM, Mark Lin mlin40...@gmail.com wrote:

 changed the config file to - red5httpport5081/red5httpport
 but nothing

 On Sun, Mar 8, 2015 at 7:38 PM, Maxim Solodovnik solomax...@gmail.com
 wrote:

 yes, port (or maybe ports) need to be changed


 On Sun, Mar 8, 2015 at 11:19 PM, Mark Lin mlin40...@gmail.com wrote:

 so i need to change the port at the config file of the particular
 instance.
 That's all?

 On Sun, Mar 8, 2015 at 6:54 PM, Maxim Solodovnik 
 solomax...@gmail.com wrote:

 I have memory issues while starting 2 OM instances this way
 you need to check red5.log for the exact error

 I personally prefer to start another OM instance as separate process
 on different port (for ex. 5081)

 On Sat, Mar 7, 2015 at 9:01 PM, Mark Lin mlin40...@gmail.com
 wrote:

 Hello, Dedicate VPS
 I'm Testing this method according to -
 http://openmeetings.apache.org/WebappNamePath.html

 1. $Commands  cp -r /red5/openmeetings /red5/openmeetings-1
 2. I added line - webapp.contextPath=/openmeetings1
 for every instance

 webapps/openmeetings/WEB-INF/red5-web.properties
 webapps/openmeetings-1/WEB-INF/red5-web.properties


 So now instanses look like this:

 webapp.virtualHosts=*,localhost, 127.0.0.1
 webapp.contextPath=/openmeetings


 webapp.virtualHosts=*,localhost, 127.0.0.1

 webapp.contextPath=/openmeetings-1

 3. restart red5

 4. went to http://Mydomain.com:5080/openmeetings  openmeetings-1

 but OM didn't load to browser - it's stacks with empty page.

 5. so added the line to /red5/red5.bat

 set JAVA_OPTS=-XX:+CMSClassUnloadingEnabled 
 -XX:+CMSPermGenSweepingEnabled -XX:MaxPermSize=128M

 below the line...

 set JAVA_OPTS=%LOGGING_OPTS% %SECURITY_OPTS% %JAVA_OPTS% %JVM_OPTS% 
 %JYTHON_OPTS%
 set JAVA_OPTS=-XX:+CMSClassUnloadingEnabled 
 -XX:+CMSPermGenSweepingEnabled -XX:MaxPermSize=128M

 but red5 doesn't start

 what i'm doing wrong?

 Thank you




 --
 WBR
 Maxim aka solomax





 --
 WBR
 Maxim aka solomax





 --
 WBR
 Maxim aka solomax





 --
 WBR
 Maxim aka solomax



Re: Running multiple Openmeetings instances on the same server

2015-03-12 Thread Maxim Solodovnik
please check config.xml for both instances, it should have correct
ports/contexts/etc.
Also check Admin-configs (application.base.url and maybe some others)

On Fri, Mar 13, 2015 at 6:03 AM, Mark Lin mlin40...@gmail.com wrote:

 Ok  - fixed the errors and now i can load the 2 openmeetings instance,
 enter rooms...

 but i can't record at instance openmeetings-1.

 what do i need to customize ?

 Thank you

 2015-03-09 18:35 GMT+02:00 Maxim Solodovnik solomax...@gmail.com:

 please examine red5.log from both instances and fix all errors


 On Mon, Mar 9, 2015 at 7:45 PM, Mark Lin mlin40...@gmail.com wrote:

 attached logs
 noticed:
 i can log just to one of the instance, the other instance refer me to -
 http:/My_Domain.com:5080/openmeetings/notinited page...
 It doesn't matter wiche one you choose to load
 after loading the first time it remain as at the first time loading:
 meaning the one that was load i can log to  any time and the other
 stacked at the notinited page

 *OpenMeetings - Loading ...*

 The server is not yet completely initialized. Please try again in a
 couple of seconds.

 If this message persists for several minutes contact your
 Sys-Administration.

 If that message stays forever you should check the logs located in

 openmeetings_install_dir/log

 folder, probably your database user/pwd/host is wrong!


 On Mon, Mar 9, 2015 at 9:08 AM, Maxim Solodovnik solomax...@gmail.com
 wrote:

 any errors in the logs?

 On Mon, Mar 9, 2015 at 12:20 AM, Mark Lin mlin40...@gmail.com wrote:

 changed the config file to - red5httpport5081/red5httpport
 but nothing

 On Sun, Mar 8, 2015 at 7:38 PM, Maxim Solodovnik solomax...@gmail.com
 wrote:

 yes, port (or maybe ports) need to be changed


 On Sun, Mar 8, 2015 at 11:19 PM, Mark Lin mlin40...@gmail.com wrote:

 so i need to change the port at the config file of the particular
 instance.
 That's all?

 On Sun, Mar 8, 2015 at 6:54 PM, Maxim Solodovnik 
 solomax...@gmail.com wrote:

 I have memory issues while starting 2 OM instances this way
 you need to check red5.log for the exact error

 I personally prefer to start another OM instance as separate process
 on different port (for ex. 5081)

 On Sat, Mar 7, 2015 at 9:01 PM, Mark Lin mlin40...@gmail.com
 wrote:

 Hello, Dedicate VPS
 I'm Testing this method according to -
 http://openmeetings.apache.org/WebappNamePath.html

 1. $Commands  cp -r /red5/openmeetings /red5/openmeetings-1
 2. I added line - webapp.contextPath=/openmeetings1
 for every instance

 webapps/openmeetings/WEB-INF/red5-web.properties
 webapps/openmeetings-1/WEB-INF/red5-web.properties


 So now instanses look like this:

 webapp.virtualHosts=*,localhost, 127.0.0.1
 webapp.contextPath=/openmeetings


 webapp.virtualHosts=*,localhost, 127.0.0.1

 webapp.contextPath=/openmeetings-1

 3. restart red5

 4. went to http://Mydomain.com:5080/openmeetings  openmeetings-1

 but OM didn't load to browser - it's stacks with empty page.

 5. so added the line to /red5/red5.bat

 set JAVA_OPTS=-XX:+CMSClassUnloadingEnabled 
 -XX:+CMSPermGenSweepingEnabled -XX:MaxPermSize=128M

 below the line...

 set JAVA_OPTS=%LOGGING_OPTS% %SECURITY_OPTS% %JAVA_OPTS% %JVM_OPTS% 
 %JYTHON_OPTS%
 set JAVA_OPTS=-XX:+CMSClassUnloadingEnabled 
 -XX:+CMSPermGenSweepingEnabled -XX:MaxPermSize=128M

 but red5 doesn't start

 what i'm doing wrong?

 Thank you




 --
 WBR
 Maxim aka solomax





 --
 WBR
 Maxim aka solomax





 --
 WBR
 Maxim aka solomax





 --
 WBR
 Maxim aka solomax




-- 
WBR
Maxim aka solomax


Re: Running multiple Openmeetings instances on the same server

2015-03-09 Thread Maxim Solodovnik
please examine red5.log from both instances and fix all errors

On Mon, Mar 9, 2015 at 7:45 PM, Mark Lin mlin40...@gmail.com wrote:

 attached logs
 noticed:
 i can log just to one of the instance, the other instance refer me to -
 http:/My_Domain.com:5080/openmeetings/notinited page...
 It doesn't matter wiche one you choose to load
 after loading the first time it remain as at the first time loading:
 meaning the one that was load i can log to  any time and the other stacked
 at the notinited page

 *OpenMeetings - Loading ...*

 The server is not yet completely initialized. Please try again in a couple
 of seconds.

 If this message persists for several minutes contact your
 Sys-Administration.

 If that message stays forever you should check the logs located in

 openmeetings_install_dir/log

 folder, probably your database user/pwd/host is wrong!


 On Mon, Mar 9, 2015 at 9:08 AM, Maxim Solodovnik solomax...@gmail.com
 wrote:

 any errors in the logs?

 On Mon, Mar 9, 2015 at 12:20 AM, Mark Lin mlin40...@gmail.com wrote:

 changed the config file to - red5httpport5081/red5httpport
 but nothing

 On Sun, Mar 8, 2015 at 7:38 PM, Maxim Solodovnik solomax...@gmail.com
 wrote:

 yes, port (or maybe ports) need to be changed


 On Sun, Mar 8, 2015 at 11:19 PM, Mark Lin mlin40...@gmail.com wrote:

 so i need to change the port at the config file of the particular
 instance.
 That's all?

 On Sun, Mar 8, 2015 at 6:54 PM, Maxim Solodovnik solomax...@gmail.com
  wrote:

 I have memory issues while starting 2 OM instances this way
 you need to check red5.log for the exact error

 I personally prefer to start another OM instance as separate process
 on different port (for ex. 5081)

 On Sat, Mar 7, 2015 at 9:01 PM, Mark Lin mlin40...@gmail.com wrote:

 Hello, Dedicate VPS
 I'm Testing this method according to -
 http://openmeetings.apache.org/WebappNamePath.html

 1. $Commands  cp -r /red5/openmeetings /red5/openmeetings-1
 2. I added line - webapp.contextPath=/openmeetings1
 for every instance

 webapps/openmeetings/WEB-INF/red5-web.properties
 webapps/openmeetings-1/WEB-INF/red5-web.properties


 So now instanses look like this:

 webapp.virtualHosts=*,localhost, 127.0.0.1
 webapp.contextPath=/openmeetings


 webapp.virtualHosts=*,localhost, 127.0.0.1

 webapp.contextPath=/openmeetings-1

 3. restart red5

 4. went to http://Mydomain.com:5080/openmeetings  openmeetings-1

 but OM didn't load to browser - it's stacks with empty page.

 5. so added the line to /red5/red5.bat

 set JAVA_OPTS=-XX:+CMSClassUnloadingEnabled 
 -XX:+CMSPermGenSweepingEnabled -XX:MaxPermSize=128M

 below the line...

 set JAVA_OPTS=%LOGGING_OPTS% %SECURITY_OPTS% %JAVA_OPTS% %JVM_OPTS% 
 %JYTHON_OPTS%
 set JAVA_OPTS=-XX:+CMSClassUnloadingEnabled 
 -XX:+CMSPermGenSweepingEnabled -XX:MaxPermSize=128M

 but red5 doesn't start

 what i'm doing wrong?

 Thank you




 --
 WBR
 Maxim aka solomax





 --
 WBR
 Maxim aka solomax





 --
 WBR
 Maxim aka solomax





-- 
WBR
Maxim aka solomax


Re: Running multiple Openmeetings instances on the same server

2015-03-09 Thread Maxim Solodovnik
any errors in the logs?

On Mon, Mar 9, 2015 at 12:20 AM, Mark Lin mlin40...@gmail.com wrote:

 changed the config file to - red5httpport5081/red5httpport
 but nothing

 On Sun, Mar 8, 2015 at 7:38 PM, Maxim Solodovnik solomax...@gmail.com
 wrote:

 yes, port (or maybe ports) need to be changed


 On Sun, Mar 8, 2015 at 11:19 PM, Mark Lin mlin40...@gmail.com wrote:

 so i need to change the port at the config file of the particular
 instance.
 That's all?

 On Sun, Mar 8, 2015 at 6:54 PM, Maxim Solodovnik solomax...@gmail.com
 wrote:

 I have memory issues while starting 2 OM instances this way
 you need to check red5.log for the exact error

 I personally prefer to start another OM instance as separate process on
 different port (for ex. 5081)

 On Sat, Mar 7, 2015 at 9:01 PM, Mark Lin mlin40...@gmail.com wrote:

 Hello, Dedicate VPS
 I'm Testing this method according to -
 http://openmeetings.apache.org/WebappNamePath.html

 1. $Commands  cp -r /red5/openmeetings /red5/openmeetings-1
 2. I added line - webapp.contextPath=/openmeetings1
 for every instance

 webapps/openmeetings/WEB-INF/red5-web.properties
 webapps/openmeetings-1/WEB-INF/red5-web.properties


 So now instanses look like this:

 webapp.virtualHosts=*,localhost, 127.0.0.1
 webapp.contextPath=/openmeetings


 webapp.virtualHosts=*,localhost, 127.0.0.1

 webapp.contextPath=/openmeetings-1

 3. restart red5

 4. went to http://Mydomain.com:5080/openmeetings  openmeetings-1

 but OM didn't load to browser - it's stacks with empty page.

 5. so added the line to /red5/red5.bat

 set JAVA_OPTS=-XX:+CMSClassUnloadingEnabled 
 -XX:+CMSPermGenSweepingEnabled -XX:MaxPermSize=128M

 below the line...

 set JAVA_OPTS=%LOGGING_OPTS% %SECURITY_OPTS% %JAVA_OPTS% %JVM_OPTS% 
 %JYTHON_OPTS%
 set JAVA_OPTS=-XX:+CMSClassUnloadingEnabled 
 -XX:+CMSPermGenSweepingEnabled -XX:MaxPermSize=128M

 but red5 doesn't start

 what i'm doing wrong?

 Thank you




 --
 WBR
 Maxim aka solomax





 --
 WBR
 Maxim aka solomax





-- 
WBR
Maxim aka solomax


Re: Running multiple Openmeetings instances on the same server

2015-03-08 Thread Mark Lin
changed the config file to - red5httpport5081/red5httpport
but nothing

On Sun, Mar 8, 2015 at 7:38 PM, Maxim Solodovnik solomax...@gmail.com
wrote:

 yes, port (or maybe ports) need to be changed


 On Sun, Mar 8, 2015 at 11:19 PM, Mark Lin mlin40...@gmail.com wrote:

 so i need to change the port at the config file of the particular
 instance.
 That's all?

 On Sun, Mar 8, 2015 at 6:54 PM, Maxim Solodovnik solomax...@gmail.com
 wrote:

 I have memory issues while starting 2 OM instances this way
 you need to check red5.log for the exact error

 I personally prefer to start another OM instance as separate process on
 different port (for ex. 5081)

 On Sat, Mar 7, 2015 at 9:01 PM, Mark Lin mlin40...@gmail.com wrote:

 Hello, Dedicate VPS
 I'm Testing this method according to -
 http://openmeetings.apache.org/WebappNamePath.html

 1. $Commands  cp -r /red5/openmeetings /red5/openmeetings-1
 2. I added line - webapp.contextPath=/openmeetings1
 for every instance

 webapps/openmeetings/WEB-INF/red5-web.properties
 webapps/openmeetings-1/WEB-INF/red5-web.properties


 So now instanses look like this:

 webapp.virtualHosts=*,localhost, 127.0.0.1
 webapp.contextPath=/openmeetings


 webapp.virtualHosts=*,localhost, 127.0.0.1

 webapp.contextPath=/openmeetings-1

 3. restart red5

 4. went to http://Mydomain.com:5080/openmeetings  openmeetings-1

 but OM didn't load to browser - it's stacks with empty page.

 5. so added the line to /red5/red5.bat

 set JAVA_OPTS=-XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled 
 -XX:MaxPermSize=128M

 below the line...

 set JAVA_OPTS=%LOGGING_OPTS% %SECURITY_OPTS% %JAVA_OPTS% %JVM_OPTS% 
 %JYTHON_OPTS%
 set JAVA_OPTS=-XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled 
 -XX:MaxPermSize=128M

 but red5 doesn't start

 what i'm doing wrong?

 Thank you




 --
 WBR
 Maxim aka solomax





 --
 WBR
 Maxim aka solomax



Re: Running multiple Openmeetings instances on the same server

2015-03-08 Thread Maxim Solodovnik
I have memory issues while starting 2 OM instances this way
you need to check red5.log for the exact error

I personally prefer to start another OM instance as separate process on
different port (for ex. 5081)

On Sat, Mar 7, 2015 at 9:01 PM, Mark Lin mlin40...@gmail.com wrote:

 Hello, Dedicate VPS
 I'm Testing this method according to -
 http://openmeetings.apache.org/WebappNamePath.html

 1. $Commands  cp -r /red5/openmeetings /red5/openmeetings-1
 2. I added line - webapp.contextPath=/openmeetings1
 for every instance

 webapps/openmeetings/WEB-INF/red5-web.properties
 webapps/openmeetings-1/WEB-INF/red5-web.properties


 So now instanses look like this:

 webapp.virtualHosts=*,localhost, 127.0.0.1
 webapp.contextPath=/openmeetings


 webapp.virtualHosts=*,localhost, 127.0.0.1

 webapp.contextPath=/openmeetings-1

 3. restart red5

 4. went to http://Mydomain.com:5080/openmeetings  openmeetings-1

 but OM didn't load to browser - it's stacks with empty page.

 5. so added the line to /red5/red5.bat

 set JAVA_OPTS=-XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled 
 -XX:MaxPermSize=128M

 below the line...

 set JAVA_OPTS=%LOGGING_OPTS% %SECURITY_OPTS% %JAVA_OPTS% %JVM_OPTS% 
 %JYTHON_OPTS%
 set JAVA_OPTS=-XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled 
 -XX:MaxPermSize=128M

 but red5 doesn't start

 what i'm doing wrong?

 Thank you




-- 
WBR
Maxim aka solomax


Re: Running multiple Openmeetings instances on the same server

2015-03-08 Thread Mark Lin
so i need to change the port at the config file of the particular instance.
That's all?

On Sun, Mar 8, 2015 at 6:54 PM, Maxim Solodovnik solomax...@gmail.com
wrote:

 I have memory issues while starting 2 OM instances this way
 you need to check red5.log for the exact error

 I personally prefer to start another OM instance as separate process on
 different port (for ex. 5081)

 On Sat, Mar 7, 2015 at 9:01 PM, Mark Lin mlin40...@gmail.com wrote:

 Hello, Dedicate VPS
 I'm Testing this method according to -
 http://openmeetings.apache.org/WebappNamePath.html

 1. $Commands  cp -r /red5/openmeetings /red5/openmeetings-1
 2. I added line - webapp.contextPath=/openmeetings1
 for every instance

 webapps/openmeetings/WEB-INF/red5-web.properties
 webapps/openmeetings-1/WEB-INF/red5-web.properties


 So now instanses look like this:

 webapp.virtualHosts=*,localhost, 127.0.0.1
 webapp.contextPath=/openmeetings


 webapp.virtualHosts=*,localhost, 127.0.0.1

 webapp.contextPath=/openmeetings-1

 3. restart red5

 4. went to http://Mydomain.com:5080/openmeetings  openmeetings-1

 but OM didn't load to browser - it's stacks with empty page.

 5. so added the line to /red5/red5.bat

 set JAVA_OPTS=-XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled 
 -XX:MaxPermSize=128M

 below the line...

 set JAVA_OPTS=%LOGGING_OPTS% %SECURITY_OPTS% %JAVA_OPTS% %JVM_OPTS% 
 %JYTHON_OPTS%
 set JAVA_OPTS=-XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled 
 -XX:MaxPermSize=128M

 but red5 doesn't start

 what i'm doing wrong?

 Thank you




 --
 WBR
 Maxim aka solomax



Running multiple Openmeetings instances on the same server

2015-03-07 Thread Mark Lin
Hello, Dedicate VPS
I'm Testing this method according to -
http://openmeetings.apache.org/WebappNamePath.html

1. $Commands  cp -r /red5/openmeetings /red5/openmeetings-1
2. I added line - webapp.contextPath=/openmeetings1
for every instance

webapps/openmeetings/WEB-INF/red5-web.properties
webapps/openmeetings-1/WEB-INF/red5-web.properties


So now instanses look like this:

webapp.virtualHosts=*,localhost, 127.0.0.1
webapp.contextPath=/openmeetings


webapp.virtualHosts=*,localhost, 127.0.0.1

webapp.contextPath=/openmeetings-1

3. restart red5

4. went to http://Mydomain.com:5080/openmeetings  openmeetings-1

but OM didn't load to browser - it's stacks with empty page.

5. so added the line to /red5/red5.bat

set JAVA_OPTS=-XX:+CMSClassUnloadingEnabled
-XX:+CMSPermGenSweepingEnabled -XX:MaxPermSize=128M

below the line...

set JAVA_OPTS=%LOGGING_OPTS% %SECURITY_OPTS% %JAVA_OPTS% %JVM_OPTS%
%JYTHON_OPTS%
set JAVA_OPTS=-XX:+CMSClassUnloadingEnabled
-XX:+CMSPermGenSweepingEnabled -XX:MaxPermSize=128M

but red5 doesn't start

what i'm doing wrong?

Thank you