You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by George Kirkham <gk...@co2crc.com.au> on 2012/08/07 16:50:29 UTC

RE: red5 did not start

For my Debian and Ubuntu installations the mysql command looks more like

 

mysql -h localhost -u openmeetings -p openmeetings

 

Where the database is called openmeetings and the user account is openmeetings and I am prompted to enter my password.

 

As Maxim suggested, testing and proving your ability to connect to your OpenMeetings mysql database from the command line is best then think about the following questions I have asked so that we can better understand your installation’s configuration.

 

In your folder “in the folder $red5/webapps/openmeetings/WEB-INF/lib/” how many mysql-connector*.* files do you have ?

 

For example;

# ls -al /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector*.*

-rwxrwxr-x 1 nobody root 724213 Jun 26 09:39 /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector-java-jar-5.1.9.jar

 

One time I ended up with two mysql jar files in the folder.

 

I do not use SSL, so I am curious what you might mean by “I changed the rtmp port to 443 in both files”.  What is the path and file names of these two files?  And exactly  what settings in these files did you change?

 

A suggestion is to return the ports back to what they were originally and to try again.

 

Have you successed in using the Installation URL http://xxx.xxx.xxx.xxx:5080/openmeetings/install   where xxx.xxx.xxx.xxx   is the IP address of your Openmeetings server ?

 

Thanks,

 

George Kirkham

 

 

 

From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Wednesday, 8 August 2012 12:34 AM
To: openmeetings-user@incubator.apache.org
Subject: Re: red5 did not start

 

I'm afraid I see no issue in 1 line log you have sent.

 

Are you able to connect using command line mysql:

mysql --host=localhost -u user -p openmeetings

?

 

On Tue, Aug 7, 2012 at 9:27 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

Hi all,
now is the file mysql-connector-java-5.1.21-bin.jar in the folder $red5/webapps/openmeetings/WEB-INF/lib/, but it still not work. The mysql monitor works fine with the database. So it seems to be an issue with the JConnector. Are all versions of the JConnector compatible with openmeetings? Or could it be a java problem?
In the log-files are only this entries:
openmeetings.log: DEBUG 08-07 14:41:32.895 ContextLoggingListener.java 22 72 ROOT [main] - Starting up context openmeetings
0.0.0.0_access.2012-08-07.log: 95.143.90.206 - - [07/Aug/2012:15:00:43 +0200] "GET /openmeetings/install HTTP/1.1" 200 1256
Thank you for your assistence.
Walter


Am 07.08.2012 13:10, schrieb Maxim Solodovnik: 

	You need to copy only file with name like this: mysql-connector-java-jar-5.1.9.jar (not the whole folder, I'll hopefully will update documentation and mention it)

	On Tue, Aug 7, 2012 at 5:50 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

	Hello Maxim,
	yes, I did. But the JConnector comes in a folder, which I put in the described folder. The foldername of the JConnector includes the version number. Maybe it is nescecary to define a symlink? Or is only a special file of this folder to put into the library directory? It wasn't clear for me.
	Thank you for your patience with me.
	Walter
	
	Am 07.08.2012 11:01, schrieb Maxim Solodovnik: 

	Are you using OM build from the sources or you have download binaries? 

	 

	If you have download binaries have you add mysql driver to it as describer here:  http://incubator.apache.org/openmeetings/MySQLConfig.html   Steps todo 

	On Tue, Aug 7, 2012 at 3:16 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

	Thank you Maxim,
	you are right. I edited by accident something in this file.
	Now it works, but it seems, that the database is not reachable.
	In the persistence.xml file is "Url=jdbc:mysql://localhost:3306/openmeetings where
	localhost is the hostname
	3306 is the MySQL connection port
	openmeetings is the database name
	Is this correct?
	Of corse I edited username and password. So I can not see any error. The database I created with plesk panel and is working fine.
	Are there other possible errors, which cause, that the install program can not start?
	Thank you very much for help
	
	-- 
	Mit freundlichen Grüßen
	Walter Neumann
	Bürostudio Neumann
	Lundenburger Straße 57
	2143 Großkrut
	Österreich
	Tel. +43 664 1826291
	Skype: wneumann1
	Internet: http://www.buerostudio-neumann.at
	
	
	
	Am 06.08.2012 19:39, schrieb Maxim Solodovnik: 

	Hello Walter, 

	 

	According to the log

	Could not resolve placeholder 'jmx.mina.poll.interval'

	 

	which is placeholder is defined in red5/conf/red5.properties

	have you changed anything except persistence.xml?

	On Mon, Aug 6, 2012 at 9:53 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

	Hello,
	I tried to setup Openmeetings 2.0.0 r 1361497 on my CentOS 5.5 server.
	I changed the mysql_persistence.xml -> persistence.xml and edited dbhost user and password.
	I changed the rtmp port to 443 in both files.
	After starting red5 come some error messages:
	
	Logback selector: org.red5.logging.LoggingContextSelector
	16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
	16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
	16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/usr/src/om/conf/logback.xml]
	16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs multiple times on the classpath.
	16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
	16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
	16:41:46,125 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
	16:41:46,128 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
	16:41:46,132 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [CONSOLE]
	16:41:46,163 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
	16:41:46,211 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
	16:41:46,214 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [FILE]
	16:41:46,223 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
	16:41:46,238 |-INFO in ch.qos.logback.core.FileAppender[FILE] - File property is set to [log/red5.log]
	16:41:46,239 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
	16:41:46,239 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [ERRORFILE]
	16:41:46,244 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
	16:41:46,245 |-INFO in ch.qos.logback.core.FileAppender[ERRORFILE] - File property is set to [log/error.log]
	16:41:46,245 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - ROOT level set to INFO
	16:41:46,245 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [CONSOLE] to Logger[ROOT]
	16:41:46,246 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [FILE] to Logger[ROOT]
	16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.springframework level set to INFO
	16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.apache level set to INFO
	16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - ch.qos level set to WARN
	16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
	16:41:46,248 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@33d6f122 - Registering current configuration as safe fallback point
	
	Setting default logging context: default
	[INFO] [main] org.red5.server.Launcher - Red5 Server 1.0.0 RC3 $Rev: 4387 $ (http://code.google.com/p/red5/)
	Red5 Server 1.0.0 RC3 $Rev: 4387 $ (http://code.google.com/p/red5/)
	SLF4J: Class path contains multiple SLF4J bindings.
	SLF4J: Found binding in [jar:file:/usr/src/om/red5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
	SLF4J: Found binding in [jar:file:/usr/src/om/lib/logback-classic-1.0.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
	SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
	[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContext - Refreshing org.springframework.context.support.FileSystemXmlApplicationContext@2f774b9b: startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
	[INFO] [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [red5.xml]
	[INFO] [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [jee-container.xml]
	[INFO] [main] org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - Loading properties file from class path resource [red5.properties]
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3: defining beans [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server]; root of factory hierarchy
	[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContext - Refreshing org.springframework.context.support.FileSystemXmlApplicationContext@a0b1cd0: startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
	[INFO] [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [red5-common.xml]
	[INFO] [main] org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - Loading properties file from class path resource [red5.properties]
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3: defining beans [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream]; root of factory hierarchy
	[INFO] [main] org.springframework.remoting.rmi.RmiRegistryFactoryBean - Creating new RMI registry
	[INFO] [main] org.springframework.jmx.support.ConnectorServerFactoryBean - JMX connector server started: javax.management.remote.rmi.RMIConnectorServer@10b914b3
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Registering beans for JMX exposure on startup
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean with name 'org.springframework.jmx.support.ConnectorServerFactoryBean#0' has been autodetected for JMX exposure
	[INFO] [main] org.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
	[INFO] [main] org.quartz.core.QuartzScheduler - Quartz Scheduler v.1.8.5 created.
	[INFO] [main] org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v1.8.5) 'Red5_Scheduler' with instanceId 's15435587.onlinehome-server.info1344264107349'
	  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 4 threads.
	  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
	
	[INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'Red5_Scheduler' initialized from default resource file in Quartz package: 'quartz.properties'
	[INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 1.8.5
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 started.
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean with name 'schedulingService' has been autodetected for JMX exposure
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean with name 'clientBroadcastStream' has been autodetected for JMX exposure
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Located MBean 'org.springframework.jmx.support.ConnectorServerFactoryBean#0': registering with JMX server as MBean [org.red5.server:name=org.springframework.jmx.support.ConnectorServerFactoryBean#0,type=RMIConnectorServer]
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Located MBean 'schedulingService': registering with JMX server as MBean [org.red5.server:name=schedulingService,type=QuartzSchedulingService]
	[INFO] [main] org.red5.server.service.WarDeployer - War deployer service created
	[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContext - Refreshing org.springframework.context.support.FileSystemXmlApplicationContext@2e67cd84: startup date [Mon Aug 06 16:41:47 CEST 2012]; parent: ApplicationContext 'red5.common'
	[INFO] [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [red5-core.xml]
	[INFO] [main] org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - Loading properties file from class path resource [red5.properties]
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@24bb6086: defining beans [customEditorConfigurer,placeholderConfig,rtmpMinaConnManager,rtmpHandler,rtmpMinaIoHandler,rtmpTransport,rtmpMinaConnection,rtmptConnManager,rtmptHandler,rtmptServlet,rtmptConnection]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3: defining beans [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server]; root of factory hierarchy
	[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContext - Closing ApplicationContext 'red5.common': startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3: defining beans [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream]; root of factory hierarchy
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Unregistering JMX-exposed beans on shutdown
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutting down.
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 paused.
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutdown complete.
	[INFO] [main] org.springframework.jmx.support.ConnectorServerFactoryBean - Stopping JMX connector server: javax.management.remote.rmi.RMIConnectorServer@10b914b3
	[INFO] [main] org.springframework.remoting.rmi.RmiRegistryFactoryBean - Unexporting RMI registry
	Exception org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'red5.core' defined in class path resource [red5.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.springframework.context.support.FileSystemXmlApplicationContext]: Constructor threw exception; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'rtmpTransport' defined in class path resource [red5-core.xml]: Could not resolve placeholder 'jmx.mina.poll.interval'
	
	Any help would be welcome.
	Thank you
	
	
	-- 
	Mit freundlichen Grüßen
	Walter Neumann
	Bürostudio Neumann
	Lundenburger Straße 57
	2143 Großkrut
	Österreich
	Tel. +43 664 1826291
	Skype: wneumann1
	Internet: http://www.buerostudio-neumann.at

	
	
	

	 

	-- 
	WBR
	Maxim aka solomax

	 

	 

	
	
	

	 

	-- 
	WBR
	Maxim aka solomax

	 

	-- 
	Mit freundlichen Grüßen
	Walter Neumann
	Bürostudio Neumann
	Lundenburger Straße 57
	2143 Großkrut
	Österreich
	Tel. +43 664 1826291
	Skype: wneumann1
	Internet: http://www.buerostudio-neumann.at

	
	
	

	 

	-- 
	WBR
	Maxim aka solomax

 

 





 

-- 
WBR
Maxim aka solomax


Re: red5 did not start

Posted by Maxim Solodovnik <so...@gmail.com>.
you also can run ./red5-debug.sh
and watch the progress/exception on the console in realtime

On Wed, Aug 8, 2012 at 5:36 AM, George Kirkham <gk...@co2crc.com.au>wrote:

> Walter,****
>
> ** **
>
> I still think that the message states your problem “folder, probably your
> database user/pwd/host is wrong!”****
>
> ** **
>
> I have had this issue so many times myself.  Of course it could be your
> change of your ports, but unless you provide more detailed information, I
> could not tell.****
>
> ** **
>
> If you run the command “netstat -anp | java” I wonder what response you
> get?****
>
> ** **
>
> Thanks,****
>
> ** **
>
> George Kirkham****
>
> ** **
>
> ** **
>
> *From:* Walter Neumann [mailto:walter@buerostudio-neumann.at]
> *Sent:* Wednesday, 8 August 2012 2:04 AM
>
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: red5 did not start****
>
> ** **
>
> Hi all,
> there is only one mysql-connector file.
> The ports I have returned to the originally one.
> The connection to the server by port 5080 works with IP adress or server
> name. But I receive an error message from the install program:
>
> *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!
>
> This message stays forever.
>
> The error.log is empty.
> The openmeetings.log has only one entry (see below).
> The log of today has only one entry (see below).
> The red5.log has many entries, but always INFO. Only 2 WARN are there:
> 2012-08-07 14:41:34,225 [main] WARN  o.a.a.transport.http.AxisServlet - No
> transportReceiver for org.apache.axis2.transport.http.AxisServletListener
> found. An instance for HTTP will be configured automatically. Please update
> your axis2.xml file!
> 2012-08-07 14:41:34,651 [Launcher:/] WARN  org.red5.server.scope.Scope -
> Invalid scope was not added: [WebScope@2c18b492 Depth = 1, Path =
> '/default', Name = '']
> What else can I do?
> Thank you for all suggestions
> Walter
>
>
> Am 07.08.2012 16:50, schrieb George Kirkham: ****
>
> For my Debian and Ubuntu installations the mysql command looks more like**
> **
>
>  ****
>
> mysql -h localhost -u openmeetings -p openmeetings****
>
>  ****
>
> Where the database is called openmeetings and the user account is
> openmeetings and I am prompted to enter my password.****
>
>  ****
>
> As Maxim suggested, testing and proving your ability to connect to your
> OpenMeetings mysql database from the command line is best then think about
> the following questions I have asked so that we can better understand your
> installation’s configuration.****
>
>  ****
>
> In your folder “in the folder $red5/webapps/openmeetings/WEB-INF/lib/”
> how many mysql-connector*.* files do you have ?****
>
>  ****
>
> For example;****
>
> # ls -al /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector*.*
> ****
>
> -rwxrwxr-x 1 nobody root 724213 Jun 26 09:39
> /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector-java-jar-5.1.9.jar
> ****
>
>  ****
>
> One time I ended up with two mysql jar files in the folder.****
>
>  ****
>
> I do not use SSL, so I am curious what you might mean by “I changed the
> rtmp port to 443 in both files”.  What is the path and file names of
> these two files?  And exactly  what settings in these files did you change?
> ****
>
>  ****
>
> A suggestion is to return the ports back to what they were originally and
> to try again.****
>
>  ****
>
> Have you successed in using the Installation URL
> http://xxx.xxx.xxx.xxx:5080/openmeetings/install   where xxx.xxx.xxx.xxx
>  is the IP address of your Openmeetings server ?****
>
>  ****
>
> Thanks,****
>
>  ****
>
> George Kirkham****
>
>  ****
>
>  ****
>
>  ****
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com<so...@gmail.com>]
>
> *Sent:* Wednesday, 8 August 2012 12:34 AM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: red5 did not start****
>
>  ****
>
> I'm afraid I see no issue in 1 line log you have sent.****
>
>  ****
>
> Are you able to connect using command line mysql:****
>
> mysql --host=localhost -u user -p openmeetings****
>
> ?****
>
>  ****
>
> On Tue, Aug 7, 2012 at 9:27 PM, Walter Neumann <
> walter@buerostudio-neumann.at> wrote:****
>
> Hi all,
> now is the file mysql-connector-java-5.1.21-bin.jar in the folder
> $red5/webapps/openmeetings/WEB-INF/lib/, but it still not work. The mysql
> monitor works fine with the database. So it seems to be an issue with the
> JConnector. Are all versions of the JConnector compatible with
> openmeetings? Or could it be a java problem?
> In the log-files are only this entries:
> openmeetings.log: DEBUG 08-07 14:41:32.895 ContextLoggingListener.java 22
> 72 ROOT [main] - Starting up context openmeetings
> 0.0.0.0_access.2012-08-07.log: 95.143.90.206 - - [07/Aug/2012:15:00:43
> +0200] "GET /openmeetings/install HTTP/1.1" 200 1256
> Thank you for your assistence.
> Walter
>
>
> Am 07.08.2012 13:10, schrieb Maxim Solodovnik: ****
>
> You need to copy only file with name like
> this: mysql-connector-java-jar-5.1.9.jar (not the whole folder, I'll
> hopefully will update documentation and mention it)****
>
> On Tue, Aug 7, 2012 at 5:50 PM, Walter Neumann <
> walter@buerostudio-neumann.at> wrote:****
>
> Hello Maxim,
> yes, I did. But the JConnector comes in a folder, which I put in the
> described folder. The foldername of the JConnector includes the version
> number. Maybe it is nescecary to define a symlink? Or is only a special
> file of this folder to put into the library directory? It wasn't clear for
> me.
> Thank you for your patience with me.
> Walter
>
> Am 07.08.2012 11:01, schrieb Maxim Solodovnik: ****
>
> Are you using OM build from the sources or you have download binaries? ***
> *
>
>  ****
>
> If you have download binaries have you add mysql driver to it as describer
> here:  http://incubator.apache.org/openmeetings/MySQLConfig.html   *Steps
> todo* ****
>
> On Tue, Aug 7, 2012 at 3:16 PM, Walter Neumann <
> walter@buerostudio-neumann.at> wrote:****
>
> Thank you Maxim,
> you are right. I edited by accident something in this file.
> Now it works, but it seems, that the database is not reachable.
> In the persistence.xml file is
> "Url=jdbc:mysql://localhost:3306/openmeetings where
> localhost is the hostname
> 3306 is the MySQL connection port
> openmeetings is the database name
> Is this correct?
> Of corse I edited username and password. So I can not see any error. The
> database I created with plesk panel and is working fine.
> Are there other possible errors, which cause, that the install program can
> not start?
> Thank you very much for help
>
> --
> Mit freundlichen Grüßen
> Walter Neumann
> Bürostudio Neumann
> Lundenburger Straße 57
> 2143 Großkrut
> Österreich
> Tel. +43 664 1826291
> Skype: wneumann1
> Internet: http://www.buerostudio-neumann.at
>
>
>
> Am 06.08.2012 19:39, schrieb Maxim Solodovnik: ****
>
> Hello Walter, ****
>
>  ****
>
> According to the log****
>
> Could not resolve placeholder 'jmx.mina.poll.interval'****
>
>  ****
>
> which is placeholder is defined in red5/conf/red5.properties****
>
> have you changed anything except persistence.xml?****
>
> On Mon, Aug 6, 2012 at 9:53 PM, Walter Neumann <
> walter@buerostudio-neumann.at> wrote:****
>
> Hello,
> I tried to setup Openmeetings 2.0.0 r 1361497 on my CentOS 5.5 server.
> I changed the mysql_persistence.xml -> persistence.xml and edited dbhost
> user and password.
> I changed the rtmp port to 443 in both files.
> After starting red5 come some error messages:
>
> Logback selector: org.red5.logging.LoggingContextSelector
> 16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Could NOT find resource [logback.groovy]
> 16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Could NOT find resource [logback-test.xml]
> 16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Found resource [logback.xml] at [file:/usr/src/om/conf/logback.xml]
> 16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs multiple times on the classpath.
> 16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
> 16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
> 16:41:46,125 |-INFO in
> ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute
> not set
> 16:41:46,128 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
> 16:41:46,132 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> Naming appender as [CONSOLE]
> 16:41:46,163 |-INFO in
> ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default
> type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder]
> property
> 16:41:46,211 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> About to instantiate appender of type [ch.qos.logback.core.FileAppender]
> 16:41:46,214 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> Naming appender as [FILE]
> 16:41:46,223 |-INFO in
> ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default
> type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder]
> property
> 16:41:46,238 |-INFO in ch.qos.logback.core.FileAppender[FILE] - File
> property is set to [log/red5.log]
> 16:41:46,239 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> About to instantiate appender of type [ch.qos.logback.core.FileAppender]
> 16:41:46,239 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> Naming appender as [ERRORFILE]
> 16:41:46,244 |-INFO in
> ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default
> type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder]
> property
> 16:41:46,245 |-INFO in ch.qos.logback.core.FileAppender[ERRORFILE] - File
> property is set to [log/error.log]
> 16:41:46,245 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
> ROOT level set to INFO
> 16:41:46,245 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction
> - Attaching appender named [CONSOLE] to Logger[ROOT]
> 16:41:46,246 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction
> - Attaching appender named [FILE] to Logger[ROOT]
> 16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
> org.springframework level set to INFO
> 16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
> org.apache level set to INFO
> 16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
> ch.qos level set to WARN
> 16:41:46,246 |-INFO in
> ch.qos.logback.classic.joran.action.ConfigurationAction - End of
> configuration.
> 16:41:46,248 |-INFO in
> ch.qos.logback.classic.joran.JoranConfigurator@33d6f122 - Registering
> current configuration as safe fallback point
>
> Setting default logging context: default
> [INFO] [main] org.red5.server.Launcher - Red5 Server 1.0.0 RC3 $Rev: 4387
> $ (http://code.google.com/p/red5/)
> Red5 Server 1.0.0 RC3 $Rev: 4387 $ (http://code.google.com/p/red5/)
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in [
> jar:file:/usr/src/om/red5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in [
> jar:file:/usr/src/om/lib/logback-classic-1.0.3.jar!/org/slf4j/impl/StaticLoggerBinder.class
> ]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
> explanation.
> [INFO] [main]
> org.springframework.context.support.FileSystemXmlApplicationContext -
> Refreshing
> org.springframework.context.support.FileSystemXmlApplicationContext@2f774b9b:
> startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
> [INFO] [main]
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML
> bean definitions from class path resource [red5.xml]
> [INFO] [main]
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML
> bean definitions from class path resource [jee-container.xml]
> [INFO] [main]
> org.springframework.beans.factory.config.PropertyPlaceholderConfigurer -
> Loading properties file from class path resource [red5.properties]
> [INFO] [main]
> org.springframework.beans.factory.support.DefaultListableBeanFactory -
> Pre-instantiating singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3:
> defining beans
> [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
> root of factory hierarchy
> [INFO] [main]
> org.springframework.context.support.FileSystemXmlApplicationContext -
> Refreshing
> org.springframework.context.support.FileSystemXmlApplicationContext@a0b1cd0:
> startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
> [INFO] [main]
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML
> bean definitions from class path resource [red5-common.xml]
> [INFO] [main]
> org.springframework.beans.factory.config.PropertyPlaceholderConfigurer -
> Loading properties file from class path resource [red5.properties]
> [INFO] [main]
> org.springframework.beans.factory.support.DefaultListableBeanFactory -
> Pre-instantiating singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3:
> defining beans
> [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
> root of factory hierarchy
> [INFO] [main] org.springframework.remoting.rmi.RmiRegistryFactoryBean -
> Creating new RMI registry
> [INFO] [main] org.springframework.jmx.support.ConnectorServerFactoryBean -
> JMX connector server started:
> javax.management.remote.rmi.RMIConnectorServer@10b914b3
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter -
> Registering beans for JMX exposure on startup
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean
> with name 'org.springframework.jmx.support.ConnectorServerFactoryBean#0'
> has been autodetected for JMX exposure
> [INFO] [main] org.quartz.core.SchedulerSignalerImpl - Initialized
> Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
> [INFO] [main] org.quartz.core.QuartzScheduler - Quartz Scheduler v.1.8.5
> created.
> [INFO] [main] org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler meta-data:
> Quartz Scheduler (v1.8.5) 'Red5_Scheduler' with instanceId
> 's15435587.onlinehome-server.info1344264107349'
>   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 4 threads.
>   Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support
> persistence. and is not clustered.
>
> [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler
> 'Red5_Scheduler' initialized from default resource file in Quartz package:
> 'quartz.properties'
> [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler
> version: 1.8.5
> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
> Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 started.
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean
> with name 'schedulingService' has been autodetected for JMX exposure
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean
> with name 'clientBroadcastStream' has been autodetected for JMX exposure
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Located
> MBean 'org.springframework.jmx.support.ConnectorServerFactoryBean#0':
> registering with JMX server as MBean
> [org.red5.server:name=org.springframework.jmx.support.ConnectorServerFactoryBean#0,type=RMIConnectorServer]
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Located
> MBean 'schedulingService': registering with JMX server as MBean
> [org.red5.server:name=schedulingService,type=QuartzSchedulingService]
> [INFO] [main] org.red5.server.service.WarDeployer - War deployer service
> created
> [INFO] [main]
> org.springframework.context.support.FileSystemXmlApplicationContext -
> Refreshing
> org.springframework.context.support.FileSystemXmlApplicationContext@2e67cd84:
> startup date [Mon Aug 06 16:41:47 CEST 2012]; parent: ApplicationContext
> 'red5.common'
> [INFO] [main]
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML
> bean definitions from class path resource [red5-core.xml]
> [INFO] [main]
> org.springframework.beans.factory.config.PropertyPlaceholderConfigurer -
> Loading properties file from class path resource [red5.properties]
> [INFO] [main]
> org.springframework.beans.factory.support.DefaultListableBeanFactory -
> Destroying singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@24bb6086:
> defining beans
> [customEditorConfigurer,placeholderConfig,rtmpMinaConnManager,rtmpHandler,rtmpMinaIoHandler,rtmpTransport,rtmpMinaConnection,rtmptConnManager,rtmptHandler,rtmptServlet,rtmptConnection];
> parent:
> org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
> [INFO] [main]
> org.springframework.beans.factory.support.DefaultListableBeanFactory -
> Destroying singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3:
> defining beans
> [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
> root of factory hierarchy
> [INFO] [main]
> org.springframework.context.support.FileSystemXmlApplicationContext -
> Closing ApplicationContext 'red5.common': startup date [Mon Aug 06 16:41:46
> CEST 2012]; root of context hierarchy
> [INFO] [main]
> org.springframework.beans.factory.support.DefaultListableBeanFactory -
> Destroying singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3:
> defining beans
> [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
> root of factory hierarchy
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter -
> Unregistering JMX-exposed beans on shutdown
> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
> Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutting
> down.
> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
> Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 paused.
> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
> Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutdown
> complete.
> [INFO] [main] org.springframework.jmx.support.ConnectorServerFactoryBean -
> Stopping JMX connector server:
> javax.management.remote.rmi.RMIConnectorServer@10b914b3
> [INFO] [main] org.springframework.remoting.rmi.RmiRegistryFactoryBean -
> Unexporting RMI registry
> Exception org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name 'red5.core' defined in class path resource
> [red5.xml]: Instantiation of bean failed; nested exception is
> org.springframework.beans.BeanInstantiationException: Could not instantiate
> bean class
> [org.springframework.context.support.FileSystemXmlApplicationContext]:
> Constructor threw exception; nested exception is
> org.springframework.beans.factory.BeanDefinitionStoreException: Invalid
> bean definition with name 'rtmpTransport' defined in class path resource
> [red5-core.xml]: Could not resolve placeholder 'jmx.mina.poll.interval'
>
> Any help would be welcome.
> Thank you
>
>
> --
> Mit freundlichen Grüßen
> Walter Neumann
> Bürostudio Neumann
> Lundenburger Straße 57
> 2143 Großkrut
> Österreich
> Tel. +43 664 1826291
> Skype: wneumann1
> Internet: http://www.buerostudio-neumann.at****
>
>
>
> ****
>
>  ****
>
> --
> WBR
> Maxim aka solomax****
>
>  ****
>
>  ****
>
>
>
> ****
>
>  ****
>
> --
> WBR
> Maxim aka solomax****
>
>  ****
>
> --
> Mit freundlichen Grüßen
> Walter Neumann
> Bürostudio Neumann
> Lundenburger Straße 57
> 2143 Großkrut
> Österreich
> Tel. +43 664 1826291
> Skype: wneumann1
> Internet: http://www.buerostudio-neumann.at****
>
>
>
> ****
>
>  ****
>
> --
> WBR
> Maxim aka solomax****
>
>  ****
>
>  ****
>
>
>
> ****
>
>  ****
>
> --
> WBR
> Maxim aka solomax****
>
> ** **
>
> ** **
>



-- 
WBR
Maxim aka solomax

Re: Calendar Event rooms

Posted by Maxim Solodovnik <so...@gmail.com>.
AFAIK your observations are correct
Sebastian told some time ago in mailing list that only events of current
day appears in private rooms, but I haven't check it

On Wed, Aug 8, 2012 at 10:04 AM, George Kirkham <gk...@co2crc.com.au>wrote:

> When testing the calendar system the following holds true for me with
> version 2.0;****
>
> ** **
>
> Invited users are able log into OpenMeetings (if they have an account),
> and then via their “Private rooms” they are able to enter a scheduled
> conference room up to two days before the meeting starts.****
>
> ** **
>
> For meetings that are scheduled more than two days away, the scheduled
> meeting’s room does not appear in their “Private rooms”.****
>
> ** **
>
> The emailed invitation links will only work on the day and at the
> scheduled time (and also maybe 15 minutes before the scheduled time?  (it
> has been a bit time consuming to test this).****
>
> ** **
>
> Is my description the expected behaviour of OpenMeetings?****
>
> ** **
>
> Thanks, George.****
>
> ** **
>
> Hi,****
>
> ** **
>
> When can invitees enter a Calendar Event conference room ?****
>
> ** **
>
> Often people will enter a conference room about 5 minutes before the
> meeting starts, but I believe that with OpenMeetings invitees cannot
> actually enter the meeting room until after the actual scheduled time of
> the meeting? ****
>
> ** **
>
> After the scheduled time, how can the invitees enter the room?   I know
> they can enter by the invitation or the reminder email links, but does the
> meeting room show up in their “Private rooms” allowing them to also enter
> the room by logging into OpenMeetings and selecting Private rooms and then
> the scheduled meetings room?****
>
> ** **
>
> Thanks,****
>
> ** **
>
> George Kirkham****
>



-- 
WBR
Maxim aka solomax

RE: Calendar Event rooms

Posted by George Kirkham <gk...@co2crc.com.au>.
When testing the calendar system the following holds true for me with version 2.0;

 

Invited users are able log into OpenMeetings (if they have an account), and then via their “Private rooms” they are able to enter a scheduled conference room up to two days before the meeting starts.

 

For meetings that are scheduled more than two days away, the scheduled meeting’s room does not appear in their “Private rooms”.

 

The emailed invitation links will only work on the day and at the scheduled time (and also maybe 15 minutes before the scheduled time?  (it has been a bit time consuming to test this).

 

Is my description the expected behaviour of OpenMeetings?

 

Thanks, George.

 

Hi,

 

When can invitees enter a Calendar Event conference room ?

 

Often people will enter a conference room about 5 minutes before the meeting starts, but I believe that with OpenMeetings invitees cannot actually enter the meeting room until after the actual scheduled time of the meeting? 

 

After the scheduled time, how can the invitees enter the room?   I know they can enter by the invitation or the reminder email links, but does the meeting room show up in their “Private rooms” allowing them to also enter the room by logging into OpenMeetings and selecting Private rooms and then the scheduled meetings room?

 

Thanks,

 

George Kirkham


Calendar Event rooms

Posted by George Kirkham <gk...@co2crc.com.au>.
Hi,

 

When can invitees enter a Calendar Event conference room ?

 

Often people will enter a conference room about 5 minutes before the meeting starts, but I believe that with OpenMeetings invitees cannot actually enter the meeting room until after the actual scheduled time of the meeting? 

 

After the scheduled time, how can the invitees enter the room?   I know they can enter by the invitation or the reminder email links, but does the meeting room show up in their “Private rooms” allowing them to also enter the room by logging into OpenMeetings and selecting Private rooms and then the scheduled meetings room?

 

Thanks,

 

George Kirkham


Re: red5 did not start

Posted by Walter Neumann <wa...@buerostudio-neumann.at>.
Thanks for your answer. Yes, this is one option. But if the server is 
not upcoming after more then a half hour, then is another problem. 
Unfortunately are there not any messages in the logfiles. Only the 
red5.log. I include this logfile. Perhaps someone can interpret this 
messages.
Walter


Am 07.08.2012 18:13, schrieb Maxim Solodovnik:
> This message is not error.
> It only states you have accessed OM before it is up.
> Try reload this page in a few seconds.
>
> The best way is to restart OM
> wait until
> tail -f openmeetings.log|grep -i loademot
>
> will return anything like "loademot completed"
> then access OM
>
> simple page reloading should help :)
>
> On Tue, Aug 7, 2012 at 11:03 PM, Walter Neumann 
> <walter@buerostudio-neumann.at <ma...@buerostudio-neumann.at>> 
> wrote:
>
>     Hi all,
>     there is only one mysql-connector file.
>     The ports I have returned to the originally one.
>     The connection to the server by port 5080 works with IP adress or
>     server name. But I receive an error message from the install program:
>
>     *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!
>
>     This message stays forever.
>
>     The error.log is empty.
>     The openmeetings.log has only one entry (see below).
>     The log of today has only one entry (see below).
>     The red5.log has many entries, but always INFO. Only 2 WARN are there:
>     2012-08-07 14:41:34,225 [main] WARN 
>     o.a.a.transport.http.AxisServlet - No transportReceiver for
>     org.apache.axis2.transport.http.AxisServletListener found. An
>     instance for HTTP will be configured automatically. Please update
>     your axis2.xml file!
>     2012-08-07 14:41:34,651 [Launcher:/] WARN 
>     org.red5.server.scope.Scope - Invalid scope was not added:
>     [WebScope@2c18b492 Depth = 1, Path = '/default', Name = '']
>     What else can I do?
>     Thank you for all suggestions
>     Walter
>
>
>     Am 07.08.2012 16:50, schrieb George Kirkham:
>>
>>     For my Debian and Ubuntu installations the mysql command looks
>>     more like
>>
>>     mysql -h localhost -u openmeetings -p openmeetings
>>
>>     Where the database is called openmeetings and the user account is
>>     openmeetings and I am prompted to enter my password.
>>
>>     As Maxim suggested, testing and proving your ability to connect
>>     to your OpenMeetings mysql database from the command line is best
>>     then think about the following questions I have asked so that we
>>     can better understand your installation’s configuration.
>>
>>     In your folder “in the folder
>>     $red5/webapps/openmeetings/WEB-INF/lib/” how many
>>     mysql-connector*.* files do you have ?
>>
>>     For example;
>>
>>     # ls -al
>>     /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector*.*
>>
>>     -rwxrwxr-x 1 nobody root 724213 Jun 26 09:39
>>     /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector-java-jar-5.1.9.jar
>>
>>     One time I ended up with two mysql jar files in the folder.
>>
>>     I do not use SSL, so I am curious what you might mean by “I
>>     changed the rtmp port to 443 in both files”.  What is the path
>>     and file names of these two files?  And exactly  what settings in
>>     these files did you change?
>>
>>     A suggestion is to return the ports back to what they were
>>     originally and to try again.
>>
>>     Have you successed in using the Installation URL
>>     http://xxx.xxx.xxx.xxx:5080/openmeetings/install   where
>>     xxx.xxx.xxx.xxx   is the IP address of your Openmeetings server ?
>>
>>     Thanks,
>>
>>     George Kirkham
>>
>>     *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
>>     *Sent:* Wednesday, 8 August 2012 12:34 AM
>>     *To:* openmeetings-user@incubator.apache.org
>>     <ma...@incubator.apache.org>
>>     *Subject:* Re: red5 did not start
>>
>>     I'm afraid I see no issue in 1 line log you have sent.
>>
>>     Are you able to connect using command line mysql:
>>
>>     mysql --host=localhost -u user -p openmeetings
>>
>>     ?
>>
>>     On Tue, Aug 7, 2012 at 9:27 PM, Walter Neumann
>>     <walter@buerostudio-neumann.at
>>     <ma...@buerostudio-neumann.at>> wrote:
>>
>>     Hi all,
>>     now is the file mysql-connector-java-5.1.21-bin.jar in the folder
>>     $red5/webapps/openmeetings/WEB-INF/lib/, but it still not work.
>>     The mysql monitor works fine with the database. So it seems to be
>>     an issue with the JConnector. Are all versions of the JConnector
>>     compatible with openmeetings? Or could it be a java problem?
>>     In the log-files are only this entries:
>>     openmeetings.log: DEBUG 08-07 14:41:32.895
>>     ContextLoggingListener.java 22 72 ROOT [main] - Starting up
>>     context openmeetings
>>     0.0.0.0_access.2012-08-07.log: 95.143.90.206 - -
>>     [07/Aug/2012:15:00:43 +0200] "GET /openmeetings/install HTTP/1.1"
>>     200 1256
>>     Thank you for your assistence.
>>     Walter
>>
>>
>>     Am 07.08.2012 13:10, schrieb Maxim Solodovnik:
>>
>>         You need to copy only file with name like
>>         this: mysql-connector-java-jar-5.1.9.jar (not the whole
>>         folder, I'll hopefully will update documentation and mention it)
>>
>>         On Tue, Aug 7, 2012 at 5:50 PM, Walter Neumann
>>         <walter@buerostudio-neumann.at
>>         <ma...@buerostudio-neumann.at>> wrote:
>>
>>         Hello Maxim,
>>         yes, I did. But the JConnector comes in a folder, which I put
>>         in the described folder. The foldername of the JConnector
>>         includes the version number. Maybe it is nescecary to define
>>         a symlink? Or is only a special file of this folder to put
>>         into the library directory? It wasn't clear for me.
>>         Thank you for your patience with me.
>>         Walter
>>
>>         Am 07.08.2012 11:01, schrieb Maxim Solodovnik:
>>
>>         Are you using OM build from the sources or you have download
>>         binaries?
>>
>>         If you have download binaries have you add mysql driver to it
>>         as describer here:
>>         http://incubator.apache.org/openmeetings/MySQLConfig.html
>>         *Steps todo*
>>
>>         On Tue, Aug 7, 2012 at 3:16 PM, Walter Neumann
>>         <walter@buerostudio-neumann.at
>>         <ma...@buerostudio-neumann.at>> wrote:
>>
>>         Thank you Maxim,
>>         you are right. I edited by accident something in this file.
>>         Now it works, but it seems, that the database is not reachable.
>>         In the persistence.xml file is
>>         "Url=jdbc:mysql://localhost:3306/openmeetings where
>>         localhost is the hostname
>>         3306 is the MySQL connection port
>>         openmeetings is the database name
>>         Is this correct?
>>         Of corse I edited username and password. So I can not see any
>>         error. The database I created with plesk panel and is working
>>         fine.
>>         Are there other possible errors, which cause, that the
>>         install program can not start?
>>         Thank you very much for help
>>
>>         -- 
>>         Mit freundlichen Grüßen
>>         Walter Neumann
>>         Bürostudio Neumann
>>         Lundenburger Straße 57
>>         2143 Großkrut
>>         Österreich
>>         Tel. +43 664 1826291
>>         Skype: wneumann1
>>         Internet: http://www.buerostudio-neumann.at
>>
>>
>>
>>         Am 06.08.2012 19:39, schrieb Maxim Solodovnik:
>>
>>         Hello Walter,
>>
>>         According to the log
>>
>>         Could not resolve placeholder 'jmx.mina.poll.interval'
>>
>>         which is placeholder is defined in red5/conf/red5.properties
>>
>>         have you changed anything except persistence.xml?
>>
>>         On Mon, Aug 6, 2012 at 9:53 PM, Walter Neumann
>>         <walter@buerostudio-neumann.at
>>         <ma...@buerostudio-neumann.at>> wrote:
>>
>>         Hello,
>>         I tried to setup Openmeetings 2.0.0 r 1361497 on my CentOS
>>         5.5 server.
>>         I changed the mysql_persistence.xml -> persistence.xml and
>>         edited dbhost user and password.
>>         I changed the rtmp port to 443 in both files.
>>         After starting red5 come some error messages:
>>
>>         Logback selector: org.red5.logging.LoggingContextSelector
>>         16:41:45,931 |-INFO in
>>         ch.qos.logback.classic.LoggerContext[default] - Could NOT
>>         find resource [logback.groovy]
>>         16:41:45,931 |-INFO in
>>         ch.qos.logback.classic.LoggerContext[default] - Could NOT
>>         find resource [logback-test.xml]
>>         16:41:45,931 |-INFO in
>>         ch.qos.logback.classic.LoggerContext[default] - Found
>>         resource [logback.xml] at [file:/usr/src/om/conf/logback.xml]
>>         16:41:45,933 |-WARN in
>>         ch.qos.logback.classic.LoggerContext[default] - Resource
>>         [logback.xml] occurs multiple times on the classpath.
>>         16:41:45,933 |-WARN in
>>         ch.qos.logback.classic.LoggerContext[default] - Resource
>>         [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
>>         16:41:45,933 |-WARN in
>>         ch.qos.logback.classic.LoggerContext[default] - Resource
>>         [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
>>         16:41:46,125 |-INFO in
>>         ch.qos.logback.classic.joran.action.ConfigurationAction -
>>         debug attribute not set
>>         16:41:46,128 |-INFO in
>>         ch.qos.logback.core.joran.action.AppenderAction - About to
>>         instantiate appender of type
>>         [ch.qos.logback.core.ConsoleAppender]
>>         16:41:46,132 |-INFO in
>>         ch.qos.logback.core.joran.action.AppenderAction - Naming
>>         appender as [CONSOLE]
>>         16:41:46,163 |-INFO in
>>         ch.qos.logback.core.joran.action.NestedComplexPropertyIA -
>>         Assuming default type
>>         [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
>>         [encoder] property
>>         16:41:46,211 |-INFO in
>>         ch.qos.logback.core.joran.action.AppenderAction - About to
>>         instantiate appender of type [ch.qos.logback.core.FileAppender]
>>         16:41:46,214 |-INFO in
>>         ch.qos.logback.core.joran.action.AppenderAction - Naming
>>         appender as [FILE]
>>         16:41:46,223 |-INFO in
>>         ch.qos.logback.core.joran.action.NestedComplexPropertyIA -
>>         Assuming default type
>>         [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
>>         [encoder] property
>>         16:41:46,238 |-INFO in ch.qos.logback.core.FileAppender[FILE]
>>         - File property is set to [log/red5.log]
>>         16:41:46,239 |-INFO in
>>         ch.qos.logback.core.joran.action.AppenderAction - About to
>>         instantiate appender of type [ch.qos.logback.core.FileAppender]
>>         16:41:46,239 |-INFO in
>>         ch.qos.logback.core.joran.action.AppenderAction - Naming
>>         appender as [ERRORFILE]
>>         16:41:46,244 |-INFO in
>>         ch.qos.logback.core.joran.action.NestedComplexPropertyIA -
>>         Assuming default type
>>         [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
>>         [encoder] property
>>         16:41:46,245 |-INFO in
>>         ch.qos.logback.core.FileAppender[ERRORFILE] - File property
>>         is set to [log/error.log]
>>         16:41:46,245 |-INFO in
>>         ch.qos.logback.classic.joran.action.LevelAction - ROOT level
>>         set to INFO
>>         16:41:46,245 |-INFO in
>>         ch.qos.logback.core.joran.action.AppenderRefAction -
>>         Attaching appender named [CONSOLE] to Logger[ROOT]
>>         16:41:46,246 |-INFO in
>>         ch.qos.logback.core.joran.action.AppenderRefAction -
>>         Attaching appender named [FILE] to Logger[ROOT]
>>         16:41:46,246 |-INFO in
>>         ch.qos.logback.classic.joran.action.LevelAction -
>>         org.springframework level set to INFO
>>         16:41:46,246 |-INFO in
>>         ch.qos.logback.classic.joran.action.LevelAction - org.apache
>>         level set to INFO
>>         16:41:46,246 |-INFO in
>>         ch.qos.logback.classic.joran.action.LevelAction - ch.qos
>>         level set to WARN
>>         16:41:46,246 |-INFO in
>>         ch.qos.logback.classic.joran.action.ConfigurationAction - End
>>         of configuration.
>>         16:41:46,248 |-INFO in
>>         ch.qos.logback.classic.joran.JoranConfigurator@33d6f122
>>         <ma...@33d6f122>
>>         - Registering current configuration as safe fallback point
>>
>>         Setting default logging context: default
>>         [INFO] [main] org.red5.server.Launcher - Red5 Server 1.0.0
>>         RC3 $Rev: 4387 $ (http://code.google.com/p/red5/)
>>         Red5 Server 1.0.0 RC3 $Rev: 4387 $
>>         (http://code.google.com/p/red5/)
>>         SLF4J: Class path contains multiple SLF4J bindings.
>>         SLF4J: Found binding in
>>         [jar:file:/usr/src/om/red5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
>>         SLF4J: Found binding in
>>         [jar:file:/usr/src/om/lib/logback-classic-1.0.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
>>         SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings
>>         for an explanation.
>>         [INFO] [main]
>>         org.springframework.context.support.FileSystemXmlApplicationContext
>>         - Refreshing
>>         org.springframework.context.support.FileSystemXmlApplicationContext@2f774b9b
>>         <ma...@2f774b9b>:
>>         startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context
>>         hierarchy
>>         [INFO] [main]
>>         org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>         - Loading XML bean definitions from class path resource
>>         [red5.xml]
>>         [INFO] [main]
>>         org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>         - Loading XML bean definitions from class path resource
>>         [jee-container.xml]
>>         [INFO] [main]
>>         org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
>>         - Loading properties file from class path resource
>>         [red5.properties]
>>         [INFO] [main]
>>         org.springframework.beans.factory.support.DefaultListableBeanFactory
>>         - Pre-instantiating singletons in
>>         org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3
>>         <ma...@3c24c4a3>:
>>         defining beans
>>         [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
>>         root of factory hierarchy
>>         [INFO] [main]
>>         org.springframework.context.support.FileSystemXmlApplicationContext
>>         - Refreshing
>>         org.springframework.context.support.FileSystemXmlApplicationContext@a0b1cd0
>>         <ma...@a0b1cd0>:
>>         startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context
>>         hierarchy
>>         [INFO] [main]
>>         org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>         - Loading XML bean definitions from class path resource
>>         [red5-common.xml]
>>         [INFO] [main]
>>         org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
>>         - Loading properties file from class path resource
>>         [red5.properties]
>>         [INFO] [main]
>>         org.springframework.beans.factory.support.DefaultListableBeanFactory
>>         - Pre-instantiating singletons in
>>         org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
>>         <ma...@1af0b4a3>:
>>         defining beans
>>         [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
>>         root of factory hierarchy
>>         [INFO] [main]
>>         org.springframework.remoting.rmi.RmiRegistryFactoryBean -
>>         Creating new RMI registry
>>         [INFO] [main]
>>         org.springframework.jmx.support.ConnectorServerFactoryBean -
>>         JMX connector server started:
>>         javax.management.remote.rmi.RMIConnectorServer@10b914b3
>>         <ma...@10b914b3>
>>         [INFO] [main]
>>         org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>>         - Registering beans for JMX exposure on startup
>>         [INFO] [main]
>>         org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>>         - Bean with name
>>         'org.springframework.jmx.support.ConnectorServerFactoryBean#0' has
>>         been autodetected for JMX exposure
>>         [INFO] [main] org.quartz.core.SchedulerSignalerImpl -
>>         Initialized Scheduler Signaller of type: class
>>         org.quartz.core.SchedulerSignalerImpl
>>         [INFO] [main] org.quartz.core.QuartzScheduler - Quartz
>>         Scheduler v.1.8.5 created.
>>         [INFO] [main] org.quartz.simpl.RAMJobStore - RAMJobStore
>>         initialized.
>>         [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>>         meta-data: Quartz Scheduler (v1.8.5) 'Red5_Scheduler' with
>>         instanceId 's15435587.onlinehome-server.info1344264107349'
>>           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 4 threads.
>>           Using job-store 'org.quartz.simpl.RAMJobStore' - which does
>>         not support persistence. and is not clustered.
>>
>>         [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz
>>         scheduler 'Red5_Scheduler' initialized from default resource
>>         file in Quartz package: 'quartz.properties'
>>         [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz
>>         scheduler version: 1.8.5
>>         [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>>         Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 started.
>>         [INFO] [main]
>>         org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>>         - Bean with name 'schedulingService' has been autodetected
>>         for JMX exposure
>>         [INFO] [main]
>>         org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>>         - Bean with name 'clientBroadcastStream' has been
>>         autodetected for JMX exposure
>>         [INFO] [main]
>>         org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>>         - Located MBean
>>         'org.springframework.jmx.support.ConnectorServerFactoryBean#0':
>>         registering with JMX server as MBean
>>         [org.red5.server:name=org.springframework.jmx.support.ConnectorServerFactoryBean#0,type=RMIConnectorServer]
>>         [INFO] [main]
>>         org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>>         - Located MBean 'schedulingService': registering with JMX
>>         server as MBean
>>         [org.red5.server:name=schedulingService,type=QuartzSchedulingService]
>>         [INFO] [main] org.red5.server.service.WarDeployer - War
>>         deployer service created
>>         [INFO] [main]
>>         org.springframework.context.support.FileSystemXmlApplicationContext
>>         - Refreshing
>>         org.springframework.context.support.FileSystemXmlApplicationContext@2e67cd84
>>         <ma...@2e67cd84>:
>>         startup date [Mon Aug 06 16:41:47 CEST 2012]; parent:
>>         ApplicationContext 'red5.common'
>>         [INFO] [main]
>>         org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>         - Loading XML bean definitions from class path resource
>>         [red5-core.xml]
>>         [INFO] [main]
>>         org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
>>         - Loading properties file from class path resource
>>         [red5.properties]
>>         [INFO] [main]
>>         org.springframework.beans.factory.support.DefaultListableBeanFactory
>>         - Destroying singletons in
>>         org.springframework.beans.factory.support.DefaultListableBeanFactory@24bb6086
>>         <ma...@24bb6086>:
>>         defining beans
>>         [customEditorConfigurer,placeholderConfig,rtmpMinaConnManager,rtmpHandler,rtmpMinaIoHandler,rtmpTransport,rtmpMinaConnection,rtmptConnManager,rtmptHandler,rtmptServlet,rtmptConnection];
>>         parent:
>>         org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
>>         <ma...@1af0b4a3>
>>         [INFO] [main]
>>         org.springframework.beans.factory.support.DefaultListableBeanFactory
>>         - Destroying singletons in
>>         org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3
>>         <ma...@3c24c4a3>:
>>         defining beans
>>         [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
>>         root of factory hierarchy
>>         [INFO] [main]
>>         org.springframework.context.support.FileSystemXmlApplicationContext
>>         - Closing ApplicationContext 'red5.common': startup date [Mon
>>         Aug 06 16:41:46 CEST 2012]; root of context hierarchy
>>         [INFO] [main]
>>         org.springframework.beans.factory.support.DefaultListableBeanFactory
>>         - Destroying singletons in
>>         org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
>>         <ma...@1af0b4a3>:
>>         defining beans
>>         [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
>>         root of factory hierarchy
>>         [INFO] [main]
>>         org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>>         - Unregistering JMX-exposed beans on shutdown
>>         [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>>         Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutting
>>         down.
>>         [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>>         Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 paused.
>>         [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>>         Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutdown
>>         complete.
>>         [INFO] [main]
>>         org.springframework.jmx.support.ConnectorServerFactoryBean -
>>         Stopping JMX connector server:
>>         javax.management.remote.rmi.RMIConnectorServer@10b914b3
>>         <ma...@10b914b3>
>>         [INFO] [main]
>>         org.springframework.remoting.rmi.RmiRegistryFactoryBean -
>>         Unexporting RMI registry
>>         Exception
>>         org.springframework.beans.factory.BeanCreationException:
>>         Error creating bean with name 'red5.core' defined in class
>>         path resource [red5.xml]: Instantiation of bean failed;
>>         nested exception is
>>         org.springframework.beans.BeanInstantiationException: Could
>>         not instantiate bean class
>>         [org.springframework.context.support.FileSystemXmlApplicationContext]:
>>         Constructor threw exception; nested exception is
>>         org.springframework.beans.factory.BeanDefinitionStoreException:
>>         Invalid bean definition with name 'rtmpTransport' defined in
>>         class path resource [red5-core.xml]: Could not resolve
>>         placeholder 'jmx.mina.poll.interval'
>>
>>         Any help would be welcome.
>>         Thank you
>>
>>
>>         -- 
>>         Mit freundlichen Grüßen
>>         Walter Neumann
>>         Bürostudio Neumann
>>         Lundenburger Straße 57
>>         2143 Großkrut
>>         Österreich
>>         Tel. +43 664 1826291
>>         Skype: wneumann1
>>         Internet: http://www.buerostudio-neumann.at
>>
>>
>>
>>         -- 
>>         WBR
>>         Maxim aka solomax
>>
>>
>>
>>         -- 
>>         WBR
>>         Maxim aka solomax
>>
>>         -- 
>>         Mit freundlichen Grüßen
>>         Walter Neumann
>>         Bürostudio Neumann
>>         Lundenburger Straße 57
>>         2143 Großkrut
>>         Österreich
>>         Tel. +43 664 1826291
>>         Skype: wneumann1
>>         Internet: http://www.buerostudio-neumann.at
>>
>>
>>
>>         -- 
>>         WBR
>>         Maxim aka solomax
>>
>>
>>
>>     -- 
>>     WBR
>>     Maxim aka solomax
>>
>
>
>
>
>
> -- 
> WBR
> Maxim aka solomax



Re: red5 did not start

Posted by Maxim Solodovnik <so...@gmail.com>.
This message is not error.
It only states you have accessed OM before it is up.
Try reload this page in a few seconds.

The best way is to restart OM
wait until
tail -f openmeetings.log|grep -i loademot

will return anything like "loademot completed"
then access OM

simple page reloading should help :)

On Tue, Aug 7, 2012 at 11:03 PM, Walter Neumann <
walter@buerostudio-neumann.at> wrote:

> **
> Hi all,
> there is only one mysql-connector file.
> The ports I have returned to the originally one.
> The connection to the server by port 5080 works with IP adress or server
> name. But I receive an error message from the install program:
>
> *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!
>
> This message stays forever.
>
> The error.log is empty.
> The openmeetings.log has only one entry (see below).
> The log of today has only one entry (see below).
> The red5.log has many entries, but always INFO. Only 2 WARN are there:
> 2012-08-07 14:41:34,225 [main] WARN  o.a.a.transport.http.AxisServlet - No
> transportReceiver for org.apache.axis2.transport.http.AxisServletListener
> found. An instance for HTTP will be configured automatically. Please update
> your axis2.xml file!
> 2012-08-07 14:41:34,651 [Launcher:/] WARN  org.red5.server.scope.Scope -
> Invalid scope was not added: [WebScope@2c18b492 Depth = 1, Path =
> '/default', Name = '']
> What else can I do?
> Thank you for all suggestions
> Walter
>
>
> Am 07.08.2012 16:50, schrieb George Kirkham:
>
>  For my Debian and Ubuntu installations the mysql command looks more like*
> ***
>
> ** **
>
> mysql -h localhost -u openmeetings -p openmeetings****
>
> ** **
>
> Where the database is called openmeetings and the user account is
> openmeetings and I am prompted to enter my password.****
>
> ** **
>
> As Maxim suggested, testing and proving your ability to connect to your
> OpenMeetings mysql database from the command line is best then think about
> the following questions I have asked so that we can better understand your
> installation’s configuration.****
>
> ** **
>
> In your folder “in the folder $red5/webapps/openmeetings/WEB-INF/lib/”
> how many mysql-connector*.* files do you have ?****
>
> ** **
>
> For example;****
>
> # ls -al /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector*.*
> ****
>
> -rwxrwxr-x 1 nobody root 724213 Jun 26 09:39
> /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector-java-jar-5.1.9.jar
> ****
>
> ** **
>
> One time I ended up with two mysql jar files in the folder.****
>
> ** **
>
> I do not use SSL, so I am curious what you might mean by “I changed the
> rtmp port to 443 in both files”.  What is the path and file names of
> these two files?  And exactly  what settings in these files did you change?
> ****
>
> ** **
>
> A suggestion is to return the ports back to what they were originally and
> to try again.****
>
> ** **
>
> Have you successed in using the Installation URL
> http://xxx.xxx.xxx.xxx:5080/openmeetings/install   where xxx.xxx.xxx.xxx
>  is the IP address of your Openmeetings server ?****
>
> ** **
>
> Thanks,****
>
> ** **
>
> George Kirkham****
>
> ** **
>
> ** **
>
> ** **
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com<so...@gmail.com>]
>
> *Sent:* Wednesday, 8 August 2012 12:34 AM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: red5 did not start****
>
> ** **
>
> I'm afraid I see no issue in 1 line log you have sent.****
>
> ** **
>
> Are you able to connect using command line mysql:****
>
> mysql --host=localhost -u user -p openmeetings****
>
> ?****
>
> ** **
>
> On Tue, Aug 7, 2012 at 9:27 PM, Walter Neumann <
> walter@buerostudio-neumann.at> wrote:****
>
> Hi all,
> now is the file mysql-connector-java-5.1.21-bin.jar in the folder
> $red5/webapps/openmeetings/WEB-INF/lib/, but it still not work. The mysql
> monitor works fine with the database. So it seems to be an issue with the
> JConnector. Are all versions of the JConnector compatible with
> openmeetings? Or could it be a java problem?
> In the log-files are only this entries:
> openmeetings.log: DEBUG 08-07 14:41:32.895 ContextLoggingListener.java 22
> 72 ROOT [main] - Starting up context openmeetings
> 0.0.0.0_access.2012-08-07.log: 95.143.90.206 - - [07/Aug/2012:15:00:43
> +0200] "GET /openmeetings/install HTTP/1.1" 200 1256
> Thank you for your assistence.
> Walter
>
>
> Am 07.08.2012 13:10, schrieb Maxim Solodovnik: ****
>
> You need to copy only file with name like
> this: mysql-connector-java-jar-5.1.9.jar (not the whole folder, I'll
> hopefully will update documentation and mention it)****
>
> On Tue, Aug 7, 2012 at 5:50 PM, Walter Neumann <
> walter@buerostudio-neumann.at> wrote:****
>
> Hello Maxim,
> yes, I did. But the JConnector comes in a folder, which I put in the
> described folder. The foldername of the JConnector includes the version
> number. Maybe it is nescecary to define a symlink? Or is only a special
> file of this folder to put into the library directory? It wasn't clear for
> me.
> Thank you for your patience with me.
> Walter
>
> Am 07.08.2012 11:01, schrieb Maxim Solodovnik: ****
>
> Are you using OM build from the sources or you have download binaries? ***
> *
>
> ** **
>
> If you have download binaries have you add mysql driver to it as describer
> here:  http://incubator.apache.org/openmeetings/MySQLConfig.html   *Steps
> todo* ****
>
> On Tue, Aug 7, 2012 at 3:16 PM, Walter Neumann <
> walter@buerostudio-neumann.at> wrote:****
>
> Thank you Maxim,
> you are right. I edited by accident something in this file.
> Now it works, but it seems, that the database is not reachable.
> In the persistence.xml file is
> "Url=jdbc:mysql://localhost:3306/openmeetings where
> localhost is the hostname
> 3306 is the MySQL connection port
> openmeetings is the database name
> Is this correct?
> Of corse I edited username and password. So I can not see any error. The
> database I created with plesk panel and is working fine.
> Are there other possible errors, which cause, that the install program can
> not start?
> Thank you very much for help
>
> --
> Mit freundlichen Grüßen
> Walter Neumann
> Bürostudio Neumann
> Lundenburger Straße 57
> 2143 Großkrut
> Österreich
> Tel. +43 664 1826291
> Skype: wneumann1
> Internet: http://www.buerostudio-neumann.at
>
>
>
> Am 06.08.2012 19:39, schrieb Maxim Solodovnik: ****
>
> Hello Walter, ****
>
> ** **
>
> According to the log****
>
> Could not resolve placeholder 'jmx.mina.poll.interval'****
>
> ** **
>
> which is placeholder is defined in red5/conf/red5.properties****
>
> have you changed anything except persistence.xml?****
>
> On Mon, Aug 6, 2012 at 9:53 PM, Walter Neumann <
> walter@buerostudio-neumann.at> wrote:****
>
> Hello,
> I tried to setup Openmeetings 2.0.0 r 1361497 on my CentOS 5.5 server.
> I changed the mysql_persistence.xml -> persistence.xml and edited dbhost
> user and password.
> I changed the rtmp port to 443 in both files.
> After starting red5 come some error messages:
>
> Logback selector: org.red5.logging.LoggingContextSelector
> 16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Could NOT find resource [logback.groovy]
> 16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Could NOT find resource [logback-test.xml]
> 16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Found resource [logback.xml] at [file:/usr/src/om/conf/logback.xml]
> 16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs multiple times on the classpath.
> 16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
> 16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
> 16:41:46,125 |-INFO in
> ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute
> not set
> 16:41:46,128 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
> 16:41:46,132 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> Naming appender as [CONSOLE]
> 16:41:46,163 |-INFO in
> ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default
> type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder]
> property
> 16:41:46,211 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> About to instantiate appender of type [ch.qos.logback.core.FileAppender]
> 16:41:46,214 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> Naming appender as [FILE]
> 16:41:46,223 |-INFO in
> ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default
> type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder]
> property
> 16:41:46,238 |-INFO in ch.qos.logback.core.FileAppender[FILE] - File
> property is set to [log/red5.log]
> 16:41:46,239 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> About to instantiate appender of type [ch.qos.logback.core.FileAppender]
> 16:41:46,239 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> Naming appender as [ERRORFILE]
> 16:41:46,244 |-INFO in
> ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default
> type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder]
> property
> 16:41:46,245 |-INFO in ch.qos.logback.core.FileAppender[ERRORFILE] - File
> property is set to [log/error.log]
> 16:41:46,245 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
> ROOT level set to INFO
> 16:41:46,245 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction
> - Attaching appender named [CONSOLE] to Logger[ROOT]
> 16:41:46,246 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction
> - Attaching appender named [FILE] to Logger[ROOT]
> 16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
> org.springframework level set to INFO
> 16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
> org.apache level set to INFO
> 16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
> ch.qos level set to WARN
> 16:41:46,246 |-INFO in
> ch.qos.logback.classic.joran.action.ConfigurationAction - End of
> configuration.
> 16:41:46,248 |-INFO in
> ch.qos.logback.classic.joran.JoranConfigurator@33d6f122 - Registering
> current configuration as safe fallback point
>
> Setting default logging context: default
> [INFO] [main] org.red5.server.Launcher - Red5 Server 1.0.0 RC3 $Rev: 4387
> $ (http://code.google.com/p/red5/)
> Red5 Server 1.0.0 RC3 $Rev: 4387 $ (http://code.google.com/p/red5/)
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in [
> jar:file:/usr/src/om/red5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in [
> jar:file:/usr/src/om/lib/logback-classic-1.0.3.jar!/org/slf4j/impl/StaticLoggerBinder.class
> ]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
> explanation.
> [INFO] [main]
> org.springframework.context.support.FileSystemXmlApplicationContext -
> Refreshing
> org.springframework.context.support.FileSystemXmlApplicationContext@2f774b9b:
> startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
> [INFO] [main]
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML
> bean definitions from class path resource [red5.xml]
> [INFO] [main]
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML
> bean definitions from class path resource [jee-container.xml]
> [INFO] [main]
> org.springframework.beans.factory.config.PropertyPlaceholderConfigurer -
> Loading properties file from class path resource [red5.properties]
> [INFO] [main]
> org.springframework.beans.factory.support.DefaultListableBeanFactory -
> Pre-instantiating singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3:
> defining beans
> [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
> root of factory hierarchy
> [INFO] [main]
> org.springframework.context.support.FileSystemXmlApplicationContext -
> Refreshing
> org.springframework.context.support.FileSystemXmlApplicationContext@a0b1cd0:
> startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
> [INFO] [main]
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML
> bean definitions from class path resource [red5-common.xml]
> [INFO] [main]
> org.springframework.beans.factory.config.PropertyPlaceholderConfigurer -
> Loading properties file from class path resource [red5.properties]
> [INFO] [main]
> org.springframework.beans.factory.support.DefaultListableBeanFactory -
> Pre-instantiating singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3:
> defining beans
> [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
> root of factory hierarchy
> [INFO] [main] org.springframework.remoting.rmi.RmiRegistryFactoryBean -
> Creating new RMI registry
> [INFO] [main] org.springframework.jmx.support.ConnectorServerFactoryBean -
> JMX connector server started:
> javax.management.remote.rmi.RMIConnectorServer@10b914b3
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter -
> Registering beans for JMX exposure on startup
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean
> with name 'org.springframework.jmx.support.ConnectorServerFactoryBean#0'
> has been autodetected for JMX exposure
> [INFO] [main] org.quartz.core.SchedulerSignalerImpl - Initialized
> Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
> [INFO] [main] org.quartz.core.QuartzScheduler - Quartz Scheduler v.1.8.5
> created.
> [INFO] [main] org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler meta-data:
> Quartz Scheduler (v1.8.5) 'Red5_Scheduler' with instanceId
> 's15435587.onlinehome-server.info1344264107349'
>   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 4 threads.
>   Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support
> persistence. and is not clustered.
>
> [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler
> 'Red5_Scheduler' initialized from default resource file in Quartz package:
> 'quartz.properties'
> [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler
> version: 1.8.5
> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
> Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 started.
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean
> with name 'schedulingService' has been autodetected for JMX exposure
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean
> with name 'clientBroadcastStream' has been autodetected for JMX exposure
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Located
> MBean 'org.springframework.jmx.support.ConnectorServerFactoryBean#0':
> registering with JMX server as MBean
> [org.red5.server:name=org.springframework.jmx.support.ConnectorServerFactoryBean#0,type=RMIConnectorServer]
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Located
> MBean 'schedulingService': registering with JMX server as MBean
> [org.red5.server:name=schedulingService,type=QuartzSchedulingService]
> [INFO] [main] org.red5.server.service.WarDeployer - War deployer service
> created
> [INFO] [main]
> org.springframework.context.support.FileSystemXmlApplicationContext -
> Refreshing
> org.springframework.context.support.FileSystemXmlApplicationContext@2e67cd84:
> startup date [Mon Aug 06 16:41:47 CEST 2012]; parent: ApplicationContext
> 'red5.common'
> [INFO] [main]
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML
> bean definitions from class path resource [red5-core.xml]
> [INFO] [main]
> org.springframework.beans.factory.config.PropertyPlaceholderConfigurer -
> Loading properties file from class path resource [red5.properties]
> [INFO] [main]
> org.springframework.beans.factory.support.DefaultListableBeanFactory -
> Destroying singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@24bb6086:
> defining beans
> [customEditorConfigurer,placeholderConfig,rtmpMinaConnManager,rtmpHandler,rtmpMinaIoHandler,rtmpTransport,rtmpMinaConnection,rtmptConnManager,rtmptHandler,rtmptServlet,rtmptConnection];
> parent:
> org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
> [INFO] [main]
> org.springframework.beans.factory.support.DefaultListableBeanFactory -
> Destroying singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3:
> defining beans
> [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
> root of factory hierarchy
> [INFO] [main]
> org.springframework.context.support.FileSystemXmlApplicationContext -
> Closing ApplicationContext 'red5.common': startup date [Mon Aug 06 16:41:46
> CEST 2012]; root of context hierarchy
> [INFO] [main]
> org.springframework.beans.factory.support.DefaultListableBeanFactory -
> Destroying singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3:
> defining beans
> [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
> root of factory hierarchy
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter -
> Unregistering JMX-exposed beans on shutdown
> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
> Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutting
> down.
> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
> Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 paused.
> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
> Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutdown
> complete.
> [INFO] [main] org.springframework.jmx.support.ConnectorServerFactoryBean -
> Stopping JMX connector server:
> javax.management.remote.rmi.RMIConnectorServer@10b914b3
> [INFO] [main] org.springframework.remoting.rmi.RmiRegistryFactoryBean -
> Unexporting RMI registry
> Exception org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name 'red5.core' defined in class path resource
> [red5.xml]: Instantiation of bean failed; nested exception is
> org.springframework.beans.BeanInstantiationException: Could not instantiate
> bean class
> [org.springframework.context.support.FileSystemXmlApplicationContext]:
> Constructor threw exception; nested exception is
> org.springframework.beans.factory.BeanDefinitionStoreException: Invalid
> bean definition with name 'rtmpTransport' defined in class path resource
> [red5-core.xml]: Could not resolve placeholder 'jmx.mina.poll.interval'
>
> Any help would be welcome.
> Thank you
>
>
> --
> Mit freundlichen Grüßen
> Walter Neumann
> Bürostudio Neumann
> Lundenburger Straße 57
> 2143 Großkrut
> Österreich
> Tel. +43 664 1826291
> Skype: wneumann1
> Internet: http://www.buerostudio-neumann.at****
>
>
>
> ****
>
> ** **
>
> --
> WBR
> Maxim aka solomax****
>
> ** **
>
> ** **
>
>
>
> ****
>
> ** **
>
> --
> WBR
> Maxim aka solomax****
>
> ** **
>
> --
> Mit freundlichen Grüßen
> Walter Neumann
> Bürostudio Neumann
> Lundenburger Straße 57
> 2143 Großkrut
> Österreich
> Tel. +43 664 1826291
> Skype: wneumann1
> Internet: http://www.buerostudio-neumann.at****
>
>
>
> ****
>
> ** **
>
> --
> WBR
> Maxim aka solomax****
>
> ** **
>
> ** **
>
>
>
> ****
>
> ** **
>
> --
> WBR
> Maxim aka solomax****
>
>
>
>


-- 
WBR
Maxim aka solomax

RE: red5 did not start

Posted by George Kirkham <gk...@co2crc.com.au>.
Walter,

 

Are you sure that your /usr/lib/red5/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml file contains the following information ?  

 

Url=jdbc:mysql://localhost:3306/openmeetings?autoReconnect=true

, Username=openmeetings 

, Password=password"/>

 

My example above has the MySQL Server address as being “localhost”, which is listening on port 3306, and the OpenMeetings database is called “openmeetings” and the userid to access the openmeetings database is “openmeetings”, using the password of “password”.  Of course I guess these items will have your OpenMeetings MySQL databases values, not my examples, and there is a lot more text in the file, the above is just to help identify the important settings.

 

Thanks,

 

George.


Re: red5 did not start

Posted by Maxim Solodovnik <so...@gmail.com>.
I'm afraid there is nothing I can add.
I did set up 1.9 on CentOS 5

Setup 2.0 starting CentOS 6.

Maybe anybody else has a clue :(


On Thu, Aug 9, 2012 at 5:17 PM, Walter Neumann <
walter@buerostudio-neumann.at> wrote:

> **
> Hello Maxim,
> of course I tried it several times up to half an hour after starting the
> red5 server. The message stays forever.
> I don't know, but maybe this version does not work on CentOS 5?
> Walter
>
>
>
> Am 09.08.2012 10:54, schrieb Maxim Solodovnik:
>
> Have you tried to refresh the page after getting "*OpenMeetings - Loading
> ...*"?
>
> On Thu, Aug 9, 2012 at 3:40 PM, Walter Neumann <
> walter@buerostudio-neumann.at> wrote:
>
>>  Hi all,
>> if the red5server is running, the output is:
>> tcp        0      0 :::36612
>> :::*                        LISTEN      25077/java
>> tcp        0      0 :::1935
>> :::*                        LISTEN      25077/java
>> tcp        0      0 :::9999
>> :::*                        LISTEN      25077/java
>> tcp        0      0 :::8088
>> :::*                        LISTEN      25077/java
>> tcp        0      0 :::5080
>> :::*                        LISTEN      25077/java
>> So it seems, that java is working correct and the right ports are used.
>> I have checked the third time persistence.xml. there is all correct.
>> What else can I do?
>> Thank you for your help
>> Walter
>>
>>
>>
>> Am 08.08.2012 08:35, schrieb George Kirkham:
>>
>>  Maxim, Walter,
>>
>>
>>
>> My apologies I did mean “netstat -anp | grep java” which should give
>> something like the below listing and maybe a few more lines.
>>
>>
>>
>> # netstat -anp | grep java
>>
>> tcp6       0      0 :::1935                 :::*
>> LISTEN      8186/java
>>
>> tcp6       0      0 :::9999                 :::*
>> LISTEN      8186/java
>>
>> tcp6       0      0 :::8088                 :::*
>> LISTEN      8186/java
>>
>> tcp6       0      0 :::34071                :::*
>> LISTEN      8186/java
>>
>> tcp6       0      0 :::5080                 :::*
>>            LISTEN      8186/java
>>
>>
>>
>> Thanks,
>>
>>
>>
>> George Kirkham
>>
>>
>>
>>
>>
>> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com<so...@gmail.com>]
>>
>> *Sent:* Wednesday, 8 August 2012 4:27 PM
>> *To:* openmeetings-user@incubator.apache.org
>> *Subject:* Re: red5 did not start
>>
>>
>>
>> I believe George mean
>>
>> “netstat -anp | *grep *java”
>>
>>
>>
>> On Wed, Aug 8, 2012 at 1:18 PM, Walter Neumann <
>> walter@buerostudio-neumann.at> wrote:
>>
>> Hi George,
>> this is the output:
>>
>> netstat -anp | java
>>
>> Usage: java [-options] class
>> [args...]
>>            (to execute a
>> class)
>>    or  java [-options] -jar jarfile
>> [args...]
>>            (to execute a jar
>> file)
>> where options
>> include:
>>     -d32          use a 32-bit data model if
>> available
>>     -d64          use a 64-bit data model if
>> available
>>     -server       to select the "server"
>> VM
>>                   The default VM is
>> server.
>>
>>     -cp <class search path of directories and zip/jar files>
>>     -classpath <class search path of directories and zip/jar files>
>>                   A : separated list of directories, JAR archives,
>>                   and ZIP archives to search for class files.
>>     -D<name>=<value>
>>                   set a system property
>>     -verbose[:class|gc|jni]
>>                   enable verbose output
>>     -version      print product version and exit
>>     -version:<value>
>>                   require the specified version to run
>>     -showversion  print product version and continue
>>     -jre-restrict-search | -jre-no-restrict-search
>>                   include/exclude user private JREs in the version search
>>     -? -help      print this help message
>>     -X            print help on non-standard options
>>     -ea[:<packagename>...|:<classname>]
>>     -enableassertions[:<packagename>...|:<classname>]
>>                   enable assertions with specified granularity
>>     -da[:<packagename>...|:<classname>]
>>     -disableassertions[:<packagename>...|:<classname>]
>>                   disable assertions with specified granularity
>>     -esa | -enablesystemassertions
>>                   enable system assertions
>>     -dsa | -disablesystemassertions
>>                   disable system assertions
>>     -agentlib:<libname>[=<options>]
>>                   load native agent library <libname>, e.g.
>> -agentlib:hprof
>>                   see also, -agentlib:jdwp=help and -agentlib:hprof=help
>>     -agentpath:<pathname>[=<options>]
>>                   load native agent library by full pathname
>>     -javaagent:<jarpath>[=<options>]
>>                   load Java programming language agent, see
>> java.lang.instrument
>>     -splash:<imagepath>
>>                   show splash screen with specified image
>> See http://java.sun.com/javase/reference for more details.
>>
>> Walter
>>
>>
>>
>> Am 08.08.2012 00:36, schrieb George Kirkham:
>>
>> Walter,
>>
>>
>>
>> I still think that the message states your problem “folder, probably
>> your database user/pwd/host is wrong!”
>>
>>
>>
>> I have had this issue so many times myself.  Of course it could be your
>> change of your ports, but unless you provide more detailed information, I
>> could not tell.
>>
>>
>>
>> If you run the command “netstat -anp | java” I wonder what response you
>> get?
>>
>>
>>
>> Thanks,
>>
>>
>>
>> George Kirkham
>>
>>
>>
>>
>>
>> *From:* Walter Neumann [mailto:walter@buerostudio-neumann.at<wa...@buerostudio-neumann.at>]
>>
>> *Sent:* Wednesday, 8 August 2012 2:04 AM
>> *To:* openmeetings-user@incubator.apache.org
>> *Subject:* Re: red5 did not start
>>
>>
>>
>> Hi all,
>> there is only one mysql-connector file.
>> The ports I have returned to the originally one.
>> The connection to the server by port 5080 works with IP adress or server
>> name. But I receive an error message from the install program:
>>
>> *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!
>>
>> This message stays forever.
>>
>> The error.log is empty.
>> The openmeetings.log has only one entry (see below).
>> The log of today has only one entry (see below).
>> The red5.log has many entries, but always INFO. Only 2 WARN are there:
>> 2012-08-07 14:41:34,225 [main] WARN  o.a.a.transport.http.AxisServlet -
>> No transportReceiver for
>> org.apache.axis2.transport.http.AxisServletListener found. An instance for
>> HTTP will be configured automatically. Please update your axis2.xml file!
>> 2012-08-07 14:41:34,651 [Launcher:/] WARN  org.red5.server.scope.Scope -
>> Invalid scope was not added: [WebScope@2c18b492 Depth = 1, Path =
>> '/default', Name = '']
>> What else can I do?
>> Thank you for all suggestions
>> Walter
>>
>>
>> Am 07.08.2012 16:50, schrieb George Kirkham:
>>
>> For my Debian and Ubuntu installations the mysql command looks more like
>>
>>
>>
>> mysql -h localhost -u openmeetings -p openmeetings
>>
>>
>>
>> Where the database is called openmeetings and the user account is
>> openmeetings and I am prompted to enter my password.
>>
>>
>>
>> As Maxim suggested, testing and proving your ability to connect to your
>> OpenMeetings mysql database from the command line is best then think about
>> the following questions I have asked so that we can better understand your
>> installation’s configuration.
>>
>>
>>
>> In your folder “in the folder $red5/webapps/openmeetings/WEB-INF/lib/”
>> how many mysql-connector*.* files do you have ?
>>
>>
>>
>> For example;
>>
>> # ls -al /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector*.*
>>
>> -rwxrwxr-x 1 nobody root 724213 Jun 26 09:39
>> /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector-java-jar-5.1.9.jar
>>
>>
>>
>> One time I ended up with two mysql jar files in the folder.
>>
>>
>>
>> I do not use SSL, so I am curious what you might mean by “I changed the
>> rtmp port to 443 in both files”.  What is the path and file names of
>> these two files?  And exactly  what settings in these files did you change?
>>
>>
>>
>> A suggestion is to return the ports back to what they were originally and
>> to try again.
>>
>>
>>
>> Have you successed in using the Installation URL
>> http://xxx.xxx.xxx.xxx:5080/openmeetings/install   where
>> xxx.xxx.xxx.xxx   is the IP address of your Openmeetings server ?
>>
>>
>>
>> Thanks,
>>
>>
>>
>> George Kirkham
>>
>>
>>
>>
>>
>>
>>
>> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com<so...@gmail.com>]
>>
>> *Sent:* Wednesday, 8 August 2012 12:34 AM
>> *To:* openmeetings-user@incubator.apache.org
>> *Subject:* Re: red5 did not start
>>
>>
>>
>> I'm afraid I see no issue in 1 line log you have sent.
>>
>>
>>
>> Are you able to connect using command line mysql:
>>
>> mysql --host=localhost -u user -p openmeetings
>>
>> ?
>>
>>
>>
>> On Tue, Aug 7, 2012 at 9:27 PM, Walter Neumann <
>> walter@buerostudio-neumann.at> wrote:
>>
>> Hi all,
>> now is the file mysql-connector-java-5.1.21-bin.jar in the folder
>> $red5/webapps/openmeetings/WEB-INF/lib/, but it still not work. The mysql
>> monitor works fine with the database. So it seems to be an issue with the
>> JConnector. Are all versions of the JConnector compatible with
>> openmeetings? Or could it be a java problem?
>> In the log-files are only this entries:
>> openmeetings.log: DEBUG 08-07 14:41:32.895 ContextLoggingListener.java 22
>> 72 ROOT [main] - Starting up context openmeetings
>> 0.0.0.0_access.2012-08-07.log: 95.143.90.206 - - [07/Aug/2012:15:00:43
>> +0200] "GET /openmeetings/install HTTP/1.1" 200 1256
>> Thank you for your assistence.
>> Walter
>>
>>
>> Am 07.08.2012 13:10, schrieb Maxim Solodovnik:
>>
>> You need to copy only file with name like
>> this: mysql-connector-java-jar-5.1.9.jar (not the whole folder, I'll
>> hopefully will update documentation and mention it)
>>
>> On Tue, Aug 7, 2012 at 5:50 PM, Walter Neumann <
>> walter@buerostudio-neumann.at> wrote:
>>
>> Hello Maxim,
>> yes, I did. But the JConnector comes in a folder, which I put in the
>> described folder. The foldername of the JConnector includes the version
>> number. Maybe it is nescecary to define a symlink? Or is only a special
>> file of this folder to put into the library directory? It wasn't clear for
>> me.
>> Thank you for your patience with me.
>> Walter
>>
>> Am 07.08.2012 11:01, schrieb Maxim Solodovnik:
>>
>> Are you using OM build from the sources or you have download binaries?
>>
>>
>>
>> If you have download binaries have you add mysql driver to it as
>> describer here:
>> http://incubator.apache.org/openmeetings/MySQLConfig.html   *Steps todo*
>>
>> On Tue, Aug 7, 2012 at 3:16 PM, Walter Neumann <
>> walter@buerostudio-neumann.at> wrote:
>>
>> Thank you Maxim,
>> you are right. I edited by accident something in this file.
>> Now it works, but it seems, that the database is not reachable.
>> In the persistence.xml file is
>> "Url=jdbc:mysql://localhost:3306/openmeetings where
>> localhost is the hostname
>> 3306 is the MySQL connection port
>> openmeetings is the database name
>> Is this correct?
>> Of corse I edited username and password. So I can not see any error. The
>> database I created with plesk panel and is working fine.
>> Are there other possible errors, which cause, that the install program
>> can not start?
>> Thank you very much for help
>>
>> --
>> Mit freundlichen Grüßen
>> Walter Neumann
>> Bürostudio Neumann
>> Lundenburger Straße 57
>> 2143 Großkrut
>> Österreich
>> Tel. +43 664 1826291
>> Skype: wneumann1
>> Internet: http://www.buerostudio-neumann.at
>>
>>
>>
>> Am 06.08.2012 19:39, schrieb Maxim Solodovnik:
>>
>> Hello Walter,
>>
>>
>>
>> According to the log
>>
>> Could not resolve placeholder 'jmx.mina.poll.interval'
>>
>>
>>
>> which is placeholder is defined in red5/conf/red5.properties
>>
>> have you changed anything except persistence.xml?
>>
>> On Mon, Aug 6, 2012 at 9:53 PM, Walter Neumann <
>> walter@buerostudio-neumann.at> wrote:
>>
>> Hello,
>> I tried to setup Openmeetings 2.0.0 r 1361497 on my CentOS 5.5 server.
>> I changed the mysql_persistence.xml -> persistence.xml and edited dbhost
>> user and password.
>> I changed the rtmp port to 443 in both files.
>> After starting red5 come some error messages:
>>
>> Logback selector: org.red5.logging.LoggingContextSelector
>> 16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
>> Could NOT find resource [logback.groovy]
>> 16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
>> Could NOT find resource [logback-test.xml]
>> 16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
>> Found resource [logback.xml] at [file:/usr/src/om/conf/logback.xml]
>> 16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
>> Resource [logback.xml] occurs multiple times on the classpath.
>> 16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
>> Resource [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
>> 16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
>> Resource [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
>> 16:41:46,125 |-INFO in
>> ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute
>> not set
>> 16:41:46,128 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
>> About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
>> 16:41:46,132 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
>> Naming appender as [CONSOLE]
>> 16:41:46,163 |-INFO in
>> ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default
>> type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder]
>> property
>> 16:41:46,211 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
>> About to instantiate appender of type [ch.qos.logback.core.FileAppender]
>> 16:41:46,214 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
>> Naming appender as [FILE]
>> 16:41:46,223 |-INFO in
>> ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default
>> type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder]
>> property
>> 16:41:46,238 |-INFO in ch.qos.logback.core.FileAppender[FILE] - File
>> property is set to [log/red5.log]
>> 16:41:46,239 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
>> About to instantiate appender of type [ch.qos.logback.core.FileAppender]
>> 16:41:46,239 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
>> Naming appender as [ERRORFILE]
>> 16:41:46,244 |-INFO in
>> ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default
>> type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder]
>> property
>> 16:41:46,245 |-INFO in ch.qos.logback.core.FileAppender[ERRORFILE] - File
>> property is set to [log/error.log]
>> 16:41:46,245 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
>> ROOT level set to INFO
>> 16:41:46,245 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction
>> - Attaching appender named [CONSOLE] to Logger[ROOT]
>> 16:41:46,246 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction
>> - Attaching appender named [FILE] to Logger[ROOT]
>> 16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
>> org.springframework level set to INFO
>> 16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
>> org.apache level set to INFO
>> 16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
>> ch.qos level set to WARN
>> 16:41:46,246 |-INFO in
>> ch.qos.logback.classic.joran.action.ConfigurationAction - End of
>> configuration.
>> 16:41:46,248 |-INFO in
>> ch.qos.logback.classic.joran.JoranConfigurator@33d6f122 - Registering
>> current configuration as safe fallback point
>>
>> Setting default logging context: default
>> [INFO] [main] org.red5.server.Launcher - Red5 Server 1.0.0 RC3 $Rev: 4387
>> $ (http://code.google.com/p/red5/)
>> Red5 Server 1.0.0 RC3 $Rev: 4387 $ (http://code.google.com/p/red5/)
>> SLF4J: Class path contains multiple SLF4J bindings.
>> SLF4J: Found binding in [
>> jar:file:/usr/src/om/red5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
>> SLF4J: Found binding in [
>> jar:file:/usr/src/om/lib/logback-classic-1.0.3.jar!/org/slf4j/impl/StaticLoggerBinder.class
>> ]
>> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
>> explanation.
>> [INFO] [main]
>> org.springframework.context.support.FileSystemXmlApplicationContext -
>> Refreshing
>> org.springframework.context.support.FileSystemXmlApplicationContext@2f774b9b:
>> startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
>> [INFO] [main]
>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML
>> bean definitions from class path resource [red5.xml]
>> [INFO] [main]
>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML
>> bean definitions from class path resource [jee-container.xml]
>> [INFO] [main]
>> org.springframework.beans.factory.config.PropertyPlaceholderConfigurer -
>> Loading properties file from class path resource [red5.properties]
>> [INFO] [main]
>> org.springframework.beans.factory.support.DefaultListableBeanFactory -
>> Pre-instantiating singletons in
>> org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3:
>> defining beans
>> [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
>> root of factory hierarchy
>> [INFO] [main]
>> org.springframework.context.support.FileSystemXmlApplicationContext -
>> Refreshing
>> org.springframework.context.support.FileSystemXmlApplicationContext@a0b1cd0:
>> startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
>> [INFO] [main]
>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML
>> bean definitions from class path resource [red5-common.xml]
>> [INFO] [main]
>> org.springframework.beans.factory.config.PropertyPlaceholderConfigurer -
>> Loading properties file from class path resource [red5.properties]
>> [INFO] [main]
>> org.springframework.beans.factory.support.DefaultListableBeanFactory -
>> Pre-instantiating singletons in
>> org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3:
>> defining beans
>> [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
>> root of factory hierarchy
>> [INFO] [main] org.springframework.remoting.rmi.RmiRegistryFactoryBean -
>> Creating new RMI registry
>> [INFO] [main] org.springframework.jmx.support.ConnectorServerFactoryBean
>> - JMX connector server started:
>> javax.management.remote.rmi.RMIConnectorServer@10b914b3
>> [INFO] [main]
>> org.springframework.jmx.export.annotation.AnnotationMBeanExporter -
>> Registering beans for JMX exposure on startup
>> [INFO] [main]
>> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean
>> with name 'org.springframework.jmx.support.ConnectorServerFactoryBean#0'
>> has been autodetected for JMX exposure
>> [INFO] [main] org.quartz.core.SchedulerSignalerImpl - Initialized
>> Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
>> [INFO] [main] org.quartz.core.QuartzScheduler - Quartz Scheduler v.1.8.5
>> created.
>> [INFO] [main] org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
>> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler meta-data:
>> Quartz Scheduler (v1.8.5) 'Red5_Scheduler' with instanceId
>> 's15435587.onlinehome-server.info1344264107349'
>>   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 4 threads.
>>   Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support
>> persistence. and is not clustered.
>>
>> [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler
>> 'Red5_Scheduler' initialized from default resource file in Quartz package:
>> 'quartz.properties'
>> [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler
>> version: 1.8.5
>> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>> Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 started.
>> [INFO] [main]
>> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean
>> with name 'schedulingService' has been autodetected for JMX exposure
>> [INFO] [main]
>> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean
>> with name 'clientBroadcastStream' has been autodetected for JMX exposure
>> [INFO] [main]
>> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Located
>> MBean 'org.springframework.jmx.support.ConnectorServerFactoryBean#0':
>> registering with JMX server as MBean
>> [org.red5.server:name=org.springframework.jmx.support.ConnectorServerFactoryBean#0,type=RMIConnectorServer]
>> [INFO] [main]
>> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Located
>> MBean 'schedulingService': registering with JMX server as MBean
>> [org.red5.server:name=schedulingService,type=QuartzSchedulingService]
>> [INFO] [main] org.red5.server.service.WarDeployer - War deployer service
>> created
>> [INFO] [main]
>> org.springframework.context.support.FileSystemXmlApplicationContext -
>> Refreshing
>> org.springframework.context.support.FileSystemXmlApplicationContext@2e67cd84:
>> startup date [Mon Aug 06 16:41:47 CEST 2012]; parent: ApplicationContext
>> 'red5.common'
>> [INFO] [main]
>> org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML
>> bean definitions from class path resource [red5-core.xml]
>> [INFO] [main]
>> org.springframework.beans.factory.config.PropertyPlaceholderConfigurer -
>> Loading properties file from class path resource [red5.properties]
>> [INFO] [main]
>> org.springframework.beans.factory.support.DefaultListableBeanFactory -
>> Destroying singletons in
>> org.springframework.beans.factory.support.DefaultListableBeanFactory@24bb6086:
>> defining beans
>> [customEditorConfigurer,placeholderConfig,rtmpMinaConnManager,rtmpHandler,rtmpMinaIoHandler,rtmpTransport,rtmpMinaConnection,rtmptConnManager,rtmptHandler,rtmptServlet,rtmptConnection];
>> parent:
>> org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
>> [INFO] [main]
>> org.springframework.beans.factory.support.DefaultListableBeanFactory -
>> Destroying singletons in
>> org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3:
>> defining beans
>> [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
>> root of factory hierarchy
>> [INFO] [main]
>> org.springframework.context.support.FileSystemXmlApplicationContext -
>> Closing ApplicationContext 'red5.common': startup date [Mon Aug 06 16:41:46
>> CEST 2012]; root of context hierarchy
>> [INFO] [main]
>> org.springframework.beans.factory.support.DefaultListableBeanFactory -
>> Destroying singletons in
>> org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3:
>> defining beans
>> [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
>> root of factory hierarchy
>> [INFO] [main]
>> org.springframework.jmx.export.annotation.AnnotationMBeanExporter -
>> Unregistering JMX-exposed beans on shutdown
>> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>> Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutting
>> down.
>> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>> Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 paused.
>> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>> Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutdown
>> complete.
>> [INFO] [main] org.springframework.jmx.support.ConnectorServerFactoryBean
>> - Stopping JMX connector server:
>> javax.management.remote.rmi.RMIConnectorServer@10b914b3
>> [INFO] [main] org.springframework.remoting.rmi.RmiRegistryFactoryBean -
>> Unexporting RMI registry
>> Exception org.springframework.beans.factory.BeanCreationException: Error
>> creating bean with name 'red5.core' defined in class path resource
>> [red5.xml]: Instantiation of bean failed; nested exception is
>> org.springframework.beans.BeanInstantiationException: Could not instantiate
>> bean class
>> [org.springframework.context.support.FileSystemXmlApplicationContext]:
>> Constructor threw exception; nested exception is
>> org.springframework.beans.factory.BeanDefinitionStoreException: Invalid
>> bean definition with name 'rtmpTransport' defined in class path resource
>> [red5-core.xml]: Could not resolve placeholder 'jmx.mina.poll.interval'
>>
>> Any help would be welcome.
>> Thank you
>>
>>
>> --
>> Mit freundlichen Grüßen
>> Walter Neumann
>> Bürostudio Neumann
>> Lundenburger Straße 57
>> 2143 Großkrut
>> Österreich
>> Tel. +43 664 1826291
>> Skype: wneumann1
>> Internet: http://www.buerostudio-neumann.at
>>
>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>>
>>
>> --
>> Mit freundlichen Grüßen
>> Walter Neumann
>> Bürostudio Neumann
>> Lundenburger Straße 57
>> 2143 Großkrut
>> Österreich
>> Tel. +43 664 1826291
>> Skype: wneumann1
>> Internet: http://www.buerostudio-neumann.at
>>
>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>>
>>
>>
>>
>>
>>
>> --
>> Mit freundlichen Grüßen
>> Walter Neumann
>> Bürostudio Neumann
>> Lundenburger Straße 57
>> 2143 Großkrut
>> Österreich
>> Tel. +43 664 1826291
>> Skype: wneumann1
>> Internet: http://www.buerostudio-neumann.at
>>
>>
>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>>
>> --
>> Mit freundlichen Grüßen
>> Walter Neumann
>> Bürostudio Neumann
>> Lundenburger Straße 57
>> 2143 Großkrut
>> Österreich
>> Tel. +43 664 1826291
>> Skype: wneumann1
>> Internet: http://www.buerostudio-neumann.at
>>
>
>
>
>  --
> WBR
> Maxim aka solomax
>
>
> --
> Mit freundlichen Grüßen
> Walter Neumann
> Bürostudio Neumann
> Lundenburger Straße 57
> 2143 Großkrut
> Österreich
> Tel. +43 664 1826291
> Skype: wneumann1
> Internet: http://www.buerostudio-neumann.at
>



-- 
WBR
Maxim aka solomax

Re: red5 did not start

Posted by Maxim Solodovnik <so...@gmail.com>.
That's a pity.
Something really weird happens on your machine :(
never saw such symptoms before

On Thu, Aug 9, 2012 at 10:16 PM, Walter Neumann <
walter@buerostudio-neumann.at> wrote:

> **
> Hello George,
> I tried to start new with the original mysql-persistence.xml file, changed
> database name, user name and password. Still it didn't work. After them I
> tried with an other database. Nothing helps.
> I want to thanks all, who tried to help. But maybe this program should not
> work for me. I give up.
> Walter
>
>
>
> Am 09.08.2012 14:00, schrieb George Kirkham:
>
>  Walter, Maxim,****
>
> ** **
>
> Because of the issues that I have had (of my own making), I do suspect the
> issue is with being able to connect to the mysql database.****
>
> ** **
>
> Walter does your
> /usr/lib/red5/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml
> contain the below information (substitute your Username and Password)  ?
> There are no extra spaces or non-visible characters ?  I would also suggest
> try using this user name and password, of course you would have to update
> your mysql access.****
>
> grant all privileges on openmeetings.* to ‘openmeetings’@’localhost’
> identified by ‘password’;****
>
> ** **
>
> ** **
>
>                                                 <property
> name="openjpa.ConnectionProperties"****
>
>
> value="DriverClassName=com.mysql.jdbc.Driver****
>
>
> ,
> Url=jdbc:mysql://localhost:3306/openmeetings?autoReconnect=true&amp;useUnicode=true&amp;createDatabaseIfNotExist=true&amp;characterEncoding=utf-8&amp;connectionCollation=utf8_general_ci&amp;cachePrepStmts=true&amp;cacheCallableStatements=true&amp;cacheServerConfiguration=true&amp;useLocalSessionState=true&amp;elideSetAutoCommits=true&amp;alwaysSendSetIsolation=false&amp;enableQueryTimeouts=false&amp;prepStmtCacheSize=3000&amp;prepStmtCacheSqlLimit=1000
> ****
>
>
> , MaxActive=100****
>
>
> , MaxWait=10000****
>
>
> , TestOnBorrow=true****
>
>
> , poolPreparedStatements=true****
>
>
> , Username=openmeetings****
>
>
> , Password=password"/>****
>
>                                                 <property
> name="openjpa.jdbc.SynchronizeMappings" value="buildSchema"/>****
>
> ** **
>
> Thanks,****
>
> ** **
>
> George Kirkham****
>
> ** **
>
> ** **
>
> *From:* Walter Neumann [mailto:walter@buerostudio-neumann.at<wa...@buerostudio-neumann.at>]
>
> *Sent:* Thursday, 9 August 2012 8:18 PM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: red5 did not start****
>
> ** **
>
> Hello Maxim,
> of course I tried it several times up to half an hour after starting the
> red5 server. The message stays forever.
> I don't know, but maybe this version does not work on CentOS 5?
> Walter
>
>
>
> Am 09.08.2012 10:54, schrieb Maxim Solodovnik: ****
>
> Have you tried to refresh the page after getting "*OpenMeetings - Loading
> ...*"?****
>
> On Thu, Aug 9, 2012 at 3:40 PM, Walter Neumann <
> walter@buerostudio-neumann.at> wrote:****
>
> Hi all,
> if the red5server is running, the output is:
> tcp        0      0 :::36612
> :::*                        LISTEN      25077/java
> tcp        0      0 :::1935
> :::*                        LISTEN      25077/java
> tcp        0      0 :::9999
> :::*                        LISTEN      25077/java
> tcp        0      0 :::8088
> :::*                        LISTEN      25077/java
> tcp        0      0 :::5080
> :::*                        LISTEN      25077/java
> So it seems, that java is working correct and the right ports are used.
> I have checked the third time persistence.xml. there is all correct.
> What else can I do?
> Thank you for your help
> Walter
>
>
>
> Am 08.08.2012 08:35, schrieb George Kirkham: ****
>
> Maxim, Walter,****
>
>  ****
>
> My apologies I did mean “netstat -anp | grep java” which should give
> something like the below listing and maybe a few more lines.****
>
>  ****
>
> # netstat -anp | grep java****
>
> tcp6       0      0 :::1935                 :::*
> LISTEN      8186/java****
>
> tcp6       0      0 :::9999                 :::*
> LISTEN      8186/java****
>
> tcp6       0      0 :::8088                 :::*
> LISTEN      8186/java****
>
> tcp6       0      0 :::34071                :::*
> LISTEN      8186/java****
>
> tcp6       0      0 :::5080                 :::*
>            LISTEN      8186/java****
>
>  ****
>
> Thanks,****
>
>  ****
>
> George Kirkham****
>
>  ****
>
>  ****
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com<so...@gmail.com>]
>
> *Sent:* Wednesday, 8 August 2012 4:27 PM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: red5 did not start****
>
>  ****
>
> I believe George mean****
>
> “netstat -anp | *grep *java”****
>
>  ****
>
> On Wed, Aug 8, 2012 at 1:18 PM, Walter Neumann <
> walter@buerostudio-neumann.at> wrote:****
>
> Hi George,
> this is the output:
>
> netstat -anp | java
>
> Usage: java [-options] class
> [args...]
>            (to execute a
> class)
>    or  java [-options] -jar jarfile
> [args...]
>            (to execute a jar
> file)
> where options
> include:
>     -d32          use a 32-bit data model if
> available
>     -d64          use a 64-bit data model if
> available
>     -server       to select the "server"
> VM
>                   The default VM is
> server.
>
>     -cp <class search path of directories and zip/jar files>
>     -classpath <class search path of directories and zip/jar files>
>                   A : separated list of directories, JAR archives,
>                   and ZIP archives to search for class files.
>     -D<name>=<value>
>                   set a system property
>     -verbose[:class|gc|jni]
>                   enable verbose output
>     -version      print product version and exit
>     -version:<value>
>                   require the specified version to run
>     -showversion  print product version and continue
>     -jre-restrict-search | -jre-no-restrict-search
>                   include/exclude user private JREs in the version search
>     -? -help      print this help message
>     -X            print help on non-standard options
>     -ea[:<packagename>...|:<classname>]
>     -enableassertions[:<packagename>...|:<classname>]
>                   enable assertions with specified granularity
>     -da[:<packagename>...|:<classname>]
>     -disableassertions[:<packagename>...|:<classname>]
>                   disable assertions with specified granularity
>     -esa | -enablesystemassertions
>                   enable system assertions
>     -dsa | -disablesystemassertions
>                   disable system assertions
>     -agentlib:<libname>[=<options>]
>                   load native agent library <libname>, e.g. -agentlib:hprof
>                   see also, -agentlib:jdwp=help and -agentlib:hprof=help
>     -agentpath:<pathname>[=<options>]
>                   load native agent library by full pathname
>     -javaagent:<jarpath>[=<options>]
>                   load Java programming language agent, see
> java.lang.instrument
>     -splash:<imagepath>
>                   show splash screen with specified image
> See http://java.sun.com/javase/reference for more details.
>
> Walter
>
>
>
> Am 08.08.2012 00:36, schrieb George Kirkham: ****
>
> Walter,****
>
>  ****
>
> I still think that the message states your problem “folder, probably your
> database user/pwd/host is wrong!”****
>
>  ****
>
> I have had this issue so many times myself.  Of course it could be your
> change of your ports, but unless you provide more detailed information, I
> could not tell.****
>
>  ****
>
> If you run the command “netstat -anp | java” I wonder what response you
> get?****
>
>  ****
>
> Thanks,****
>
>  ****
>
> George Kirkham****
>
>  ****
>
>  ****
>
> *From:* Walter Neumann [mailto:walter@buerostudio-neumann.at<wa...@buerostudio-neumann.at>]
>
> *Sent:* Wednesday, 8 August 2012 2:04 AM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: red5 did not start****
>
>  ****
>
> Hi all,
> there is only one mysql-connector file.
> The ports I have returned to the originally one.
> The connection to the server by port 5080 works with IP adress or server
> name. But I receive an error message from the install program:
>
> *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!
>
> This message stays forever.
>
> The error.log is empty.
> The openmeetings.log has only one entry (see below).
> The log of today has only one entry (see below).
> The red5.log has many entries, but always INFO. Only 2 WARN are there:
> 2012-08-07 14:41:34,225 [main] WARN  o.a.a.transport.http.AxisServlet - No
> transportReceiver for org.apache.axis2.transport.http.AxisServletListener
> found. An instance for HTTP will be configured automatically. Please update
> your axis2.xml file!
> 2012-08-07 14:41:34,651 [Launcher:/] WARN  org.red5.server.scope.Scope -
> Invalid scope was not added: [WebScope@2c18b492 Depth = 1, Path =
> '/default', Name = '']
> What else can I do?
> Thank you for all suggestions
> Walter
>
>
> Am 07.08.2012 16:50, schrieb George Kirkham: ****
>
> For my Debian and Ubuntu installations the mysql command looks more like**
> **
>
>  ****
>
> mysql -h localhost -u openmeetings -p openmeetings****
>
>  ****
>
> Where the database is called openmeetings and the user account is
> openmeetings and I am prompted to enter my password.****
>
>  ****
>
> As Maxim suggested, testing and proving your ability to connect to your
> OpenMeetings mysql database from the command line is best then think about
> the following questions I have asked so that we can better understand your
> installation’s configuration.****
>
>  ****
>
> In your folder “in the folder $red5/webapps/openmeetings/WEB-INF/lib/”
> how many mysql-connector*.* files do you have ?****
>
>  ****
>
> For example;****
>
> # ls -al /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector*.*
> ****
>
> -rwxrwxr-x 1 nobody root 724213 Jun 26 09:39
> /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector-java-jar-5.1.9.jar
> ****
>
>  ****
>
> One time I ended up with two mysql jar files in the folder.****
>
>  ****
>
> I do not use SSL, so I am curious what you might mean by “I changed the
> rtmp port to 443 in both files”.  What is the path and file names of
> these two files?  And exactly  what settings in these files did you change?
> ****
>
>  ****
>
> A suggestion is to return the ports back to what they were originally and
> to try again.****
>
>  ****
>
> Have you successed in using the Installation URL
> http://xxx.xxx.xxx.xxx:5080/openmeetings/install   where xxx.xxx.xxx.xxx
>  is the IP address of your Openmeetings server ?****
>
>  ****
>
> Thanks,****
>
>  ****
>
> George Kirkham****
>
>  ****
>
>  ****
>
>  ****
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com<so...@gmail.com>]
>
> *Sent:* Wednesday, 8 August 2012 12:34 AM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: red5 did not start****
>
>  ****
>
> I'm afraid I see no issue in 1 line log you have sent.****
>
>  ****
>
> Are you able to connect using command line mysql:****
>
> mysql --host=localhost -u user -p openmeetings****
>
> ?****
>
>  ****
>
> On Tue, Aug 7, 2012 at 9:27 PM, Walter Neumann <
> walter@buerostudio-neumann.at> wrote:****
>
> Hi all,
> now is the file mysql-connector-java-5.1.21-bin.jar in the folder
> $red5/webapps/openmeetings/WEB-INF/lib/, but it still not work. The mysql
> monitor works fine with the database. So it seems to be an issue with the
> JConnector. Are all versions of the JConnector compatible with
> openmeetings? Or could it be a java problem?
> In the log-files are only this entries:
> openmeetings.log: DEBUG 08-07 14:41:32.895 ContextLoggingListener.java 22
> 72 ROOT [main] - Starting up context openmeetings
> 0.0.0.0_access.2012-08-07.log: 95.143.90.206 - - [07/Aug/2012:15:00:43
> +0200] "GET /openmeetings/install HTTP/1.1" 200 1256
> Thank you for your assistence.
> Walter
>
>
> Am 07.08.2012 13:10, schrieb Maxim Solodovnik: ****
>
> You need to copy only file with name like
> this: mysql-connector-java-jar-5.1.9.jar (not the whole folder, I'll
> hopefully will update documentation and mention it)****
>
> On Tue, Aug 7, 2012 at 5:50 PM, Walter Neumann <
> walter@buerostudio-neumann.at> wrote:****
>
> Hello Maxim,
> yes, I did. But the JConnector comes in a folder, which I put in the
> described folder. The foldername of the JConnector includes the version
> number. Maybe it is nescecary to define a symlink? Or is only a special
> file of this folder to put into the library directory? It wasn't clear for
> me.
> Thank you for your patience with me.
> Walter
>
> Am 07.08.2012 11:01, schrieb Maxim Solodovnik: ****
>
> Are you using OM build from the sources or you have download binaries? ***
> *
>
>  ****
>
> If you have download binaries have you add mysql driver to it as describer
> here:  http://incubator.apache.org/openmeetings/MySQLConfig.html   *Steps
> todo* ****
>
> On Tue, Aug 7, 2012 at 3:16 PM, Walter Neumann <
> walter@buerostudio-neumann.at> wrote:****
>
> Thank you Maxim,
> you are right. I edited by accident something in this file.
> Now it works, but it seems, that the database is not reachable.
> In the persistence.xml file is
> "Url=jdbc:mysql://localhost:3306/openmeetings where
> localhost is the hostname
> 3306 is the MySQL connection port
> openmeetings is the database name
> Is this correct?
> Of corse I edited username and password. So I can not see any error. The
> database I created with plesk panel and is working fine.
> Are there other possible errors, which cause, that the install program can
> not start?
> Thank you very much for help
>
> --
> Mit freundlichen Grüßen
> Walter Neumann
> Bürostudio Neumann
> Lundenburger Straße 57
> 2143 Großkrut
> Österreich
> Tel. +43 664 1826291
> Skype: wneumann1
> Internet: http://www.buerostudio-neumann.at
>
>
>
> Am 06.08.2012 19:39, schrieb Maxim Solodovnik: ****
>
> Hello Walter, ****
>
>  ****
>
> According to the log****
>
> Could not resolve placeholder 'jmx.mina.poll.interval'****
>
>  ****
>
> which is placeholder is defined in red5/conf/red5.properties****
>
> have you changed anything except persistence.xml?****
>
> On Mon, Aug 6, 2012 at 9:53 PM, Walter Neumann <
> walter@buerostudio-neumann.at> wrote:****
>
> Hello,
> I tried to setup Openmeetings 2.0.0 r 1361497 on my CentOS 5.5 server.
> I changed the mysql_persistence.xml -> persistence.xml and edited dbhost
> user and password.
> I changed the rtmp port to 443 in both files.
> After starting red5 come some error messages:
>
> Logback selector: org.red5.logging.LoggingContextSelector
> 16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Could NOT find resource [logback.groovy]
> 16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Could NOT find resource [logback-test.xml]
> 16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Found resource [logback.xml] at [file:/usr/src/om/conf/logback.xml]
> 16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs multiple times on the classpath.
> 16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
> 16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
> 16:41:46,125 |-INFO in
> ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute
> not set
> 16:41:46,128 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
> 16:41:46,132 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> Naming appender as [CONSOLE]
> 16:41:46,163 |-INFO in
> ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default
> type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder]
> property
> 16:41:46,211 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> About to instantiate appender of type [ch.qos.logback.core.FileAppender]
> 16:41:46,214 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> Naming appender as [FILE]
> 16:41:46,223 |-INFO in
> ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default
> type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder]
> property
> 16:41:46,238 |-INFO in ch.qos.logback.core.FileAppender[FILE] - File
> property is set to [log/red5.log]
> 16:41:46,239 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> About to instantiate appender of type [ch.qos.logback.core.FileAppender]
> 16:41:46,239 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> Naming appender as [ERRORFILE]
> 16:41:46,244 |-INFO in
> ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default
> type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder]
> property
> 16:41:46,245 |-INFO in ch.qos.logback.core.FileAppender[ERRORFILE] - File
> property is set to [log/error.log]
> 16:41:46,245 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
> ROOT level set to INFO
> 16:41:46,245 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction
> - Attaching appender named [CONSOLE] to Logger[ROOT]
> 16:41:46,246 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction
> - Attaching appender named [FILE] to Logger[ROOT]
> 16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
> org.springframework level set to INFO
> 16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
> org.apache level set to INFO
> 16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
> ch.qos level set to WARN
> 16:41:46,246 |-INFO in
> ch.qos.logback.classic.joran.action.ConfigurationAction - End of
> configuration.
> 16:41:46,248 |-INFO in
> ch.qos.logback.classic.joran.JoranConfigurator@33d6f122 - Registering
> current configuration as safe fallback point
>
> Setting default logging context: default
> [INFO] [main] org.red5.server.Launcher - Red5 Server 1.0.0 RC3 $Rev: 4387
> $ (http://code.google.com/p/red5/)
> Red5 Server 1.0.0 RC3 $Rev: 4387 $ (http://code.google.com/p/red5/)
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in [
> jar:file:/usr/src/om/red5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in [
> jar:file:/usr/src/om/lib/logback-classic-1.0.3.jar!/org/slf4j/impl/StaticLoggerBinder.class
> ]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
> explanation.
> [INFO] [main]
> org.springframework.context.support.FileSystemXmlApplicationContext -
> Refreshing
> org.springframework.context.support.FileSystemXmlApplicationContext@2f774b9b:
> startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
> [INFO] [main]
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML
> bean definitions from class path resource [red5.xml]
> [INFO] [main]
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML
> bean definitions from class path resource [jee-container.xml]
> [INFO] [main]
> org.springframework.beans.factory.config.PropertyPlaceholderConfigurer -
> Loading properties file from class path resource [red5.properties]
> [INFO] [main]
> org.springframework.beans.factory.support.DefaultListableBeanFactory -
> Pre-instantiating singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3:
> defining beans
> [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
> root of factory hierarchy
> [INFO] [main]
> org.springframework.context.support.FileSystemXmlApplicationContext -
> Refreshing
> org.springframework.context.support.FileSystemXmlApplicationContext@a0b1cd0:
> startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
> [INFO] [main]
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML
> bean definitions from class path resource [red5-common.xml]
> [INFO] [main]
> org.springframework.beans.factory.config.PropertyPlaceholderConfigurer -
> Loading properties file from class path resource [red5.properties]
> [INFO] [main]
> org.springframework.beans.factory.support.DefaultListableBeanFactory -
> Pre-instantiating singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3:
> defining beans
> [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
> root of factory hierarchy
> [INFO] [main] org.springframework.remoting.rmi.RmiRegistryFactoryBean -
> Creating new RMI registry
> [INFO] [main] org.springframework.jmx.support.ConnectorServerFactoryBean -
> JMX connector server started:
> javax.management.remote.rmi.RMIConnectorServer@10b914b3
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter -
> Registering beans for JMX exposure on startup
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean
> with name 'org.springframework.jmx.support.ConnectorServerFactoryBean#0'
> has been autodetected for JMX exposure
> [INFO] [main] org.quartz.core.SchedulerSignalerImpl - Initialized
> Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
> [INFO] [main] org.quartz.core.QuartzScheduler - Quartz Scheduler v.1.8.5
> created.
> [INFO] [main] org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler meta-data:
> Quartz Scheduler (v1.8.5) 'Red5_Scheduler' with instanceId
> 's15435587.onlinehome-server.info1344264107349'
>   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 4 threads.
>   Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support
> persistence. and is not clustered.
>
> [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler
> 'Red5_Scheduler' initialized from default resource file in Quartz package:
> 'quartz.properties'
> [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler
> version: 1.8.5
> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
> Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 started.
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean
> with name 'schedulingService' has been autodetected for JMX exposure
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean
> with name 'clientBroadcastStream' has been autodetected for JMX exposure
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Located
> MBean 'org.springframework.jmx.support.ConnectorServerFactoryBean#0':
> registering with JMX server as MBean
> [org.red5.server:name=org.springframework.jmx.support.ConnectorServerFactoryBean#0,type=RMIConnectorServer]
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Located
> MBean 'schedulingService': registering with JMX server as MBean
> [org.red5.server:name=schedulingService,type=QuartzSchedulingService]
> [INFO] [main] org.red5.server.service.WarDeployer - War deployer service
> created
> [INFO] [main]
> org.springframework.context.support.FileSystemXmlApplicationContext -
> Refreshing
> org.springframework.context.support.FileSystemXmlApplicationContext@2e67cd84:
> startup date [Mon Aug 06 16:41:47 CEST 2012]; parent: ApplicationContext
> 'red5.common'
> [INFO] [main]
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML
> bean definitions from class path resource [red5-core.xml]
> [INFO] [main]
> org.springframework.beans.factory.config.PropertyPlaceholderConfigurer -
> Loading properties file from class path resource [red5.properties]
> [INFO] [main]
> org.springframework.beans.factory.support.DefaultListableBeanFactory -
> Destroying singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@24bb6086:
> defining beans
> [customEditorConfigurer,placeholderConfig,rtmpMinaConnManager,rtmpHandler,rtmpMinaIoHandler,rtmpTransport,rtmpMinaConnection,rtmptConnManager,rtmptHandler,rtmptServlet,rtmptConnection];
> parent:
> org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
> [INFO] [main]
> org.springframework.beans.factory.support.DefaultListableBeanFactory -
> Destroying singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3:
> defining beans
> [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
> root of factory hierarchy
> [INFO] [main]
> org.springframework.context.support.FileSystemXmlApplicationContext -
> Closing ApplicationContext 'red5.common': startup date [Mon Aug 06 16:41:46
> CEST 2012]; root of context hierarchy
> [INFO] [main]
> org.springframework.beans.factory.support.DefaultListableBeanFactory -
> Destroying singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3:
> defining beans
> [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
> root of factory hierarchy
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter -
> Unregistering JMX-exposed beans on shutdown
> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
> Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutting
> down.
> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
> Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 paused.
> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
> Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutdown
> complete.
> [INFO] [main] org.springframework.jmx.support.ConnectorServerFactoryBean -
> Stopping JMX connector server:
> javax.management.remote.rmi.RMIConnectorServer@10b914b3
> [INFO] [main] org.springframework.remoting.rmi.RmiRegistryFactoryBean -
> Unexporting RMI registry
> Exception org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name 'red5.core' defined in class path resource
> [red5.xml]: Instantiation of bean failed; nested exception is
> org.springframework.beans.BeanInstantiationException: Could not instantiate
> bean class
> [org.springframework.context.support.FileSystemXmlApplicationContext]:
> Constructor threw exception; nested exception is
> org.springframework.beans.factory.BeanDefinitionStoreException: Invalid
> bean definition with name 'rtmpTransport' defined in class path resource
> [red5-core.xml]: Could not resolve placeholder 'jmx.mina.poll.interval'
>
> Any help would be welcome.
> Thank you
>
>
> --
> Mit freundlichen Grüßen
> Walter Neumann
> Bürostudio Neumann
> Lundenburger Straße 57
> 2143 Großkrut
> Österreich
> Tel. +43 664 1826291
> Skype: wneumann1
> Internet: http://www.buerostudio-neumann.at****
>
>
>
> ****
>
>  ****
>
> --
> WBR
> Maxim aka solomax****
>
>  ****
>
>  ****
>
>
>
> ****
>
>  ****
>
> --
> WBR
> Maxim aka solomax****
>
>  ****
>
> --
> Mit freundlichen Grüßen
> Walter Neumann
> Bürostudio Neumann
> Lundenburger Straße 57
> 2143 Großkrut
> Österreich
> Tel. +43 664 1826291
> Skype: wneumann1
> Internet: http://www.buerostudio-neumann.at****
>
>
>
> ****
>
>  ****
>
> --
> WBR
> Maxim aka solomax****
>
>  ****
>
>  ****
>
>
>
> ****
>
>  ****
>
> --
> WBR
> Maxim aka solomax****
>
>  ****
>
>  ****
>
>  ****
>
> --
> Mit freundlichen Grüßen
> Walter Neumann
> Bürostudio Neumann
> Lundenburger Straße 57
> 2143 Großkrut
> Österreich
> Tel. +43 664 1826291
> Skype: wneumann1
> Internet: http://www.buerostudio-neumann.at****
>
>
>
> ****
>
>  ****
>
> --
> WBR
> Maxim aka solomax****
>
> ** **
>
> --
> Mit freundlichen Grüßen
> Walter Neumann
> Bürostudio Neumann
> Lundenburger Straße 57
> 2143 Großkrut
> Österreich
> Tel. +43 664 1826291
> Skype: wneumann1
> Internet: http://www.buerostudio-neumann.at****
>
>
>
> ****
>
> ** **
>
> --
> WBR
> Maxim aka solomax****
>
> ** **
>
> --
> Mit freundlichen Grüßen
> Walter Neumann
> Bürostudio Neumann
> Lundenburger Straße 57
> 2143 Großkrut
> Österreich
> Tel. +43 664 1826291
> Skype: wneumann1
> Internet: http://www.buerostudio-neumann.at****
>
>
> --
> Mit freundlichen Grüßen
> Walter Neumann
> Bürostudio Neumann
> Lundenburger Straße 57
> 2143 Großkrut
> Österreich
> Tel. +43 664 1826291
> Skype: wneumann1
> Internet: http://www.buerostudio-neumann.at
>



-- 
WBR
Maxim aka solomax

RE: red5 did not start

Posted by George Kirkham <gk...@co2crc.com.au>.
Walter,

 

I am very pleased that you found and corrected the issue, and that OpenMeetings is now working for you.

 

Thanks,

 

George Kirkham

 

 

From: Walter Neumann [mailto:walter@buerostudio-neumann.at] 
Sent: Friday, 10 August 2012 8:21 PM
To: openmeetings-user@incubator.apache.org
Subject: Re: red5 did not start

 

Hello George,
thank you for your answer. I appreciate your engagement. So I want to tell you some about my situation.
I am a programmer and have experience in Delphi, PHP, Java script, HTML and CSS. But I don't have any experience in Java. That's completly new for me and I have not installed any tools for that. Now I am in the old-age-pension and my interest is in the social engagement. So I wanted to use openmeetings to help peoples for better living.
Now to the technical background:
I have rent a server from 1&1 in Germany, a subsidiary company of Google. This server I can handle with ssh. I have for some years experience with linux (OpenSUSE, Ubuntu), but not with CentOS. I decided me for CentOS, because only with CentOS I recieved Plesk panel, a software to manage my customers, which have on this server their homepages. So I can not change to another OS.
I had installed on this server openmeetings 1.7 and it worked fine. Then I tried to update to version 1.9 with the update function. Unfortionatly during this process the connection was loose, and after that the red5 server could not be started. So I deleted the complete om directory and all tables in the database. And then I started a new install with version 2.0. For that I used a binary, because I don't have the possibility to compile it for myselve.
It's a good idea to work together with your openmeetings and screen sharing. But I have a big problem: My English is very little. When I write in english, I have on another window the dictionary opened. It's not possible for me to have a free conversation in english.
In the directory /etc or /etc/init.d there is no red5 script. At the moment I start red5 server manually in the terminal.
Of course, it would be a great thing to update the CentOS manuel. It helped me installing om 1.7. But since that so many have changed. I wish you, that you can find someone, who is able to help you with CentOS manuel.
Now a good news: It both me and I tried the new command line tool. And this give me the right error message. It was a syntax error in the persistence.xml file. Now it works.
Best greetings
Walter
 

Am 09.08.2012 23:54, schrieb George Kirkham: 

Walter,

 

I understand that you are using a CentOS 5.5 server, are you in a position where you could build and use a Ubuntu or Debian server (as I have had successes with these distros).  I have never successfully been able to build a CentOS server as VMware ESXi guest.  I would like to try, do you have any instructions that you follow, that you could point me to.  I could then test a OM build on my CentOS.  Stephen has done such a great job on the Windows, Ubuntu and Debian installation instructions, it would be good to assist him in updating the CentOS verison (if he has not already done so).

 

If you want, I could use my working OpenMeetings to join (invite) you to a conference room and you could screen share your screen while showing me the various files, and I could ask you many more questions and check much more, quite quickly than can be done via email like this.  Can you tell me a time period where you could be available for a conference meeting?  And your time zone.  I am GMT +10, and tomorrow is Saturday for me so I can be reasonably flexable.

 

A few more thoughts;

 

Is your OM server a new server for OpenMeetings? Or a pre-existing OpenMeetings server that you have tried to upgrade?




If we do conference, a suggestion is to drop your database, recreate it (which means it will be empty), move your current OpenMeetings /usr/lib/red5 to something like /usr/lib/red5.notworking and then recompile 2.0 and move the new compiled dist/red5 to /usr/lib/red5 and we can start fresh to configure this version. Then once working, we can then modify for other ports or other modifications that you may want to do.




There are so many things that I can forget to do or do wrong when I am building a OM server, like copy a file across from my desktop to my server which alters the file owner and then OM will not run, etc.




Inspecting your /etc/init.d/red5 script could be worthwhile too. I never bothered to find out what, but at least twice a mistake in my red5 script has stopped OM from working.

 

Thanks,

 

George Kirkham

 

 

From: Walter Neumann [mailto:walter@buerostudio-neumann.at] 
Sent: Friday, 10 August 2012 1:17 AM
To: openmeetings-user@incubator.apache.org
Subject: Re: red5 did not start

 

Hello George,
I tried to start new with the original mysql-persistence.xml file, changed database name, user name and password. Still it didn't work. After them I tried with an other database. Nothing helps.
I want to thanks all, who tried to help. But maybe this program should not work for me. I give up.
Walter



Am 09.08.2012 14:00, schrieb George Kirkham: 

Walter, Maxim,

 

Because of the issues that I have had (of my own making), I do suspect the issue is with being able to connect to the mysql database.

 

Walter does your /usr/lib/red5/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml contain the below information (substitute your Username and Password)  ?  There are no extra spaces or non-visible characters ?  I would also suggest try using this user name and password, of course you would have to update your mysql access.

grant all privileges on openmeetings.* to ‘openmeetings’@’localhost’ identified by ‘password’;

 

 

                                                <property name="openjpa.ConnectionProperties"

                                                                value="DriverClassName=com.mysql.jdbc.Driver

                                                                                , Url=jdbc:mysql://localhost:3306/openmeetings?autoReconnect=true&amp;useUnicode=true&amp;createDatabaseIfNotExist=true&amp;characterEncoding=utf-8&amp;connectionCollation=utf8_general_ci&amp;cachePrepStmts=true&amp;cacheCallableStatements=true&amp;cacheServerConfiguration=true&amp;useLocalSessionState=true&amp;elideSetAutoCommits=true&amp;alwaysSendSetIsolation=false&amp;enableQueryTimeouts=false&amp;prepStmtCacheSize=3000&amp;prepStmtCacheSqlLimit=1000

                                                                                , MaxActive=100

                                                                                , MaxWait=10000

                                                                                , TestOnBorrow=true

                                                                                , poolPreparedStatements=true

                                                                                , Username=openmeetings

                                                                                , Password=password"/>

                                                <property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema"/>

 

Thanks,

 

George Kirkham

 

 

From: Walter Neumann [mailto:walter@buerostudio-neumann.at] 
Sent: Thursday, 9 August 2012 8:18 PM
To: openmeetings-user@incubator.apache.org
Subject: Re: red5 did not start

 

Hello Maxim,
of course I tried it several times up to half an hour after starting the red5 server. The message stays forever.
I don't know, but maybe this version does not work on CentOS 5?
Walter



Am 09.08.2012 10:54, schrieb Maxim Solodovnik: 

Have you tried to refresh the page after getting "OpenMeetings - Loading ..."?

On Thu, Aug 9, 2012 at 3:40 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

Hi all,
if the red5server is running, the output is:
tcp        0      0 :::36612                    :::*                        LISTEN      25077/java
tcp        0      0 :::1935                     :::*                        LISTEN      25077/java
tcp        0      0 :::9999                     :::*                        LISTEN      25077/java
tcp        0      0 :::8088                     :::*                        LISTEN      25077/java
tcp        0      0 :::5080                     :::*                        LISTEN      25077/java
So it seems, that java is working correct and the right ports are used.
I have checked the third time persistence.xml. there is all correct.
What else can I do?
Thank you for your help
Walter



Am 08.08.2012 08:35, schrieb George Kirkham: 

Maxim, Walter,

 

My apologies I did mean “netstat -anp | grep java” which should give something like the below listing and maybe a few more lines.

 

# netstat -anp | grep java

tcp6       0      0 :::1935                 :::*                    LISTEN      8186/java

tcp6       0      0 :::9999                 :::*                    LISTEN      8186/java

tcp6       0      0 :::8088                 :::*                    LISTEN      8186/java

tcp6       0      0 :::34071                :::*                    LISTEN      8186/java

tcp6       0      0 :::5080                 :::*                    LISTEN      8186/java

 

Thanks,

 

George Kirkham

 

 

From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Wednesday, 8 August 2012 4:27 PM
To: openmeetings-user@incubator.apache.org
Subject: Re: red5 did not start

 

I believe George mean

	“netstat -anp | grep java”

 

On Wed, Aug 8, 2012 at 1:18 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

Hi George,
this is the output:

netstat -anp | java

Usage: java [-options] class [args...]                                          
           (to execute a class)                                                 
   or  java [-options] -jar jarfile [args...]                                   
           (to execute a jar file)                                              
where options include:                                                          
    -d32          use a 32-bit data model if available                          
    -d64          use a 64-bit data model if available                          
    -server       to select the "server" VM                                     
                  The default VM is server.                                     

    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
                  A : separated list of directories, JAR archives,
                  and ZIP archives to search for class files.
    -D<name>=<value>
                  set a system property
    -verbose[:class|gc|jni]
                  enable verbose output
    -version      print product version and exit
    -version:<value>
                  require the specified version to run
    -showversion  print product version and continue
    -jre-restrict-search | -jre-no-restrict-search
                  include/exclude user private JREs in the version search
    -? -help      print this help message
    -X            print help on non-standard options
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
                  enable assertions with specified granularity
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
                  disable assertions with specified granularity
    -esa | -enablesystemassertions
                  enable system assertions
    -dsa | -disablesystemassertions
                  disable system assertions
    -agentlib:<libname>[=<options>]
                  load native agent library <libname>, e.g. -agentlib:hprof
                  see also, -agentlib:jdwp=help and -agentlib:hprof=help
    -agentpath:<pathname>[=<options>]
                  load native agent library by full pathname
    -javaagent:<jarpath>[=<options>]
                  load Java programming language agent, see java.lang.instrument
    -splash:<imagepath>
                  show splash screen with specified image
See http://java.sun.com/javase/reference for more details.

Walter



Am 08.08.2012 00:36, schrieb George Kirkham: 

Walter,

 

I still think that the message states your problem “folder, probably your database user/pwd/host is wrong!”

 

I have had this issue so many times myself.  Of course it could be your change of your ports, but unless you provide more detailed information, I could not tell.

 

If you run the command “netstat -anp | java” I wonder what response you get?

 

Thanks,

 

George Kirkham

 

 

From: Walter Neumann [mailto:walter@buerostudio-neumann.at] 
Sent: Wednesday, 8 August 2012 2:04 AM
To: openmeetings-user@incubator.apache.org
Subject: Re: red5 did not start

 

Hi all,
there is only one mysql-connector file.
The ports I have returned to the originally one.
The connection to the server by port 5080 works with IP adress or server name. But I receive an error message from the install program:

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! 

This message stays forever.

The error.log is empty.
The openmeetings.log has only one entry (see below).
The log of today has only one entry (see below).
The red5.log has many entries, but always INFO. Only 2 WARN are there:
2012-08-07 14:41:34,225 [main] WARN  o.a.a.transport.http.AxisServlet - No transportReceiver for org.apache.axis2.transport.http.AxisServletListener found. An instance for HTTP will be configured automatically. Please update your axis2.xml file!
2012-08-07 14:41:34,651 [Launcher:/] WARN  org.red5.server.scope.Scope - Invalid scope was not added: [WebScope@2c18b492 Depth = 1, Path = '/default', Name = '']
What else can I do?
Thank you for all suggestions
Walter


Am 07.08.2012 16:50, schrieb George Kirkham: 

For my Debian and Ubuntu installations the mysql command looks more like

 

mysql -h localhost -u openmeetings -p openmeetings

 

Where the database is called openmeetings and the user account is openmeetings and I am prompted to enter my password.

 

As Maxim suggested, testing and proving your ability to connect to your OpenMeetings mysql database from the command line is best then think about the following questions I have asked so that we can better understand your installation’s configuration.

 

In your folder “in the folder $red5/webapps/openmeetings/WEB-INF/lib/” how many mysql-connector*.* files do you have ?

 

For example;

# ls -al /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector*.*

-rwxrwxr-x 1 nobody root 724213 Jun 26 09:39 /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector-java-jar-5.1.9.jar

 

One time I ended up with two mysql jar files in the folder.

 

I do not use SSL, so I am curious what you might mean by “I changed the rtmp port to 443 in both files”.  What is the path and file names of these two files?  And exactly  what settings in these files did you change?

 

A suggestion is to return the ports back to what they were originally and to try again.

 

Have you successed in using the Installation URL http://xxx.xxx.xxx.xxx:5080/openmeetings/install   where xxx.xxx.xxx.xxx   is the IP address of your Openmeetings server ?

 

Thanks,

 

George Kirkham

 

 

 

From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Wednesday, 8 August 2012 12:34 AM
To: openmeetings-user@incubator.apache.org
Subject: Re: red5 did not start

 

I'm afraid I see no issue in 1 line log you have sent.

 

Are you able to connect using command line mysql:

mysql --host=localhost -u user -p openmeetings

?

 

On Tue, Aug 7, 2012 at 9:27 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

Hi all,
now is the file mysql-connector-java-5.1.21-bin.jar in the folder $red5/webapps/openmeetings/WEB-INF/lib/, but it still not work. The mysql monitor works fine with the database. So it seems to be an issue with the JConnector. Are all versions of the JConnector compatible with openmeetings? Or could it be a java problem?
In the log-files are only this entries:
openmeetings.log: DEBUG 08-07 14:41:32.895 ContextLoggingListener.java 22 72 ROOT [main] - Starting up context openmeetings
0.0.0.0_access.2012-08-07.log: 95.143.90.206 - - [07/Aug/2012:15:00:43 +0200] "GET /openmeetings/install HTTP/1.1" 200 1256
Thank you for your assistence.
Walter


Am 07.08.2012 13:10, schrieb Maxim Solodovnik: 

	You need to copy only file with name like this: mysql-connector-java-jar-5.1.9.jar (not the whole folder, I'll hopefully will update documentation and mention it)

	On Tue, Aug 7, 2012 at 5:50 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

	Hello Maxim,
	yes, I did. But the JConnector comes in a folder, which I put in the described folder. The foldername of the JConnector includes the version number. Maybe it is nescecary to define a symlink? Or is only a special file of this folder to put into the library directory? It wasn't clear for me.
	Thank you for your patience with me.
	Walter
	
	Am 07.08.2012 11:01, schrieb Maxim Solodovnik: 

	Are you using OM build from the sources or you have download binaries? 

	 

	If you have download binaries have you add mysql driver to it as describer here:  http://incubator.apache.org/openmeetings/MySQLConfig.html   Steps todo 

	On Tue, Aug 7, 2012 at 3:16 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

	Thank you Maxim,
	you are right. I edited by accident something in this file.
	Now it works, but it seems, that the database is not reachable.
	In the persistence.xml file is "Url=jdbc:mysql://localhost:3306/openmeetings where
	localhost is the hostname
	3306 is the MySQL connection port
	openmeetings is the database name
	Is this correct?
	Of corse I edited username and password. So I can not see any error. The database I created with plesk panel and is working fine.
	Are there other possible errors, which cause, that the install program can not start?
	Thank you very much for help
	
	-- 
	Mit freundlichen Grüßen
	Walter Neumann
	Bürostudio Neumann
	Lundenburger Straße 57
	2143 Großkrut
	Österreich
	Tel. +43 664 1826291
	Skype: wneumann1
	Internet: http://www.buerostudio-neumann.at
	
	
	
	Am 06.08.2012 19:39, schrieb Maxim Solodovnik: 

	Hello Walter, 

	 

	According to the log

	Could not resolve placeholder 'jmx.mina.poll.interval'

	 

	which is placeholder is defined in red5/conf/red5.properties

	have you changed anything except persistence.xml?

	On Mon, Aug 6, 2012 at 9:53 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

	Hello,
	I tried to setup Openmeetings 2.0.0 r 1361497 on my CentOS 5.5 server.
	I changed the mysql_persistence.xml -> persistence.xml and edited dbhost user and password.
	I changed the rtmp port to 443 in both files.
	After starting red5 come some error messages:
	
	Logback selector: org.red5.logging.LoggingContextSelector
	16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
	16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
	16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/usr/src/om/conf/logback.xml <file:///\\%5C%5Cusr%5Csrc%5Com%5Cconf%5Clogback.xml> ]
	16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs multiple times on the classpath.
	16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml <file:///\\%5C%5Cusr%5Csrc%5Com%5Cconf%5Clogback.xml> ]
	16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml <file:///\\%5C%5Cusr%5Csrc%5Com%5Cconf%5Clogback.xml> ]
	16:41:46,125 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
	16:41:46,128 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
	16:41:46,132 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [CONSOLE]
	16:41:46,163 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
	16:41:46,211 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
	16:41:46,214 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [FILE]
	16:41:46,223 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
	16:41:46,238 |-INFO in ch.qos.logback.core.FileAppender[FILE] - File property is set to [log/red5.log]
	16:41:46,239 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
	16:41:46,239 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [ERRORFILE]
	16:41:46,244 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
	16:41:46,245 |-INFO in ch.qos.logback.core.FileAppender[ERRORFILE] - File property is set to [log/error.log]
	16:41:46,245 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - ROOT level set to INFO
	16:41:46,245 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [CONSOLE] to Logger[ROOT]
	16:41:46,246 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [FILE] to Logger[ROOT]
	16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.springframework level set to INFO
	16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.apache level set to INFO
	16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - ch.qos level set to WARN
	16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
	16:41:46,248 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@33d6f122 - Registering current configuration as safe fallback point
	
	Setting default logging context: default
	[INFO] [main] org.red5.server.Launcher - Red5 Server 1.0.0 RC3 $Rev: 4387 $ (http://code.google.com/p/red5/)
	Red5 Server 1.0.0 RC3 $Rev: 4387 $ (http://code.google.com/p/red5/)
	SLF4J: Class path contains multiple SLF4J bindings.
	SLF4J: Found binding in [jar:file:/usr/src/om/red5.jar!/org/slf4j/impl/StaticLoggerBinder.class <jar:file:/usr/src/om/red5.jar%21/org/slf4j/impl/StaticLoggerBinder.class> ]
	SLF4J: Found binding in [jar:file:/usr/src/om/lib/logback-classic-1.0.3.jar!/org/slf4j/impl/StaticLoggerBinder.class <jar:file:/usr/src/om/lib/logback-classic-1.0.3.jar%21/org/slf4j/impl/StaticLoggerBinder.class> ]
	SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
	[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContext - Refreshing org.springframework.context.support.FileSystemXmlApplicationContext@2f774b9b: startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
	[INFO] [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [red5.xml]
	[INFO] [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [jee-container.xml]
	[INFO] [main] org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - Loading properties file from class path resource [red5.properties]
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3: defining beans [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server]; root of factory hierarchy
	[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContext - Refreshing org.springframework.context.support.FileSystemXmlApplicationContext@a0b1cd0: startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
	[INFO] [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [red5-common.xml]
	[INFO] [main] org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - Loading properties file from class path resource [red5.properties]
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3: defining beans [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream]; root of factory hierarchy
	[INFO] [main] org.springframework.remoting.rmi.RmiRegistryFactoryBean - Creating new RMI registry
	[INFO] [main] org.springframework.jmx.support.ConnectorServerFactoryBean - JMX connector server started: javax.management.remote.rmi.RMIConnectorServer@10b914b3
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Registering beans for JMX exposure on startup
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean with name 'org.springframework.jmx.support.ConnectorServerFactoryBean#0' has been autodetected for JMX exposure
	[INFO] [main] org.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
	[INFO] [main] org.quartz.core.QuartzScheduler - Quartz Scheduler v.1.8.5 created.
	[INFO] [main] org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v1.8.5) 'Red5_Scheduler' with instanceId 's15435587.onlinehome-server.info1344264107349'
	  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 4 threads.
	  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
	
	[INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'Red5_Scheduler' initialized from default resource file in Quartz package: 'quartz.properties'
	[INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 1.8.5
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 started.
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean with name 'schedulingService' has been autodetected for JMX exposure
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean with name 'clientBroadcastStream' has been autodetected for JMX exposure
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Located MBean 'org.springframework.jmx.support.ConnectorServerFactoryBean#0': registering with JMX server as MBean [org.red5.server:name=org.springframework.jmx.support.ConnectorServerFactoryBean#0,type=RMIConnectorServer]
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Located MBean 'schedulingService': registering with JMX server as MBean [org.red5.server:name=schedulingService,type=QuartzSchedulingService]
	[INFO] [main] org.red5.server.service.WarDeployer - War deployer service created
	[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContext - Refreshing org.springframework.context.support.FileSystemXmlApplicationContext@2e67cd84: startup date [Mon Aug 06 16:41:47 CEST 2012]; parent: ApplicationContext 'red5.common'
	[INFO] [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [red5-core.xml]
	[INFO] [main] org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - Loading properties file from class path resource [red5.properties]
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@24bb6086: defining beans [customEditorConfigurer,placeholderConfig,rtmpMinaConnManager,rtmpHandler,rtmpMinaIoHandler,rtmpTransport,rtmpMinaConnection,rtmptConnManager,rtmptHandler,rtmptServlet,rtmptConnection]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3: defining beans [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server]; root of factory hierarchy
	[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContext - Closing ApplicationContext 'red5.common': startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3: defining beans [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream]; root of factory hierarchy
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Unregistering JMX-exposed beans on shutdown
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutting down.
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 paused.
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutdown complete.
	[INFO] [main] org.springframework.jmx.support.ConnectorServerFactoryBean - Stopping JMX connector server: javax.management.remote.rmi.RMIConnectorServer@10b914b3
	[INFO] [main] org.springframework.remoting.rmi.RmiRegistryFactoryBean - Unexporting RMI registry
	Exception org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'red5.core' defined in class path resource [red5.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.springframework.context.support.FileSystemXmlApplicationContext]: Constructor threw exception; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'rtmpTransport' defined in class path resource [red5-core.xml]: Could not resolve placeholder 'jmx.mina.poll.interval'
	
	Any help would be welcome.
	Thank you

 


Re: red5 did not start

Posted by Walter Neumann <wa...@buerostudio-neumann.at>.
Hello George,
thank you for your answer. I appreciate your engagement. So I want to 
tell you some about my situation.
I am a programmer and have experience in Delphi, PHP, Java script, HTML 
and CSS. But I don't have any experience in Java. That's completly new 
for me and I have not installed any tools for that. Now I am in the 
old-age-pension and my interest is in the social engagement. So I wanted 
to use openmeetings to help peoples for better living.
Now to the technical background:
I have rent a server from 1&1 in Germany, a subsidiary company of 
Google. This server I can handle with ssh. I have for some years 
experience with linux (OpenSUSE, Ubuntu), but not with CentOS. I decided 
me for CentOS, because only with CentOS I recieved Plesk panel, a 
software to manage my customers, which have on this server their 
homepages. So I can not change to another OS.
I had installed on this server openmeetings 1.7 and it worked fine. Then 
I tried to update to version 1.9 with the update function. Unfortionatly 
during this process the connection was loose, and after that the red5 
server could not be started. So I deleted the complete om directory and 
all tables in the database. And then I started a new install with 
version 2.0. For that I used a binary, because I don't have the 
possibility to compile it for myselve.
It's a good idea to work together with your openmeetings and screen 
sharing. But I have a big problem: My English is very little. When I 
write in english, I have on another window the dictionary opened. It's 
not possible for me to have a free conversation in english.
In the directory /etc or /etc/init.d there is no red5 script. At the 
moment I start red5 server manually in the terminal.
Of course, it would be a great thing to update the CentOS manuel. It 
helped me installing om 1.7. But since that so many have changed. I wish 
you, that you can find someone, who is able to help you with CentOS manuel.
*Now a good news: It both me and I tried the new command line tool. And 
this give me the right error message. It was a syntax error in the 
persistence.xml file. Now it works.*
Best greetings
Walter


Am 09.08.2012 23:54, schrieb George Kirkham:
>
> Walter,
>
> I understand that you are using a CentOS 5.5 server, are you in a 
> position where you could build and use a Ubuntu or Debian server (as I 
> have had successes with these distros).  I have never successfully 
> been able to build a CentOS server as VMware ESXi guest.  I would like 
> to try, do you have any instructions that you follow, that you could 
> point me to.  I could then test a OM build on my CentOS.  Stephen has 
> done such a great job on the Windows, Ubuntu and Debian installation 
> instructions, it would be good to assist him in updating the CentOS 
> verison (if he has not already done so).
>
> If you want, I could use my working OpenMeetings to join (invite) you 
> to a conference room and you could screen share your screen while 
> showing me the various files, and I could ask you many more questions 
> and check much more, quite quickly than can be done via email like 
> this.  Can you tell me a time period where you could be available for 
> a conference meeting?  And your time zone.  I am GMT +10, and tomorrow 
> is Saturday for me so I can be reasonably flexable.
>
> A few more thoughts;
>
> 1) Is your OM server a new server for OpenMeetings? Or a pre-existing 
> OpenMeetings server that you have tried to upgrade?
>
> 2) If we do conference, a suggestion is to drop your database, 
> recreate it (which means it will be empty), move your current 
> OpenMeetings /usr/lib/red5 to something like /usr/lib/red5.notworking 
> and then recompile 2.0 and move the new compiled dist/red5 to 
> /usr/lib/red5 and we can start fresh to configure this version. Then 
> once working, we can then modify for other ports or other 
> modifications that you may want to do.
>
> 3) There are so many things that I can forget to do or do wrong when I 
> am building a OM server, like copy a file across from my desktop to my 
> server which alters the file owner and then OM will not run, etc.
>
> 4) Inspecting your /etc/init.d/red5 script could be worthwhile too. I 
> never bothered to find out what, but at least twice a mistake in my 
> red5 script has stopped OM from working.
>
> Thanks,
>
> George Kirkham
>
> *From:* Walter Neumann [mailto:walter@buerostudio-neumann.at]
> *Sent:* Friday, 10 August 2012 1:17 AM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: red5 did not start
>
> Hello George,
> I tried to start new with the original mysql-persistence.xml file, 
> changed database name, user name and password. Still it didn't work. 
> After them I tried with an other database. Nothing helps.
> I want to thanks all, who tried to help. But maybe this program should 
> not work for me. I give up.
> Walter
>
>
>
> Am 09.08.2012 14:00, schrieb George Kirkham:
>
> Walter, Maxim,
>
> Because of the issues that I have had (of my own making), I do suspect 
> the issue is with being able to connect to the mysql database.
>
> Walter does your 
> /usr/lib/red5/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml 
> contain the below information (substitute your Username and Password)  
> ?  There are no extra spaces or non-visible characters ?  I would also 
> suggest try using this user name and password, of course you would 
> have to update your mysql access.
>
> grant all privileges on openmeetings.* to ‘openmeetings’@’localhost’ 
> identified by ‘password’;
>
> <property name="openjpa.ConnectionProperties"
>
>                                                                 
> value="DriverClassName=com.mysql.jdbc.Driver
>
>                                                                                 
> , 
> Url=jdbc:mysql://localhost:3306/openmeetings?autoReconnect=true&amp;useUnicode=true&amp;createDatabaseIfNotExist=true&amp;characterEncoding=utf-8&amp;connectionCollation=utf8_general_ci&amp;cachePrepStmts=true&amp;cacheCallableStatements=true&amp;cacheServerConfiguration=true&amp;useLocalSessionState=true&amp;elideSetAutoCommits=true&amp;alwaysSendSetIsolation=false&amp;enableQueryTimeouts=false&amp;prepStmtCacheSize=3000&amp;prepStmtCacheSqlLimit=1000
>
>                                                                                 
> , MaxActive=100
>
>                                                                                 
> , MaxWait=10000
>
>                                                                                 
> , TestOnBorrow=true
>
>                                                                                 
> , poolPreparedStatements=true
>
>                                                                                 
> , Username=openmeetings
>
>                                                                                 
> , Password=password"/>
>
> <property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema"/>
>
> Thanks,
>
> George Kirkham
>
> *From:* Walter Neumann [mailto:walter@buerostudio-neumann.at]
> *Sent:* Thursday, 9 August 2012 8:18 PM
> *To:* openmeetings-user@incubator.apache.org 
> <ma...@incubator.apache.org>
> *Subject:* Re: red5 did not start
>
> Hello Maxim,
> of course I tried it several times up to half an hour after starting 
> the red5 server. The message stays forever.
> I don't know, but maybe this version does not work on CentOS 5?
> Walter
>
>
>
> Am 09.08.2012 10:54, schrieb Maxim Solodovnik:
>
> Have you tried to refresh the page after getting "*OpenMeetings - 
> Loading ...*"?
>
> On Thu, Aug 9, 2012 at 3:40 PM, Walter Neumann 
> <walter@buerostudio-neumann.at <ma...@buerostudio-neumann.at>> 
> wrote:
>
> Hi all,
> if the red5server is running, the output is:
> tcp        0      0 :::36612                    
> :::*                        LISTEN      25077/java
> tcp        0      0 :::1935                     
> :::*                        LISTEN      25077/java
> tcp        0      0 :::9999                     
> :::*                        LISTEN      25077/java
> tcp        0      0 :::8088                     
> :::*                        LISTEN      25077/java
> tcp        0      0 :::5080                     
> :::*                        LISTEN      25077/java
> So it seems, that java is working correct and the right ports are used.
> I have checked the third time persistence.xml. there is all correct.
> What else can I do?
> Thank you for your help
> Walter
>
>
>
> Am 08.08.2012 08:35, schrieb George Kirkham:
>
> Maxim, Walter,
>
> My apologies I did mean “netstat -anp | grep java” which should give 
> something like the below listing and maybe a few more lines.
>
> # netstat -anp | grep java
>
> tcp6       0      0 :::1935                 :::*                    
> LISTEN      8186/java
>
> tcp6       0      0 :::9999                 :::*                    
> LISTEN      8186/java
>
> tcp6       0      0 :::8088                 :::*                    
> LISTEN      8186/java
>
> tcp6       0      0 :::34071                :::*                    
> LISTEN      8186/java
>
> tcp6       0      0 :::5080                 :::*         
>            LISTEN      8186/java
>
> Thanks,
>
> George Kirkham
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Wednesday, 8 August 2012 4:27 PM
> *To:* openmeetings-user@incubator.apache.org 
> <ma...@incubator.apache.org>
> *Subject:* Re: red5 did not start
>
> I believe George mean
>
>     “netstat -anp | *grep *java”
>
> On Wed, Aug 8, 2012 at 1:18 PM, Walter Neumann 
> <walter@buerostudio-neumann.at <ma...@buerostudio-neumann.at>> 
> wrote:
>
> Hi George,
> this is the output:
>
> netstat -anp | java
>
> Usage: java [-options] class [args...]
>            (to execute a class)
>    or  java [-options] -jar jarfile [args...]
>            (to execute a jar file)
> where options include:
>     -d32          use a 32-bit data model if available
>     -d64          use a 64-bit data model if available
>     -server       to select the "server" VM
>                   The default VM is server.
>
>     -cp <class search path of directories and zip/jar files>
>     -classpath <class search path of directories and zip/jar files>
>                   A : separated list of directories, JAR archives,
>                   and ZIP archives to search for class files.
>     -D<name>=<value>
>                   set a system property
>     -verbose[:class|gc|jni]
>                   enable verbose output
>     -version      print product version and exit
>     -version:<value>
>                   require the specified version to run
>     -showversion  print product version and continue
>     -jre-restrict-search | -jre-no-restrict-search
>                   include/exclude user private JREs in the version search
>     -? -help      print this help message
>     -X            print help on non-standard options
>     -ea[:<packagename>...|:<classname>]
>     -enableassertions[:<packagename>...|:<classname>]
>                   enable assertions with specified granularity
>     -da[:<packagename>...|:<classname>]
>     -disableassertions[:<packagename>...|:<classname>]
>                   disable assertions with specified granularity
>     -esa | -enablesystemassertions
>                   enable system assertions
>     -dsa | -disablesystemassertions
>                   disable system assertions
>     -agentlib:<libname>[=<options>]
>                   load native agent library <libname>, e.g. 
> -agentlib:hprof
>                   see also, -agentlib:jdwp=help and -agentlib:hprof=help
>     -agentpath:<pathname>[=<options>]
>                   load native agent library by full pathname
>     -javaagent:<jarpath>[=<options>]
>                   load Java programming language agent, see 
> java.lang.instrument
>     -splash:<imagepath>
>                   show splash screen with specified image
> See http://java.sun.com/javase/reference for more details.
>
> Walter
>
>
>
> Am 08.08.2012 00:36, schrieb George Kirkham:
>
> Walter,
>
> I still think that the message states your problem “folder, probably 
> your database user/pwd/host is wrong!”
>
> I have had this issue so many times myself.  Of course it could be 
> your change of your ports, but unless you provide more detailed 
> information, I could not tell.
>
> If you run the command “netstat -anp | java” I wonder what response 
> you get?
>
> Thanks,
>
> George Kirkham
>
> *From:* Walter Neumann [mailto:walter@buerostudio-neumann.at]
> *Sent:* Wednesday, 8 August 2012 2:04 AM
> *To:* openmeetings-user@incubator.apache.org 
> <ma...@incubator.apache.org>
> *Subject:* Re: red5 did not start
>
> Hi all,
> there is only one mysql-connector file.
> The ports I have returned to the originally one.
> The connection to the server by port 5080 works with IP adress or 
> server name. But I receive an error message from the install program:
>
> *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!
>
> This message stays forever.
>
> The error.log is empty.
> The openmeetings.log has only one entry (see below).
> The log of today has only one entry (see below).
> The red5.log has many entries, but always INFO. Only 2 WARN are there:
> 2012-08-07 14:41:34,225 [main] WARN  o.a.a.transport.http.AxisServlet 
> - No transportReceiver for 
> org.apache.axis2.transport.http.AxisServletListener found. An instance 
> for HTTP will be configured automatically. Please update your 
> axis2.xml file!
> 2012-08-07 14:41:34,651 [Launcher:/] WARN  org.red5.server.scope.Scope 
> - Invalid scope was not added: [WebScope@2c18b492 Depth = 1, Path = 
> '/default', Name = '']
> What else can I do?
> Thank you for all suggestions
> Walter
>
>
> Am 07.08.2012 16:50, schrieb George Kirkham:
>
> For my Debian and Ubuntu installations the mysql command looks more like
>
> mysql -h localhost -u openmeetings -p openmeetings
>
> Where the database is called openmeetings and the user account is 
> openmeetings and I am prompted to enter my password.
>
> As Maxim suggested, testing and proving your ability to connect to 
> your OpenMeetings mysql database from the command line is best then 
> think about the following questions I have asked so that we can better 
> understand your installation’s configuration.
>
> In your folder “in the folder $red5/webapps/openmeetings/WEB-INF/lib/” 
> how many mysql-connector*.* files do you have ?
>
> For example;
>
> # ls -al /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector*.*
>
> -rwxrwxr-x 1 nobody root 724213 Jun 26 09:39 
> /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector-java-jar-5.1.9.jar
>
> One time I ended up with two mysql jar files in the folder.
>
> I do not use SSL, so I am curious what you might mean by “I changed 
> the rtmp port to 443 in both files”.  What is the path and file names 
> of these two files?  And exactly  what settings in these files did you 
> change?
>
> A suggestion is to return the ports back to what they were originally 
> and to try again.
>
> Have you successed in using the Installation URL 
> http://xxx.xxx.xxx.xxx:5080/openmeetings/install   where 
> xxx.xxx.xxx.xxx   is the IP address of your Openmeetings server ?
>
> Thanks,
>
> George Kirkham
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Wednesday, 8 August 2012 12:34 AM
> *To:* openmeetings-user@incubator.apache.org 
> <ma...@incubator.apache.org>
> *Subject:* Re: red5 did not start
>
> I'm afraid I see no issue in 1 line log you have sent.
>
> Are you able to connect using command line mysql:
>
> mysql --host=localhost -u user -p openmeetings
>
> ?
>
> On Tue, Aug 7, 2012 at 9:27 PM, Walter Neumann 
> <walter@buerostudio-neumann.at <ma...@buerostudio-neumann.at>> 
> wrote:
>
> Hi all,
> now is the file mysql-connector-java-5.1.21-bin.jar in the folder 
> $red5/webapps/openmeetings/WEB-INF/lib/, but it still not work. The 
> mysql monitor works fine with the database. So it seems to be an issue 
> with the JConnector. Are all versions of the JConnector compatible 
> with openmeetings? Or could it be a java problem?
> In the log-files are only this entries:
> openmeetings.log: DEBUG 08-07 14:41:32.895 ContextLoggingListener.java 
> 22 72 ROOT [main] - Starting up context openmeetings
> 0.0.0.0_access.2012-08-07.log: 95.143.90.206 - - [07/Aug/2012:15:00:43 
> +0200] "GET /openmeetings/install HTTP/1.1" 200 1256
> Thank you for your assistence.
> Walter
>
>
> Am 07.08.2012 13:10, schrieb Maxim Solodovnik:
>
>     You need to copy only file with name like
>     this: mysql-connector-java-jar-5.1.9.jar (not the whole folder,
>     I'll hopefully will update documentation and mention it)
>
>     On Tue, Aug 7, 2012 at 5:50 PM, Walter Neumann
>     <walter@buerostudio-neumann.at
>     <ma...@buerostudio-neumann.at>> wrote:
>
>     Hello Maxim,
>     yes, I did. But the JConnector comes in a folder, which I put in
>     the described folder. The foldername of the JConnector includes
>     the version number. Maybe it is nescecary to define a symlink? Or
>     is only a special file of this folder to put into the library
>     directory? It wasn't clear for me.
>     Thank you for your patience with me.
>     Walter
>
>     Am 07.08.2012 11:01, schrieb Maxim Solodovnik:
>
>     Are you using OM build from the sources or you have download
>     binaries?
>
>     If you have download binaries have you add mysql driver to it as
>     describer here:
>     http://incubator.apache.org/openmeetings/MySQLConfig.html *Steps
>     todo*
>
>     On Tue, Aug 7, 2012 at 3:16 PM, Walter Neumann
>     <walter@buerostudio-neumann.at
>     <ma...@buerostudio-neumann.at>> wrote:
>
>     Thank you Maxim,
>     you are right. I edited by accident something in this file.
>     Now it works, but it seems, that the database is not reachable.
>     In the persistence.xml file is
>     "Url=jdbc:mysql://localhost:3306/openmeetings where
>     localhost is the hostname
>     3306 is the MySQL connection port
>     openmeetings is the database name
>     Is this correct?
>     Of corse I edited username and password. So I can not see any
>     error. The database I created with plesk panel and is working fine.
>     Are there other possible errors, which cause, that the install
>     program can not start?
>     Thank you very much for help
>
>     -- 
>     Mit freundlichen Grüßen
>     Walter Neumann
>     Bürostudio Neumann
>     Lundenburger Straße 57
>     2143 Großkrut
>     Österreich
>     Tel. +43 664 1826291
>     Skype: wneumann1
>     Internet: http://www.buerostudio-neumann.at
>
>
>
>     Am 06.08.2012 19:39, schrieb Maxim Solodovnik:
>
>     Hello Walter,
>
>     According to the log
>
>     Could not resolve placeholder 'jmx.mina.poll.interval'
>
>     which is placeholder is defined in red5/conf/red5.properties
>
>     have you changed anything except persistence.xml?
>
>     On Mon, Aug 6, 2012 at 9:53 PM, Walter Neumann
>     <walter@buerostudio-neumann.at
>     <ma...@buerostudio-neumann.at>> wrote:
>
>     Hello,
>     I tried to setup Openmeetings 2.0.0 r 1361497 on my CentOS 5.5 server.
>     I changed the mysql_persistence.xml -> persistence.xml and edited
>     dbhost user and password.
>     I changed the rtmp port to 443 in both files.
>     After starting red5 come some error messages:
>
>     Logback selector: org.red5.logging.LoggingContextSelector
>     16:41:45,931 |-INFO in
>     ch.qos.logback.classic.LoggerContext[default] - Could NOT find
>     resource [logback.groovy]
>     16:41:45,931 |-INFO in
>     ch.qos.logback.classic.LoggerContext[default] - Could NOT find
>     resource [logback-test.xml]
>     16:41:45,931 |-INFO in
>     ch.qos.logback.classic.LoggerContext[default] - Found resource
>     [logback.xml] at [file:/usr/src/om/conf/logback.xml
>     <file:///%5C%5Cusr%5Csrc%5Com%5Cconf%5Clogback.xml>]
>     16:41:45,933 |-WARN in
>     ch.qos.logback.classic.LoggerContext[default] - Resource
>     [logback.xml] occurs multiple times on the classpath.
>     16:41:45,933 |-WARN in
>     ch.qos.logback.classic.LoggerContext[default] - Resource
>     [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml
>     <file:///%5C%5Cusr%5Csrc%5Com%5Cconf%5Clogback.xml>]
>     16:41:45,933 |-WARN in
>     ch.qos.logback.classic.LoggerContext[default] - Resource
>     [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml
>     <file:///%5C%5Cusr%5Csrc%5Com%5Cconf%5Clogback.xml>]
>     16:41:46,125 |-INFO in
>     ch.qos.logback.classic.joran.action.ConfigurationAction - debug
>     attribute not set
>     16:41:46,128 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - About to
>     instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
>     16:41:46,132 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - Naming appender
>     as [CONSOLE]
>     16:41:46,163 |-INFO in
>     ch.qos.logback.core.joran.action.NestedComplexPropertyIA -
>     Assuming default type
>     [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
>     [encoder] property
>     16:41:46,211 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - About to
>     instantiate appender of type [ch.qos.logback.core.FileAppender]
>     16:41:46,214 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - Naming appender
>     as [FILE]
>     16:41:46,223 |-INFO in
>     ch.qos.logback.core.joran.action.NestedComplexPropertyIA -
>     Assuming default type
>     [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
>     [encoder] property
>     16:41:46,238 |-INFO in ch.qos.logback.core.FileAppender[FILE] -
>     File property is set to [log/red5.log]
>     16:41:46,239 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - About to
>     instantiate appender of type [ch.qos.logback.core.FileAppender]
>     16:41:46,239 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - Naming appender
>     as [ERRORFILE]
>     16:41:46,244 |-INFO in
>     ch.qos.logback.core.joran.action.NestedComplexPropertyIA -
>     Assuming default type
>     [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
>     [encoder] property
>     16:41:46,245 |-INFO in ch.qos.logback.core.FileAppender[ERRORFILE]
>     - File property is set to [log/error.log]
>     16:41:46,245 |-INFO in
>     ch.qos.logback.classic.joran.action.LevelAction - ROOT level set
>     to INFO
>     16:41:46,245 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
>     appender named [CONSOLE] to Logger[ROOT]
>     16:41:46,246 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
>     appender named [FILE] to Logger[ROOT]
>     16:41:46,246 |-INFO in
>     ch.qos.logback.classic.joran.action.LevelAction -
>     org.springframework level set to INFO
>     16:41:46,246 |-INFO in
>     ch.qos.logback.classic.joran.action.LevelAction - org.apache level
>     set to INFO
>     16:41:46,246 |-INFO in
>     ch.qos.logback.classic.joran.action.LevelAction - ch.qos level set
>     to WARN
>     16:41:46,246 |-INFO in
>     ch.qos.logback.classic.joran.action.ConfigurationAction - End of
>     configuration.
>     16:41:46,248 |-INFO in
>     ch.qos.logback.classic.joran.JoranConfigurator@33d6f122
>     <ma...@33d6f122> -
>     Registering current configuration as safe fallback point
>
>     Setting default logging context: default
>     [INFO] [main] org.red5.server.Launcher - Red5 Server 1.0.0 RC3
>     $Rev: 4387 $ (http://code.google.com/p/red5/)
>     Red5 Server 1.0.0 RC3 $Rev: 4387 $ (http://code.google.com/p/red5/)
>     SLF4J: Class path contains multiple SLF4J bindings.
>     SLF4J: Found binding in
>     [jar:file:/usr/src/om/red5.jar!/org/slf4j/impl/StaticLoggerBinder.class
>     <jar:file:/usr/src/om/red5.jar%21/org/slf4j/impl/StaticLoggerBinder.class>]
>     SLF4J: Found binding in
>     [jar:file:/usr/src/om/lib/logback-classic-1.0.3.jar!/org/slf4j/impl/StaticLoggerBinder.class
>     <jar:file:/usr/src/om/lib/logback-classic-1.0.3.jar%21/org/slf4j/impl/StaticLoggerBinder.class>]
>     SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for
>     an explanation.
>     [INFO] [main]
>     org.springframework.context.support.FileSystemXmlApplicationContext -
>     Refreshing
>     org.springframework.context.support.FileSystemXmlApplicationContext@2f774b9b
>     <ma...@2f774b9b>:
>     startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context
>     hierarchy
>     [INFO] [main]
>     org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
>     Loading XML bean definitions from class path resource [red5.xml]
>     [INFO] [main]
>     org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
>     Loading XML bean definitions from class path resource
>     [jee-container.xml]
>     [INFO] [main]
>     org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
>     - Loading properties file from class path resource [red5.properties]
>     [INFO] [main]
>     org.springframework.beans.factory.support.DefaultListableBeanFactory
>     - Pre-instantiating singletons in
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3
>     <ma...@3c24c4a3>:
>     defining beans
>     [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
>     root of factory hierarchy
>     [INFO] [main]
>     org.springframework.context.support.FileSystemXmlApplicationContext -
>     Refreshing
>     org.springframework.context.support.FileSystemXmlApplicationContext@a0b1cd0
>     <ma...@a0b1cd0>:
>     startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context
>     hierarchy
>     [INFO] [main]
>     org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
>     Loading XML bean definitions from class path resource
>     [red5-common.xml]
>     [INFO] [main]
>     org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
>     - Loading properties file from class path resource [red5.properties]
>     [INFO] [main]
>     org.springframework.beans.factory.support.DefaultListableBeanFactory
>     - Pre-instantiating singletons in
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
>     <ma...@1af0b4a3>:
>     defining beans
>     [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
>     root of factory hierarchy
>     [INFO] [main]
>     org.springframework.remoting.rmi.RmiRegistryFactoryBean - Creating
>     new RMI registry
>     [INFO] [main]
>     org.springframework.jmx.support.ConnectorServerFactoryBean - JMX
>     connector server started:
>     javax.management.remote.rmi.RMIConnectorServer@10b914b3
>     <ma...@10b914b3>
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Registering beans for JMX exposure on startup
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Bean with name
>     'org.springframework.jmx.support.ConnectorServerFactoryBean#0' has
>     been autodetected for JMX exposure
>     [INFO] [main] org.quartz.core.SchedulerSignalerImpl - Initialized
>     Scheduler Signaller of type: class
>     org.quartz.core.SchedulerSignalerImpl
>     [INFO] [main] org.quartz.core.QuartzScheduler - Quartz Scheduler
>     v.1.8.5 created.
>     [INFO] [main] org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
>     [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>     meta-data: Quartz Scheduler (v1.8.5) 'Red5_Scheduler' with
>     instanceId 's15435587.onlinehome-server.info1344264107349'
>       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 4
>     threads.
>       Using job-store 'org.quartz.simpl.RAMJobStore' - which does not
>     support persistence. and is not clustered.
>
>     [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz
>     scheduler 'Red5_Scheduler' initialized from default resource file
>     in Quartz package: 'quartz.properties'
>     [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz
>     scheduler version: 1.8.5
>     [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>     Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349
>     started.
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Bean with name 'schedulingService' has been autodetected for JMX
>     exposure
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Bean with name 'clientBroadcastStream' has been autodetected for
>     JMX exposure
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Located MBean
>     'org.springframework.jmx.support.ConnectorServerFactoryBean#0':
>     registering with JMX server as MBean
>     [org.red5.server:name=org.springframework.jmx.support.ConnectorServerFactoryBean#0,type=RMIConnectorServer]
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Located MBean 'schedulingService': registering with JMX server
>     as MBean
>     [org.red5.server:name=schedulingService,type=QuartzSchedulingService]
>     [INFO] [main] org.red5.server.service.WarDeployer - War deployer
>     service created
>     [INFO] [main]
>     org.springframework.context.support.FileSystemXmlApplicationContext -
>     Refreshing
>     org.springframework.context.support.FileSystemXmlApplicationContext@2e67cd84
>     <ma...@2e67cd84>:
>     startup date [Mon Aug 06 16:41:47 CEST 2012]; parent:
>     ApplicationContext 'red5.common'
>     [INFO] [main]
>     org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
>     Loading XML bean definitions from class path resource [red5-core.xml]
>     [INFO] [main]
>     org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
>     - Loading properties file from class path resource [red5.properties]
>     [INFO] [main]
>     org.springframework.beans.factory.support.DefaultListableBeanFactory
>     - Destroying singletons in
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@24bb6086
>     <ma...@24bb6086>:
>     defining beans
>     [customEditorConfigurer,placeholderConfig,rtmpMinaConnManager,rtmpHandler,rtmpMinaIoHandler,rtmpTransport,rtmpMinaConnection,rtmptConnManager,rtmptHandler,rtmptServlet,rtmptConnection];
>     parent:
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
>     <ma...@1af0b4a3>
>     [INFO] [main]
>     org.springframework.beans.factory.support.DefaultListableBeanFactory
>     - Destroying singletons in
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3
>     <ma...@3c24c4a3>:
>     defining beans
>     [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
>     root of factory hierarchy
>     [INFO] [main]
>     org.springframework.context.support.FileSystemXmlApplicationContext -
>     Closing ApplicationContext 'red5.common': startup date [Mon Aug 06
>     16:41:46 CEST 2012]; root of context hierarchy
>     [INFO] [main]
>     org.springframework.beans.factory.support.DefaultListableBeanFactory
>     - Destroying singletons in
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
>     <ma...@1af0b4a3>:
>     defining beans
>     [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
>     root of factory hierarchy
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Unregistering JMX-exposed beans on shutdown
>     [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>     Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349
>     shutting down.
>     [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>     Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 paused.
>     [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>     Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349
>     shutdown complete.
>     [INFO] [main]
>     org.springframework.jmx.support.ConnectorServerFactoryBean -
>     Stopping JMX connector server:
>     javax.management.remote.rmi.RMIConnectorServer@10b914b3
>     <ma...@10b914b3>
>     [INFO] [main]
>     org.springframework.remoting.rmi.RmiRegistryFactoryBean -
>     Unexporting RMI registry
>     Exception org.springframework.beans.factory.BeanCreationException:
>     Error creating bean with name 'red5.core' defined in class path
>     resource [red5.xml]: Instantiation of bean failed; nested
>     exception is org.springframework.beans.BeanInstantiationException:
>     Could not instantiate bean class
>     [org.springframework.context.support.FileSystemXmlApplicationContext]:
>     Constructor threw exception; nested exception is
>     org.springframework.beans.factory.BeanDefinitionStoreException:
>     Invalid bean definition with name 'rtmpTransport' defined in class
>     path resource [red5-core.xml]: Could not resolve placeholder
>     'jmx.mina.poll.interval'
>
>     Any help would be welcome.
>     Thank you
>


RE: red5 did not start

Posted by George Kirkham <gk...@co2crc.com.au>.
Walter,

 

I understand that you are using a CentOS 5.5 server, are you in a position where you could build and use a Ubuntu or Debian server (as I have had successes with these distros).  I have never successfully been able to build a CentOS server as VMware ESXi guest.  I would like to try, do you have any instructions that you follow, that you could point me to.  I could then test a OM build on my CentOS.  Stephen has done such a great job on the Windows, Ubuntu and Debian installation instructions, it would be good to assist him in updating the CentOS verison (if he has not already done so).

 

If you want, I could use my working OpenMeetings to join (invite) you to a conference room and you could screen share your screen while showing me the various files, and I could ask you many more questions and check much more, quite quickly than can be done via email like this.  Can you tell me a time period where you could be available for a conference meeting?  And your time zone.  I am GMT +10, and tomorrow is Saturday for me so I can be reasonably flexable.

 

A few more thoughts;

 

1)      Is your OM server a new server for OpenMeetings? Or a pre-existing OpenMeetings server that you have tried to upgrade?



2)      If we do conference, a suggestion is to drop your database, recreate it (which means it will be empty), move your current OpenMeetings /usr/lib/red5 to something like /usr/lib/red5.notworking and then recompile 2.0 and move the new compiled dist/red5 to /usr/lib/red5 and we can start fresh to configure this version. Then once working, we can then modify for other ports or other modifications that you may want to do.



3)      There are so many things that I can forget to do or do wrong when I am building a OM server, like copy a file across from my desktop to my server which alters the file owner and then OM will not run, etc.



4)      Inspecting your /etc/init.d/red5 script could be worthwhile too. I never bothered to find out what, but at least twice a mistake in my red5 script has stopped OM from working.

 

Thanks,

 

George Kirkham

 

 

From: Walter Neumann [mailto:walter@buerostudio-neumann.at] 
Sent: Friday, 10 August 2012 1:17 AM
To: openmeetings-user@incubator.apache.org
Subject: Re: red5 did not start

 

Hello George,
I tried to start new with the original mysql-persistence.xml file, changed database name, user name and password. Still it didn't work. After them I tried with an other database. Nothing helps.
I want to thanks all, who tried to help. But maybe this program should not work for me. I give up.
Walter



Am 09.08.2012 14:00, schrieb George Kirkham: 

Walter, Maxim,

 

Because of the issues that I have had (of my own making), I do suspect the issue is with being able to connect to the mysql database.

 

Walter does your /usr/lib/red5/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml contain the below information (substitute your Username and Password)  ?  There are no extra spaces or non-visible characters ?  I would also suggest try using this user name and password, of course you would have to update your mysql access.

grant all privileges on openmeetings.* to ‘openmeetings’@’localhost’ identified by ‘password’;

 

 

                                                <property name="openjpa.ConnectionProperties"

                                                                value="DriverClassName=com.mysql.jdbc.Driver

                                                                                , Url=jdbc:mysql://localhost:3306/openmeetings?autoReconnect=true&amp;useUnicode=true&amp;createDatabaseIfNotExist=true&amp;characterEncoding=utf-8&amp;connectionCollation=utf8_general_ci&amp;cachePrepStmts=true&amp;cacheCallableStatements=true&amp;cacheServerConfiguration=true&amp;useLocalSessionState=true&amp;elideSetAutoCommits=true&amp;alwaysSendSetIsolation=false&amp;enableQueryTimeouts=false&amp;prepStmtCacheSize=3000&amp;prepStmtCacheSqlLimit=1000

                                                                                , MaxActive=100

                                                                                , MaxWait=10000

                                                                                , TestOnBorrow=true

                                                                                , poolPreparedStatements=true

                                                                                , Username=openmeetings

                                                                                , Password=password"/>

                                                <property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema"/>

 

Thanks,

 

George Kirkham

 

 

From: Walter Neumann [mailto:walter@buerostudio-neumann.at] 
Sent: Thursday, 9 August 2012 8:18 PM
To: openmeetings-user@incubator.apache.org
Subject: Re: red5 did not start

 

Hello Maxim,
of course I tried it several times up to half an hour after starting the red5 server. The message stays forever.
I don't know, but maybe this version does not work on CentOS 5?
Walter



Am 09.08.2012 10:54, schrieb Maxim Solodovnik: 

Have you tried to refresh the page after getting "OpenMeetings - Loading ..."?

On Thu, Aug 9, 2012 at 3:40 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

Hi all,
if the red5server is running, the output is:
tcp        0      0 :::36612                    :::*                        LISTEN      25077/java
tcp        0      0 :::1935                     :::*                        LISTEN      25077/java
tcp        0      0 :::9999                     :::*                        LISTEN      25077/java
tcp        0      0 :::8088                     :::*                        LISTEN      25077/java
tcp        0      0 :::5080                     :::*                        LISTEN      25077/java
So it seems, that java is working correct and the right ports are used.
I have checked the third time persistence.xml. there is all correct.
What else can I do?
Thank you for your help
Walter



Am 08.08.2012 08:35, schrieb George Kirkham: 

Maxim, Walter,

 

My apologies I did mean “netstat -anp | grep java” which should give something like the below listing and maybe a few more lines.

 

# netstat -anp | grep java

tcp6       0      0 :::1935                 :::*                    LISTEN      8186/java

tcp6       0      0 :::9999                 :::*                    LISTEN      8186/java

tcp6       0      0 :::8088                 :::*                    LISTEN      8186/java

tcp6       0      0 :::34071                :::*                    LISTEN      8186/java

tcp6       0      0 :::5080                 :::*                    LISTEN      8186/java

 

Thanks,

 

George Kirkham

 

 

From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Wednesday, 8 August 2012 4:27 PM
To: openmeetings-user@incubator.apache.org
Subject: Re: red5 did not start

 

I believe George mean

	“netstat -anp | grep java”

 

On Wed, Aug 8, 2012 at 1:18 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

Hi George,
this is the output:

netstat -anp | java

Usage: java [-options] class [args...]                                          
           (to execute a class)                                                 
   or  java [-options] -jar jarfile [args...]                                   
           (to execute a jar file)                                              
where options include:                                                          
    -d32          use a 32-bit data model if available                          
    -d64          use a 64-bit data model if available                          
    -server       to select the "server" VM                                     
                  The default VM is server.                                     

    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
                  A : separated list of directories, JAR archives,
                  and ZIP archives to search for class files.
    -D<name>=<value>
                  set a system property
    -verbose[:class|gc|jni]
                  enable verbose output
    -version      print product version and exit
    -version:<value>
                  require the specified version to run
    -showversion  print product version and continue
    -jre-restrict-search | -jre-no-restrict-search
                  include/exclude user private JREs in the version search
    -? -help      print this help message
    -X            print help on non-standard options
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
                  enable assertions with specified granularity
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
                  disable assertions with specified granularity
    -esa | -enablesystemassertions
                  enable system assertions
    -dsa | -disablesystemassertions
                  disable system assertions
    -agentlib:<libname>[=<options>]
                  load native agent library <libname>, e.g. -agentlib:hprof
                  see also, -agentlib:jdwp=help and -agentlib:hprof=help
    -agentpath:<pathname>[=<options>]
                  load native agent library by full pathname
    -javaagent:<jarpath>[=<options>]
                  load Java programming language agent, see java.lang.instrument
    -splash:<imagepath>
                  show splash screen with specified image
See http://java.sun.com/javase/reference for more details.

Walter



Am 08.08.2012 00:36, schrieb George Kirkham: 

Walter,

 

I still think that the message states your problem “folder, probably your database user/pwd/host is wrong!”

 

I have had this issue so many times myself.  Of course it could be your change of your ports, but unless you provide more detailed information, I could not tell.

 

If you run the command “netstat -anp | java” I wonder what response you get?

 

Thanks,

 

George Kirkham

 

 

From: Walter Neumann [mailto:walter@buerostudio-neumann.at] 
Sent: Wednesday, 8 August 2012 2:04 AM
To: openmeetings-user@incubator.apache.org
Subject: Re: red5 did not start

 

Hi all,
there is only one mysql-connector file.
The ports I have returned to the originally one.
The connection to the server by port 5080 works with IP adress or server name. But I receive an error message from the install program:

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! 

This message stays forever.

The error.log is empty.
The openmeetings.log has only one entry (see below).
The log of today has only one entry (see below).
The red5.log has many entries, but always INFO. Only 2 WARN are there:
2012-08-07 14:41:34,225 [main] WARN  o.a.a.transport.http.AxisServlet - No transportReceiver for org.apache.axis2.transport.http.AxisServletListener found. An instance for HTTP will be configured automatically. Please update your axis2.xml file!
2012-08-07 14:41:34,651 [Launcher:/] WARN  org.red5.server.scope.Scope - Invalid scope was not added: [WebScope@2c18b492 Depth = 1, Path = '/default', Name = '']
What else can I do?
Thank you for all suggestions
Walter


Am 07.08.2012 16:50, schrieb George Kirkham: 

For my Debian and Ubuntu installations the mysql command looks more like

 

mysql -h localhost -u openmeetings -p openmeetings

 

Where the database is called openmeetings and the user account is openmeetings and I am prompted to enter my password.

 

As Maxim suggested, testing and proving your ability to connect to your OpenMeetings mysql database from the command line is best then think about the following questions I have asked so that we can better understand your installation’s configuration.

 

In your folder “in the folder $red5/webapps/openmeetings/WEB-INF/lib/” how many mysql-connector*.* files do you have ?

 

For example;

# ls -al /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector*.*

-rwxrwxr-x 1 nobody root 724213 Jun 26 09:39 /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector-java-jar-5.1.9.jar

 

One time I ended up with two mysql jar files in the folder.

 

I do not use SSL, so I am curious what you might mean by “I changed the rtmp port to 443 in both files”.  What is the path and file names of these two files?  And exactly  what settings in these files did you change?

 

A suggestion is to return the ports back to what they were originally and to try again.

 

Have you successed in using the Installation URL http://xxx.xxx.xxx.xxx:5080/openmeetings/install   where xxx.xxx.xxx.xxx   is the IP address of your Openmeetings server ?

 

Thanks,

 

George Kirkham

 

 

 

From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Wednesday, 8 August 2012 12:34 AM
To: openmeetings-user@incubator.apache.org
Subject: Re: red5 did not start

 

I'm afraid I see no issue in 1 line log you have sent.

 

Are you able to connect using command line mysql:

mysql --host=localhost -u user -p openmeetings

?

 

On Tue, Aug 7, 2012 at 9:27 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

Hi all,
now is the file mysql-connector-java-5.1.21-bin.jar in the folder $red5/webapps/openmeetings/WEB-INF/lib/, but it still not work. The mysql monitor works fine with the database. So it seems to be an issue with the JConnector. Are all versions of the JConnector compatible with openmeetings? Or could it be a java problem?
In the log-files are only this entries:
openmeetings.log: DEBUG 08-07 14:41:32.895 ContextLoggingListener.java 22 72 ROOT [main] - Starting up context openmeetings
0.0.0.0_access.2012-08-07.log: 95.143.90.206 - - [07/Aug/2012:15:00:43 +0200] "GET /openmeetings/install HTTP/1.1" 200 1256
Thank you for your assistence.
Walter


Am 07.08.2012 13:10, schrieb Maxim Solodovnik: 

	You need to copy only file with name like this: mysql-connector-java-jar-5.1.9.jar (not the whole folder, I'll hopefully will update documentation and mention it)

	On Tue, Aug 7, 2012 at 5:50 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

	Hello Maxim,
	yes, I did. But the JConnector comes in a folder, which I put in the described folder. The foldername of the JConnector includes the version number. Maybe it is nescecary to define a symlink? Or is only a special file of this folder to put into the library directory? It wasn't clear for me.
	Thank you for your patience with me.
	Walter
	
	Am 07.08.2012 11:01, schrieb Maxim Solodovnik: 

	Are you using OM build from the sources or you have download binaries? 

	 

	If you have download binaries have you add mysql driver to it as describer here:  http://incubator.apache.org/openmeetings/MySQLConfig.html   Steps todo 

	On Tue, Aug 7, 2012 at 3:16 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

	Thank you Maxim,
	you are right. I edited by accident something in this file.
	Now it works, but it seems, that the database is not reachable.
	In the persistence.xml file is "Url=jdbc:mysql://localhost:3306/openmeetings where
	localhost is the hostname
	3306 is the MySQL connection port
	openmeetings is the database name
	Is this correct?
	Of corse I edited username and password. So I can not see any error. The database I created with plesk panel and is working fine.
	Are there other possible errors, which cause, that the install program can not start?
	Thank you very much for help
	
	-- 
	Mit freundlichen Grüßen
	Walter Neumann
	Bürostudio Neumann
	Lundenburger Straße 57
	2143 Großkrut
	Österreich
	Tel. +43 664 1826291
	Skype: wneumann1
	Internet: http://www.buerostudio-neumann.at
	
	
	
	Am 06.08.2012 19:39, schrieb Maxim Solodovnik: 

	Hello Walter, 

	 

	According to the log

	Could not resolve placeholder 'jmx.mina.poll.interval'

	 

	which is placeholder is defined in red5/conf/red5.properties

	have you changed anything except persistence.xml?

	On Mon, Aug 6, 2012 at 9:53 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

	Hello,
	I tried to setup Openmeetings 2.0.0 r 1361497 on my CentOS 5.5 server.
	I changed the mysql_persistence.xml -> persistence.xml and edited dbhost user and password.
	I changed the rtmp port to 443 in both files.
	After starting red5 come some error messages:
	
	Logback selector: org.red5.logging.LoggingContextSelector
	16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
	16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
	16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/usr/src/om/conf/logback.xml <file:///\\usr\src\om\conf\logback.xml> ]
	16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs multiple times on the classpath.
	16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml <file:///\\usr\src\om\conf\logback.xml> ]
	16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml <file:///\\usr\src\om\conf\logback.xml> ]
	16:41:46,125 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
	16:41:46,128 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
	16:41:46,132 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [CONSOLE]
	16:41:46,163 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
	16:41:46,211 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
	16:41:46,214 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [FILE]
	16:41:46,223 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
	16:41:46,238 |-INFO in ch.qos.logback.core.FileAppender[FILE] - File property is set to [log/red5.log]
	16:41:46,239 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
	16:41:46,239 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [ERRORFILE]
	16:41:46,244 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
	16:41:46,245 |-INFO in ch.qos.logback.core.FileAppender[ERRORFILE] - File property is set to [log/error.log]
	16:41:46,245 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - ROOT level set to INFO
	16:41:46,245 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [CONSOLE] to Logger[ROOT]
	16:41:46,246 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [FILE] to Logger[ROOT]
	16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.springframework level set to INFO
	16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.apache level set to INFO
	16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - ch.qos level set to WARN
	16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
	16:41:46,248 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@33d6f122 - Registering current configuration as safe fallback point
	
	Setting default logging context: default
	[INFO] [main] org.red5.server.Launcher - Red5 Server 1.0.0 RC3 $Rev: 4387 $ (http://code.google.com/p/red5/)
	Red5 Server 1.0.0 RC3 $Rev: 4387 $ (http://code.google.com/p/red5/)
	SLF4J: Class path contains multiple SLF4J bindings.
	SLF4J: Found binding in [jar:file:/usr/src/om/red5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
	SLF4J: Found binding in [jar:file:/usr/src/om/lib/logback-classic-1.0.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
	SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
	[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContext - Refreshing org.springframework.context.support.FileSystemXmlApplicationContext@2f774b9b: startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
	[INFO] [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [red5.xml]
	[INFO] [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [jee-container.xml]
	[INFO] [main] org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - Loading properties file from class path resource [red5.properties]
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3: defining beans [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server]; root of factory hierarchy
	[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContext - Refreshing org.springframework.context.support.FileSystemXmlApplicationContext@a0b1cd0: startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
	[INFO] [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [red5-common.xml]
	[INFO] [main] org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - Loading properties file from class path resource [red5.properties]
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3: defining beans [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream]; root of factory hierarchy
	[INFO] [main] org.springframework.remoting.rmi.RmiRegistryFactoryBean - Creating new RMI registry
	[INFO] [main] org.springframework.jmx.support.ConnectorServerFactoryBean - JMX connector server started: javax.management.remote.rmi.RMIConnectorServer@10b914b3
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Registering beans for JMX exposure on startup
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean with name 'org.springframework.jmx.support.ConnectorServerFactoryBean#0' has been autodetected for JMX exposure
	[INFO] [main] org.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
	[INFO] [main] org.quartz.core.QuartzScheduler - Quartz Scheduler v.1.8.5 created.
	[INFO] [main] org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v1.8.5) 'Red5_Scheduler' with instanceId 's15435587.onlinehome-server.info1344264107349'
	  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 4 threads.
	  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
	
	[INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'Red5_Scheduler' initialized from default resource file in Quartz package: 'quartz.properties'
	[INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 1.8.5
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 started.
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean with name 'schedulingService' has been autodetected for JMX exposure
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean with name 'clientBroadcastStream' has been autodetected for JMX exposure
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Located MBean 'org.springframework.jmx.support.ConnectorServerFactoryBean#0': registering with JMX server as MBean [org.red5.server:name=org.springframework.jmx.support.ConnectorServerFactoryBean#0,type=RMIConnectorServer]
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Located MBean 'schedulingService': registering with JMX server as MBean [org.red5.server:name=schedulingService,type=QuartzSchedulingService]
	[INFO] [main] org.red5.server.service.WarDeployer - War deployer service created
	[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContext - Refreshing org.springframework.context.support.FileSystemXmlApplicationContext@2e67cd84: startup date [Mon Aug 06 16:41:47 CEST 2012]; parent: ApplicationContext 'red5.common'
	[INFO] [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [red5-core.xml]
	[INFO] [main] org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - Loading properties file from class path resource [red5.properties]
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@24bb6086: defining beans [customEditorConfigurer,placeholderConfig,rtmpMinaConnManager,rtmpHandler,rtmpMinaIoHandler,rtmpTransport,rtmpMinaConnection,rtmptConnManager,rtmptHandler,rtmptServlet,rtmptConnection]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3: defining beans [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server]; root of factory hierarchy
	[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContext - Closing ApplicationContext 'red5.common': startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3: defining beans [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream]; root of factory hierarchy
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Unregistering JMX-exposed beans on shutdown
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutting down.
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 paused.
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutdown complete.
	[INFO] [main] org.springframework.jmx.support.ConnectorServerFactoryBean - Stopping JMX connector server: javax.management.remote.rmi.RMIConnectorServer@10b914b3
	[INFO] [main] org.springframework.remoting.rmi.RmiRegistryFactoryBean - Unexporting RMI registry
	Exception org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'red5.core' defined in class path resource [red5.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.springframework.context.support.FileSystemXmlApplicationContext]: Constructor threw exception; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'rtmpTransport' defined in class path resource [red5-core.xml]: Could not resolve placeholder 'jmx.mina.poll.interval'
	
	Any help would be welcome.
	Thank you
	
	
	-- 
	Mit freundlichen Grüßen
	Walter Neumann
	Bürostudio Neumann
	Lundenburger Straße 57
	2143 Großkrut
	Österreich
	Tel. +43 664 1826291
	Skype: wneumann1
	Internet: http://www.buerostudio-neumann.at

	
	
	

	 

	-- 
	WBR
	Maxim aka solomax

	 

	 

	
	
	

	 

	-- 
	WBR
	Maxim aka solomax

	 

	-- 
	Mit freundlichen Grüßen
	Walter Neumann
	Bürostudio Neumann
	Lundenburger Straße 57
	2143 Großkrut
	Österreich
	Tel. +43 664 1826291
	Skype: wneumann1
	Internet: http://www.buerostudio-neumann.at

	
	
	

	 

	-- 
	WBR
	Maxim aka solomax

 

 





 

-- 
WBR
Maxim aka solomax

 

 

 

-- 
Mit freundlichen Grüßen
Walter Neumann
Bürostudio Neumann
Lundenburger Straße 57
2143 Großkrut
Österreich
Tel. +43 664 1826291
Skype: wneumann1
Internet: http://www.buerostudio-neumann.at





 

-- 
WBR
Maxim aka solomax

 

-- 
Mit freundlichen Grüßen
Walter Neumann
Bürostudio Neumann
Lundenburger Straße 57
2143 Großkrut
Österreich
Tel. +43 664 1826291
Skype: wneumann1
Internet: http://www.buerostudio-neumann.at





 

-- 
WBR
Maxim aka solomax

 

-- 
Mit freundlichen Grüßen
Walter Neumann
Bürostudio Neumann
Lundenburger Straße 57
2143 Großkrut
Österreich
Tel. +43 664 1826291
Skype: wneumann1
Internet: http://www.buerostudio-neumann.at

 

-- 
Mit freundlichen Grüßen
Walter Neumann
Bürostudio Neumann
Lundenburger Straße 57
2143 Großkrut
Österreich
Tel. +43 664 1826291
Skype: wneumann1
Internet: http://www.buerostudio-neumann.at


Re: red5 did not start

Posted by Walter Neumann <wa...@buerostudio-neumann.at>.
Hello George,
I tried to start new with the original mysql-persistence.xml file, 
changed database name, user name and password. Still it didn't work. 
After them I tried with an other database. Nothing helps.
I want to thanks all, who tried to help. But maybe this program should 
not work for me. I give up.
Walter



Am 09.08.2012 14:00, schrieb George Kirkham:
>
> Walter, Maxim,
>
> Because of the issues that I have had (of my own making), I do suspect 
> the issue is with being able to connect to the mysql database.
>
> Walter does your 
> /usr/lib/red5/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml 
> contain the below information (substitute your Username and Password)  
> ?  There are no extra spaces or non-visible characters ?  I would also 
> suggest try using this user name and password, of course you would 
> have to update your mysql access.
>
> grant all privileges on openmeetings.* to ‘openmeetings’@’localhost’ 
> identified by ‘password’;
>
> <property name="openjpa.ConnectionProperties"
>
>                                                                 
> value="DriverClassName=com.mysql.jdbc.Driver
>
>                                                                                 
> , 
> Url=jdbc:mysql://localhost:3306/openmeetings?autoReconnect=true&amp;useUnicode=true&amp;createDatabaseIfNotExist=true&amp;characterEncoding=utf-8&amp;connectionCollation=utf8_general_ci&amp;cachePrepStmts=true&amp;cacheCallableStatements=true&amp;cacheServerConfiguration=true&amp;useLocalSessionState=true&amp;elideSetAutoCommits=true&amp;alwaysSendSetIsolation=false&amp;enableQueryTimeouts=false&amp;prepStmtCacheSize=3000&amp;prepStmtCacheSqlLimit=1000
>
>                                                                                 
> , MaxActive=100
>
>                                                                                 
> , MaxWait=10000
>
>                                                                                 
> , TestOnBorrow=true
>
>                                                                                 
> , poolPreparedStatements=true
>
>                                                                                 
> , Username=openmeetings
>
>                                                                                 
> , Password=password"/>
>
> <property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema"/>
>
> Thanks,
>
> George Kirkham
>
> *From:* Walter Neumann [mailto:walter@buerostudio-neumann.at]
> *Sent:* Thursday, 9 August 2012 8:18 PM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: red5 did not start
>
> Hello Maxim,
> of course I tried it several times up to half an hour after starting 
> the red5 server. The message stays forever.
> I don't know, but maybe this version does not work on CentOS 5?
> Walter
>
>
>
> Am 09.08.2012 10:54, schrieb Maxim Solodovnik:
>
> Have you tried to refresh the page after getting "*OpenMeetings - 
> Loading ...*"?
>
> On Thu, Aug 9, 2012 at 3:40 PM, Walter Neumann 
> <walter@buerostudio-neumann.at <ma...@buerostudio-neumann.at>> 
> wrote:
>
> Hi all,
> if the red5server is running, the output is:
> tcp        0      0 :::36612                    
> :::*                        LISTEN      25077/java
> tcp        0      0 :::1935                     
> :::*                        LISTEN      25077/java
> tcp        0      0 :::9999                     
> :::*                        LISTEN      25077/java
> tcp        0      0 :::8088                     
> :::*                        LISTEN      25077/java
> tcp        0      0 :::5080                     
> :::*                        LISTEN      25077/java
> So it seems, that java is working correct and the right ports are used.
> I have checked the third time persistence.xml. there is all correct.
> What else can I do?
> Thank you for your help
> Walter
>
>
>
> Am 08.08.2012 08:35, schrieb George Kirkham:
>
> Maxim, Walter,
>
> My apologies I did mean “netstat -anp | grep java” which should give 
> something like the below listing and maybe a few more lines.
>
> # netstat -anp | grep java
>
> tcp6       0      0 :::1935                 :::*                    
> LISTEN      8186/java
>
> tcp6       0      0 :::9999                 :::*                    
> LISTEN      8186/java
>
> tcp6       0      0 :::8088                 :::*                    
> LISTEN      8186/java
>
> tcp6       0      0 :::34071                :::*                    
> LISTEN      8186/java
>
> tcp6       0      0 :::5080                 :::*         
>            LISTEN      8186/java
>
> Thanks,
>
> George Kirkham
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Wednesday, 8 August 2012 4:27 PM
> *To:* openmeetings-user@incubator.apache.org 
> <ma...@incubator.apache.org>
> *Subject:* Re: red5 did not start
>
> I believe George mean
>
>     “netstat -anp | *grep *java”
>
> On Wed, Aug 8, 2012 at 1:18 PM, Walter Neumann 
> <walter@buerostudio-neumann.at <ma...@buerostudio-neumann.at>> 
> wrote:
>
> Hi George,
> this is the output:
>
> netstat -anp | java
>
> Usage: java [-options] class [args...]
>            (to execute a class)
>    or  java [-options] -jar jarfile [args...]
>            (to execute a jar file)
> where options include:
>     -d32          use a 32-bit data model if available
>     -d64          use a 64-bit data model if available
>     -server       to select the "server" VM
>                   The default VM is server.
>
>     -cp <class search path of directories and zip/jar files>
>     -classpath <class search path of directories and zip/jar files>
>                   A : separated list of directories, JAR archives,
>                   and ZIP archives to search for class files.
>     -D<name>=<value>
>                   set a system property
>     -verbose[:class|gc|jni]
>                   enable verbose output
>     -version      print product version and exit
>     -version:<value>
>                   require the specified version to run
>     -showversion  print product version and continue
>     -jre-restrict-search | -jre-no-restrict-search
>                   include/exclude user private JREs in the version search
>     -? -help      print this help message
>     -X            print help on non-standard options
>     -ea[:<packagename>...|:<classname>]
>     -enableassertions[:<packagename>...|:<classname>]
>                   enable assertions with specified granularity
>     -da[:<packagename>...|:<classname>]
>     -disableassertions[:<packagename>...|:<classname>]
>                   disable assertions with specified granularity
>     -esa | -enablesystemassertions
>                   enable system assertions
>     -dsa | -disablesystemassertions
>                   disable system assertions
>     -agentlib:<libname>[=<options>]
>                   load native agent library <libname>, e.g. 
> -agentlib:hprof
>                   see also, -agentlib:jdwp=help and -agentlib:hprof=help
>     -agentpath:<pathname>[=<options>]
>                   load native agent library by full pathname
>     -javaagent:<jarpath>[=<options>]
>                   load Java programming language agent, see 
> java.lang.instrument
>     -splash:<imagepath>
>                   show splash screen with specified image
> See http://java.sun.com/javase/reference for more details.
>
> Walter
>
>
>
> Am 08.08.2012 00:36, schrieb George Kirkham:
>
> Walter,
>
> I still think that the message states your problem “folder, probably 
> your database user/pwd/host is wrong!”
>
> I have had this issue so many times myself.  Of course it could be 
> your change of your ports, but unless you provide more detailed 
> information, I could not tell.
>
> If you run the command “netstat -anp | java” I wonder what response 
> you get?
>
> Thanks,
>
> George Kirkham
>
> *From:* Walter Neumann [mailto:walter@buerostudio-neumann.at]
> *Sent:* Wednesday, 8 August 2012 2:04 AM
> *To:* openmeetings-user@incubator.apache.org 
> <ma...@incubator.apache.org>
> *Subject:* Re: red5 did not start
>
> Hi all,
> there is only one mysql-connector file.
> The ports I have returned to the originally one.
> The connection to the server by port 5080 works with IP adress or 
> server name. But I receive an error message from the install program:
>
> *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!
>
> This message stays forever.
>
> The error.log is empty.
> The openmeetings.log has only one entry (see below).
> The log of today has only one entry (see below).
> The red5.log has many entries, but always INFO. Only 2 WARN are there:
> 2012-08-07 14:41:34,225 [main] WARN  o.a.a.transport.http.AxisServlet 
> - No transportReceiver for 
> org.apache.axis2.transport.http.AxisServletListener found. An instance 
> for HTTP will be configured automatically. Please update your 
> axis2.xml file!
> 2012-08-07 14:41:34,651 [Launcher:/] WARN  org.red5.server.scope.Scope 
> - Invalid scope was not added: [WebScope@2c18b492 Depth = 1, Path = 
> '/default', Name = '']
> What else can I do?
> Thank you for all suggestions
> Walter
>
>
> Am 07.08.2012 16:50, schrieb George Kirkham:
>
> For my Debian and Ubuntu installations the mysql command looks more like
>
> mysql -h localhost -u openmeetings -p openmeetings
>
> Where the database is called openmeetings and the user account is 
> openmeetings and I am prompted to enter my password.
>
> As Maxim suggested, testing and proving your ability to connect to 
> your OpenMeetings mysql database from the command line is best then 
> think about the following questions I have asked so that we can better 
> understand your installation’s configuration.
>
> In your folder “in the folder $red5/webapps/openmeetings/WEB-INF/lib/” 
> how many mysql-connector*.* files do you have ?
>
> For example;
>
> # ls -al /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector*.*
>
> -rwxrwxr-x 1 nobody root 724213 Jun 26 09:39 
> /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector-java-jar-5.1.9.jar
>
> One time I ended up with two mysql jar files in the folder.
>
> I do not use SSL, so I am curious what you might mean by “I changed 
> the rtmp port to 443 in both files”.  What is the path and file names 
> of these two files?  And exactly  what settings in these files did you 
> change?
>
> A suggestion is to return the ports back to what they were originally 
> and to try again.
>
> Have you successed in using the Installation URL 
> http://xxx.xxx.xxx.xxx:5080/openmeetings/install   where 
> xxx.xxx.xxx.xxx   is the IP address of your Openmeetings server ?
>
> Thanks,
>
> George Kirkham
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Wednesday, 8 August 2012 12:34 AM
> *To:* openmeetings-user@incubator.apache.org 
> <ma...@incubator.apache.org>
> *Subject:* Re: red5 did not start
>
> I'm afraid I see no issue in 1 line log you have sent.
>
> Are you able to connect using command line mysql:
>
> mysql --host=localhost -u user -p openmeetings
>
> ?
>
> On Tue, Aug 7, 2012 at 9:27 PM, Walter Neumann 
> <walter@buerostudio-neumann.at <ma...@buerostudio-neumann.at>> 
> wrote:
>
> Hi all,
> now is the file mysql-connector-java-5.1.21-bin.jar in the folder 
> $red5/webapps/openmeetings/WEB-INF/lib/, but it still not work. The 
> mysql monitor works fine with the database. So it seems to be an issue 
> with the JConnector. Are all versions of the JConnector compatible 
> with openmeetings? Or could it be a java problem?
> In the log-files are only this entries:
> openmeetings.log: DEBUG 08-07 14:41:32.895 ContextLoggingListener.java 
> 22 72 ROOT [main] - Starting up context openmeetings
> 0.0.0.0_access.2012-08-07.log: 95.143.90.206 - - [07/Aug/2012:15:00:43 
> +0200] "GET /openmeetings/install HTTP/1.1" 200 1256
> Thank you for your assistence.
> Walter
>
>
> Am 07.08.2012 13:10, schrieb Maxim Solodovnik:
>
>     You need to copy only file with name like
>     this: mysql-connector-java-jar-5.1.9.jar (not the whole folder,
>     I'll hopefully will update documentation and mention it)
>
>     On Tue, Aug 7, 2012 at 5:50 PM, Walter Neumann
>     <walter@buerostudio-neumann.at
>     <ma...@buerostudio-neumann.at>> wrote:
>
>     Hello Maxim,
>     yes, I did. But the JConnector comes in a folder, which I put in
>     the described folder. The foldername of the JConnector includes
>     the version number. Maybe it is nescecary to define a symlink? Or
>     is only a special file of this folder to put into the library
>     directory? It wasn't clear for me.
>     Thank you for your patience with me.
>     Walter
>
>     Am 07.08.2012 11:01, schrieb Maxim Solodovnik:
>
>     Are you using OM build from the sources or you have download
>     binaries?
>
>     If you have download binaries have you add mysql driver to it as
>     describer here:
>     http://incubator.apache.org/openmeetings/MySQLConfig.html *Steps
>     todo*
>
>     On Tue, Aug 7, 2012 at 3:16 PM, Walter Neumann
>     <walter@buerostudio-neumann.at
>     <ma...@buerostudio-neumann.at>> wrote:
>
>     Thank you Maxim,
>     you are right. I edited by accident something in this file.
>     Now it works, but it seems, that the database is not reachable.
>     In the persistence.xml file is
>     "Url=jdbc:mysql://localhost:3306/openmeetings where
>     localhost is the hostname
>     3306 is the MySQL connection port
>     openmeetings is the database name
>     Is this correct?
>     Of corse I edited username and password. So I can not see any
>     error. The database I created with plesk panel and is working fine.
>     Are there other possible errors, which cause, that the install
>     program can not start?
>     Thank you very much for help
>
>     -- 
>     Mit freundlichen Grüßen
>     Walter Neumann
>     Bürostudio Neumann
>     Lundenburger Straße 57
>     2143 Großkrut
>     Österreich
>     Tel. +43 664 1826291
>     Skype: wneumann1
>     Internet: http://www.buerostudio-neumann.at
>
>
>
>     Am 06.08.2012 19:39, schrieb Maxim Solodovnik:
>
>     Hello Walter,
>
>     According to the log
>
>     Could not resolve placeholder 'jmx.mina.poll.interval'
>
>     which is placeholder is defined in red5/conf/red5.properties
>
>     have you changed anything except persistence.xml?
>
>     On Mon, Aug 6, 2012 at 9:53 PM, Walter Neumann
>     <walter@buerostudio-neumann.at
>     <ma...@buerostudio-neumann.at>> wrote:
>
>     Hello,
>     I tried to setup Openmeetings 2.0.0 r 1361497 on my CentOS 5.5 server.
>     I changed the mysql_persistence.xml -> persistence.xml and edited
>     dbhost user and password.
>     I changed the rtmp port to 443 in both files.
>     After starting red5 come some error messages:
>
>     Logback selector: org.red5.logging.LoggingContextSelector
>     16:41:45,931 |-INFO in
>     ch.qos.logback.classic.LoggerContext[default] - Could NOT find
>     resource [logback.groovy]
>     16:41:45,931 |-INFO in
>     ch.qos.logback.classic.LoggerContext[default] - Could NOT find
>     resource [logback-test.xml]
>     16:41:45,931 |-INFO in
>     ch.qos.logback.classic.LoggerContext[default] - Found resource
>     [logback.xml] at [file:/usr/src/om/conf/logback.xml]
>     16:41:45,933 |-WARN in
>     ch.qos.logback.classic.LoggerContext[default] - Resource
>     [logback.xml] occurs multiple times on the classpath.
>     16:41:45,933 |-WARN in
>     ch.qos.logback.classic.LoggerContext[default] - Resource
>     [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
>     16:41:45,933 |-WARN in
>     ch.qos.logback.classic.LoggerContext[default] - Resource
>     [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
>     16:41:46,125 |-INFO in
>     ch.qos.logback.classic.joran.action.ConfigurationAction - debug
>     attribute not set
>     16:41:46,128 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - About to
>     instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
>     16:41:46,132 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - Naming appender
>     as [CONSOLE]
>     16:41:46,163 |-INFO in
>     ch.qos.logback.core.joran.action.NestedComplexPropertyIA -
>     Assuming default type
>     [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
>     [encoder] property
>     16:41:46,211 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - About to
>     instantiate appender of type [ch.qos.logback.core.FileAppender]
>     16:41:46,214 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - Naming appender
>     as [FILE]
>     16:41:46,223 |-INFO in
>     ch.qos.logback.core.joran.action.NestedComplexPropertyIA -
>     Assuming default type
>     [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
>     [encoder] property
>     16:41:46,238 |-INFO in ch.qos.logback.core.FileAppender[FILE] -
>     File property is set to [log/red5.log]
>     16:41:46,239 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - About to
>     instantiate appender of type [ch.qos.logback.core.FileAppender]
>     16:41:46,239 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - Naming appender
>     as [ERRORFILE]
>     16:41:46,244 |-INFO in
>     ch.qos.logback.core.joran.action.NestedComplexPropertyIA -
>     Assuming default type
>     [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
>     [encoder] property
>     16:41:46,245 |-INFO in ch.qos.logback.core.FileAppender[ERRORFILE]
>     - File property is set to [log/error.log]
>     16:41:46,245 |-INFO in
>     ch.qos.logback.classic.joran.action.LevelAction - ROOT level set
>     to INFO
>     16:41:46,245 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
>     appender named [CONSOLE] to Logger[ROOT]
>     16:41:46,246 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
>     appender named [FILE] to Logger[ROOT]
>     16:41:46,246 |-INFO in
>     ch.qos.logback.classic.joran.action.LevelAction -
>     org.springframework level set to INFO
>     16:41:46,246 |-INFO in
>     ch.qos.logback.classic.joran.action.LevelAction - org.apache level
>     set to INFO
>     16:41:46,246 |-INFO in
>     ch.qos.logback.classic.joran.action.LevelAction - ch.qos level set
>     to WARN
>     16:41:46,246 |-INFO in
>     ch.qos.logback.classic.joran.action.ConfigurationAction - End of
>     configuration.
>     16:41:46,248 |-INFO in
>     ch.qos.logback.classic.joran.JoranConfigurator@33d6f122
>     <ma...@33d6f122> -
>     Registering current configuration as safe fallback point
>
>     Setting default logging context: default
>     [INFO] [main] org.red5.server.Launcher - Red5 Server 1.0.0 RC3
>     $Rev: 4387 $ (http://code.google.com/p/red5/)
>     Red5 Server 1.0.0 RC3 $Rev: 4387 $ (http://code.google.com/p/red5/)
>     SLF4J: Class path contains multiple SLF4J bindings.
>     SLF4J: Found binding in
>     [jar:file:/usr/src/om/red5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
>     SLF4J: Found binding in
>     [jar:file:/usr/src/om/lib/logback-classic-1.0.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
>     SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for
>     an explanation.
>     [INFO] [main]
>     org.springframework.context.support.FileSystemXmlApplicationContext -
>     Refreshing
>     org.springframework.context.support.FileSystemXmlApplicationContext@2f774b9b
>     <ma...@2f774b9b>:
>     startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context
>     hierarchy
>     [INFO] [main]
>     org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
>     Loading XML bean definitions from class path resource [red5.xml]
>     [INFO] [main]
>     org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
>     Loading XML bean definitions from class path resource
>     [jee-container.xml]
>     [INFO] [main]
>     org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
>     - Loading properties file from class path resource [red5.properties]
>     [INFO] [main]
>     org.springframework.beans.factory.support.DefaultListableBeanFactory
>     - Pre-instantiating singletons in
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3
>     <ma...@3c24c4a3>:
>     defining beans
>     [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
>     root of factory hierarchy
>     [INFO] [main]
>     org.springframework.context.support.FileSystemXmlApplicationContext -
>     Refreshing
>     org.springframework.context.support.FileSystemXmlApplicationContext@a0b1cd0
>     <ma...@a0b1cd0>:
>     startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context
>     hierarchy
>     [INFO] [main]
>     org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
>     Loading XML bean definitions from class path resource
>     [red5-common.xml]
>     [INFO] [main]
>     org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
>     - Loading properties file from class path resource [red5.properties]
>     [INFO] [main]
>     org.springframework.beans.factory.support.DefaultListableBeanFactory
>     - Pre-instantiating singletons in
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
>     <ma...@1af0b4a3>:
>     defining beans
>     [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
>     root of factory hierarchy
>     [INFO] [main]
>     org.springframework.remoting.rmi.RmiRegistryFactoryBean - Creating
>     new RMI registry
>     [INFO] [main]
>     org.springframework.jmx.support.ConnectorServerFactoryBean - JMX
>     connector server started:
>     javax.management.remote.rmi.RMIConnectorServer@10b914b3
>     <ma...@10b914b3>
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Registering beans for JMX exposure on startup
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Bean with name
>     'org.springframework.jmx.support.ConnectorServerFactoryBean#0' has
>     been autodetected for JMX exposure
>     [INFO] [main] org.quartz.core.SchedulerSignalerImpl - Initialized
>     Scheduler Signaller of type: class
>     org.quartz.core.SchedulerSignalerImpl
>     [INFO] [main] org.quartz.core.QuartzScheduler - Quartz Scheduler
>     v.1.8.5 created.
>     [INFO] [main] org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
>     [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>     meta-data: Quartz Scheduler (v1.8.5) 'Red5_Scheduler' with
>     instanceId 's15435587.onlinehome-server.info1344264107349'
>       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 4
>     threads.
>       Using job-store 'org.quartz.simpl.RAMJobStore' - which does not
>     support persistence. and is not clustered.
>
>     [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz
>     scheduler 'Red5_Scheduler' initialized from default resource file
>     in Quartz package: 'quartz.properties'
>     [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz
>     scheduler version: 1.8.5
>     [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>     Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349
>     started.
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Bean with name 'schedulingService' has been autodetected for JMX
>     exposure
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Bean with name 'clientBroadcastStream' has been autodetected for
>     JMX exposure
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Located MBean
>     'org.springframework.jmx.support.ConnectorServerFactoryBean#0':
>     registering with JMX server as MBean
>     [org.red5.server:name=org.springframework.jmx.support.ConnectorServerFactoryBean#0,type=RMIConnectorServer]
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Located MBean 'schedulingService': registering with JMX server
>     as MBean
>     [org.red5.server:name=schedulingService,type=QuartzSchedulingService]
>     [INFO] [main] org.red5.server.service.WarDeployer - War deployer
>     service created
>     [INFO] [main]
>     org.springframework.context.support.FileSystemXmlApplicationContext -
>     Refreshing
>     org.springframework.context.support.FileSystemXmlApplicationContext@2e67cd84
>     <ma...@2e67cd84>:
>     startup date [Mon Aug 06 16:41:47 CEST 2012]; parent:
>     ApplicationContext 'red5.common'
>     [INFO] [main]
>     org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
>     Loading XML bean definitions from class path resource [red5-core.xml]
>     [INFO] [main]
>     org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
>     - Loading properties file from class path resource [red5.properties]
>     [INFO] [main]
>     org.springframework.beans.factory.support.DefaultListableBeanFactory
>     - Destroying singletons in
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@24bb6086
>     <ma...@24bb6086>:
>     defining beans
>     [customEditorConfigurer,placeholderConfig,rtmpMinaConnManager,rtmpHandler,rtmpMinaIoHandler,rtmpTransport,rtmpMinaConnection,rtmptConnManager,rtmptHandler,rtmptServlet,rtmptConnection];
>     parent:
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
>     <ma...@1af0b4a3>
>     [INFO] [main]
>     org.springframework.beans.factory.support.DefaultListableBeanFactory
>     - Destroying singletons in
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3
>     <ma...@3c24c4a3>:
>     defining beans
>     [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
>     root of factory hierarchy
>     [INFO] [main]
>     org.springframework.context.support.FileSystemXmlApplicationContext -
>     Closing ApplicationContext 'red5.common': startup date [Mon Aug 06
>     16:41:46 CEST 2012]; root of context hierarchy
>     [INFO] [main]
>     org.springframework.beans.factory.support.DefaultListableBeanFactory
>     - Destroying singletons in
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
>     <ma...@1af0b4a3>:
>     defining beans
>     [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
>     root of factory hierarchy
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Unregistering JMX-exposed beans on shutdown
>     [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>     Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349
>     shutting down.
>     [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>     Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 paused.
>     [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>     Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349
>     shutdown complete.
>     [INFO] [main]
>     org.springframework.jmx.support.ConnectorServerFactoryBean -
>     Stopping JMX connector server:
>     javax.management.remote.rmi.RMIConnectorServer@10b914b3
>     <ma...@10b914b3>
>     [INFO] [main]
>     org.springframework.remoting.rmi.RmiRegistryFactoryBean -
>     Unexporting RMI registry
>     Exception org.springframework.beans.factory.BeanCreationException:
>     Error creating bean with name 'red5.core' defined in class path
>     resource [red5.xml]: Instantiation of bean failed; nested
>     exception is org.springframework.beans.BeanInstantiationException:
>     Could not instantiate bean class
>     [org.springframework.context.support.FileSystemXmlApplicationContext]:
>     Constructor threw exception; nested exception is
>     org.springframework.beans.factory.BeanDefinitionStoreException:
>     Invalid bean definition with name 'rtmpTransport' defined in class
>     path resource [red5-core.xml]: Could not resolve placeholder
>     'jmx.mina.poll.interval'
>
>     Any help would be welcome.
>     Thank you
>
>
>     -- 
>     Mit freundlichen Grüßen
>     Walter Neumann
>     Bürostudio Neumann
>     Lundenburger Straße 57
>     2143 Großkrut
>     Österreich
>     Tel. +43 664 1826291
>     Skype: wneumann1
>     Internet: http://www.buerostudio-neumann.at
>
>
>
>     -- 
>     WBR
>     Maxim aka solomax
>
>
>
>     -- 
>     WBR
>     Maxim aka solomax
>
>     -- 
>     Mit freundlichen Grüßen
>     Walter Neumann
>     Bürostudio Neumann
>     Lundenburger Straße 57
>     2143 Großkrut
>     Österreich
>     Tel. +43 664 1826291
>     Skype: wneumann1
>     Internet: http://www.buerostudio-neumann.at
>
>
>
>     -- 
>     WBR
>     Maxim aka solomax
>
>
>
> -- 
> WBR
> Maxim aka solomax
>
> -- 
> Mit freundlichen Grüßen
> Walter Neumann
> Bürostudio Neumann
> Lundenburger Straße 57
> 2143 Großkrut
> Österreich
> Tel. +43 664 1826291
> Skype: wneumann1
> Internet: http://www.buerostudio-neumann.at
>
>
>
> -- 
> WBR
> Maxim aka solomax
>
> -- 
> Mit freundlichen Grüßen
> Walter Neumann
> Bürostudio Neumann
> Lundenburger Straße 57
> 2143 Großkrut
> Österreich
> Tel. +43 664 1826291
> Skype: wneumann1
> Internet: http://www.buerostudio-neumann.at
>
>
>
> -- 
> WBR
> Maxim aka solomax
>
> -- 
> Mit freundlichen Grüßen
> Walter Neumann
> Bürostudio Neumann
> Lundenburger Straße 57
> 2143 Großkrut
> Österreich
> Tel. +43 664 1826291
> Skype: wneumann1
> Internet: http://www.buerostudio-neumann.at
>

-- 
Mit freundlichen Grüßen
Walter Neumann
Bürostudio Neumann
Lundenburger Straße 57
2143 Großkrut
Österreich
Tel. +43 664 1826291
Skype: wneumann1
Internet: http://www.buerostudio-neumann.at

RE: red5 did not start

Posted by George Kirkham <gk...@co2crc.com.au>.
Walter, Maxim,

 

Because of the issues that I have had (of my own making), I do suspect the issue is with being able to connect to the mysql database.

 

Walter does your /usr/lib/red5/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml contain the below information (substitute your Username and Password)  ?  There are no extra spaces or non-visible characters ?  I would also suggest try using this user name and password, of course you would have to update your mysql access.

grant all privileges on openmeetings.* to ‘openmeetings’@’localhost’ identified by ‘password’;

 

 

                                                <property name="openjpa.ConnectionProperties"

                                                                value="DriverClassName=com.mysql.jdbc.Driver

                                                                                , Url=jdbc:mysql://localhost:3306/openmeetings?autoReconnect=true&amp;useUnicode=true&amp;createDatabaseIfNotExist=true&amp;characterEncoding=utf-8&amp;connectionCollation=utf8_general_ci&amp;cachePrepStmts=true&amp;cacheCallableStatements=true&amp;cacheServerConfiguration=true&amp;useLocalSessionState=true&amp;elideSetAutoCommits=true&amp;alwaysSendSetIsolation=false&amp;enableQueryTimeouts=false&amp;prepStmtCacheSize=3000&amp;prepStmtCacheSqlLimit=1000

                                                                                , MaxActive=100

                                                                                , MaxWait=10000

                                                                                , TestOnBorrow=true

                                                                                , poolPreparedStatements=true

                                                                                , Username=openmeetings

                                                                                , Password=password"/>

                                                <property name="openjpa.jdbc.SynchronizeMappings" value="buildSchema"/>

 

Thanks,

 

George Kirkham

 

 

From: Walter Neumann [mailto:walter@buerostudio-neumann.at] 
Sent: Thursday, 9 August 2012 8:18 PM
To: openmeetings-user@incubator.apache.org
Subject: Re: red5 did not start

 

Hello Maxim,
of course I tried it several times up to half an hour after starting the red5 server. The message stays forever.
I don't know, but maybe this version does not work on CentOS 5?
Walter



Am 09.08.2012 10:54, schrieb Maxim Solodovnik: 

Have you tried to refresh the page after getting "OpenMeetings - Loading ..."?

On Thu, Aug 9, 2012 at 3:40 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

Hi all,
if the red5server is running, the output is:
tcp        0      0 :::36612                    :::*                        LISTEN      25077/java
tcp        0      0 :::1935                     :::*                        LISTEN      25077/java
tcp        0      0 :::9999                     :::*                        LISTEN      25077/java
tcp        0      0 :::8088                     :::*                        LISTEN      25077/java
tcp        0      0 :::5080                     :::*                        LISTEN      25077/java
So it seems, that java is working correct and the right ports are used.
I have checked the third time persistence.xml. there is all correct.
What else can I do?
Thank you for your help
Walter



Am 08.08.2012 08:35, schrieb George Kirkham: 

Maxim, Walter,

 

My apologies I did mean “netstat -anp | grep java” which should give something like the below listing and maybe a few more lines.

 

# netstat -anp | grep java

tcp6       0      0 :::1935                 :::*                    LISTEN      8186/java

tcp6       0      0 :::9999                 :::*                    LISTEN      8186/java

tcp6       0      0 :::8088                 :::*                    LISTEN      8186/java

tcp6       0      0 :::34071                :::*                    LISTEN      8186/java

tcp6       0      0 :::5080                 :::*                    LISTEN      8186/java

 

Thanks,

 

George Kirkham

 

 

From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Wednesday, 8 August 2012 4:27 PM
To: openmeetings-user@incubator.apache.org
Subject: Re: red5 did not start

 

I believe George mean

	“netstat -anp | grep java”

 

On Wed, Aug 8, 2012 at 1:18 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

Hi George,
this is the output:

netstat -anp | java

Usage: java [-options] class [args...]                                          
           (to execute a class)                                                 
   or  java [-options] -jar jarfile [args...]                                   
           (to execute a jar file)                                              
where options include:                                                          
    -d32          use a 32-bit data model if available                          
    -d64          use a 64-bit data model if available                          
    -server       to select the "server" VM                                     
                  The default VM is server.                                     

    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
                  A : separated list of directories, JAR archives,
                  and ZIP archives to search for class files.
    -D<name>=<value>
                  set a system property
    -verbose[:class|gc|jni]
                  enable verbose output
    -version      print product version and exit
    -version:<value>
                  require the specified version to run
    -showversion  print product version and continue
    -jre-restrict-search | -jre-no-restrict-search
                  include/exclude user private JREs in the version search
    -? -help      print this help message
    -X            print help on non-standard options
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
                  enable assertions with specified granularity
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
                  disable assertions with specified granularity
    -esa | -enablesystemassertions
                  enable system assertions
    -dsa | -disablesystemassertions
                  disable system assertions
    -agentlib:<libname>[=<options>]
                  load native agent library <libname>, e.g. -agentlib:hprof
                  see also, -agentlib:jdwp=help and -agentlib:hprof=help
    -agentpath:<pathname>[=<options>]
                  load native agent library by full pathname
    -javaagent:<jarpath>[=<options>]
                  load Java programming language agent, see java.lang.instrument
    -splash:<imagepath>
                  show splash screen with specified image
See http://java.sun.com/javase/reference for more details.

Walter



Am 08.08.2012 00:36, schrieb George Kirkham: 

Walter,

 

I still think that the message states your problem “folder, probably your database user/pwd/host is wrong!”

 

I have had this issue so many times myself.  Of course it could be your change of your ports, but unless you provide more detailed information, I could not tell.

 

If you run the command “netstat -anp | java” I wonder what response you get?

 

Thanks,

 

George Kirkham

 

 

From: Walter Neumann [mailto:walter@buerostudio-neumann.at] 
Sent: Wednesday, 8 August 2012 2:04 AM
To: openmeetings-user@incubator.apache.org
Subject: Re: red5 did not start

 

Hi all,
there is only one mysql-connector file.
The ports I have returned to the originally one.
The connection to the server by port 5080 works with IP adress or server name. But I receive an error message from the install program:

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! 

This message stays forever.

The error.log is empty.
The openmeetings.log has only one entry (see below).
The log of today has only one entry (see below).
The red5.log has many entries, but always INFO. Only 2 WARN are there:
2012-08-07 14:41:34,225 [main] WARN  o.a.a.transport.http.AxisServlet - No transportReceiver for org.apache.axis2.transport.http.AxisServletListener found. An instance for HTTP will be configured automatically. Please update your axis2.xml file!
2012-08-07 14:41:34,651 [Launcher:/] WARN  org.red5.server.scope.Scope - Invalid scope was not added: [WebScope@2c18b492 Depth = 1, Path = '/default', Name = '']
What else can I do?
Thank you for all suggestions
Walter


Am 07.08.2012 16:50, schrieb George Kirkham: 

For my Debian and Ubuntu installations the mysql command looks more like

 

mysql -h localhost -u openmeetings -p openmeetings

 

Where the database is called openmeetings and the user account is openmeetings and I am prompted to enter my password.

 

As Maxim suggested, testing and proving your ability to connect to your OpenMeetings mysql database from the command line is best then think about the following questions I have asked so that we can better understand your installation’s configuration.

 

In your folder “in the folder $red5/webapps/openmeetings/WEB-INF/lib/” how many mysql-connector*.* files do you have ?

 

For example;

# ls -al /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector*.*

-rwxrwxr-x 1 nobody root 724213 Jun 26 09:39 /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector-java-jar-5.1.9.jar

 

One time I ended up with two mysql jar files in the folder.

 

I do not use SSL, so I am curious what you might mean by “I changed the rtmp port to 443 in both files”.  What is the path and file names of these two files?  And exactly  what settings in these files did you change?

 

A suggestion is to return the ports back to what they were originally and to try again.

 

Have you successed in using the Installation URL http://xxx.xxx.xxx.xxx:5080/openmeetings/install   where xxx.xxx.xxx.xxx   is the IP address of your Openmeetings server ?

 

Thanks,

 

George Kirkham

 

 

 

From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Wednesday, 8 August 2012 12:34 AM
To: openmeetings-user@incubator.apache.org
Subject: Re: red5 did not start

 

I'm afraid I see no issue in 1 line log you have sent.

 

Are you able to connect using command line mysql:

mysql --host=localhost -u user -p openmeetings

?

 

On Tue, Aug 7, 2012 at 9:27 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

Hi all,
now is the file mysql-connector-java-5.1.21-bin.jar in the folder $red5/webapps/openmeetings/WEB-INF/lib/, but it still not work. The mysql monitor works fine with the database. So it seems to be an issue with the JConnector. Are all versions of the JConnector compatible with openmeetings? Or could it be a java problem?
In the log-files are only this entries:
openmeetings.log: DEBUG 08-07 14:41:32.895 ContextLoggingListener.java 22 72 ROOT [main] - Starting up context openmeetings
0.0.0.0_access.2012-08-07.log: 95.143.90.206 - - [07/Aug/2012:15:00:43 +0200] "GET /openmeetings/install HTTP/1.1" 200 1256
Thank you for your assistence.
Walter


Am 07.08.2012 13:10, schrieb Maxim Solodovnik: 

	You need to copy only file with name like this: mysql-connector-java-jar-5.1.9.jar (not the whole folder, I'll hopefully will update documentation and mention it)

	On Tue, Aug 7, 2012 at 5:50 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

	Hello Maxim,
	yes, I did. But the JConnector comes in a folder, which I put in the described folder. The foldername of the JConnector includes the version number. Maybe it is nescecary to define a symlink? Or is only a special file of this folder to put into the library directory? It wasn't clear for me.
	Thank you for your patience with me.
	Walter
	
	Am 07.08.2012 11:01, schrieb Maxim Solodovnik: 

	Are you using OM build from the sources or you have download binaries? 

	 

	If you have download binaries have you add mysql driver to it as describer here:  http://incubator.apache.org/openmeetings/MySQLConfig.html   Steps todo 

	On Tue, Aug 7, 2012 at 3:16 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

	Thank you Maxim,
	you are right. I edited by accident something in this file.
	Now it works, but it seems, that the database is not reachable.
	In the persistence.xml file is "Url=jdbc:mysql://localhost:3306/openmeetings where
	localhost is the hostname
	3306 is the MySQL connection port
	openmeetings is the database name
	Is this correct?
	Of corse I edited username and password. So I can not see any error. The database I created with plesk panel and is working fine.
	Are there other possible errors, which cause, that the install program can not start?
	Thank you very much for help
	
	-- 
	Mit freundlichen Grüßen
	Walter Neumann
	Bürostudio Neumann
	Lundenburger Straße 57
	2143 Großkrut
	Österreich
	Tel. +43 664 1826291
	Skype: wneumann1
	Internet: http://www.buerostudio-neumann.at
	
	
	
	Am 06.08.2012 19:39, schrieb Maxim Solodovnik: 

	Hello Walter, 

	 

	According to the log

	Could not resolve placeholder 'jmx.mina.poll.interval'

	 

	which is placeholder is defined in red5/conf/red5.properties

	have you changed anything except persistence.xml?

	On Mon, Aug 6, 2012 at 9:53 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

	Hello,
	I tried to setup Openmeetings 2.0.0 r 1361497 on my CentOS 5.5 server.
	I changed the mysql_persistence.xml -> persistence.xml and edited dbhost user and password.
	I changed the rtmp port to 443 in both files.
	After starting red5 come some error messages:
	
	Logback selector: org.red5.logging.LoggingContextSelector
	16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
	16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
	16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/usr/src/om/conf/logback.xml]
	16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs multiple times on the classpath.
	16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
	16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
	16:41:46,125 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
	16:41:46,128 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
	16:41:46,132 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [CONSOLE]
	16:41:46,163 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
	16:41:46,211 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
	16:41:46,214 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [FILE]
	16:41:46,223 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
	16:41:46,238 |-INFO in ch.qos.logback.core.FileAppender[FILE] - File property is set to [log/red5.log]
	16:41:46,239 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
	16:41:46,239 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [ERRORFILE]
	16:41:46,244 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
	16:41:46,245 |-INFO in ch.qos.logback.core.FileAppender[ERRORFILE] - File property is set to [log/error.log]
	16:41:46,245 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - ROOT level set to INFO
	16:41:46,245 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [CONSOLE] to Logger[ROOT]
	16:41:46,246 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [FILE] to Logger[ROOT]
	16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.springframework level set to INFO
	16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.apache level set to INFO
	16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - ch.qos level set to WARN
	16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
	16:41:46,248 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@33d6f122 - Registering current configuration as safe fallback point
	
	Setting default logging context: default
	[INFO] [main] org.red5.server.Launcher - Red5 Server 1.0.0 RC3 $Rev: 4387 $ (http://code.google.com/p/red5/)
	Red5 Server 1.0.0 RC3 $Rev: 4387 $ (http://code.google.com/p/red5/)
	SLF4J: Class path contains multiple SLF4J bindings.
	SLF4J: Found binding in [jar:file:/usr/src/om/red5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
	SLF4J: Found binding in [jar:file:/usr/src/om/lib/logback-classic-1.0.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
	SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
	[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContext - Refreshing org.springframework.context.support.FileSystemXmlApplicationContext@2f774b9b: startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
	[INFO] [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [red5.xml]
	[INFO] [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [jee-container.xml]
	[INFO] [main] org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - Loading properties file from class path resource [red5.properties]
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3: defining beans [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server]; root of factory hierarchy
	[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContext - Refreshing org.springframework.context.support.FileSystemXmlApplicationContext@a0b1cd0: startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
	[INFO] [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [red5-common.xml]
	[INFO] [main] org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - Loading properties file from class path resource [red5.properties]
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3: defining beans [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream]; root of factory hierarchy
	[INFO] [main] org.springframework.remoting.rmi.RmiRegistryFactoryBean - Creating new RMI registry
	[INFO] [main] org.springframework.jmx.support.ConnectorServerFactoryBean - JMX connector server started: javax.management.remote.rmi.RMIConnectorServer@10b914b3
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Registering beans for JMX exposure on startup
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean with name 'org.springframework.jmx.support.ConnectorServerFactoryBean#0' has been autodetected for JMX exposure
	[INFO] [main] org.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
	[INFO] [main] org.quartz.core.QuartzScheduler - Quartz Scheduler v.1.8.5 created.
	[INFO] [main] org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v1.8.5) 'Red5_Scheduler' with instanceId 's15435587.onlinehome-server.info1344264107349'
	  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 4 threads.
	  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
	
	[INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'Red5_Scheduler' initialized from default resource file in Quartz package: 'quartz.properties'
	[INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 1.8.5
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 started.
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean with name 'schedulingService' has been autodetected for JMX exposure
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean with name 'clientBroadcastStream' has been autodetected for JMX exposure
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Located MBean 'org.springframework.jmx.support.ConnectorServerFactoryBean#0': registering with JMX server as MBean [org.red5.server:name=org.springframework.jmx.support.ConnectorServerFactoryBean#0,type=RMIConnectorServer]
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Located MBean 'schedulingService': registering with JMX server as MBean [org.red5.server:name=schedulingService,type=QuartzSchedulingService]
	[INFO] [main] org.red5.server.service.WarDeployer - War deployer service created
	[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContext - Refreshing org.springframework.context.support.FileSystemXmlApplicationContext@2e67cd84: startup date [Mon Aug 06 16:41:47 CEST 2012]; parent: ApplicationContext 'red5.common'
	[INFO] [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [red5-core.xml]
	[INFO] [main] org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - Loading properties file from class path resource [red5.properties]
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@24bb6086: defining beans [customEditorConfigurer,placeholderConfig,rtmpMinaConnManager,rtmpHandler,rtmpMinaIoHandler,rtmpTransport,rtmpMinaConnection,rtmptConnManager,rtmptHandler,rtmptServlet,rtmptConnection]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3: defining beans [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server]; root of factory hierarchy
	[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContext - Closing ApplicationContext 'red5.common': startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3: defining beans [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream]; root of factory hierarchy
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Unregistering JMX-exposed beans on shutdown
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutting down.
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 paused.
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutdown complete.
	[INFO] [main] org.springframework.jmx.support.ConnectorServerFactoryBean - Stopping JMX connector server: javax.management.remote.rmi.RMIConnectorServer@10b914b3
	[INFO] [main] org.springframework.remoting.rmi.RmiRegistryFactoryBean - Unexporting RMI registry
	Exception org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'red5.core' defined in class path resource [red5.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.springframework.context.support.FileSystemXmlApplicationContext]: Constructor threw exception; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'rtmpTransport' defined in class path resource [red5-core.xml]: Could not resolve placeholder 'jmx.mina.poll.interval'
	
	Any help would be welcome.
	Thank you
	
	
	-- 
	Mit freundlichen Grüßen
	Walter Neumann
	Bürostudio Neumann
	Lundenburger Straße 57
	2143 Großkrut
	Österreich
	Tel. +43 664 1826291
	Skype: wneumann1
	Internet: http://www.buerostudio-neumann.at

	
	
	

	 

	-- 
	WBR
	Maxim aka solomax

	 

	 

	
	
	

	 

	-- 
	WBR
	Maxim aka solomax

	 

	-- 
	Mit freundlichen Grüßen
	Walter Neumann
	Bürostudio Neumann
	Lundenburger Straße 57
	2143 Großkrut
	Österreich
	Tel. +43 664 1826291
	Skype: wneumann1
	Internet: http://www.buerostudio-neumann.at

	
	
	

	 

	-- 
	WBR
	Maxim aka solomax

 

 





 

-- 
WBR
Maxim aka solomax

 

 

 

-- 
Mit freundlichen Grüßen
Walter Neumann
Bürostudio Neumann
Lundenburger Straße 57
2143 Großkrut
Österreich
Tel. +43 664 1826291
Skype: wneumann1
Internet: http://www.buerostudio-neumann.at





 

-- 
WBR
Maxim aka solomax

 

-- 
Mit freundlichen Grüßen
Walter Neumann
Bürostudio Neumann
Lundenburger Straße 57
2143 Großkrut
Österreich
Tel. +43 664 1826291
Skype: wneumann1
Internet: http://www.buerostudio-neumann.at





 

-- 
WBR
Maxim aka solomax

 

-- 
Mit freundlichen Grüßen
Walter Neumann
Bürostudio Neumann
Lundenburger Straße 57
2143 Großkrut
Österreich
Tel. +43 664 1826291
Skype: wneumann1
Internet: http://www.buerostudio-neumann.at


Re: red5 did not start

Posted by Walter Neumann <wa...@buerostudio-neumann.at>.
Hello Maxim,
of course I tried it several times up to half an hour after starting the 
red5 server. The message stays forever.
I don't know, but maybe this version does not work on CentOS 5?
Walter



Am 09.08.2012 10:54, schrieb Maxim Solodovnik:
> Have you tried to refresh the page after getting "*OpenMeetings - 
> Loading ...*"?
>
> On Thu, Aug 9, 2012 at 3:40 PM, Walter Neumann 
> <walter@buerostudio-neumann.at <ma...@buerostudio-neumann.at>> 
> wrote:
>
>     Hi all,
>     if the red5server is running, the output is:
>     tcp        0      0 :::36612                   
>     :::*                        LISTEN      25077/java
>     tcp        0      0 :::1935                    
>     :::*                        LISTEN      25077/java
>     tcp        0      0 :::9999                    
>     :::*                        LISTEN      25077/java
>     tcp        0      0 :::8088                    
>     :::*                        LISTEN      25077/java
>     tcp        0      0 :::5080                    
>     :::*                        LISTEN      25077/java
>     So it seems, that java is working correct and the right ports are
>     used.
>     I have checked the third time persistence.xml. there is all correct.
>     What else can I do?
>     Thank you for your help
>     Walter
>
>
>
>     Am 08.08.2012 08:35, schrieb George Kirkham:
>>
>>     Maxim, Walter,
>>
>>     My apologies I did mean “netstat -anp | grep java” which should
>>     give something like the below listing and maybe a few more lines.
>>
>>     # netstat -anp | grep java
>>
>>     tcp6       0      0 :::1935                
>>     :::*                    LISTEN      8186/java
>>
>>     tcp6       0      0 :::9999                
>>     :::*                    LISTEN      8186/java
>>
>>     tcp6       0      0 :::8088                
>>     :::*                    LISTEN      8186/java
>>
>>     tcp6       0      0 :::34071               
>>     :::*                    LISTEN      8186/java
>>
>>     tcp6       0      0 :::5080                 :::*        
>>                LISTEN      8186/java
>>
>>     Thanks,
>>
>>     George Kirkham
>>
>>     *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
>>     *Sent:* Wednesday, 8 August 2012 4:27 PM
>>     *To:* openmeetings-user@incubator.apache.org
>>     <ma...@incubator.apache.org>
>>     *Subject:* Re: red5 did not start
>>
>>     I believe George mean
>>
>>         “netstat -anp | *grep *java”
>>
>>     On Wed, Aug 8, 2012 at 1:18 PM, Walter Neumann
>>     <walter@buerostudio-neumann.at
>>     <ma...@buerostudio-neumann.at>> wrote:
>>
>>     Hi George,
>>     this is the output:
>>
>>     netstat -anp | java
>>
>>     Usage: java [-options] class [args...]
>>                (to execute a class)
>>        or  java [-options] -jar jarfile [args...]
>>                (to execute a jar file)
>>     where options include:
>>         -d32          use a 32-bit data model if available
>>         -d64          use a 64-bit data model if available
>>         -server       to select the "server" VM
>>                       The default VM is server.
>>
>>         -cp <class search path of directories and zip/jar files>
>>         -classpath <class search path of directories and zip/jar files>
>>                       A : separated list of directories, JAR archives,
>>                       and ZIP archives to search for class files.
>>         -D<name>=<value>
>>                       set a system property
>>         -verbose[:class|gc|jni]
>>                       enable verbose output
>>         -version      print product version and exit
>>         -version:<value>
>>                       require the specified version to run
>>         -showversion  print product version and continue
>>         -jre-restrict-search | -jre-no-restrict-search
>>                       include/exclude user private JREs in the
>>     version search
>>         -? -help      print this help message
>>         -X            print help on non-standard options
>>         -ea[:<packagename>...|:<classname>]
>>         -enableassertions[:<packagename>...|:<classname>]
>>                       enable assertions with specified granularity
>>         -da[:<packagename>...|:<classname>]
>>         -disableassertions[:<packagename>...|:<classname>]
>>                       disable assertions with specified granularity
>>         -esa | -enablesystemassertions
>>                       enable system assertions
>>         -dsa | -disablesystemassertions
>>                       disable system assertions
>>         -agentlib:<libname>[=<options>]
>>                       load native agent library <libname>, e.g.
>>     -agentlib:hprof
>>                       see also, -agentlib:jdwp=help and
>>     -agentlib:hprof=help
>>         -agentpath:<pathname>[=<options>]
>>                       load native agent library by full pathname
>>         -javaagent:<jarpath>[=<options>]
>>                       load Java programming language agent, see
>>     java.lang.instrument
>>         -splash:<imagepath>
>>                       show splash screen with specified image
>>     See http://java.sun.com/javase/reference for more details.
>>
>>     Walter
>>
>>
>>
>>     Am 08.08.2012 00:36, schrieb George Kirkham:
>>
>>     Walter,
>>
>>     I still think that the message states your problem “folder,
>>     probably your database user/pwd/host is wrong!”
>>
>>     I have had this issue so many times myself.  Of course it could
>>     be your change of your ports, but unless you provide more
>>     detailed information, I could not tell.
>>
>>     If you run the command “netstat -anp | java” I wonder what
>>     response you get?
>>
>>     Thanks,
>>
>>     George Kirkham
>>
>>     *From:* Walter Neumann [mailto:walter@buerostudio-neumann.at]
>>     *Sent:* Wednesday, 8 August 2012 2:04 AM
>>     *To:* openmeetings-user@incubator.apache.org
>>     <ma...@incubator.apache.org>
>>     *Subject:* Re: red5 did not start
>>
>>     Hi all,
>>     there is only one mysql-connector file.
>>     The ports I have returned to the originally one.
>>     The connection to the server by port 5080 works with IP adress or
>>     server name. But I receive an error message from the install program:
>>
>>     *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!
>>
>>     This message stays forever.
>>
>>     The error.log is empty.
>>     The openmeetings.log has only one entry (see below).
>>     The log of today has only one entry (see below).
>>     The red5.log has many entries, but always INFO. Only 2 WARN are
>>     there:
>>     2012-08-07 14:41:34,225 [main] WARN 
>>     o.a.a.transport.http.AxisServlet - No transportReceiver for
>>     org.apache.axis2.transport.http.AxisServletListener found. An
>>     instance for HTTP will be configured automatically. Please update
>>     your axis2.xml file!
>>     2012-08-07 14:41:34,651 [Launcher:/] WARN 
>>     org.red5.server.scope.Scope - Invalid scope was not added:
>>     [WebScope@2c18b492 Depth = 1, Path = '/default', Name = '']
>>     What else can I do?
>>     Thank you for all suggestions
>>     Walter
>>
>>
>>     Am 07.08.2012 16:50, schrieb George Kirkham:
>>
>>     For my Debian and Ubuntu installations the mysql command looks
>>     more like
>>
>>     mysql -h localhost -u openmeetings -p openmeetings
>>
>>     Where the database is called openmeetings and the user account is
>>     openmeetings and I am prompted to enter my password.
>>
>>     As Maxim suggested, testing and proving your ability to connect
>>     to your OpenMeetings mysql database from the command line is best
>>     then think about the following questions I have asked so that we
>>     can better understand your installation’s configuration.
>>
>>     In your folder “in the folder
>>     $red5/webapps/openmeetings/WEB-INF/lib/” how many
>>     mysql-connector*.* files do you have ?
>>
>>     For example;
>>
>>     # ls -al
>>     /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector*.*
>>
>>     -rwxrwxr-x 1 nobody root 724213 Jun 26 09:39
>>     /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector-java-jar-5.1.9.jar
>>
>>     One time I ended up with two mysql jar files in the folder.
>>
>>     I do not use SSL, so I am curious what you might mean by “I
>>     changed the rtmp port to 443 in both files”.  What is the path
>>     and file names of these two files?  And exactly  what settings in
>>     these files did you change?
>>
>>     A suggestion is to return the ports back to what they were
>>     originally and to try again.
>>
>>     Have you successed in using the Installation URL
>>     http://xxx.xxx.xxx.xxx:5080/openmeetings/install   where
>>     xxx.xxx.xxx.xxx   is the IP address of your Openmeetings server ?
>>
>>     Thanks,
>>
>>     George Kirkham
>>
>>     *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
>>     *Sent:* Wednesday, 8 August 2012 12:34 AM
>>     *To:* openmeetings-user@incubator.apache.org
>>     <ma...@incubator.apache.org>
>>     *Subject:* Re: red5 did not start
>>
>>     I'm afraid I see no issue in 1 line log you have sent.
>>
>>     Are you able to connect using command line mysql:
>>
>>     mysql --host=localhost -u user -p openmeetings
>>
>>     ?
>>
>>     On Tue, Aug 7, 2012 at 9:27 PM, Walter Neumann
>>     <walter@buerostudio-neumann.at
>>     <ma...@buerostudio-neumann.at>> wrote:
>>
>>     Hi all,
>>     now is the file mysql-connector-java-5.1.21-bin.jar in the folder
>>     $red5/webapps/openmeetings/WEB-INF/lib/, but it still not work.
>>     The mysql monitor works fine with the database. So it seems to be
>>     an issue with the JConnector. Are all versions of the JConnector
>>     compatible with openmeetings? Or could it be a java problem?
>>     In the log-files are only this entries:
>>     openmeetings.log: DEBUG 08-07 14:41:32.895
>>     ContextLoggingListener.java 22 72 ROOT [main] - Starting up
>>     context openmeetings
>>     0.0.0.0_access.2012-08-07.log: 95.143.90.206 - -
>>     [07/Aug/2012:15:00:43 +0200] "GET /openmeetings/install HTTP/1.1"
>>     200 1256
>>     Thank you for your assistence.
>>     Walter
>>
>>
>>     Am 07.08.2012 13:10, schrieb Maxim Solodovnik:
>>
>>         You need to copy only file with name like
>>         this: mysql-connector-java-jar-5.1.9.jar (not the whole
>>         folder, I'll hopefully will update documentation and mention it)
>>
>>         On Tue, Aug 7, 2012 at 5:50 PM, Walter Neumann
>>         <walter@buerostudio-neumann.at
>>         <ma...@buerostudio-neumann.at>> wrote:
>>
>>         Hello Maxim,
>>         yes, I did. But the JConnector comes in a folder, which I put
>>         in the described folder. The foldername of the JConnector
>>         includes the version number. Maybe it is nescecary to define
>>         a symlink? Or is only a special file of this folder to put
>>         into the library directory? It wasn't clear for me.
>>         Thank you for your patience with me.
>>         Walter
>>
>>         Am 07.08.2012 11:01, schrieb Maxim Solodovnik:
>>
>>         Are you using OM build from the sources or you have download
>>         binaries?
>>
>>         If you have download binaries have you add mysql driver to it
>>         as describer here:
>>         http://incubator.apache.org/openmeetings/MySQLConfig.html
>>         *Steps todo*
>>
>>         On Tue, Aug 7, 2012 at 3:16 PM, Walter Neumann
>>         <walter@buerostudio-neumann.at
>>         <ma...@buerostudio-neumann.at>> wrote:
>>
>>         Thank you Maxim,
>>         you are right. I edited by accident something in this file.
>>         Now it works, but it seems, that the database is not reachable.
>>         In the persistence.xml file is
>>         "Url=jdbc:mysql://localhost:3306/openmeetings where
>>         localhost is the hostname
>>         3306 is the MySQL connection port
>>         openmeetings is the database name
>>         Is this correct?
>>         Of corse I edited username and password. So I can not see any
>>         error. The database I created with plesk panel and is working
>>         fine.
>>         Are there other possible errors, which cause, that the
>>         install program can not start?
>>         Thank you very much for help
>>
>>         -- 
>>         Mit freundlichen Grüßen
>>         Walter Neumann
>>         Bürostudio Neumann
>>         Lundenburger Straße 57
>>         2143 Großkrut
>>         Österreich
>>         Tel. +43 664 1826291
>>         Skype: wneumann1
>>         Internet: http://www.buerostudio-neumann.at
>>
>>
>>
>>         Am 06.08.2012 19:39, schrieb Maxim Solodovnik:
>>
>>         Hello Walter,
>>
>>         According to the log
>>
>>         Could not resolve placeholder 'jmx.mina.poll.interval'
>>
>>         which is placeholder is defined in red5/conf/red5.properties
>>
>>         have you changed anything except persistence.xml?
>>
>>         On Mon, Aug 6, 2012 at 9:53 PM, Walter Neumann
>>         <walter@buerostudio-neumann.at
>>         <ma...@buerostudio-neumann.at>> wrote:
>>
>>         Hello,
>>         I tried to setup Openmeetings 2.0.0 r 1361497 on my CentOS
>>         5.5 server.
>>         I changed the mysql_persistence.xml -> persistence.xml and
>>         edited dbhost user and password.
>>         I changed the rtmp port to 443 in both files.
>>         After starting red5 come some error messages:
>>
>>         Logback selector: org.red5.logging.LoggingContextSelector
>>         16:41:45,931 |-INFO in
>>         ch.qos.logback.classic.LoggerContext[default] - Could NOT
>>         find resource [logback.groovy]
>>         16:41:45,931 |-INFO in
>>         ch.qos.logback.classic.LoggerContext[default] - Could NOT
>>         find resource [logback-test.xml]
>>         16:41:45,931 |-INFO in
>>         ch.qos.logback.classic.LoggerContext[default] - Found
>>         resource [logback.xml] at [file:/usr/src/om/conf/logback.xml]
>>         16:41:45,933 |-WARN in
>>         ch.qos.logback.classic.LoggerContext[default] - Resource
>>         [logback.xml] occurs multiple times on the classpath.
>>         16:41:45,933 |-WARN in
>>         ch.qos.logback.classic.LoggerContext[default] - Resource
>>         [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
>>         16:41:45,933 |-WARN in
>>         ch.qos.logback.classic.LoggerContext[default] - Resource
>>         [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
>>         16:41:46,125 |-INFO in
>>         ch.qos.logback.classic.joran.action.ConfigurationAction -
>>         debug attribute not set
>>         16:41:46,128 |-INFO in
>>         ch.qos.logback.core.joran.action.AppenderAction - About to
>>         instantiate appender of type
>>         [ch.qos.logback.core.ConsoleAppender]
>>         16:41:46,132 |-INFO in
>>         ch.qos.logback.core.joran.action.AppenderAction - Naming
>>         appender as [CONSOLE]
>>         16:41:46,163 |-INFO in
>>         ch.qos.logback.core.joran.action.NestedComplexPropertyIA -
>>         Assuming default type
>>         [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
>>         [encoder] property
>>         16:41:46,211 |-INFO in
>>         ch.qos.logback.core.joran.action.AppenderAction - About to
>>         instantiate appender of type [ch.qos.logback.core.FileAppender]
>>         16:41:46,214 |-INFO in
>>         ch.qos.logback.core.joran.action.AppenderAction - Naming
>>         appender as [FILE]
>>         16:41:46,223 |-INFO in
>>         ch.qos.logback.core.joran.action.NestedComplexPropertyIA -
>>         Assuming default type
>>         [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
>>         [encoder] property
>>         16:41:46,238 |-INFO in ch.qos.logback.core.FileAppender[FILE]
>>         - File property is set to [log/red5.log]
>>         16:41:46,239 |-INFO in
>>         ch.qos.logback.core.joran.action.AppenderAction - About to
>>         instantiate appender of type [ch.qos.logback.core.FileAppender]
>>         16:41:46,239 |-INFO in
>>         ch.qos.logback.core.joran.action.AppenderAction - Naming
>>         appender as [ERRORFILE]
>>         16:41:46,244 |-INFO in
>>         ch.qos.logback.core.joran.action.NestedComplexPropertyIA -
>>         Assuming default type
>>         [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
>>         [encoder] property
>>         16:41:46,245 |-INFO in
>>         ch.qos.logback.core.FileAppender[ERRORFILE] - File property
>>         is set to [log/error.log]
>>         16:41:46,245 |-INFO in
>>         ch.qos.logback.classic.joran.action.LevelAction - ROOT level
>>         set to INFO
>>         16:41:46,245 |-INFO in
>>         ch.qos.logback.core.joran.action.AppenderRefAction -
>>         Attaching appender named [CONSOLE] to Logger[ROOT]
>>         16:41:46,246 |-INFO in
>>         ch.qos.logback.core.joran.action.AppenderRefAction -
>>         Attaching appender named [FILE] to Logger[ROOT]
>>         16:41:46,246 |-INFO in
>>         ch.qos.logback.classic.joran.action.LevelAction -
>>         org.springframework level set to INFO
>>         16:41:46,246 |-INFO in
>>         ch.qos.logback.classic.joran.action.LevelAction - org.apache
>>         level set to INFO
>>         16:41:46,246 |-INFO in
>>         ch.qos.logback.classic.joran.action.LevelAction - ch.qos
>>         level set to WARN
>>         16:41:46,246 |-INFO in
>>         ch.qos.logback.classic.joran.action.ConfigurationAction - End
>>         of configuration.
>>         16:41:46,248 |-INFO in
>>         ch.qos.logback.classic.joran.JoranConfigurator@33d6f122
>>         <ma...@33d6f122>
>>         - Registering current configuration as safe fallback point
>>
>>         Setting default logging context: default
>>         [INFO] [main] org.red5.server.Launcher - Red5 Server 1.0.0
>>         RC3 $Rev: 4387 $ (http://code.google.com/p/red5/)
>>         Red5 Server 1.0.0 RC3 $Rev: 4387 $
>>         (http://code.google.com/p/red5/)
>>         SLF4J: Class path contains multiple SLF4J bindings.
>>         SLF4J: Found binding in
>>         [jar:file:/usr/src/om/red5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
>>         SLF4J: Found binding in
>>         [jar:file:/usr/src/om/lib/logback-classic-1.0.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
>>         SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings
>>         for an explanation.
>>         [INFO] [main]
>>         org.springframework.context.support.FileSystemXmlApplicationContext
>>         - Refreshing
>>         org.springframework.context.support.FileSystemXmlApplicationContext@2f774b9b
>>         <ma...@2f774b9b>:
>>         startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context
>>         hierarchy
>>         [INFO] [main]
>>         org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>         - Loading XML bean definitions from class path resource
>>         [red5.xml]
>>         [INFO] [main]
>>         org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>         - Loading XML bean definitions from class path resource
>>         [jee-container.xml]
>>         [INFO] [main]
>>         org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
>>         - Loading properties file from class path resource
>>         [red5.properties]
>>         [INFO] [main]
>>         org.springframework.beans.factory.support.DefaultListableBeanFactory
>>         - Pre-instantiating singletons in
>>         org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3
>>         <ma...@3c24c4a3>:
>>         defining beans
>>         [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
>>         root of factory hierarchy
>>         [INFO] [main]
>>         org.springframework.context.support.FileSystemXmlApplicationContext
>>         - Refreshing
>>         org.springframework.context.support.FileSystemXmlApplicationContext@a0b1cd0
>>         <ma...@a0b1cd0>:
>>         startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context
>>         hierarchy
>>         [INFO] [main]
>>         org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>         - Loading XML bean definitions from class path resource
>>         [red5-common.xml]
>>         [INFO] [main]
>>         org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
>>         - Loading properties file from class path resource
>>         [red5.properties]
>>         [INFO] [main]
>>         org.springframework.beans.factory.support.DefaultListableBeanFactory
>>         - Pre-instantiating singletons in
>>         org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
>>         <ma...@1af0b4a3>:
>>         defining beans
>>         [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
>>         root of factory hierarchy
>>         [INFO] [main]
>>         org.springframework.remoting.rmi.RmiRegistryFactoryBean -
>>         Creating new RMI registry
>>         [INFO] [main]
>>         org.springframework.jmx.support.ConnectorServerFactoryBean -
>>         JMX connector server started:
>>         javax.management.remote.rmi.RMIConnectorServer@10b914b3
>>         <ma...@10b914b3>
>>         [INFO] [main]
>>         org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>>         - Registering beans for JMX exposure on startup
>>         [INFO] [main]
>>         org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>>         - Bean with name
>>         'org.springframework.jmx.support.ConnectorServerFactoryBean#0' has
>>         been autodetected for JMX exposure
>>         [INFO] [main] org.quartz.core.SchedulerSignalerImpl -
>>         Initialized Scheduler Signaller of type: class
>>         org.quartz.core.SchedulerSignalerImpl
>>         [INFO] [main] org.quartz.core.QuartzScheduler - Quartz
>>         Scheduler v.1.8.5 created.
>>         [INFO] [main] org.quartz.simpl.RAMJobStore - RAMJobStore
>>         initialized.
>>         [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>>         meta-data: Quartz Scheduler (v1.8.5) 'Red5_Scheduler' with
>>         instanceId 's15435587.onlinehome-server.info1344264107349'
>>           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 4 threads.
>>           Using job-store 'org.quartz.simpl.RAMJobStore' - which does
>>         not support persistence. and is not clustered.
>>
>>         [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz
>>         scheduler 'Red5_Scheduler' initialized from default resource
>>         file in Quartz package: 'quartz.properties'
>>         [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz
>>         scheduler version: 1.8.5
>>         [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>>         Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 started.
>>         [INFO] [main]
>>         org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>>         - Bean with name 'schedulingService' has been autodetected
>>         for JMX exposure
>>         [INFO] [main]
>>         org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>>         - Bean with name 'clientBroadcastStream' has been
>>         autodetected for JMX exposure
>>         [INFO] [main]
>>         org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>>         - Located MBean
>>         'org.springframework.jmx.support.ConnectorServerFactoryBean#0':
>>         registering with JMX server as MBean
>>         [org.red5.server:name=org.springframework.jmx.support.ConnectorServerFactoryBean#0,type=RMIConnectorServer]
>>         [INFO] [main]
>>         org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>>         - Located MBean 'schedulingService': registering with JMX
>>         server as MBean
>>         [org.red5.server:name=schedulingService,type=QuartzSchedulingService]
>>         [INFO] [main] org.red5.server.service.WarDeployer - War
>>         deployer service created
>>         [INFO] [main]
>>         org.springframework.context.support.FileSystemXmlApplicationContext
>>         - Refreshing
>>         org.springframework.context.support.FileSystemXmlApplicationContext@2e67cd84
>>         <ma...@2e67cd84>:
>>         startup date [Mon Aug 06 16:41:47 CEST 2012]; parent:
>>         ApplicationContext 'red5.common'
>>         [INFO] [main]
>>         org.springframework.beans.factory.xml.XmlBeanDefinitionReader
>>         - Loading XML bean definitions from class path resource
>>         [red5-core.xml]
>>         [INFO] [main]
>>         org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
>>         - Loading properties file from class path resource
>>         [red5.properties]
>>         [INFO] [main]
>>         org.springframework.beans.factory.support.DefaultListableBeanFactory
>>         - Destroying singletons in
>>         org.springframework.beans.factory.support.DefaultListableBeanFactory@24bb6086
>>         <ma...@24bb6086>:
>>         defining beans
>>         [customEditorConfigurer,placeholderConfig,rtmpMinaConnManager,rtmpHandler,rtmpMinaIoHandler,rtmpTransport,rtmpMinaConnection,rtmptConnManager,rtmptHandler,rtmptServlet,rtmptConnection];
>>         parent:
>>         org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
>>         <ma...@1af0b4a3>
>>         [INFO] [main]
>>         org.springframework.beans.factory.support.DefaultListableBeanFactory
>>         - Destroying singletons in
>>         org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3
>>         <ma...@3c24c4a3>:
>>         defining beans
>>         [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
>>         root of factory hierarchy
>>         [INFO] [main]
>>         org.springframework.context.support.FileSystemXmlApplicationContext
>>         - Closing ApplicationContext 'red5.common': startup date [Mon
>>         Aug 06 16:41:46 CEST 2012]; root of context hierarchy
>>         [INFO] [main]
>>         org.springframework.beans.factory.support.DefaultListableBeanFactory
>>         - Destroying singletons in
>>         org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
>>         <ma...@1af0b4a3>:
>>         defining beans
>>         [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
>>         root of factory hierarchy
>>         [INFO] [main]
>>         org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>>         - Unregistering JMX-exposed beans on shutdown
>>         [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>>         Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutting
>>         down.
>>         [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>>         Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 paused.
>>         [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>>         Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutdown
>>         complete.
>>         [INFO] [main]
>>         org.springframework.jmx.support.ConnectorServerFactoryBean -
>>         Stopping JMX connector server:
>>         javax.management.remote.rmi.RMIConnectorServer@10b914b3
>>         <ma...@10b914b3>
>>         [INFO] [main]
>>         org.springframework.remoting.rmi.RmiRegistryFactoryBean -
>>         Unexporting RMI registry
>>         Exception
>>         org.springframework.beans.factory.BeanCreationException:
>>         Error creating bean with name 'red5.core' defined in class
>>         path resource [red5.xml]: Instantiation of bean failed;
>>         nested exception is
>>         org.springframework.beans.BeanInstantiationException: Could
>>         not instantiate bean class
>>         [org.springframework.context.support.FileSystemXmlApplicationContext]:
>>         Constructor threw exception; nested exception is
>>         org.springframework.beans.factory.BeanDefinitionStoreException:
>>         Invalid bean definition with name 'rtmpTransport' defined in
>>         class path resource [red5-core.xml]: Could not resolve
>>         placeholder 'jmx.mina.poll.interval'
>>
>>         Any help would be welcome.
>>         Thank you
>>
>>
>>         -- 
>>         Mit freundlichen Grüßen
>>         Walter Neumann
>>         Bürostudio Neumann
>>         Lundenburger Straße 57
>>         2143 Großkrut
>>         Österreich
>>         Tel. +43 664 1826291
>>         Skype: wneumann1
>>         Internet: http://www.buerostudio-neumann.at
>>
>>
>>
>>         -- 
>>         WBR
>>         Maxim aka solomax
>>
>>
>>
>>         -- 
>>         WBR
>>         Maxim aka solomax
>>
>>         -- 
>>         Mit freundlichen Grüßen
>>         Walter Neumann
>>         Bürostudio Neumann
>>         Lundenburger Straße 57
>>         2143 Großkrut
>>         Österreich
>>         Tel. +43 664 1826291
>>         Skype: wneumann1
>>         Internet: http://www.buerostudio-neumann.at
>>
>>
>>
>>         -- 
>>         WBR
>>         Maxim aka solomax
>>
>>
>>
>>     -- 
>>     WBR
>>     Maxim aka solomax
>>
>>     -- 
>>     Mit freundlichen Grüßen
>>     Walter Neumann
>>     Bürostudio Neumann
>>     Lundenburger Straße 57
>>     2143 Großkrut
>>     Österreich
>>     Tel. +43 664 1826291
>>     Skype: wneumann1
>>     Internet: http://www.buerostudio-neumann.at
>>
>>
>>
>>     -- 
>>     WBR
>>     Maxim aka solomax
>>
>
>     -- 
>     Mit freundlichen Grüßen
>     Walter Neumann
>     Bürostudio Neumann
>     Lundenburger Straße 57
>     2143 Großkrut
>     Österreich
>     Tel. +43 664 1826291
>     Skype: wneumann1
>     Internet: http://www.buerostudio-neumann.at
>
>
>
>
> -- 
> WBR
> Maxim aka solomax

-- 
Mit freundlichen Grüßen
Walter Neumann
Bürostudio Neumann
Lundenburger Straße 57
2143 Großkrut
Österreich
Tel. +43 664 1826291
Skype: wneumann1
Internet: http://www.buerostudio-neumann.at

Re: red5 did not start

Posted by Maxim Solodovnik <so...@gmail.com>.
Have you tried to refresh the page after getting "*OpenMeetings - Loading
...*"?

On Thu, Aug 9, 2012 at 3:40 PM, Walter Neumann <
walter@buerostudio-neumann.at> wrote:

> **
> Hi all,
> if the red5server is running, the output is:
> tcp        0      0 :::36612
> :::*                        LISTEN      25077/java
> tcp        0      0 :::1935
> :::*                        LISTEN      25077/java
> tcp        0      0 :::9999
> :::*                        LISTEN      25077/java
> tcp        0      0 :::8088
> :::*                        LISTEN      25077/java
> tcp        0      0 :::5080
> :::*                        LISTEN      25077/java
> So it seems, that java is working correct and the right ports are used.
> I have checked the third time persistence.xml. there is all correct.
> What else can I do?
> Thank you for your help
> Walter
>
>
>
> Am 08.08.2012 08:35, schrieb George Kirkham:
>
>  Maxim, Walter,****
>
> ** **
>
> My apologies I did mean “netstat -anp | grep java” which should give
> something like the below listing and maybe a few more lines.****
>
> ** **
>
> # netstat -anp | grep java****
>
> tcp6       0      0 :::1935                 :::*
> LISTEN      8186/java****
>
> tcp6       0      0 :::9999                 :::*
> LISTEN      8186/java****
>
> tcp6       0      0 :::8088                 :::*
> LISTEN      8186/java****
>
> tcp6       0      0 :::34071                :::*
> LISTEN      8186/java****
>
> tcp6       0      0 :::5080                 :::*
>            LISTEN      8186/java****
>
> ** **
>
> Thanks,****
>
> ** **
>
> George Kirkham****
>
> ** **
>
> ** **
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com<so...@gmail.com>]
>
> *Sent:* Wednesday, 8 August 2012 4:27 PM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: red5 did not start****
>
> ** **
>
> I believe George mean****
>
> “netstat -anp | *grep *java”****
>
> ** **
>
> On Wed, Aug 8, 2012 at 1:18 PM, Walter Neumann <
> walter@buerostudio-neumann.at> wrote:****
>
> Hi George,
> this is the output:
>
> netstat -anp | java
>
> Usage: java [-options] class
> [args...]
>            (to execute a
> class)
>    or  java [-options] -jar jarfile
> [args...]
>            (to execute a jar
> file)
> where options
> include:
>     -d32          use a 32-bit data model if
> available
>     -d64          use a 64-bit data model if
> available
>     -server       to select the "server"
> VM
>                   The default VM is
> server.
>
>     -cp <class search path of directories and zip/jar files>
>     -classpath <class search path of directories and zip/jar files>
>                   A : separated list of directories, JAR archives,
>                   and ZIP archives to search for class files.
>     -D<name>=<value>
>                   set a system property
>     -verbose[:class|gc|jni]
>                   enable verbose output
>     -version      print product version and exit
>     -version:<value>
>                   require the specified version to run
>     -showversion  print product version and continue
>     -jre-restrict-search | -jre-no-restrict-search
>                   include/exclude user private JREs in the version search
>     -? -help      print this help message
>     -X            print help on non-standard options
>     -ea[:<packagename>...|:<classname>]
>     -enableassertions[:<packagename>...|:<classname>]
>                   enable assertions with specified granularity
>     -da[:<packagename>...|:<classname>]
>     -disableassertions[:<packagename>...|:<classname>]
>                   disable assertions with specified granularity
>     -esa | -enablesystemassertions
>                   enable system assertions
>     -dsa | -disablesystemassertions
>                   disable system assertions
>     -agentlib:<libname>[=<options>]
>                   load native agent library <libname>, e.g. -agentlib:hprof
>                   see also, -agentlib:jdwp=help and -agentlib:hprof=help
>     -agentpath:<pathname>[=<options>]
>                   load native agent library by full pathname
>     -javaagent:<jarpath>[=<options>]
>                   load Java programming language agent, see
> java.lang.instrument
>     -splash:<imagepath>
>                   show splash screen with specified image
> See http://java.sun.com/javase/reference for more details.
>
> Walter
>
>
>
> Am 08.08.2012 00:36, schrieb George Kirkham: ****
>
> Walter,****
>
>  ****
>
> I still think that the message states your problem “folder, probably your
> database user/pwd/host is wrong!”****
>
>  ****
>
> I have had this issue so many times myself.  Of course it could be your
> change of your ports, but unless you provide more detailed information, I
> could not tell.****
>
>  ****
>
> If you run the command “netstat -anp | java” I wonder what response you
> get?****
>
>  ****
>
> Thanks,****
>
>  ****
>
> George Kirkham****
>
>  ****
>
>  ****
>
> *From:* Walter Neumann [mailto:walter@buerostudio-neumann.at<wa...@buerostudio-neumann.at>]
>
> *Sent:* Wednesday, 8 August 2012 2:04 AM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: red5 did not start****
>
>  ****
>
> Hi all,
> there is only one mysql-connector file.
> The ports I have returned to the originally one.
> The connection to the server by port 5080 works with IP adress or server
> name. But I receive an error message from the install program:
>
> *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!
>
> This message stays forever.
>
> The error.log is empty.
> The openmeetings.log has only one entry (see below).
> The log of today has only one entry (see below).
> The red5.log has many entries, but always INFO. Only 2 WARN are there:
> 2012-08-07 14:41:34,225 [main] WARN  o.a.a.transport.http.AxisServlet - No
> transportReceiver for org.apache.axis2.transport.http.AxisServletListener
> found. An instance for HTTP will be configured automatically. Please update
> your axis2.xml file!
> 2012-08-07 14:41:34,651 [Launcher:/] WARN  org.red5.server.scope.Scope -
> Invalid scope was not added: [WebScope@2c18b492 Depth = 1, Path =
> '/default', Name = '']
> What else can I do?
> Thank you for all suggestions
> Walter
>
>
> Am 07.08.2012 16:50, schrieb George Kirkham: ****
>
> For my Debian and Ubuntu installations the mysql command looks more like**
> **
>
>  ****
>
> mysql -h localhost -u openmeetings -p openmeetings****
>
>  ****
>
> Where the database is called openmeetings and the user account is
> openmeetings and I am prompted to enter my password.****
>
>  ****
>
> As Maxim suggested, testing and proving your ability to connect to your
> OpenMeetings mysql database from the command line is best then think about
> the following questions I have asked so that we can better understand your
> installation’s configuration.****
>
>  ****
>
> In your folder “in the folder $red5/webapps/openmeetings/WEB-INF/lib/”
> how many mysql-connector*.* files do you have ?****
>
>  ****
>
> For example;****
>
> # ls -al /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector*.*
> ****
>
> -rwxrwxr-x 1 nobody root 724213 Jun 26 09:39
> /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector-java-jar-5.1.9.jar
> ****
>
>  ****
>
> One time I ended up with two mysql jar files in the folder.****
>
>  ****
>
> I do not use SSL, so I am curious what you might mean by “I changed the
> rtmp port to 443 in both files”.  What is the path and file names of
> these two files?  And exactly  what settings in these files did you change?
> ****
>
>  ****
>
> A suggestion is to return the ports back to what they were originally and
> to try again.****
>
>  ****
>
> Have you successed in using the Installation URL
> http://xxx.xxx.xxx.xxx:5080/openmeetings/install   where xxx.xxx.xxx.xxx
>  is the IP address of your Openmeetings server ?****
>
>  ****
>
> Thanks,****
>
>  ****
>
> George Kirkham****
>
>  ****
>
>  ****
>
>  ****
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com<so...@gmail.com>]
>
> *Sent:* Wednesday, 8 August 2012 12:34 AM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: red5 did not start****
>
>  ****
>
> I'm afraid I see no issue in 1 line log you have sent.****
>
>  ****
>
> Are you able to connect using command line mysql:****
>
> mysql --host=localhost -u user -p openmeetings****
>
> ?****
>
>  ****
>
> On Tue, Aug 7, 2012 at 9:27 PM, Walter Neumann <
> walter@buerostudio-neumann.at> wrote:****
>
> Hi all,
> now is the file mysql-connector-java-5.1.21-bin.jar in the folder
> $red5/webapps/openmeetings/WEB-INF/lib/, but it still not work. The mysql
> monitor works fine with the database. So it seems to be an issue with the
> JConnector. Are all versions of the JConnector compatible with
> openmeetings? Or could it be a java problem?
> In the log-files are only this entries:
> openmeetings.log: DEBUG 08-07 14:41:32.895 ContextLoggingListener.java 22
> 72 ROOT [main] - Starting up context openmeetings
> 0.0.0.0_access.2012-08-07.log: 95.143.90.206 - - [07/Aug/2012:15:00:43
> +0200] "GET /openmeetings/install HTTP/1.1" 200 1256
> Thank you for your assistence.
> Walter
>
>
> Am 07.08.2012 13:10, schrieb Maxim Solodovnik: ****
>
> You need to copy only file with name like
> this: mysql-connector-java-jar-5.1.9.jar (not the whole folder, I'll
> hopefully will update documentation and mention it)****
>
> On Tue, Aug 7, 2012 at 5:50 PM, Walter Neumann <
> walter@buerostudio-neumann.at> wrote:****
>
> Hello Maxim,
> yes, I did. But the JConnector comes in a folder, which I put in the
> described folder. The foldername of the JConnector includes the version
> number. Maybe it is nescecary to define a symlink? Or is only a special
> file of this folder to put into the library directory? It wasn't clear for
> me.
> Thank you for your patience with me.
> Walter
>
> Am 07.08.2012 11:01, schrieb Maxim Solodovnik: ****
>
> Are you using OM build from the sources or you have download binaries? ***
> *
>
>  ****
>
> If you have download binaries have you add mysql driver to it as describer
> here:  http://incubator.apache.org/openmeetings/MySQLConfig.html   *Steps
> todo* ****
>
> On Tue, Aug 7, 2012 at 3:16 PM, Walter Neumann <
> walter@buerostudio-neumann.at> wrote:****
>
> Thank you Maxim,
> you are right. I edited by accident something in this file.
> Now it works, but it seems, that the database is not reachable.
> In the persistence.xml file is
> "Url=jdbc:mysql://localhost:3306/openmeetings where
> localhost is the hostname
> 3306 is the MySQL connection port
> openmeetings is the database name
> Is this correct?
> Of corse I edited username and password. So I can not see any error. The
> database I created with plesk panel and is working fine.
> Are there other possible errors, which cause, that the install program can
> not start?
> Thank you very much for help
>
> --
> Mit freundlichen Grüßen
> Walter Neumann
> Bürostudio Neumann
> Lundenburger Straße 57
> 2143 Großkrut
> Österreich
> Tel. +43 664 1826291
> Skype: wneumann1
> Internet: http://www.buerostudio-neumann.at
>
>
>
> Am 06.08.2012 19:39, schrieb Maxim Solodovnik: ****
>
> Hello Walter, ****
>
>  ****
>
> According to the log****
>
> Could not resolve placeholder 'jmx.mina.poll.interval'****
>
>  ****
>
> which is placeholder is defined in red5/conf/red5.properties****
>
> have you changed anything except persistence.xml?****
>
> On Mon, Aug 6, 2012 at 9:53 PM, Walter Neumann <
> walter@buerostudio-neumann.at> wrote:****
>
> Hello,
> I tried to setup Openmeetings 2.0.0 r 1361497 on my CentOS 5.5 server.
> I changed the mysql_persistence.xml -> persistence.xml and edited dbhost
> user and password.
> I changed the rtmp port to 443 in both files.
> After starting red5 come some error messages:
>
> Logback selector: org.red5.logging.LoggingContextSelector
> 16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Could NOT find resource [logback.groovy]
> 16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Could NOT find resource [logback-test.xml]
> 16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Found resource [logback.xml] at [file:/usr/src/om/conf/logback.xml]
> 16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs multiple times on the classpath.
> 16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
> 16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
> 16:41:46,125 |-INFO in
> ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute
> not set
> 16:41:46,128 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
> 16:41:46,132 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> Naming appender as [CONSOLE]
> 16:41:46,163 |-INFO in
> ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default
> type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder]
> property
> 16:41:46,211 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> About to instantiate appender of type [ch.qos.logback.core.FileAppender]
> 16:41:46,214 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> Naming appender as [FILE]
> 16:41:46,223 |-INFO in
> ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default
> type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder]
> property
> 16:41:46,238 |-INFO in ch.qos.logback.core.FileAppender[FILE] - File
> property is set to [log/red5.log]
> 16:41:46,239 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> About to instantiate appender of type [ch.qos.logback.core.FileAppender]
> 16:41:46,239 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> Naming appender as [ERRORFILE]
> 16:41:46,244 |-INFO in
> ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default
> type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder]
> property
> 16:41:46,245 |-INFO in ch.qos.logback.core.FileAppender[ERRORFILE] - File
> property is set to [log/error.log]
> 16:41:46,245 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
> ROOT level set to INFO
> 16:41:46,245 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction
> - Attaching appender named [CONSOLE] to Logger[ROOT]
> 16:41:46,246 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction
> - Attaching appender named [FILE] to Logger[ROOT]
> 16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
> org.springframework level set to INFO
> 16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
> org.apache level set to INFO
> 16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
> ch.qos level set to WARN
> 16:41:46,246 |-INFO in
> ch.qos.logback.classic.joran.action.ConfigurationAction - End of
> configuration.
> 16:41:46,248 |-INFO in
> ch.qos.logback.classic.joran.JoranConfigurator@33d6f122 - Registering
> current configuration as safe fallback point
>
> Setting default logging context: default
> [INFO] [main] org.red5.server.Launcher - Red5 Server 1.0.0 RC3 $Rev: 4387
> $ (http://code.google.com/p/red5/)
> Red5 Server 1.0.0 RC3 $Rev: 4387 $ (http://code.google.com/p/red5/)
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in [
> jar:file:/usr/src/om/red5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in [
> jar:file:/usr/src/om/lib/logback-classic-1.0.3.jar!/org/slf4j/impl/StaticLoggerBinder.class
> ]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
> explanation.
> [INFO] [main]
> org.springframework.context.support.FileSystemXmlApplicationContext -
> Refreshing
> org.springframework.context.support.FileSystemXmlApplicationContext@2f774b9b:
> startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
> [INFO] [main]
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML
> bean definitions from class path resource [red5.xml]
> [INFO] [main]
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML
> bean definitions from class path resource [jee-container.xml]
> [INFO] [main]
> org.springframework.beans.factory.config.PropertyPlaceholderConfigurer -
> Loading properties file from class path resource [red5.properties]
> [INFO] [main]
> org.springframework.beans.factory.support.DefaultListableBeanFactory -
> Pre-instantiating singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3:
> defining beans
> [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
> root of factory hierarchy
> [INFO] [main]
> org.springframework.context.support.FileSystemXmlApplicationContext -
> Refreshing
> org.springframework.context.support.FileSystemXmlApplicationContext@a0b1cd0:
> startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
> [INFO] [main]
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML
> bean definitions from class path resource [red5-common.xml]
> [INFO] [main]
> org.springframework.beans.factory.config.PropertyPlaceholderConfigurer -
> Loading properties file from class path resource [red5.properties]
> [INFO] [main]
> org.springframework.beans.factory.support.DefaultListableBeanFactory -
> Pre-instantiating singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3:
> defining beans
> [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
> root of factory hierarchy
> [INFO] [main] org.springframework.remoting.rmi.RmiRegistryFactoryBean -
> Creating new RMI registry
> [INFO] [main] org.springframework.jmx.support.ConnectorServerFactoryBean -
> JMX connector server started:
> javax.management.remote.rmi.RMIConnectorServer@10b914b3
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter -
> Registering beans for JMX exposure on startup
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean
> with name 'org.springframework.jmx.support.ConnectorServerFactoryBean#0'
> has been autodetected for JMX exposure
> [INFO] [main] org.quartz.core.SchedulerSignalerImpl - Initialized
> Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
> [INFO] [main] org.quartz.core.QuartzScheduler - Quartz Scheduler v.1.8.5
> created.
> [INFO] [main] org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler meta-data:
> Quartz Scheduler (v1.8.5) 'Red5_Scheduler' with instanceId
> 's15435587.onlinehome-server.info1344264107349'
>   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 4 threads.
>   Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support
> persistence. and is not clustered.
>
> [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler
> 'Red5_Scheduler' initialized from default resource file in Quartz package:
> 'quartz.properties'
> [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler
> version: 1.8.5
> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
> Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 started.
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean
> with name 'schedulingService' has been autodetected for JMX exposure
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean
> with name 'clientBroadcastStream' has been autodetected for JMX exposure
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Located
> MBean 'org.springframework.jmx.support.ConnectorServerFactoryBean#0':
> registering with JMX server as MBean
> [org.red5.server:name=org.springframework.jmx.support.ConnectorServerFactoryBean#0,type=RMIConnectorServer]
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Located
> MBean 'schedulingService': registering with JMX server as MBean
> [org.red5.server:name=schedulingService,type=QuartzSchedulingService]
> [INFO] [main] org.red5.server.service.WarDeployer - War deployer service
> created
> [INFO] [main]
> org.springframework.context.support.FileSystemXmlApplicationContext -
> Refreshing
> org.springframework.context.support.FileSystemXmlApplicationContext@2e67cd84:
> startup date [Mon Aug 06 16:41:47 CEST 2012]; parent: ApplicationContext
> 'red5.common'
> [INFO] [main]
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML
> bean definitions from class path resource [red5-core.xml]
> [INFO] [main]
> org.springframework.beans.factory.config.PropertyPlaceholderConfigurer -
> Loading properties file from class path resource [red5.properties]
> [INFO] [main]
> org.springframework.beans.factory.support.DefaultListableBeanFactory -
> Destroying singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@24bb6086:
> defining beans
> [customEditorConfigurer,placeholderConfig,rtmpMinaConnManager,rtmpHandler,rtmpMinaIoHandler,rtmpTransport,rtmpMinaConnection,rtmptConnManager,rtmptHandler,rtmptServlet,rtmptConnection];
> parent:
> org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
> [INFO] [main]
> org.springframework.beans.factory.support.DefaultListableBeanFactory -
> Destroying singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3:
> defining beans
> [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
> root of factory hierarchy
> [INFO] [main]
> org.springframework.context.support.FileSystemXmlApplicationContext -
> Closing ApplicationContext 'red5.common': startup date [Mon Aug 06 16:41:46
> CEST 2012]; root of context hierarchy
> [INFO] [main]
> org.springframework.beans.factory.support.DefaultListableBeanFactory -
> Destroying singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3:
> defining beans
> [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
> root of factory hierarchy
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter -
> Unregistering JMX-exposed beans on shutdown
> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
> Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutting
> down.
> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
> Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 paused.
> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
> Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutdown
> complete.
> [INFO] [main] org.springframework.jmx.support.ConnectorServerFactoryBean -
> Stopping JMX connector server:
> javax.management.remote.rmi.RMIConnectorServer@10b914b3
> [INFO] [main] org.springframework.remoting.rmi.RmiRegistryFactoryBean -
> Unexporting RMI registry
> Exception org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name 'red5.core' defined in class path resource
> [red5.xml]: Instantiation of bean failed; nested exception is
> org.springframework.beans.BeanInstantiationException: Could not instantiate
> bean class
> [org.springframework.context.support.FileSystemXmlApplicationContext]:
> Constructor threw exception; nested exception is
> org.springframework.beans.factory.BeanDefinitionStoreException: Invalid
> bean definition with name 'rtmpTransport' defined in class path resource
> [red5-core.xml]: Could not resolve placeholder 'jmx.mina.poll.interval'
>
> Any help would be welcome.
> Thank you
>
>
> --
> Mit freundlichen Grüßen
> Walter Neumann
> Bürostudio Neumann
> Lundenburger Straße 57
> 2143 Großkrut
> Österreich
> Tel. +43 664 1826291
> Skype: wneumann1
> Internet: http://www.buerostudio-neumann.at****
>
>
>
> ****
>
>  ****
>
> --
> WBR
> Maxim aka solomax****
>
>  ****
>
>  ****
>
>
>
> ****
>
>  ****
>
> --
> WBR
> Maxim aka solomax****
>
>  ****
>
> --
> Mit freundlichen Grüßen
> Walter Neumann
> Bürostudio Neumann
> Lundenburger Straße 57
> 2143 Großkrut
> Österreich
> Tel. +43 664 1826291
> Skype: wneumann1
> Internet: http://www.buerostudio-neumann.at****
>
>
>
> ****
>
>  ****
>
> --
> WBR
> Maxim aka solomax****
>
>  ****
>
>  ****
>
>
>
> ****
>
>  ****
>
> --
> WBR
> Maxim aka solomax****
>
>  ****
>
>  ****
>
> ** **
>
> --
> Mit freundlichen Grüßen
> Walter Neumann
> Bürostudio Neumann
> Lundenburger Straße 57
> 2143 Großkrut
> Österreich
> Tel. +43 664 1826291
> Skype: wneumann1
> Internet: http://www.buerostudio-neumann.at****
>
>
>
> ****
>
> ** **
>
> --
> WBR
> Maxim aka solomax****
>
>
> --
> Mit freundlichen Grüßen
> Walter Neumann
> Bürostudio Neumann
> Lundenburger Straße 57
> 2143 Großkrut
> Österreich
> Tel. +43 664 1826291
> Skype: wneumann1
> Internet: http://www.buerostudio-neumann.at
>



-- 
WBR
Maxim aka solomax

Re: red5 did not start

Posted by Walter Neumann <wa...@buerostudio-neumann.at>.
Hi all,
if the red5server is running, the output is:
tcp        0      0 :::36612                    
:::*                        LISTEN      25077/java
tcp        0      0 :::1935                     
:::*                        LISTEN      25077/java
tcp        0      0 :::9999                     
:::*                        LISTEN      25077/java
tcp        0      0 :::8088                     
:::*                        LISTEN      25077/java
tcp        0      0 :::5080                     
:::*                        LISTEN      25077/java
So it seems, that java is working correct and the right ports are used.
I have checked the third time persistence.xml. there is all correct.
What else can I do?
Thank you for your help
Walter



Am 08.08.2012 08:35, schrieb George Kirkham:
>
> Maxim, Walter,
>
> My apologies I did mean “netstat -anp | grep java” which should give 
> something like the below listing and maybe a few more lines.
>
> # netstat -anp | grep java
>
> tcp6       0      0 :::1935                 :::*                    
> LISTEN      8186/java
>
> tcp6       0      0 :::9999                 :::*                    
> LISTEN      8186/java
>
> tcp6       0      0 :::8088                 :::*                    
> LISTEN      8186/java
>
> tcp6       0      0 :::34071                :::*                    
> LISTEN      8186/java
>
> tcp6       0      0 :::5080                 :::*         
>            LISTEN      8186/java
>
> Thanks,
>
> George Kirkham
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Wednesday, 8 August 2012 4:27 PM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: red5 did not start
>
> I believe George mean
>
>     “netstat -anp | *grep *java”
>
> On Wed, Aug 8, 2012 at 1:18 PM, Walter Neumann 
> <walter@buerostudio-neumann.at <ma...@buerostudio-neumann.at>> 
> wrote:
>
> Hi George,
> this is the output:
>
> netstat -anp | java
>
> Usage: java [-options] class [args...]
>            (to execute a class)
>    or  java [-options] -jar jarfile [args...]
>            (to execute a jar file)
> where options include:
>     -d32          use a 32-bit data model if available
>     -d64          use a 64-bit data model if available
>     -server       to select the "server" VM
>                   The default VM is server.
>
>     -cp <class search path of directories and zip/jar files>
>     -classpath <class search path of directories and zip/jar files>
>                   A : separated list of directories, JAR archives,
>                   and ZIP archives to search for class files.
>     -D<name>=<value>
>                   set a system property
>     -verbose[:class|gc|jni]
>                   enable verbose output
>     -version      print product version and exit
>     -version:<value>
>                   require the specified version to run
>     -showversion  print product version and continue
>     -jre-restrict-search | -jre-no-restrict-search
>                   include/exclude user private JREs in the version search
>     -? -help      print this help message
>     -X            print help on non-standard options
>     -ea[:<packagename>...|:<classname>]
>     -enableassertions[:<packagename>...|:<classname>]
>                   enable assertions with specified granularity
>     -da[:<packagename>...|:<classname>]
>     -disableassertions[:<packagename>...|:<classname>]
>                   disable assertions with specified granularity
>     -esa | -enablesystemassertions
>                   enable system assertions
>     -dsa | -disablesystemassertions
>                   disable system assertions
>     -agentlib:<libname>[=<options>]
>                   load native agent library <libname>, e.g. 
> -agentlib:hprof
>                   see also, -agentlib:jdwp=help and -agentlib:hprof=help
>     -agentpath:<pathname>[=<options>]
>                   load native agent library by full pathname
>     -javaagent:<jarpath>[=<options>]
>                   load Java programming language agent, see 
> java.lang.instrument
>     -splash:<imagepath>
>                   show splash screen with specified image
> See http://java.sun.com/javase/reference for more details.
>
> Walter
>
>
>
> Am 08.08.2012 00:36, schrieb George Kirkham:
>
> Walter,
>
> I still think that the message states your problem “folder, probably 
> your database user/pwd/host is wrong!”
>
> I have had this issue so many times myself.  Of course it could be 
> your change of your ports, but unless you provide more detailed 
> information, I could not tell.
>
> If you run the command “netstat -anp | java” I wonder what response 
> you get?
>
> Thanks,
>
> George Kirkham
>
> *From:* Walter Neumann [mailto:walter@buerostudio-neumann.at]
> *Sent:* Wednesday, 8 August 2012 2:04 AM
> *To:* openmeetings-user@incubator.apache.org 
> <ma...@incubator.apache.org>
> *Subject:* Re: red5 did not start
>
> Hi all,
> there is only one mysql-connector file.
> The ports I have returned to the originally one.
> The connection to the server by port 5080 works with IP adress or 
> server name. But I receive an error message from the install program:
>
> *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!
>
> This message stays forever.
>
> The error.log is empty.
> The openmeetings.log has only one entry (see below).
> The log of today has only one entry (see below).
> The red5.log has many entries, but always INFO. Only 2 WARN are there:
> 2012-08-07 14:41:34,225 [main] WARN  o.a.a.transport.http.AxisServlet 
> - No transportReceiver for 
> org.apache.axis2.transport.http.AxisServletListener found. An instance 
> for HTTP will be configured automatically. Please update your 
> axis2.xml file!
> 2012-08-07 14:41:34,651 [Launcher:/] WARN  org.red5.server.scope.Scope 
> - Invalid scope was not added: [WebScope@2c18b492 Depth = 1, Path = 
> '/default', Name = '']
> What else can I do?
> Thank you for all suggestions
> Walter
>
>
> Am 07.08.2012 16:50, schrieb George Kirkham:
>
> For my Debian and Ubuntu installations the mysql command looks more like
>
> mysql -h localhost -u openmeetings -p openmeetings
>
> Where the database is called openmeetings and the user account is 
> openmeetings and I am prompted to enter my password.
>
> As Maxim suggested, testing and proving your ability to connect to 
> your OpenMeetings mysql database from the command line is best then 
> think about the following questions I have asked so that we can better 
> understand your installation’s configuration.
>
> In your folder “in the folder $red5/webapps/openmeetings/WEB-INF/lib/” 
> how many mysql-connector*.* files do you have ?
>
> For example;
>
> # ls -al /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector*.*
>
> -rwxrwxr-x 1 nobody root 724213 Jun 26 09:39 
> /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector-java-jar-5.1.9.jar
>
> One time I ended up with two mysql jar files in the folder.
>
> I do not use SSL, so I am curious what you might mean by “I changed 
> the rtmp port to 443 in both files”.  What is the path and file names 
> of these two files?  And exactly  what settings in these files did you 
> change?
>
> A suggestion is to return the ports back to what they were originally 
> and to try again.
>
> Have you successed in using the Installation URL 
> http://xxx.xxx.xxx.xxx:5080/openmeetings/install   where 
> xxx.xxx.xxx.xxx   is the IP address of your Openmeetings server ?
>
> Thanks,
>
> George Kirkham
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Wednesday, 8 August 2012 12:34 AM
> *To:* openmeetings-user@incubator.apache.org 
> <ma...@incubator.apache.org>
> *Subject:* Re: red5 did not start
>
> I'm afraid I see no issue in 1 line log you have sent.
>
> Are you able to connect using command line mysql:
>
> mysql --host=localhost -u user -p openmeetings
>
> ?
>
> On Tue, Aug 7, 2012 at 9:27 PM, Walter Neumann 
> <walter@buerostudio-neumann.at <ma...@buerostudio-neumann.at>> 
> wrote:
>
> Hi all,
> now is the file mysql-connector-java-5.1.21-bin.jar in the folder 
> $red5/webapps/openmeetings/WEB-INF/lib/, but it still not work. The 
> mysql monitor works fine with the database. So it seems to be an issue 
> with the JConnector. Are all versions of the JConnector compatible 
> with openmeetings? Or could it be a java problem?
> In the log-files are only this entries:
> openmeetings.log: DEBUG 08-07 14:41:32.895 ContextLoggingListener.java 
> 22 72 ROOT [main] - Starting up context openmeetings
> 0.0.0.0_access.2012-08-07.log: 95.143.90.206 - - [07/Aug/2012:15:00:43 
> +0200] "GET /openmeetings/install HTTP/1.1" 200 1256
> Thank you for your assistence.
> Walter
>
>
> Am 07.08.2012 13:10, schrieb Maxim Solodovnik:
>
>     You need to copy only file with name like
>     this: mysql-connector-java-jar-5.1.9.jar (not the whole folder,
>     I'll hopefully will update documentation and mention it)
>
>     On Tue, Aug 7, 2012 at 5:50 PM, Walter Neumann
>     <walter@buerostudio-neumann.at
>     <ma...@buerostudio-neumann.at>> wrote:
>
>     Hello Maxim,
>     yes, I did. But the JConnector comes in a folder, which I put in
>     the described folder. The foldername of the JConnector includes
>     the version number. Maybe it is nescecary to define a symlink? Or
>     is only a special file of this folder to put into the library
>     directory? It wasn't clear for me.
>     Thank you for your patience with me.
>     Walter
>
>     Am 07.08.2012 11:01, schrieb Maxim Solodovnik:
>
>     Are you using OM build from the sources or you have download
>     binaries?
>
>     If you have download binaries have you add mysql driver to it as
>     describer here:
>     http://incubator.apache.org/openmeetings/MySQLConfig.html *Steps
>     todo*
>
>     On Tue, Aug 7, 2012 at 3:16 PM, Walter Neumann
>     <walter@buerostudio-neumann.at
>     <ma...@buerostudio-neumann.at>> wrote:
>
>     Thank you Maxim,
>     you are right. I edited by accident something in this file.
>     Now it works, but it seems, that the database is not reachable.
>     In the persistence.xml file is
>     "Url=jdbc:mysql://localhost:3306/openmeetings where
>     localhost is the hostname
>     3306 is the MySQL connection port
>     openmeetings is the database name
>     Is this correct?
>     Of corse I edited username and password. So I can not see any
>     error. The database I created with plesk panel and is working fine.
>     Are there other possible errors, which cause, that the install
>     program can not start?
>     Thank you very much for help
>
>     -- 
>     Mit freundlichen Grüßen
>     Walter Neumann
>     Bürostudio Neumann
>     Lundenburger Straße 57
>     2143 Großkrut
>     Österreich
>     Tel. +43 664 1826291
>     Skype: wneumann1
>     Internet: http://www.buerostudio-neumann.at
>
>
>
>     Am 06.08.2012 19:39, schrieb Maxim Solodovnik:
>
>     Hello Walter,
>
>     According to the log
>
>     Could not resolve placeholder 'jmx.mina.poll.interval'
>
>     which is placeholder is defined in red5/conf/red5.properties
>
>     have you changed anything except persistence.xml?
>
>     On Mon, Aug 6, 2012 at 9:53 PM, Walter Neumann
>     <walter@buerostudio-neumann.at
>     <ma...@buerostudio-neumann.at>> wrote:
>
>     Hello,
>     I tried to setup Openmeetings 2.0.0 r 1361497 on my CentOS 5.5 server.
>     I changed the mysql_persistence.xml -> persistence.xml and edited
>     dbhost user and password.
>     I changed the rtmp port to 443 in both files.
>     After starting red5 come some error messages:
>
>     Logback selector: org.red5.logging.LoggingContextSelector
>     16:41:45,931 |-INFO in
>     ch.qos.logback.classic.LoggerContext[default] - Could NOT find
>     resource [logback.groovy]
>     16:41:45,931 |-INFO in
>     ch.qos.logback.classic.LoggerContext[default] - Could NOT find
>     resource [logback-test.xml]
>     16:41:45,931 |-INFO in
>     ch.qos.logback.classic.LoggerContext[default] - Found resource
>     [logback.xml] at [file:/usr/src/om/conf/logback.xml]
>     16:41:45,933 |-WARN in
>     ch.qos.logback.classic.LoggerContext[default] - Resource
>     [logback.xml] occurs multiple times on the classpath.
>     16:41:45,933 |-WARN in
>     ch.qos.logback.classic.LoggerContext[default] - Resource
>     [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
>     16:41:45,933 |-WARN in
>     ch.qos.logback.classic.LoggerContext[default] - Resource
>     [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
>     16:41:46,125 |-INFO in
>     ch.qos.logback.classic.joran.action.ConfigurationAction - debug
>     attribute not set
>     16:41:46,128 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - About to
>     instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
>     16:41:46,132 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - Naming appender
>     as [CONSOLE]
>     16:41:46,163 |-INFO in
>     ch.qos.logback.core.joran.action.NestedComplexPropertyIA -
>     Assuming default type
>     [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
>     [encoder] property
>     16:41:46,211 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - About to
>     instantiate appender of type [ch.qos.logback.core.FileAppender]
>     16:41:46,214 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - Naming appender
>     as [FILE]
>     16:41:46,223 |-INFO in
>     ch.qos.logback.core.joran.action.NestedComplexPropertyIA -
>     Assuming default type
>     [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
>     [encoder] property
>     16:41:46,238 |-INFO in ch.qos.logback.core.FileAppender[FILE] -
>     File property is set to [log/red5.log]
>     16:41:46,239 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - About to
>     instantiate appender of type [ch.qos.logback.core.FileAppender]
>     16:41:46,239 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - Naming appender
>     as [ERRORFILE]
>     16:41:46,244 |-INFO in
>     ch.qos.logback.core.joran.action.NestedComplexPropertyIA -
>     Assuming default type
>     [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
>     [encoder] property
>     16:41:46,245 |-INFO in ch.qos.logback.core.FileAppender[ERRORFILE]
>     - File property is set to [log/error.log]
>     16:41:46,245 |-INFO in
>     ch.qos.logback.classic.joran.action.LevelAction - ROOT level set
>     to INFO
>     16:41:46,245 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
>     appender named [CONSOLE] to Logger[ROOT]
>     16:41:46,246 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
>     appender named [FILE] to Logger[ROOT]
>     16:41:46,246 |-INFO in
>     ch.qos.logback.classic.joran.action.LevelAction -
>     org.springframework level set to INFO
>     16:41:46,246 |-INFO in
>     ch.qos.logback.classic.joran.action.LevelAction - org.apache level
>     set to INFO
>     16:41:46,246 |-INFO in
>     ch.qos.logback.classic.joran.action.LevelAction - ch.qos level set
>     to WARN
>     16:41:46,246 |-INFO in
>     ch.qos.logback.classic.joran.action.ConfigurationAction - End of
>     configuration.
>     16:41:46,248 |-INFO in
>     ch.qos.logback.classic.joran.JoranConfigurator@33d6f122
>     <ma...@33d6f122> -
>     Registering current configuration as safe fallback point
>
>     Setting default logging context: default
>     [INFO] [main] org.red5.server.Launcher - Red5 Server 1.0.0 RC3
>     $Rev: 4387 $ (http://code.google.com/p/red5/)
>     Red5 Server 1.0.0 RC3 $Rev: 4387 $ (http://code.google.com/p/red5/)
>     SLF4J: Class path contains multiple SLF4J bindings.
>     SLF4J: Found binding in
>     [jar:file:/usr/src/om/red5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
>     SLF4J: Found binding in
>     [jar:file:/usr/src/om/lib/logback-classic-1.0.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
>     SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for
>     an explanation.
>     [INFO] [main]
>     org.springframework.context.support.FileSystemXmlApplicationContext -
>     Refreshing
>     org.springframework.context.support.FileSystemXmlApplicationContext@2f774b9b
>     <ma...@2f774b9b>:
>     startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context
>     hierarchy
>     [INFO] [main]
>     org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
>     Loading XML bean definitions from class path resource [red5.xml]
>     [INFO] [main]
>     org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
>     Loading XML bean definitions from class path resource
>     [jee-container.xml]
>     [INFO] [main]
>     org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
>     - Loading properties file from class path resource [red5.properties]
>     [INFO] [main]
>     org.springframework.beans.factory.support.DefaultListableBeanFactory
>     - Pre-instantiating singletons in
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3
>     <ma...@3c24c4a3>:
>     defining beans
>     [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
>     root of factory hierarchy
>     [INFO] [main]
>     org.springframework.context.support.FileSystemXmlApplicationContext -
>     Refreshing
>     org.springframework.context.support.FileSystemXmlApplicationContext@a0b1cd0
>     <ma...@a0b1cd0>:
>     startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context
>     hierarchy
>     [INFO] [main]
>     org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
>     Loading XML bean definitions from class path resource
>     [red5-common.xml]
>     [INFO] [main]
>     org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
>     - Loading properties file from class path resource [red5.properties]
>     [INFO] [main]
>     org.springframework.beans.factory.support.DefaultListableBeanFactory
>     - Pre-instantiating singletons in
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
>     <ma...@1af0b4a3>:
>     defining beans
>     [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
>     root of factory hierarchy
>     [INFO] [main]
>     org.springframework.remoting.rmi.RmiRegistryFactoryBean - Creating
>     new RMI registry
>     [INFO] [main]
>     org.springframework.jmx.support.ConnectorServerFactoryBean - JMX
>     connector server started:
>     javax.management.remote.rmi.RMIConnectorServer@10b914b3
>     <ma...@10b914b3>
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Registering beans for JMX exposure on startup
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Bean with name
>     'org.springframework.jmx.support.ConnectorServerFactoryBean#0' has
>     been autodetected for JMX exposure
>     [INFO] [main] org.quartz.core.SchedulerSignalerImpl - Initialized
>     Scheduler Signaller of type: class
>     org.quartz.core.SchedulerSignalerImpl
>     [INFO] [main] org.quartz.core.QuartzScheduler - Quartz Scheduler
>     v.1.8.5 created.
>     [INFO] [main] org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
>     [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>     meta-data: Quartz Scheduler (v1.8.5) 'Red5_Scheduler' with
>     instanceId 's15435587.onlinehome-server.info1344264107349'
>       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 4
>     threads.
>       Using job-store 'org.quartz.simpl.RAMJobStore' - which does not
>     support persistence. and is not clustered.
>
>     [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz
>     scheduler 'Red5_Scheduler' initialized from default resource file
>     in Quartz package: 'quartz.properties'
>     [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz
>     scheduler version: 1.8.5
>     [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>     Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349
>     started.
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Bean with name 'schedulingService' has been autodetected for JMX
>     exposure
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Bean with name 'clientBroadcastStream' has been autodetected for
>     JMX exposure
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Located MBean
>     'org.springframework.jmx.support.ConnectorServerFactoryBean#0':
>     registering with JMX server as MBean
>     [org.red5.server:name=org.springframework.jmx.support.ConnectorServerFactoryBean#0,type=RMIConnectorServer]
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Located MBean 'schedulingService': registering with JMX server
>     as MBean
>     [org.red5.server:name=schedulingService,type=QuartzSchedulingService]
>     [INFO] [main] org.red5.server.service.WarDeployer - War deployer
>     service created
>     [INFO] [main]
>     org.springframework.context.support.FileSystemXmlApplicationContext -
>     Refreshing
>     org.springframework.context.support.FileSystemXmlApplicationContext@2e67cd84
>     <ma...@2e67cd84>:
>     startup date [Mon Aug 06 16:41:47 CEST 2012]; parent:
>     ApplicationContext 'red5.common'
>     [INFO] [main]
>     org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
>     Loading XML bean definitions from class path resource [red5-core.xml]
>     [INFO] [main]
>     org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
>     - Loading properties file from class path resource [red5.properties]
>     [INFO] [main]
>     org.springframework.beans.factory.support.DefaultListableBeanFactory
>     - Destroying singletons in
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@24bb6086
>     <ma...@24bb6086>:
>     defining beans
>     [customEditorConfigurer,placeholderConfig,rtmpMinaConnManager,rtmpHandler,rtmpMinaIoHandler,rtmpTransport,rtmpMinaConnection,rtmptConnManager,rtmptHandler,rtmptServlet,rtmptConnection];
>     parent:
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
>     <ma...@1af0b4a3>
>     [INFO] [main]
>     org.springframework.beans.factory.support.DefaultListableBeanFactory
>     - Destroying singletons in
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3
>     <ma...@3c24c4a3>:
>     defining beans
>     [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
>     root of factory hierarchy
>     [INFO] [main]
>     org.springframework.context.support.FileSystemXmlApplicationContext -
>     Closing ApplicationContext 'red5.common': startup date [Mon Aug 06
>     16:41:46 CEST 2012]; root of context hierarchy
>     [INFO] [main]
>     org.springframework.beans.factory.support.DefaultListableBeanFactory
>     - Destroying singletons in
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
>     <ma...@1af0b4a3>:
>     defining beans
>     [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
>     root of factory hierarchy
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Unregistering JMX-exposed beans on shutdown
>     [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>     Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349
>     shutting down.
>     [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>     Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 paused.
>     [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>     Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349
>     shutdown complete.
>     [INFO] [main]
>     org.springframework.jmx.support.ConnectorServerFactoryBean -
>     Stopping JMX connector server:
>     javax.management.remote.rmi.RMIConnectorServer@10b914b3
>     <ma...@10b914b3>
>     [INFO] [main]
>     org.springframework.remoting.rmi.RmiRegistryFactoryBean -
>     Unexporting RMI registry
>     Exception org.springframework.beans.factory.BeanCreationException:
>     Error creating bean with name 'red5.core' defined in class path
>     resource [red5.xml]: Instantiation of bean failed; nested
>     exception is org.springframework.beans.BeanInstantiationException:
>     Could not instantiate bean class
>     [org.springframework.context.support.FileSystemXmlApplicationContext]:
>     Constructor threw exception; nested exception is
>     org.springframework.beans.factory.BeanDefinitionStoreException:
>     Invalid bean definition with name 'rtmpTransport' defined in class
>     path resource [red5-core.xml]: Could not resolve placeholder
>     'jmx.mina.poll.interval'
>
>     Any help would be welcome.
>     Thank you
>
>
>     -- 
>     Mit freundlichen Grüßen
>     Walter Neumann
>     Bürostudio Neumann
>     Lundenburger Straße 57
>     2143 Großkrut
>     Österreich
>     Tel. +43 664 1826291
>     Skype: wneumann1
>     Internet: http://www.buerostudio-neumann.at
>
>
>
>     -- 
>     WBR
>     Maxim aka solomax
>
>
>
>     -- 
>     WBR
>     Maxim aka solomax
>
>     -- 
>     Mit freundlichen Grüßen
>     Walter Neumann
>     Bürostudio Neumann
>     Lundenburger Straße 57
>     2143 Großkrut
>     Österreich
>     Tel. +43 664 1826291
>     Skype: wneumann1
>     Internet: http://www.buerostudio-neumann.at
>
>
>
>     -- 
>     WBR
>     Maxim aka solomax
>
>
>
> -- 
> WBR
> Maxim aka solomax
>
> -- 
> Mit freundlichen Grüßen
> Walter Neumann
> Bürostudio Neumann
> Lundenburger Straße 57
> 2143 Großkrut
> Österreich
> Tel. +43 664 1826291
> Skype: wneumann1
> Internet: http://www.buerostudio-neumann.at
>
>
>
> -- 
> WBR
> Maxim aka solomax
>

-- 
Mit freundlichen Grüßen
Walter Neumann
Bürostudio Neumann
Lundenburger Straße 57
2143 Großkrut
Österreich
Tel. +43 664 1826291
Skype: wneumann1
Internet: http://www.buerostudio-neumann.at

RE: red5 did not start

Posted by George Kirkham <gk...@co2crc.com.au>.
Maxim, Walter,

 

My apologies I did mean “netstat -anp | grep java” which should give something like the below listing and maybe a few more lines.

 

# netstat -anp | grep java

tcp6       0      0 :::1935                 :::*                    LISTEN      8186/java

tcp6       0      0 :::9999                 :::*                    LISTEN      8186/java

tcp6       0      0 :::8088                 :::*                    LISTEN      8186/java

tcp6       0      0 :::34071                :::*                    LISTEN      8186/java

tcp6       0      0 :::5080                 :::*                    LISTEN      8186/java

 

Thanks,

 

George Kirkham

 

 

From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Wednesday, 8 August 2012 4:27 PM
To: openmeetings-user@incubator.apache.org
Subject: Re: red5 did not start

 

I believe George mean

	“netstat -anp | grep java”

 

On Wed, Aug 8, 2012 at 1:18 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

Hi George,
this is the output:

netstat -anp | java

Usage: java [-options] class [args...]                                          
           (to execute a class)                                                 
   or  java [-options] -jar jarfile [args...]                                   
           (to execute a jar file)                                              
where options include:                                                          
    -d32          use a 32-bit data model if available                          
    -d64          use a 64-bit data model if available                          
    -server       to select the "server" VM                                     
                  The default VM is server.                                     

    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
                  A : separated list of directories, JAR archives,
                  and ZIP archives to search for class files.
    -D<name>=<value>
                  set a system property
    -verbose[:class|gc|jni]
                  enable verbose output
    -version      print product version and exit
    -version:<value>
                  require the specified version to run
    -showversion  print product version and continue
    -jre-restrict-search | -jre-no-restrict-search
                  include/exclude user private JREs in the version search
    -? -help      print this help message
    -X            print help on non-standard options
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
                  enable assertions with specified granularity
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
                  disable assertions with specified granularity
    -esa | -enablesystemassertions
                  enable system assertions
    -dsa | -disablesystemassertions
                  disable system assertions
    -agentlib:<libname>[=<options>]
                  load native agent library <libname>, e.g. -agentlib:hprof
                  see also, -agentlib:jdwp=help and -agentlib:hprof=help
    -agentpath:<pathname>[=<options>]
                  load native agent library by full pathname
    -javaagent:<jarpath>[=<options>]
                  load Java programming language agent, see java.lang.instrument
    -splash:<imagepath>
                  show splash screen with specified image
See http://java.sun.com/javase/reference for more details.

Walter



Am 08.08.2012 00:36, schrieb George Kirkham: 

Walter,

 

I still think that the message states your problem “folder, probably your database user/pwd/host is wrong!”

 

I have had this issue so many times myself.  Of course it could be your change of your ports, but unless you provide more detailed information, I could not tell.

 

If you run the command “netstat -anp | java” I wonder what response you get?

 

Thanks,

 

George Kirkham

 

 

From: Walter Neumann [mailto:walter@buerostudio-neumann.at] 
Sent: Wednesday, 8 August 2012 2:04 AM
To: openmeetings-user@incubator.apache.org
Subject: Re: red5 did not start

 

Hi all,
there is only one mysql-connector file.
The ports I have returned to the originally one.
The connection to the server by port 5080 works with IP adress or server name. But I receive an error message from the install program:

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! 

This message stays forever.

The error.log is empty.
The openmeetings.log has only one entry (see below).
The log of today has only one entry (see below).
The red5.log has many entries, but always INFO. Only 2 WARN are there:
2012-08-07 14:41:34,225 [main] WARN  o.a.a.transport.http.AxisServlet - No transportReceiver for org.apache.axis2.transport.http.AxisServletListener found. An instance for HTTP will be configured automatically. Please update your axis2.xml file!
2012-08-07 14:41:34,651 [Launcher:/] WARN  org.red5.server.scope.Scope - Invalid scope was not added: [WebScope@2c18b492 Depth = 1, Path = '/default', Name = '']
What else can I do?
Thank you for all suggestions
Walter


Am 07.08.2012 16:50, schrieb George Kirkham: 

For my Debian and Ubuntu installations the mysql command looks more like

 

mysql -h localhost -u openmeetings -p openmeetings

 

Where the database is called openmeetings and the user account is openmeetings and I am prompted to enter my password.

 

As Maxim suggested, testing and proving your ability to connect to your OpenMeetings mysql database from the command line is best then think about the following questions I have asked so that we can better understand your installation’s configuration.

 

In your folder “in the folder $red5/webapps/openmeetings/WEB-INF/lib/” how many mysql-connector*.* files do you have ?

 

For example;

# ls -al /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector*.*

-rwxrwxr-x 1 nobody root 724213 Jun 26 09:39 /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector-java-jar-5.1.9.jar

 

One time I ended up with two mysql jar files in the folder.

 

I do not use SSL, so I am curious what you might mean by “I changed the rtmp port to 443 in both files”.  What is the path and file names of these two files?  And exactly  what settings in these files did you change?

 

A suggestion is to return the ports back to what they were originally and to try again.

 

Have you successed in using the Installation URL http://xxx.xxx.xxx.xxx:5080/openmeetings/install   where xxx.xxx.xxx.xxx   is the IP address of your Openmeetings server ?

 

Thanks,

 

George Kirkham

 

 

 

From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Wednesday, 8 August 2012 12:34 AM
To: openmeetings-user@incubator.apache.org
Subject: Re: red5 did not start

 

I'm afraid I see no issue in 1 line log you have sent.

 

Are you able to connect using command line mysql:

mysql --host=localhost -u user -p openmeetings

?

 

On Tue, Aug 7, 2012 at 9:27 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

Hi all,
now is the file mysql-connector-java-5.1.21-bin.jar in the folder $red5/webapps/openmeetings/WEB-INF/lib/, but it still not work. The mysql monitor works fine with the database. So it seems to be an issue with the JConnector. Are all versions of the JConnector compatible with openmeetings? Or could it be a java problem?
In the log-files are only this entries:
openmeetings.log: DEBUG 08-07 14:41:32.895 ContextLoggingListener.java 22 72 ROOT [main] - Starting up context openmeetings
0.0.0.0_access.2012-08-07.log: 95.143.90.206 - - [07/Aug/2012:15:00:43 +0200] "GET /openmeetings/install HTTP/1.1" 200 1256
Thank you for your assistence.
Walter


Am 07.08.2012 13:10, schrieb Maxim Solodovnik: 

	You need to copy only file with name like this: mysql-connector-java-jar-5.1.9.jar (not the whole folder, I'll hopefully will update documentation and mention it)

	On Tue, Aug 7, 2012 at 5:50 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

	Hello Maxim,
	yes, I did. But the JConnector comes in a folder, which I put in the described folder. The foldername of the JConnector includes the version number. Maybe it is nescecary to define a symlink? Or is only a special file of this folder to put into the library directory? It wasn't clear for me.
	Thank you for your patience with me.
	Walter
	
	Am 07.08.2012 11:01, schrieb Maxim Solodovnik: 

	Are you using OM build from the sources or you have download binaries? 

	 

	If you have download binaries have you add mysql driver to it as describer here:  http://incubator.apache.org/openmeetings/MySQLConfig.html   Steps todo 

	On Tue, Aug 7, 2012 at 3:16 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

	Thank you Maxim,
	you are right. I edited by accident something in this file.
	Now it works, but it seems, that the database is not reachable.
	In the persistence.xml file is "Url=jdbc:mysql://localhost:3306/openmeetings where
	localhost is the hostname
	3306 is the MySQL connection port
	openmeetings is the database name
	Is this correct?
	Of corse I edited username and password. So I can not see any error. The database I created with plesk panel and is working fine.
	Are there other possible errors, which cause, that the install program can not start?
	Thank you very much for help
	
	-- 
	Mit freundlichen Grüßen
	Walter Neumann
	Bürostudio Neumann
	Lundenburger Straße 57
	2143 Großkrut
	Österreich
	Tel. +43 664 1826291
	Skype: wneumann1
	Internet: http://www.buerostudio-neumann.at
	
	
	
	Am 06.08.2012 19:39, schrieb Maxim Solodovnik: 

	Hello Walter, 

	 

	According to the log

	Could not resolve placeholder 'jmx.mina.poll.interval'

	 

	which is placeholder is defined in red5/conf/red5.properties

	have you changed anything except persistence.xml?

	On Mon, Aug 6, 2012 at 9:53 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

	Hello,
	I tried to setup Openmeetings 2.0.0 r 1361497 on my CentOS 5.5 server.
	I changed the mysql_persistence.xml -> persistence.xml and edited dbhost user and password.
	I changed the rtmp port to 443 in both files.
	After starting red5 come some error messages:
	
	Logback selector: org.red5.logging.LoggingContextSelector
	16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
	16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
	16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/usr/src/om/conf/logback.xml]
	16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs multiple times on the classpath.
	16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
	16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
	16:41:46,125 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
	16:41:46,128 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
	16:41:46,132 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [CONSOLE]
	16:41:46,163 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
	16:41:46,211 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
	16:41:46,214 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [FILE]
	16:41:46,223 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
	16:41:46,238 |-INFO in ch.qos.logback.core.FileAppender[FILE] - File property is set to [log/red5.log]
	16:41:46,239 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
	16:41:46,239 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [ERRORFILE]
	16:41:46,244 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
	16:41:46,245 |-INFO in ch.qos.logback.core.FileAppender[ERRORFILE] - File property is set to [log/error.log]
	16:41:46,245 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - ROOT level set to INFO
	16:41:46,245 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [CONSOLE] to Logger[ROOT]
	16:41:46,246 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [FILE] to Logger[ROOT]
	16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.springframework level set to INFO
	16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.apache level set to INFO
	16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - ch.qos level set to WARN
	16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
	16:41:46,248 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@33d6f122 - Registering current configuration as safe fallback point
	
	Setting default logging context: default
	[INFO] [main] org.red5.server.Launcher - Red5 Server 1.0.0 RC3 $Rev: 4387 $ (http://code.google.com/p/red5/)
	Red5 Server 1.0.0 RC3 $Rev: 4387 $ (http://code.google.com/p/red5/)
	SLF4J: Class path contains multiple SLF4J bindings.
	SLF4J: Found binding in [jar:file:/usr/src/om/red5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
	SLF4J: Found binding in [jar:file:/usr/src/om/lib/logback-classic-1.0.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
	SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
	[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContext - Refreshing org.springframework.context.support.FileSystemXmlApplicationContext@2f774b9b: startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
	[INFO] [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [red5.xml]
	[INFO] [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [jee-container.xml]
	[INFO] [main] org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - Loading properties file from class path resource [red5.properties]
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3: defining beans [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server]; root of factory hierarchy
	[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContext - Refreshing org.springframework.context.support.FileSystemXmlApplicationContext@a0b1cd0: startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
	[INFO] [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [red5-common.xml]
	[INFO] [main] org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - Loading properties file from class path resource [red5.properties]
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3: defining beans [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream]; root of factory hierarchy
	[INFO] [main] org.springframework.remoting.rmi.RmiRegistryFactoryBean - Creating new RMI registry
	[INFO] [main] org.springframework.jmx.support.ConnectorServerFactoryBean - JMX connector server started: javax.management.remote.rmi.RMIConnectorServer@10b914b3
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Registering beans for JMX exposure on startup
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean with name 'org.springframework.jmx.support.ConnectorServerFactoryBean#0' has been autodetected for JMX exposure
	[INFO] [main] org.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
	[INFO] [main] org.quartz.core.QuartzScheduler - Quartz Scheduler v.1.8.5 created.
	[INFO] [main] org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v1.8.5) 'Red5_Scheduler' with instanceId 's15435587.onlinehome-server.info1344264107349'
	  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 4 threads.
	  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
	
	[INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'Red5_Scheduler' initialized from default resource file in Quartz package: 'quartz.properties'
	[INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 1.8.5
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 started.
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean with name 'schedulingService' has been autodetected for JMX exposure
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean with name 'clientBroadcastStream' has been autodetected for JMX exposure
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Located MBean 'org.springframework.jmx.support.ConnectorServerFactoryBean#0': registering with JMX server as MBean [org.red5.server:name=org.springframework.jmx.support.ConnectorServerFactoryBean#0,type=RMIConnectorServer]
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Located MBean 'schedulingService': registering with JMX server as MBean [org.red5.server:name=schedulingService,type=QuartzSchedulingService]
	[INFO] [main] org.red5.server.service.WarDeployer - War deployer service created
	[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContext - Refreshing org.springframework.context.support.FileSystemXmlApplicationContext@2e67cd84: startup date [Mon Aug 06 16:41:47 CEST 2012]; parent: ApplicationContext 'red5.common'
	[INFO] [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [red5-core.xml]
	[INFO] [main] org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - Loading properties file from class path resource [red5.properties]
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@24bb6086: defining beans [customEditorConfigurer,placeholderConfig,rtmpMinaConnManager,rtmpHandler,rtmpMinaIoHandler,rtmpTransport,rtmpMinaConnection,rtmptConnManager,rtmptHandler,rtmptServlet,rtmptConnection]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3: defining beans [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server]; root of factory hierarchy
	[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContext - Closing ApplicationContext 'red5.common': startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3: defining beans [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream]; root of factory hierarchy
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Unregistering JMX-exposed beans on shutdown
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutting down.
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 paused.
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutdown complete.
	[INFO] [main] org.springframework.jmx.support.ConnectorServerFactoryBean - Stopping JMX connector server: javax.management.remote.rmi.RMIConnectorServer@10b914b3
	[INFO] [main] org.springframework.remoting.rmi.RmiRegistryFactoryBean - Unexporting RMI registry
	Exception org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'red5.core' defined in class path resource [red5.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.springframework.context.support.FileSystemXmlApplicationContext]: Constructor threw exception; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'rtmpTransport' defined in class path resource [red5-core.xml]: Could not resolve placeholder 'jmx.mina.poll.interval'
	
	Any help would be welcome.
	Thank you
	
	
	-- 
	Mit freundlichen Grüßen
	Walter Neumann
	Bürostudio Neumann
	Lundenburger Straße 57
	2143 Großkrut
	Österreich
	Tel. +43 664 1826291
	Skype: wneumann1
	Internet: http://www.buerostudio-neumann.at

	
	
	

	 

	-- 
	WBR
	Maxim aka solomax

	 

	 

	
	
	

	 

	-- 
	WBR
	Maxim aka solomax

	 

	-- 
	Mit freundlichen Grüßen
	Walter Neumann
	Bürostudio Neumann
	Lundenburger Straße 57
	2143 Großkrut
	Österreich
	Tel. +43 664 1826291
	Skype: wneumann1
	Internet: http://www.buerostudio-neumann.at

	
	
	

	 

	-- 
	WBR
	Maxim aka solomax

 

 





 

-- 
WBR
Maxim aka solomax

 

 

 

-- 
Mit freundlichen Grüßen
Walter Neumann
Bürostudio Neumann
Lundenburger Straße 57
2143 Großkrut
Österreich
Tel. +43 664 1826291
Skype: wneumann1
Internet: http://www.buerostudio-neumann.at





 

-- 
WBR
Maxim aka solomax


Re: red5 did not start

Posted by Maxim Solodovnik <so...@gmail.com>.
I believe George mean

“netstat -anp | *grep *java”


On Wed, Aug 8, 2012 at 1:18 PM, Walter Neumann <
walter@buerostudio-neumann.at> wrote:

> **
> Hi George,
> this is the output:
>
> netstat -anp | java
>
> Usage: java [-options] class
> [args...]
>            (to execute a
> class)
>    or  java [-options] -jar jarfile
> [args...]
>            (to execute a jar
> file)
> where options
> include:
>     -d32          use a 32-bit data model if
> available
>     -d64          use a 64-bit data model if
> available
>     -server       to select the "server"
> VM
>                   The default VM is
> server.
>
>     -cp <class search path of directories and zip/jar files>
>     -classpath <class search path of directories and zip/jar files>
>                   A : separated list of directories, JAR archives,
>                   and ZIP archives to search for class files.
>     -D<name>=<value>
>                   set a system property
>     -verbose[:class|gc|jni]
>                   enable verbose output
>     -version      print product version and exit
>     -version:<value>
>                   require the specified version to run
>     -showversion  print product version and continue
>     -jre-restrict-search | -jre-no-restrict-search
>                   include/exclude user private JREs in the version search
>     -? -help      print this help message
>     -X            print help on non-standard options
>     -ea[:<packagename>...|:<classname>]
>     -enableassertions[:<packagename>...|:<classname>]
>                   enable assertions with specified granularity
>     -da[:<packagename>...|:<classname>]
>     -disableassertions[:<packagename>...|:<classname>]
>                   disable assertions with specified granularity
>     -esa | -enablesystemassertions
>                   enable system assertions
>     -dsa | -disablesystemassertions
>                   disable system assertions
>     -agentlib:<libname>[=<options>]
>                   load native agent library <libname>, e.g. -agentlib:hprof
>                   see also, -agentlib:jdwp=help and -agentlib:hprof=help
>     -agentpath:<pathname>[=<options>]
>                   load native agent library by full pathname
>     -javaagent:<jarpath>[=<options>]
>                   load Java programming language agent, see
> java.lang.instrument
>     -splash:<imagepath>
>                   show splash screen with specified image
> See http://java.sun.com/javase/reference for more details.
>
> Walter
>
>
>
> Am 08.08.2012 00:36, schrieb George Kirkham:
>
>  Walter,****
>
> ** **
>
> I still think that the message states your problem “folder, probably your
> database user/pwd/host is wrong!”****
>
> ** **
>
> I have had this issue so many times myself.  Of course it could be your
> change of your ports, but unless you provide more detailed information, I
> could not tell.****
>
> ** **
>
> If you run the command “netstat -anp | java” I wonder what response you
> get?****
>
> ** **
>
> Thanks,****
>
> ** **
>
> George Kirkham****
>
> ** **
>
> ** **
>
> *From:* Walter Neumann [mailto:walter@buerostudio-neumann.at<wa...@buerostudio-neumann.at>]
>
> *Sent:* Wednesday, 8 August 2012 2:04 AM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: red5 did not start****
>
> ** **
>
> Hi all,
> there is only one mysql-connector file.
> The ports I have returned to the originally one.
> The connection to the server by port 5080 works with IP adress or server
> name. But I receive an error message from the install program:
>
> *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!
>
> This message stays forever.
>
> The error.log is empty.
> The openmeetings.log has only one entry (see below).
> The log of today has only one entry (see below).
> The red5.log has many entries, but always INFO. Only 2 WARN are there:
> 2012-08-07 14:41:34,225 [main] WARN  o.a.a.transport.http.AxisServlet - No
> transportReceiver for org.apache.axis2.transport.http.AxisServletListener
> found. An instance for HTTP will be configured automatically. Please update
> your axis2.xml file!
> 2012-08-07 14:41:34,651 [Launcher:/] WARN  org.red5.server.scope.Scope -
> Invalid scope was not added: [WebScope@2c18b492 Depth = 1, Path =
> '/default', Name = '']
> What else can I do?
> Thank you for all suggestions
> Walter
>
>
> Am 07.08.2012 16:50, schrieb George Kirkham: ****
>
> For my Debian and Ubuntu installations the mysql command looks more like**
> **
>
>  ****
>
> mysql -h localhost -u openmeetings -p openmeetings****
>
>  ****
>
> Where the database is called openmeetings and the user account is
> openmeetings and I am prompted to enter my password.****
>
>  ****
>
> As Maxim suggested, testing and proving your ability to connect to your
> OpenMeetings mysql database from the command line is best then think about
> the following questions I have asked so that we can better understand your
> installation’s configuration.****
>
>  ****
>
> In your folder “in the folder $red5/webapps/openmeetings/WEB-INF/lib/”
> how many mysql-connector*.* files do you have ?****
>
>  ****
>
> For example;****
>
> # ls -al /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector*.*
> ****
>
> -rwxrwxr-x 1 nobody root 724213 Jun 26 09:39
> /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector-java-jar-5.1.9.jar
> ****
>
>  ****
>
> One time I ended up with two mysql jar files in the folder.****
>
>  ****
>
> I do not use SSL, so I am curious what you might mean by “I changed the
> rtmp port to 443 in both files”.  What is the path and file names of
> these two files?  And exactly  what settings in these files did you change?
> ****
>
>  ****
>
> A suggestion is to return the ports back to what they were originally and
> to try again.****
>
>  ****
>
> Have you successed in using the Installation URL
> http://xxx.xxx.xxx.xxx:5080/openmeetings/install   where xxx.xxx.xxx.xxx
>  is the IP address of your Openmeetings server ?****
>
>  ****
>
> Thanks,****
>
>  ****
>
> George Kirkham****
>
>  ****
>
>  ****
>
>  ****
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com<so...@gmail.com>]
>
> *Sent:* Wednesday, 8 August 2012 12:34 AM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: red5 did not start****
>
>  ****
>
> I'm afraid I see no issue in 1 line log you have sent.****
>
>  ****
>
> Are you able to connect using command line mysql:****
>
> mysql --host=localhost -u user -p openmeetings****
>
> ?****
>
>  ****
>
> On Tue, Aug 7, 2012 at 9:27 PM, Walter Neumann <
> walter@buerostudio-neumann.at> wrote:****
>
> Hi all,
> now is the file mysql-connector-java-5.1.21-bin.jar in the folder
> $red5/webapps/openmeetings/WEB-INF/lib/, but it still not work. The mysql
> monitor works fine with the database. So it seems to be an issue with the
> JConnector. Are all versions of the JConnector compatible with
> openmeetings? Or could it be a java problem?
> In the log-files are only this entries:
> openmeetings.log: DEBUG 08-07 14:41:32.895 ContextLoggingListener.java 22
> 72 ROOT [main] - Starting up context openmeetings
> 0.0.0.0_access.2012-08-07.log: 95.143.90.206 - - [07/Aug/2012:15:00:43
> +0200] "GET /openmeetings/install HTTP/1.1" 200 1256
> Thank you for your assistence.
> Walter
>
>
> Am 07.08.2012 13:10, schrieb Maxim Solodovnik: ****
>
> You need to copy only file with name like
> this: mysql-connector-java-jar-5.1.9.jar (not the whole folder, I'll
> hopefully will update documentation and mention it)****
>
> On Tue, Aug 7, 2012 at 5:50 PM, Walter Neumann <
> walter@buerostudio-neumann.at> wrote:****
>
> Hello Maxim,
> yes, I did. But the JConnector comes in a folder, which I put in the
> described folder. The foldername of the JConnector includes the version
> number. Maybe it is nescecary to define a symlink? Or is only a special
> file of this folder to put into the library directory? It wasn't clear for
> me.
> Thank you for your patience with me.
> Walter
>
> Am 07.08.2012 11:01, schrieb Maxim Solodovnik: ****
>
> Are you using OM build from the sources or you have download binaries? ***
> *
>
>  ****
>
> If you have download binaries have you add mysql driver to it as describer
> here:  http://incubator.apache.org/openmeetings/MySQLConfig.html   *Steps
> todo* ****
>
> On Tue, Aug 7, 2012 at 3:16 PM, Walter Neumann <
> walter@buerostudio-neumann.at> wrote:****
>
> Thank you Maxim,
> you are right. I edited by accident something in this file.
> Now it works, but it seems, that the database is not reachable.
> In the persistence.xml file is
> "Url=jdbc:mysql://localhost:3306/openmeetings where
> localhost is the hostname
> 3306 is the MySQL connection port
> openmeetings is the database name
> Is this correct?
> Of corse I edited username and password. So I can not see any error. The
> database I created with plesk panel and is working fine.
> Are there other possible errors, which cause, that the install program can
> not start?
> Thank you very much for help
>
> --
> Mit freundlichen Grüßen
> Walter Neumann
> Bürostudio Neumann
> Lundenburger Straße 57
> 2143 Großkrut
> Österreich
> Tel. +43 664 1826291
> Skype: wneumann1
> Internet: http://www.buerostudio-neumann.at
>
>
>
> Am 06.08.2012 19:39, schrieb Maxim Solodovnik: ****
>
> Hello Walter, ****
>
>  ****
>
> According to the log****
>
> Could not resolve placeholder 'jmx.mina.poll.interval'****
>
>  ****
>
> which is placeholder is defined in red5/conf/red5.properties****
>
> have you changed anything except persistence.xml?****
>
> On Mon, Aug 6, 2012 at 9:53 PM, Walter Neumann <
> walter@buerostudio-neumann.at> wrote:****
>
> Hello,
> I tried to setup Openmeetings 2.0.0 r 1361497 on my CentOS 5.5 server.
> I changed the mysql_persistence.xml -> persistence.xml and edited dbhost
> user and password.
> I changed the rtmp port to 443 in both files.
> After starting red5 come some error messages:
>
> Logback selector: org.red5.logging.LoggingContextSelector
> 16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Could NOT find resource [logback.groovy]
> 16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Could NOT find resource [logback-test.xml]
> 16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] -
> Found resource [logback.xml] at [file:/usr/src/om/conf/logback.xml]
> 16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs multiple times on the classpath.
> 16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
> 16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] -
> Resource [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
> 16:41:46,125 |-INFO in
> ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute
> not set
> 16:41:46,128 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
> 16:41:46,132 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> Naming appender as [CONSOLE]
> 16:41:46,163 |-INFO in
> ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default
> type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder]
> property
> 16:41:46,211 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> About to instantiate appender of type [ch.qos.logback.core.FileAppender]
> 16:41:46,214 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> Naming appender as [FILE]
> 16:41:46,223 |-INFO in
> ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default
> type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder]
> property
> 16:41:46,238 |-INFO in ch.qos.logback.core.FileAppender[FILE] - File
> property is set to [log/red5.log]
> 16:41:46,239 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> About to instantiate appender of type [ch.qos.logback.core.FileAppender]
> 16:41:46,239 |-INFO in ch.qos.logback.core.joran.action.AppenderAction -
> Naming appender as [ERRORFILE]
> 16:41:46,244 |-INFO in
> ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default
> type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder]
> property
> 16:41:46,245 |-INFO in ch.qos.logback.core.FileAppender[ERRORFILE] - File
> property is set to [log/error.log]
> 16:41:46,245 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
> ROOT level set to INFO
> 16:41:46,245 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction
> - Attaching appender named [CONSOLE] to Logger[ROOT]
> 16:41:46,246 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction
> - Attaching appender named [FILE] to Logger[ROOT]
> 16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
> org.springframework level set to INFO
> 16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
> org.apache level set to INFO
> 16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction -
> ch.qos level set to WARN
> 16:41:46,246 |-INFO in
> ch.qos.logback.classic.joran.action.ConfigurationAction - End of
> configuration.
> 16:41:46,248 |-INFO in
> ch.qos.logback.classic.joran.JoranConfigurator@33d6f122 - Registering
> current configuration as safe fallback point
>
> Setting default logging context: default
> [INFO] [main] org.red5.server.Launcher - Red5 Server 1.0.0 RC3 $Rev: 4387
> $ (http://code.google.com/p/red5/)
> Red5 Server 1.0.0 RC3 $Rev: 4387 $ (http://code.google.com/p/red5/)
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in [
> jar:file:/usr/src/om/red5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in [
> jar:file:/usr/src/om/lib/logback-classic-1.0.3.jar!/org/slf4j/impl/StaticLoggerBinder.class
> ]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
> explanation.
> [INFO] [main]
> org.springframework.context.support.FileSystemXmlApplicationContext -
> Refreshing
> org.springframework.context.support.FileSystemXmlApplicationContext@2f774b9b:
> startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
> [INFO] [main]
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML
> bean definitions from class path resource [red5.xml]
> [INFO] [main]
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML
> bean definitions from class path resource [jee-container.xml]
> [INFO] [main]
> org.springframework.beans.factory.config.PropertyPlaceholderConfigurer -
> Loading properties file from class path resource [red5.properties]
> [INFO] [main]
> org.springframework.beans.factory.support.DefaultListableBeanFactory -
> Pre-instantiating singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3:
> defining beans
> [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
> root of factory hierarchy
> [INFO] [main]
> org.springframework.context.support.FileSystemXmlApplicationContext -
> Refreshing
> org.springframework.context.support.FileSystemXmlApplicationContext@a0b1cd0:
> startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
> [INFO] [main]
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML
> bean definitions from class path resource [red5-common.xml]
> [INFO] [main]
> org.springframework.beans.factory.config.PropertyPlaceholderConfigurer -
> Loading properties file from class path resource [red5.properties]
> [INFO] [main]
> org.springframework.beans.factory.support.DefaultListableBeanFactory -
> Pre-instantiating singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3:
> defining beans
> [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
> root of factory hierarchy
> [INFO] [main] org.springframework.remoting.rmi.RmiRegistryFactoryBean -
> Creating new RMI registry
> [INFO] [main] org.springframework.jmx.support.ConnectorServerFactoryBean -
> JMX connector server started:
> javax.management.remote.rmi.RMIConnectorServer@10b914b3
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter -
> Registering beans for JMX exposure on startup
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean
> with name 'org.springframework.jmx.support.ConnectorServerFactoryBean#0'
> has been autodetected for JMX exposure
> [INFO] [main] org.quartz.core.SchedulerSignalerImpl - Initialized
> Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
> [INFO] [main] org.quartz.core.QuartzScheduler - Quartz Scheduler v.1.8.5
> created.
> [INFO] [main] org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler meta-data:
> Quartz Scheduler (v1.8.5) 'Red5_Scheduler' with instanceId
> 's15435587.onlinehome-server.info1344264107349'
>   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 4 threads.
>   Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support
> persistence. and is not clustered.
>
> [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler
> 'Red5_Scheduler' initialized from default resource file in Quartz package:
> 'quartz.properties'
> [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler
> version: 1.8.5
> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
> Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 started.
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean
> with name 'schedulingService' has been autodetected for JMX exposure
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean
> with name 'clientBroadcastStream' has been autodetected for JMX exposure
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Located
> MBean 'org.springframework.jmx.support.ConnectorServerFactoryBean#0':
> registering with JMX server as MBean
> [org.red5.server:name=org.springframework.jmx.support.ConnectorServerFactoryBean#0,type=RMIConnectorServer]
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Located
> MBean 'schedulingService': registering with JMX server as MBean
> [org.red5.server:name=schedulingService,type=QuartzSchedulingService]
> [INFO] [main] org.red5.server.service.WarDeployer - War deployer service
> created
> [INFO] [main]
> org.springframework.context.support.FileSystemXmlApplicationContext -
> Refreshing
> org.springframework.context.support.FileSystemXmlApplicationContext@2e67cd84:
> startup date [Mon Aug 06 16:41:47 CEST 2012]; parent: ApplicationContext
> 'red5.common'
> [INFO] [main]
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML
> bean definitions from class path resource [red5-core.xml]
> [INFO] [main]
> org.springframework.beans.factory.config.PropertyPlaceholderConfigurer -
> Loading properties file from class path resource [red5.properties]
> [INFO] [main]
> org.springframework.beans.factory.support.DefaultListableBeanFactory -
> Destroying singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@24bb6086:
> defining beans
> [customEditorConfigurer,placeholderConfig,rtmpMinaConnManager,rtmpHandler,rtmpMinaIoHandler,rtmpTransport,rtmpMinaConnection,rtmptConnManager,rtmptHandler,rtmptServlet,rtmptConnection];
> parent:
> org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
> [INFO] [main]
> org.springframework.beans.factory.support.DefaultListableBeanFactory -
> Destroying singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3:
> defining beans
> [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
> root of factory hierarchy
> [INFO] [main]
> org.springframework.context.support.FileSystemXmlApplicationContext -
> Closing ApplicationContext 'red5.common': startup date [Mon Aug 06 16:41:46
> CEST 2012]; root of context hierarchy
> [INFO] [main]
> org.springframework.beans.factory.support.DefaultListableBeanFactory -
> Destroying singletons in
> org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3:
> defining beans
> [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
> root of factory hierarchy
> [INFO] [main]
> org.springframework.jmx.export.annotation.AnnotationMBeanExporter -
> Unregistering JMX-exposed beans on shutdown
> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
> Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutting
> down.
> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
> Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 paused.
> [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
> Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutdown
> complete.
> [INFO] [main] org.springframework.jmx.support.ConnectorServerFactoryBean -
> Stopping JMX connector server:
> javax.management.remote.rmi.RMIConnectorServer@10b914b3
> [INFO] [main] org.springframework.remoting.rmi.RmiRegistryFactoryBean -
> Unexporting RMI registry
> Exception org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name 'red5.core' defined in class path resource
> [red5.xml]: Instantiation of bean failed; nested exception is
> org.springframework.beans.BeanInstantiationException: Could not instantiate
> bean class
> [org.springframework.context.support.FileSystemXmlApplicationContext]:
> Constructor threw exception; nested exception is
> org.springframework.beans.factory.BeanDefinitionStoreException: Invalid
> bean definition with name 'rtmpTransport' defined in class path resource
> [red5-core.xml]: Could not resolve placeholder 'jmx.mina.poll.interval'
>
> Any help would be welcome.
> Thank you
>
>
> --
> Mit freundlichen Grüßen
> Walter Neumann
> Bürostudio Neumann
> Lundenburger Straße 57
> 2143 Großkrut
> Österreich
> Tel. +43 664 1826291
> Skype: wneumann1
> Internet: http://www.buerostudio-neumann.at****
>
>
>
> ****
>
>  ****
>
> --
> WBR
> Maxim aka solomax****
>
>  ****
>
>  ****
>
>
>
> ****
>
>  ****
>
> --
> WBR
> Maxim aka solomax****
>
>  ****
>
> --
> Mit freundlichen Grüßen
> Walter Neumann
> Bürostudio Neumann
> Lundenburger Straße 57
> 2143 Großkrut
> Österreich
> Tel. +43 664 1826291
> Skype: wneumann1
> Internet: http://www.buerostudio-neumann.at****
>
>
>
> ****
>
>  ****
>
> --
> WBR
> Maxim aka solomax****
>
>  ****
>
>  ****
>
>
>
> ****
>
>  ****
>
> --
> WBR
> Maxim aka solomax****
>
> ** **
>
> ** **
>
>
> --
> Mit freundlichen Grüßen
> Walter Neumann
> Bürostudio Neumann
> Lundenburger Straße 57
> 2143 Großkrut
> Österreich
> Tel. +43 664 1826291
> Skype: wneumann1
> Internet: http://www.buerostudio-neumann.at
>



-- 
WBR
Maxim aka solomax

Re: red5 did not start

Posted by Walter Neumann <wa...@buerostudio-neumann.at>.
Hi George,
this is the output:

netstat -anp | java

Usage: java [-options] class [args...]
            (to execute a class)
    or  java [-options] -jar jarfile [args...]
            (to execute a jar file)
where options include:
     -d32          use a 32-bit data model if available
     -d64          use a 64-bit data model if available
     -server       to select the "server" VM
                   The default VM is server.

     -cp <class search path of directories and zip/jar files>
     -classpath <class search path of directories and zip/jar files>
                   A : separated list of directories, JAR archives,
                   and ZIP archives to search for class files.
     -D<name>=<value>
                   set a system property
     -verbose[:class|gc|jni]
                   enable verbose output
     -version      print product version and exit
     -version:<value>
                   require the specified version to run
     -showversion  print product version and continue
     -jre-restrict-search | -jre-no-restrict-search
                   include/exclude user private JREs in the version search
     -? -help      print this help message
     -X            print help on non-standard options
     -ea[:<packagename>...|:<classname>]
     -enableassertions[:<packagename>...|:<classname>]
                   enable assertions with specified granularity
     -da[:<packagename>...|:<classname>]
     -disableassertions[:<packagename>...|:<classname>]
                   disable assertions with specified granularity
     -esa | -enablesystemassertions
                   enable system assertions
     -dsa | -disablesystemassertions
                   disable system assertions
     -agentlib:<libname>[=<options>]
                   load native agent library <libname>, e.g. -agentlib:hprof
                   see also, -agentlib:jdwp=help and -agentlib:hprof=help
     -agentpath:<pathname>[=<options>]
                   load native agent library by full pathname
     -javaagent:<jarpath>[=<options>]
                   load Java programming language agent, see 
java.lang.instrument
     -splash:<imagepath>
                   show splash screen with specified image
See http://java.sun.com/javase/reference for more details.

Walter



Am 08.08.2012 00:36, schrieb George Kirkham:
>
> Walter,
>
> I still think that the message states your problem “folder, probably 
> your database user/pwd/host is wrong!”
>
> I have had this issue so many times myself.  Of course it could be 
> your change of your ports, but unless you provide more detailed 
> information, I could not tell.
>
> If you run the command “netstat -anp | java” I wonder what response 
> you get?
>
> Thanks,
>
> George Kirkham
>
> *From:* Walter Neumann [mailto:walter@buerostudio-neumann.at]
> *Sent:* Wednesday, 8 August 2012 2:04 AM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: red5 did not start
>
> Hi all,
> there is only one mysql-connector file.
> The ports I have returned to the originally one.
> The connection to the server by port 5080 works with IP adress or 
> server name. But I receive an error message from the install program:
>
> *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!
>
> This message stays forever.
>
> The error.log is empty.
> The openmeetings.log has only one entry (see below).
> The log of today has only one entry (see below).
> The red5.log has many entries, but always INFO. Only 2 WARN are there:
> 2012-08-07 14:41:34,225 [main] WARN  o.a.a.transport.http.AxisServlet 
> - No transportReceiver for 
> org.apache.axis2.transport.http.AxisServletListener found. An instance 
> for HTTP will be configured automatically. Please update your 
> axis2.xml file!
> 2012-08-07 14:41:34,651 [Launcher:/] WARN  org.red5.server.scope.Scope 
> - Invalid scope was not added: [WebScope@2c18b492 Depth = 1, Path = 
> '/default', Name = '']
> What else can I do?
> Thank you for all suggestions
> Walter
>
>
> Am 07.08.2012 16:50, schrieb George Kirkham:
>
> For my Debian and Ubuntu installations the mysql command looks more like
>
> mysql -h localhost -u openmeetings -p openmeetings
>
> Where the database is called openmeetings and the user account is 
> openmeetings and I am prompted to enter my password.
>
> As Maxim suggested, testing and proving your ability to connect to 
> your OpenMeetings mysql database from the command line is best then 
> think about the following questions I have asked so that we can better 
> understand your installation’s configuration.
>
> In your folder “in the folder $red5/webapps/openmeetings/WEB-INF/lib/” 
> how many mysql-connector*.* files do you have ?
>
> For example;
>
> # ls -al /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector*.*
>
> -rwxrwxr-x 1 nobody root 724213 Jun 26 09:39 
> /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector-java-jar-5.1.9.jar
>
> One time I ended up with two mysql jar files in the folder.
>
> I do not use SSL, so I am curious what you might mean by “I changed 
> the rtmp port to 443 in both files”.  What is the path and file names 
> of these two files?  And exactly  what settings in these files did you 
> change?
>
> A suggestion is to return the ports back to what they were originally 
> and to try again.
>
> Have you successed in using the Installation URL 
> http://xxx.xxx.xxx.xxx:5080/openmeetings/install   where 
> xxx.xxx.xxx.xxx   is the IP address of your Openmeetings server ?
>
> Thanks,
>
> George Kirkham
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Wednesday, 8 August 2012 12:34 AM
> *To:* openmeetings-user@incubator.apache.org 
> <ma...@incubator.apache.org>
> *Subject:* Re: red5 did not start
>
> I'm afraid I see no issue in 1 line log you have sent.
>
> Are you able to connect using command line mysql:
>
> mysql --host=localhost -u user -p openmeetings
>
> ?
>
> On Tue, Aug 7, 2012 at 9:27 PM, Walter Neumann 
> <walter@buerostudio-neumann.at <ma...@buerostudio-neumann.at>> 
> wrote:
>
> Hi all,
> now is the file mysql-connector-java-5.1.21-bin.jar in the folder 
> $red5/webapps/openmeetings/WEB-INF/lib/, but it still not work. The 
> mysql monitor works fine with the database. So it seems to be an issue 
> with the JConnector. Are all versions of the JConnector compatible 
> with openmeetings? Or could it be a java problem?
> In the log-files are only this entries:
> openmeetings.log: DEBUG 08-07 14:41:32.895 ContextLoggingListener.java 
> 22 72 ROOT [main] - Starting up context openmeetings
> 0.0.0.0_access.2012-08-07.log: 95.143.90.206 - - [07/Aug/2012:15:00:43 
> +0200] "GET /openmeetings/install HTTP/1.1" 200 1256
> Thank you for your assistence.
> Walter
>
>
> Am 07.08.2012 13:10, schrieb Maxim Solodovnik:
>
>     You need to copy only file with name like
>     this: mysql-connector-java-jar-5.1.9.jar (not the whole folder,
>     I'll hopefully will update documentation and mention it)
>
>     On Tue, Aug 7, 2012 at 5:50 PM, Walter Neumann
>     <walter@buerostudio-neumann.at
>     <ma...@buerostudio-neumann.at>> wrote:
>
>     Hello Maxim,
>     yes, I did. But the JConnector comes in a folder, which I put in
>     the described folder. The foldername of the JConnector includes
>     the version number. Maybe it is nescecary to define a symlink? Or
>     is only a special file of this folder to put into the library
>     directory? It wasn't clear for me.
>     Thank you for your patience with me.
>     Walter
>
>     Am 07.08.2012 11:01, schrieb Maxim Solodovnik:
>
>     Are you using OM build from the sources or you have download
>     binaries?
>
>     If you have download binaries have you add mysql driver to it as
>     describer here:
>     http://incubator.apache.org/openmeetings/MySQLConfig.html *Steps
>     todo*
>
>     On Tue, Aug 7, 2012 at 3:16 PM, Walter Neumann
>     <walter@buerostudio-neumann.at
>     <ma...@buerostudio-neumann.at>> wrote:
>
>     Thank you Maxim,
>     you are right. I edited by accident something in this file.
>     Now it works, but it seems, that the database is not reachable.
>     In the persistence.xml file is
>     "Url=jdbc:mysql://localhost:3306/openmeetings where
>     localhost is the hostname
>     3306 is the MySQL connection port
>     openmeetings is the database name
>     Is this correct?
>     Of corse I edited username and password. So I can not see any
>     error. The database I created with plesk panel and is working fine.
>     Are there other possible errors, which cause, that the install
>     program can not start?
>     Thank you very much for help
>
>     -- 
>     Mit freundlichen Grüßen
>     Walter Neumann
>     Bürostudio Neumann
>     Lundenburger Straße 57
>     2143 Großkrut
>     Österreich
>     Tel. +43 664 1826291
>     Skype: wneumann1
>     Internet: http://www.buerostudio-neumann.at
>
>
>
>     Am 06.08.2012 19:39, schrieb Maxim Solodovnik:
>
>     Hello Walter,
>
>     According to the log
>
>     Could not resolve placeholder 'jmx.mina.poll.interval'
>
>     which is placeholder is defined in red5/conf/red5.properties
>
>     have you changed anything except persistence.xml?
>
>     On Mon, Aug 6, 2012 at 9:53 PM, Walter Neumann
>     <walter@buerostudio-neumann.at
>     <ma...@buerostudio-neumann.at>> wrote:
>
>     Hello,
>     I tried to setup Openmeetings 2.0.0 r 1361497 on my CentOS 5.5 server.
>     I changed the mysql_persistence.xml -> persistence.xml and edited
>     dbhost user and password.
>     I changed the rtmp port to 443 in both files.
>     After starting red5 come some error messages:
>
>     Logback selector: org.red5.logging.LoggingContextSelector
>     16:41:45,931 |-INFO in
>     ch.qos.logback.classic.LoggerContext[default] - Could NOT find
>     resource [logback.groovy]
>     16:41:45,931 |-INFO in
>     ch.qos.logback.classic.LoggerContext[default] - Could NOT find
>     resource [logback-test.xml]
>     16:41:45,931 |-INFO in
>     ch.qos.logback.classic.LoggerContext[default] - Found resource
>     [logback.xml] at [file:/usr/src/om/conf/logback.xml
>     <file:///%5C%5Cusr%5Csrc%5Com%5Cconf%5Clogback.xml>]
>     16:41:45,933 |-WARN in
>     ch.qos.logback.classic.LoggerContext[default] - Resource
>     [logback.xml] occurs multiple times on the classpath.
>     16:41:45,933 |-WARN in
>     ch.qos.logback.classic.LoggerContext[default] - Resource
>     [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml
>     <file:///%5C%5Cusr%5Csrc%5Com%5Cconf%5Clogback.xml>]
>     16:41:45,933 |-WARN in
>     ch.qos.logback.classic.LoggerContext[default] - Resource
>     [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml
>     <file:///%5C%5Cusr%5Csrc%5Com%5Cconf%5Clogback.xml>]
>     16:41:46,125 |-INFO in
>     ch.qos.logback.classic.joran.action.ConfigurationAction - debug
>     attribute not set
>     16:41:46,128 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - About to
>     instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
>     16:41:46,132 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - Naming appender
>     as [CONSOLE]
>     16:41:46,163 |-INFO in
>     ch.qos.logback.core.joran.action.NestedComplexPropertyIA -
>     Assuming default type
>     [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
>     [encoder] property
>     16:41:46,211 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - About to
>     instantiate appender of type [ch.qos.logback.core.FileAppender]
>     16:41:46,214 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - Naming appender
>     as [FILE]
>     16:41:46,223 |-INFO in
>     ch.qos.logback.core.joran.action.NestedComplexPropertyIA -
>     Assuming default type
>     [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
>     [encoder] property
>     16:41:46,238 |-INFO in ch.qos.logback.core.FileAppender[FILE] -
>     File property is set to [log/red5.log]
>     16:41:46,239 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - About to
>     instantiate appender of type [ch.qos.logback.core.FileAppender]
>     16:41:46,239 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - Naming appender
>     as [ERRORFILE]
>     16:41:46,244 |-INFO in
>     ch.qos.logback.core.joran.action.NestedComplexPropertyIA -
>     Assuming default type
>     [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
>     [encoder] property
>     16:41:46,245 |-INFO in ch.qos.logback.core.FileAppender[ERRORFILE]
>     - File property is set to [log/error.log]
>     16:41:46,245 |-INFO in
>     ch.qos.logback.classic.joran.action.LevelAction - ROOT level set
>     to INFO
>     16:41:46,245 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
>     appender named [CONSOLE] to Logger[ROOT]
>     16:41:46,246 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
>     appender named [FILE] to Logger[ROOT]
>     16:41:46,246 |-INFO in
>     ch.qos.logback.classic.joran.action.LevelAction -
>     org.springframework level set to INFO
>     16:41:46,246 |-INFO in
>     ch.qos.logback.classic.joran.action.LevelAction - org.apache level
>     set to INFO
>     16:41:46,246 |-INFO in
>     ch.qos.logback.classic.joran.action.LevelAction - ch.qos level set
>     to WARN
>     16:41:46,246 |-INFO in
>     ch.qos.logback.classic.joran.action.ConfigurationAction - End of
>     configuration.
>     16:41:46,248 |-INFO in
>     ch.qos.logback.classic.joran.JoranConfigurator@33d6f122
>     <ma...@33d6f122> -
>     Registering current configuration as safe fallback point
>
>     Setting default logging context: default
>     [INFO] [main] org.red5.server.Launcher - Red5 Server 1.0.0 RC3
>     $Rev: 4387 $ (http://code.google.com/p/red5/)
>     Red5 Server 1.0.0 RC3 $Rev: 4387 $ (http://code.google.com/p/red5/)
>     SLF4J: Class path contains multiple SLF4J bindings.
>     SLF4J: Found binding in
>     [jar:file:/usr/src/om/red5.jar!/org/slf4j/impl/StaticLoggerBinder.class
>     <jar:file:/usr/src/om/red5.jar%21/org/slf4j/impl/StaticLoggerBinder.class>]
>     SLF4J: Found binding in
>     [jar:file:/usr/src/om/lib/logback-classic-1.0.3.jar!/org/slf4j/impl/StaticLoggerBinder.class
>     <jar:file:/usr/src/om/lib/logback-classic-1.0.3.jar%21/org/slf4j/impl/StaticLoggerBinder.class>]
>     SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for
>     an explanation.
>     [INFO] [main]
>     org.springframework.context.support.FileSystemXmlApplicationContext -
>     Refreshing
>     org.springframework.context.support.FileSystemXmlApplicationContext@2f774b9b
>     <ma...@2f774b9b>:
>     startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context
>     hierarchy
>     [INFO] [main]
>     org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
>     Loading XML bean definitions from class path resource [red5.xml]
>     [INFO] [main]
>     org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
>     Loading XML bean definitions from class path resource
>     [jee-container.xml]
>     [INFO] [main]
>     org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
>     - Loading properties file from class path resource [red5.properties]
>     [INFO] [main]
>     org.springframework.beans.factory.support.DefaultListableBeanFactory
>     - Pre-instantiating singletons in
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3
>     <ma...@3c24c4a3>:
>     defining beans
>     [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
>     root of factory hierarchy
>     [INFO] [main]
>     org.springframework.context.support.FileSystemXmlApplicationContext -
>     Refreshing
>     org.springframework.context.support.FileSystemXmlApplicationContext@a0b1cd0
>     <ma...@a0b1cd0>:
>     startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context
>     hierarchy
>     [INFO] [main]
>     org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
>     Loading XML bean definitions from class path resource
>     [red5-common.xml]
>     [INFO] [main]
>     org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
>     - Loading properties file from class path resource [red5.properties]
>     [INFO] [main]
>     org.springframework.beans.factory.support.DefaultListableBeanFactory
>     - Pre-instantiating singletons in
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
>     <ma...@1af0b4a3>:
>     defining beans
>     [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
>     root of factory hierarchy
>     [INFO] [main]
>     org.springframework.remoting.rmi.RmiRegistryFactoryBean - Creating
>     new RMI registry
>     [INFO] [main]
>     org.springframework.jmx.support.ConnectorServerFactoryBean - JMX
>     connector server started:
>     javax.management.remote.rmi.RMIConnectorServer@10b914b3
>     <ma...@10b914b3>
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Registering beans for JMX exposure on startup
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Bean with name
>     'org.springframework.jmx.support.ConnectorServerFactoryBean#0' has
>     been autodetected for JMX exposure
>     [INFO] [main] org.quartz.core.SchedulerSignalerImpl - Initialized
>     Scheduler Signaller of type: class
>     org.quartz.core.SchedulerSignalerImpl
>     [INFO] [main] org.quartz.core.QuartzScheduler - Quartz Scheduler
>     v.1.8.5 created.
>     [INFO] [main] org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
>     [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>     meta-data: Quartz Scheduler (v1.8.5) 'Red5_Scheduler' with
>     instanceId 's15435587.onlinehome-server.info1344264107349'
>       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 4
>     threads.
>       Using job-store 'org.quartz.simpl.RAMJobStore' - which does not
>     support persistence. and is not clustered.
>
>     [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz
>     scheduler 'Red5_Scheduler' initialized from default resource file
>     in Quartz package: 'quartz.properties'
>     [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz
>     scheduler version: 1.8.5
>     [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>     Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349
>     started.
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Bean with name 'schedulingService' has been autodetected for JMX
>     exposure
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Bean with name 'clientBroadcastStream' has been autodetected for
>     JMX exposure
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Located MBean
>     'org.springframework.jmx.support.ConnectorServerFactoryBean#0':
>     registering with JMX server as MBean
>     [org.red5.server:name=org.springframework.jmx.support.ConnectorServerFactoryBean#0,type=RMIConnectorServer]
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Located MBean 'schedulingService': registering with JMX server
>     as MBean
>     [org.red5.server:name=schedulingService,type=QuartzSchedulingService]
>     [INFO] [main] org.red5.server.service.WarDeployer - War deployer
>     service created
>     [INFO] [main]
>     org.springframework.context.support.FileSystemXmlApplicationContext -
>     Refreshing
>     org.springframework.context.support.FileSystemXmlApplicationContext@2e67cd84
>     <ma...@2e67cd84>:
>     startup date [Mon Aug 06 16:41:47 CEST 2012]; parent:
>     ApplicationContext 'red5.common'
>     [INFO] [main]
>     org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
>     Loading XML bean definitions from class path resource [red5-core.xml]
>     [INFO] [main]
>     org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
>     - Loading properties file from class path resource [red5.properties]
>     [INFO] [main]
>     org.springframework.beans.factory.support.DefaultListableBeanFactory
>     - Destroying singletons in
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@24bb6086
>     <ma...@24bb6086>:
>     defining beans
>     [customEditorConfigurer,placeholderConfig,rtmpMinaConnManager,rtmpHandler,rtmpMinaIoHandler,rtmpTransport,rtmpMinaConnection,rtmptConnManager,rtmptHandler,rtmptServlet,rtmptConnection];
>     parent:
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
>     <ma...@1af0b4a3>
>     [INFO] [main]
>     org.springframework.beans.factory.support.DefaultListableBeanFactory
>     - Destroying singletons in
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3
>     <ma...@3c24c4a3>:
>     defining beans
>     [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
>     root of factory hierarchy
>     [INFO] [main]
>     org.springframework.context.support.FileSystemXmlApplicationContext -
>     Closing ApplicationContext 'red5.common': startup date [Mon Aug 06
>     16:41:46 CEST 2012]; root of context hierarchy
>     [INFO] [main]
>     org.springframework.beans.factory.support.DefaultListableBeanFactory
>     - Destroying singletons in
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
>     <ma...@1af0b4a3>:
>     defining beans
>     [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
>     root of factory hierarchy
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Unregistering JMX-exposed beans on shutdown
>     [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>     Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349
>     shutting down.
>     [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>     Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 paused.
>     [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>     Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349
>     shutdown complete.
>     [INFO] [main]
>     org.springframework.jmx.support.ConnectorServerFactoryBean -
>     Stopping JMX connector server:
>     javax.management.remote.rmi.RMIConnectorServer@10b914b3
>     <ma...@10b914b3>
>     [INFO] [main]
>     org.springframework.remoting.rmi.RmiRegistryFactoryBean -
>     Unexporting RMI registry
>     Exception org.springframework.beans.factory.BeanCreationException:
>     Error creating bean with name 'red5.core' defined in class path
>     resource [red5.xml]: Instantiation of bean failed; nested
>     exception is org.springframework.beans.BeanInstantiationException:
>     Could not instantiate bean class
>     [org.springframework.context.support.FileSystemXmlApplicationContext]:
>     Constructor threw exception; nested exception is
>     org.springframework.beans.factory.BeanDefinitionStoreException:
>     Invalid bean definition with name 'rtmpTransport' defined in class
>     path resource [red5-core.xml]: Could not resolve placeholder
>     'jmx.mina.poll.interval'
>
>     Any help would be welcome.
>     Thank you
>
>
>     -- 
>     Mit freundlichen Grüßen
>     Walter Neumann
>     Bürostudio Neumann
>     Lundenburger Straße 57
>     2143 Großkrut
>     Österreich
>     Tel. +43 664 1826291
>     Skype: wneumann1
>     Internet: http://www.buerostudio-neumann.at
>
>
>
>     -- 
>     WBR
>     Maxim aka solomax
>
>
>
>     -- 
>     WBR
>     Maxim aka solomax
>
>     -- 
>     Mit freundlichen Grüßen
>     Walter Neumann
>     Bürostudio Neumann
>     Lundenburger Straße 57
>     2143 Großkrut
>     Österreich
>     Tel. +43 664 1826291
>     Skype: wneumann1
>     Internet: http://www.buerostudio-neumann.at
>
>
>
>     -- 
>     WBR
>     Maxim aka solomax
>
>
>
> -- 
> WBR
> Maxim aka solomax
>

-- 
Mit freundlichen Grüßen
Walter Neumann
Bürostudio Neumann
Lundenburger Straße 57
2143 Großkrut
Österreich
Tel. +43 664 1826291
Skype: wneumann1
Internet: http://www.buerostudio-neumann.at

RE: red5 did not start

Posted by George Kirkham <gk...@co2crc.com.au>.
Walter,

 

I still think that the message states your problem “folder, probably your database user/pwd/host is wrong!”

 

I have had this issue so many times myself.  Of course it could be your change of your ports, but unless you provide more detailed information, I could not tell.

 

If you run the command “netstat -anp | java” I wonder what response you get?

 

Thanks,

 

George Kirkham

 

 

From: Walter Neumann [mailto:walter@buerostudio-neumann.at] 
Sent: Wednesday, 8 August 2012 2:04 AM
To: openmeetings-user@incubator.apache.org
Subject: Re: red5 did not start

 

Hi all,
there is only one mysql-connector file.
The ports I have returned to the originally one.
The connection to the server by port 5080 works with IP adress or server name. But I receive an error message from the install program:

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! 

This message stays forever.

The error.log is empty.
The openmeetings.log has only one entry (see below).
The log of today has only one entry (see below).
The red5.log has many entries, but always INFO. Only 2 WARN are there:
2012-08-07 14:41:34,225 [main] WARN  o.a.a.transport.http.AxisServlet - No transportReceiver for org.apache.axis2.transport.http.AxisServletListener found. An instance for HTTP will be configured automatically. Please update your axis2.xml file!
2012-08-07 14:41:34,651 [Launcher:/] WARN  org.red5.server.scope.Scope - Invalid scope was not added: [WebScope@2c18b492 Depth = 1, Path = '/default', Name = '']
What else can I do?
Thank you for all suggestions
Walter


Am 07.08.2012 16:50, schrieb George Kirkham: 

For my Debian and Ubuntu installations the mysql command looks more like

 

mysql -h localhost -u openmeetings -p openmeetings

 

Where the database is called openmeetings and the user account is openmeetings and I am prompted to enter my password.

 

As Maxim suggested, testing and proving your ability to connect to your OpenMeetings mysql database from the command line is best then think about the following questions I have asked so that we can better understand your installation’s configuration.

 

In your folder “in the folder $red5/webapps/openmeetings/WEB-INF/lib/” how many mysql-connector*.* files do you have ?

 

For example;

# ls -al /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector*.*

-rwxrwxr-x 1 nobody root 724213 Jun 26 09:39 /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector-java-jar-5.1.9.jar

 

One time I ended up with two mysql jar files in the folder.

 

I do not use SSL, so I am curious what you might mean by “I changed the rtmp port to 443 in both files”.  What is the path and file names of these two files?  And exactly  what settings in these files did you change?

 

A suggestion is to return the ports back to what they were originally and to try again.

 

Have you successed in using the Installation URL http://xxx.xxx.xxx.xxx:5080/openmeetings/install   where xxx.xxx.xxx.xxx   is the IP address of your Openmeetings server ?

 

Thanks,

 

George Kirkham

 

 

 

From: Maxim Solodovnik [mailto:solomax666@gmail.com] 
Sent: Wednesday, 8 August 2012 12:34 AM
To: openmeetings-user@incubator.apache.org
Subject: Re: red5 did not start

 

I'm afraid I see no issue in 1 line log you have sent.

 

Are you able to connect using command line mysql:

mysql --host=localhost -u user -p openmeetings

?

 

On Tue, Aug 7, 2012 at 9:27 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

Hi all,
now is the file mysql-connector-java-5.1.21-bin.jar in the folder $red5/webapps/openmeetings/WEB-INF/lib/, but it still not work. The mysql monitor works fine with the database. So it seems to be an issue with the JConnector. Are all versions of the JConnector compatible with openmeetings? Or could it be a java problem?
In the log-files are only this entries:
openmeetings.log: DEBUG 08-07 14:41:32.895 ContextLoggingListener.java 22 72 ROOT [main] - Starting up context openmeetings
0.0.0.0_access.2012-08-07.log: 95.143.90.206 - - [07/Aug/2012:15:00:43 +0200] "GET /openmeetings/install HTTP/1.1" 200 1256
Thank you for your assistence.
Walter


Am 07.08.2012 13:10, schrieb Maxim Solodovnik: 

	You need to copy only file with name like this: mysql-connector-java-jar-5.1.9.jar (not the whole folder, I'll hopefully will update documentation and mention it)

	On Tue, Aug 7, 2012 at 5:50 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

	Hello Maxim,
	yes, I did. But the JConnector comes in a folder, which I put in the described folder. The foldername of the JConnector includes the version number. Maybe it is nescecary to define a symlink? Or is only a special file of this folder to put into the library directory? It wasn't clear for me.
	Thank you for your patience with me.
	Walter
	
	Am 07.08.2012 11:01, schrieb Maxim Solodovnik: 

	Are you using OM build from the sources or you have download binaries? 

	 

	If you have download binaries have you add mysql driver to it as describer here:  http://incubator.apache.org/openmeetings/MySQLConfig.html   Steps todo 

	On Tue, Aug 7, 2012 at 3:16 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

	Thank you Maxim,
	you are right. I edited by accident something in this file.
	Now it works, but it seems, that the database is not reachable.
	In the persistence.xml file is "Url=jdbc:mysql://localhost:3306/openmeetings where
	localhost is the hostname
	3306 is the MySQL connection port
	openmeetings is the database name
	Is this correct?
	Of corse I edited username and password. So I can not see any error. The database I created with plesk panel and is working fine.
	Are there other possible errors, which cause, that the install program can not start?
	Thank you very much for help
	
	-- 
	Mit freundlichen Grüßen
	Walter Neumann
	Bürostudio Neumann
	Lundenburger Straße 57
	2143 Großkrut
	Österreich
	Tel. +43 664 1826291
	Skype: wneumann1
	Internet: http://www.buerostudio-neumann.at
	
	
	
	Am 06.08.2012 19:39, schrieb Maxim Solodovnik: 

	Hello Walter, 

	 

	According to the log

	Could not resolve placeholder 'jmx.mina.poll.interval'

	 

	which is placeholder is defined in red5/conf/red5.properties

	have you changed anything except persistence.xml?

	On Mon, Aug 6, 2012 at 9:53 PM, Walter Neumann <wa...@buerostudio-neumann.at> wrote:

	Hello,
	I tried to setup Openmeetings 2.0.0 r 1361497 on my CentOS 5.5 server.
	I changed the mysql_persistence.xml -> persistence.xml and edited dbhost user and password.
	I changed the rtmp port to 443 in both files.
	After starting red5 come some error messages:
	
	Logback selector: org.red5.logging.LoggingContextSelector
	16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
	16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
	16:41:45,931 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [file:/usr/src/om/conf/logback.xml <file:///\\usr\src\om\conf\logback.xml> ]
	16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs multiple times on the classpath.
	16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml <file:///\\usr\src\om\conf\logback.xml> ]
	16:41:45,933 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml <file:///\\usr\src\om\conf\logback.xml> ]
	16:41:46,125 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
	16:41:46,128 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
	16:41:46,132 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [CONSOLE]
	16:41:46,163 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
	16:41:46,211 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
	16:41:46,214 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [FILE]
	16:41:46,223 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
	16:41:46,238 |-INFO in ch.qos.logback.core.FileAppender[FILE] - File property is set to [log/red5.log]
	16:41:46,239 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.FileAppender]
	16:41:46,239 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [ERRORFILE]
	16:41:46,244 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
	16:41:46,245 |-INFO in ch.qos.logback.core.FileAppender[ERRORFILE] - File property is set to [log/error.log]
	16:41:46,245 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - ROOT level set to INFO
	16:41:46,245 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [CONSOLE] to Logger[ROOT]
	16:41:46,246 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [FILE] to Logger[ROOT]
	16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.springframework level set to INFO
	16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.apache level set to INFO
	16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - ch.qos level set to WARN
	16:41:46,246 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
	16:41:46,248 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@33d6f122 - Registering current configuration as safe fallback point
	
	Setting default logging context: default
	[INFO] [main] org.red5.server.Launcher - Red5 Server 1.0.0 RC3 $Rev: 4387 $ (http://code.google.com/p/red5/)
	Red5 Server 1.0.0 RC3 $Rev: 4387 $ (http://code.google.com/p/red5/)
	SLF4J: Class path contains multiple SLF4J bindings.
	SLF4J: Found binding in [jar:file:/usr/src/om/red5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
	SLF4J: Found binding in [jar:file:/usr/src/om/lib/logback-classic-1.0.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
	SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
	[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContext - Refreshing org.springframework.context.support.FileSystemXmlApplicationContext@2f774b9b: startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
	[INFO] [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [red5.xml]
	[INFO] [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [jee-container.xml]
	[INFO] [main] org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - Loading properties file from class path resource [red5.properties]
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3: defining beans [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server]; root of factory hierarchy
	[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContext - Refreshing org.springframework.context.support.FileSystemXmlApplicationContext@a0b1cd0: startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
	[INFO] [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [red5-common.xml]
	[INFO] [main] org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - Loading properties file from class path resource [red5.properties]
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3: defining beans [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream]; root of factory hierarchy
	[INFO] [main] org.springframework.remoting.rmi.RmiRegistryFactoryBean - Creating new RMI registry
	[INFO] [main] org.springframework.jmx.support.ConnectorServerFactoryBean - JMX connector server started: javax.management.remote.rmi.RMIConnectorServer@10b914b3
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Registering beans for JMX exposure on startup
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean with name 'org.springframework.jmx.support.ConnectorServerFactoryBean#0' has been autodetected for JMX exposure
	[INFO] [main] org.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
	[INFO] [main] org.quartz.core.QuartzScheduler - Quartz Scheduler v.1.8.5 created.
	[INFO] [main] org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v1.8.5) 'Red5_Scheduler' with instanceId 's15435587.onlinehome-server.info1344264107349'
	  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 4 threads.
	  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
	
	[INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'Red5_Scheduler' initialized from default resource file in Quartz package: 'quartz.properties'
	[INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 1.8.5
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 started.
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean with name 'schedulingService' has been autodetected for JMX exposure
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Bean with name 'clientBroadcastStream' has been autodetected for JMX exposure
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Located MBean 'org.springframework.jmx.support.ConnectorServerFactoryBean#0': registering with JMX server as MBean [org.red5.server:name=org.springframework.jmx.support.ConnectorServerFactoryBean#0,type=RMIConnectorServer]
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Located MBean 'schedulingService': registering with JMX server as MBean [org.red5.server:name=schedulingService,type=QuartzSchedulingService]
	[INFO] [main] org.red5.server.service.WarDeployer - War deployer service created
	[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContext - Refreshing org.springframework.context.support.FileSystemXmlApplicationContext@2e67cd84: startup date [Mon Aug 06 16:41:47 CEST 2012]; parent: ApplicationContext 'red5.common'
	[INFO] [main] org.springframework.beans.factory.xml.XmlBeanDefinitionReader - Loading XML bean definitions from class path resource [red5-core.xml]
	[INFO] [main] org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - Loading properties file from class path resource [red5.properties]
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@24bb6086: defining beans [customEditorConfigurer,placeholderConfig,rtmpMinaConnManager,rtmpHandler,rtmpMinaIoHandler,rtmpTransport,rtmpMinaConnection,rtmptConnManager,rtmptHandler,rtmptServlet,rtmptConnection]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3: defining beans [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server]; root of factory hierarchy
	[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContext - Closing ApplicationContext 'red5.common': startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context hierarchy
	[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3: defining beans [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream]; root of factory hierarchy
	[INFO] [main] org.springframework.jmx.export.annotation.AnnotationMBeanExporter - Unregistering JMX-exposed beans on shutdown
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutting down.
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 paused.
	[INFO] [main] org.quartz.core.QuartzScheduler - Scheduler Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 shutdown complete.
	[INFO] [main] org.springframework.jmx.support.ConnectorServerFactoryBean - Stopping JMX connector server: javax.management.remote.rmi.RMIConnectorServer@10b914b3
	[INFO] [main] org.springframework.remoting.rmi.RmiRegistryFactoryBean - Unexporting RMI registry
	Exception org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'red5.core' defined in class path resource [red5.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.springframework.context.support.FileSystemXmlApplicationContext]: Constructor threw exception; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'rtmpTransport' defined in class path resource [red5-core.xml]: Could not resolve placeholder 'jmx.mina.poll.interval'
	
	Any help would be welcome.
	Thank you
	
	
	-- 
	Mit freundlichen Grüßen
	Walter Neumann
	Bürostudio Neumann
	Lundenburger Straße 57
	2143 Großkrut
	Österreich
	Tel. +43 664 1826291
	Skype: wneumann1
	Internet: http://www.buerostudio-neumann.at

	
	
	

	 

	-- 
	WBR
	Maxim aka solomax

	 

	 

	
	
	

	 

	-- 
	WBR
	Maxim aka solomax

	 

	-- 
	Mit freundlichen Grüßen
	Walter Neumann
	Bürostudio Neumann
	Lundenburger Straße 57
	2143 Großkrut
	Österreich
	Tel. +43 664 1826291
	Skype: wneumann1
	Internet: http://www.buerostudio-neumann.at

	
	
	

	 

	-- 
	WBR
	Maxim aka solomax

 

 





 

-- 
WBR
Maxim aka solomax

 

 


Re: red5 did not start

Posted by Walter Neumann <wa...@buerostudio-neumann.at>.
Hi all,
there is only one mysql-connector file.
The ports I have returned to the originally one.
The connection to the server by port 5080 works with IP adress or server 
name. But I receive an error message from the install program:

*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!

This message stays forever.

The error.log is empty.
The openmeetings.log has only one entry (see below).
The log of today has only one entry (see below).
The red5.log has many entries, but always INFO. Only 2 WARN are there:
2012-08-07 14:41:34,225 [main] WARN  o.a.a.transport.http.AxisServlet - 
No transportReceiver for 
org.apache.axis2.transport.http.AxisServletListener found. An instance 
for HTTP will be configured automatically. Please update your axis2.xml 
file!
2012-08-07 14:41:34,651 [Launcher:/] WARN  org.red5.server.scope.Scope - 
Invalid scope was not added: [WebScope@2c18b492 Depth = 1, Path = 
'/default', Name = '']
What else can I do?
Thank you for all suggestions
Walter


Am 07.08.2012 16:50, schrieb George Kirkham:
>
> For my Debian and Ubuntu installations the mysql command looks more like
>
> mysql -h localhost -u openmeetings -p openmeetings
>
> Where the database is called openmeetings and the user account is 
> openmeetings and I am prompted to enter my password.
>
> As Maxim suggested, testing and proving your ability to connect to 
> your OpenMeetings mysql database from the command line is best then 
> think about the following questions I have asked so that we can better 
> understand your installation’s configuration.
>
> In your folder “in the folder $red5/webapps/openmeetings/WEB-INF/lib/” 
> how many mysql-connector*.* files do you have ?
>
> For example;
>
> # ls -al /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector*.*
>
> -rwxrwxr-x 1 nobody root 724213 Jun 26 09:39 
> /usr/lib/red5/webapps/openmeetings/WEB-INF/lib/mysql-connector-java-jar-5.1.9.jar
>
> One time I ended up with two mysql jar files in the folder.
>
> I do not use SSL, so I am curious what you might mean by “I changed 
> the rtmp port to 443 in both files”.  What is the path and file names 
> of these two files?  And exactly  what settings in these files did you 
> change?
>
> A suggestion is to return the ports back to what they were originally 
> and to try again.
>
> Have you successed in using the Installation URL 
> http://xxx.xxx.xxx.xxx:5080/openmeetings/install   where 
> xxx.xxx.xxx.xxx   is the IP address of your Openmeetings server ?
>
> Thanks,
>
> George Kirkham
>
> *From:* Maxim Solodovnik [mailto:solomax666@gmail.com]
> *Sent:* Wednesday, 8 August 2012 12:34 AM
> *To:* openmeetings-user@incubator.apache.org
> *Subject:* Re: red5 did not start
>
> I'm afraid I see no issue in 1 line log you have sent.
>
> Are you able to connect using command line mysql:
>
> mysql --host=localhost -u user -p openmeetings
>
> ?
>
> On Tue, Aug 7, 2012 at 9:27 PM, Walter Neumann 
> <walter@buerostudio-neumann.at <ma...@buerostudio-neumann.at>> 
> wrote:
>
> Hi all,
> now is the file mysql-connector-java-5.1.21-bin.jar in the folder 
> $red5/webapps/openmeetings/WEB-INF/lib/, but it still not work. The 
> mysql monitor works fine with the database. So it seems to be an issue 
> with the JConnector. Are all versions of the JConnector compatible 
> with openmeetings? Or could it be a java problem?
> In the log-files are only this entries:
> openmeetings.log: DEBUG 08-07 14:41:32.895 ContextLoggingListener.java 
> 22 72 ROOT [main] - Starting up context openmeetings
> 0.0.0.0_access.2012-08-07.log: 95.143.90.206 - - [07/Aug/2012:15:00:43 
> +0200] "GET /openmeetings/install HTTP/1.1" 200 1256
> Thank you for your assistence.
> Walter
>
>
> Am 07.08.2012 13:10, schrieb Maxim Solodovnik:
>
>     You need to copy only file with name like
>     this: mysql-connector-java-jar-5.1.9.jar (not the whole folder,
>     I'll hopefully will update documentation and mention it)
>
>     On Tue, Aug 7, 2012 at 5:50 PM, Walter Neumann
>     <walter@buerostudio-neumann.at
>     <ma...@buerostudio-neumann.at>> wrote:
>
>     Hello Maxim,
>     yes, I did. But the JConnector comes in a folder, which I put in
>     the described folder. The foldername of the JConnector includes
>     the version number. Maybe it is nescecary to define a symlink? Or
>     is only a special file of this folder to put into the library
>     directory? It wasn't clear for me.
>     Thank you for your patience with me.
>     Walter
>
>     Am 07.08.2012 11:01, schrieb Maxim Solodovnik:
>
>     Are you using OM build from the sources or you have download
>     binaries?
>
>     If you have download binaries have you add mysql driver to it as
>     describer here:
>     http://incubator.apache.org/openmeetings/MySQLConfig.html *Steps
>     todo*
>
>     On Tue, Aug 7, 2012 at 3:16 PM, Walter Neumann
>     <walter@buerostudio-neumann.at
>     <ma...@buerostudio-neumann.at>> wrote:
>
>     Thank you Maxim,
>     you are right. I edited by accident something in this file.
>     Now it works, but it seems, that the database is not reachable.
>     In the persistence.xml file is
>     "Url=jdbc:mysql://localhost:3306/openmeetings where
>     localhost is the hostname
>     3306 is the MySQL connection port
>     openmeetings is the database name
>     Is this correct?
>     Of corse I edited username and password. So I can not see any
>     error. The database I created with plesk panel and is working fine.
>     Are there other possible errors, which cause, that the install
>     program can not start?
>     Thank you very much for help
>
>     -- 
>     Mit freundlichen Grüßen
>     Walter Neumann
>     Bürostudio Neumann
>     Lundenburger Straße 57
>     2143 Großkrut
>     Österreich
>     Tel. +43 664 1826291
>     Skype: wneumann1
>     Internet: http://www.buerostudio-neumann.at
>
>
>
>     Am 06.08.2012 19:39, schrieb Maxim Solodovnik:
>
>     Hello Walter,
>
>     According to the log
>
>     Could not resolve placeholder 'jmx.mina.poll.interval'
>
>     which is placeholder is defined in red5/conf/red5.properties
>
>     have you changed anything except persistence.xml?
>
>     On Mon, Aug 6, 2012 at 9:53 PM, Walter Neumann
>     <walter@buerostudio-neumann.at
>     <ma...@buerostudio-neumann.at>> wrote:
>
>     Hello,
>     I tried to setup Openmeetings 2.0.0 r 1361497 on my CentOS 5.5 server.
>     I changed the mysql_persistence.xml -> persistence.xml and edited
>     dbhost user and password.
>     I changed the rtmp port to 443 in both files.
>     After starting red5 come some error messages:
>
>     Logback selector: org.red5.logging.LoggingContextSelector
>     16:41:45,931 |-INFO in
>     ch.qos.logback.classic.LoggerContext[default] - Could NOT find
>     resource [logback.groovy]
>     16:41:45,931 |-INFO in
>     ch.qos.logback.classic.LoggerContext[default] - Could NOT find
>     resource [logback-test.xml]
>     16:41:45,931 |-INFO in
>     ch.qos.logback.classic.LoggerContext[default] - Found resource
>     [logback.xml] at [file:/usr/src/om/conf/logback.xml]
>     16:41:45,933 |-WARN in
>     ch.qos.logback.classic.LoggerContext[default] - Resource
>     [logback.xml] occurs multiple times on the classpath.
>     16:41:45,933 |-WARN in
>     ch.qos.logback.classic.LoggerContext[default] - Resource
>     [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
>     16:41:45,933 |-WARN in
>     ch.qos.logback.classic.LoggerContext[default] - Resource
>     [logback.xml] occurs at [file:/usr/src/om/conf/logback.xml]
>     16:41:46,125 |-INFO in
>     ch.qos.logback.classic.joran.action.ConfigurationAction - debug
>     attribute not set
>     16:41:46,128 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - About to
>     instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
>     16:41:46,132 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - Naming appender
>     as [CONSOLE]
>     16:41:46,163 |-INFO in
>     ch.qos.logback.core.joran.action.NestedComplexPropertyIA -
>     Assuming default type
>     [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
>     [encoder] property
>     16:41:46,211 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - About to
>     instantiate appender of type [ch.qos.logback.core.FileAppender]
>     16:41:46,214 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - Naming appender
>     as [FILE]
>     16:41:46,223 |-INFO in
>     ch.qos.logback.core.joran.action.NestedComplexPropertyIA -
>     Assuming default type
>     [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
>     [encoder] property
>     16:41:46,238 |-INFO in ch.qos.logback.core.FileAppender[FILE] -
>     File property is set to [log/red5.log]
>     16:41:46,239 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - About to
>     instantiate appender of type [ch.qos.logback.core.FileAppender]
>     16:41:46,239 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderAction - Naming appender
>     as [ERRORFILE]
>     16:41:46,244 |-INFO in
>     ch.qos.logback.core.joran.action.NestedComplexPropertyIA -
>     Assuming default type
>     [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for
>     [encoder] property
>     16:41:46,245 |-INFO in ch.qos.logback.core.FileAppender[ERRORFILE]
>     - File property is set to [log/error.log]
>     16:41:46,245 |-INFO in
>     ch.qos.logback.classic.joran.action.LevelAction - ROOT level set
>     to INFO
>     16:41:46,245 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
>     appender named [CONSOLE] to Logger[ROOT]
>     16:41:46,246 |-INFO in
>     ch.qos.logback.core.joran.action.AppenderRefAction - Attaching
>     appender named [FILE] to Logger[ROOT]
>     16:41:46,246 |-INFO in
>     ch.qos.logback.classic.joran.action.LevelAction -
>     org.springframework level set to INFO
>     16:41:46,246 |-INFO in
>     ch.qos.logback.classic.joran.action.LevelAction - org.apache level
>     set to INFO
>     16:41:46,246 |-INFO in
>     ch.qos.logback.classic.joran.action.LevelAction - ch.qos level set
>     to WARN
>     16:41:46,246 |-INFO in
>     ch.qos.logback.classic.joran.action.ConfigurationAction - End of
>     configuration.
>     16:41:46,248 |-INFO in
>     ch.qos.logback.classic.joran.JoranConfigurator@33d6f122
>     <ma...@33d6f122> -
>     Registering current configuration as safe fallback point
>
>     Setting default logging context: default
>     [INFO] [main] org.red5.server.Launcher - Red5 Server 1.0.0 RC3
>     $Rev: 4387 $ (http://code.google.com/p/red5/)
>     Red5 Server 1.0.0 RC3 $Rev: 4387 $ (http://code.google.com/p/red5/)
>     SLF4J: Class path contains multiple SLF4J bindings.
>     SLF4J: Found binding in
>     [jar:file:/usr/src/om/red5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
>     SLF4J: Found binding in
>     [jar:file:/usr/src/om/lib/logback-classic-1.0.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
>     SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for
>     an explanation.
>     [INFO] [main]
>     org.springframework.context.support.FileSystemXmlApplicationContext -
>     Refreshing
>     org.springframework.context.support.FileSystemXmlApplicationContext@2f774b9b
>     <ma...@2f774b9b>:
>     startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context
>     hierarchy
>     [INFO] [main]
>     org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
>     Loading XML bean definitions from class path resource [red5.xml]
>     [INFO] [main]
>     org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
>     Loading XML bean definitions from class path resource
>     [jee-container.xml]
>     [INFO] [main]
>     org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
>     - Loading properties file from class path resource [red5.properties]
>     [INFO] [main]
>     org.springframework.beans.factory.support.DefaultListableBeanFactory
>     - Pre-instantiating singletons in
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3
>     <ma...@3c24c4a3>:
>     defining beans
>     [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
>     root of factory hierarchy
>     [INFO] [main]
>     org.springframework.context.support.FileSystemXmlApplicationContext -
>     Refreshing
>     org.springframework.context.support.FileSystemXmlApplicationContext@a0b1cd0
>     <ma...@a0b1cd0>:
>     startup date [Mon Aug 06 16:41:46 CEST 2012]; root of context
>     hierarchy
>     [INFO] [main]
>     org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
>     Loading XML bean definitions from class path resource
>     [red5-common.xml]
>     [INFO] [main]
>     org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
>     - Loading properties file from class path resource [red5.properties]
>     [INFO] [main]
>     org.springframework.beans.factory.support.DefaultListableBeanFactory
>     - Pre-instantiating singletons in
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
>     <ma...@1af0b4a3>:
>     defining beans
>     [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
>     root of factory hierarchy
>     [INFO] [main]
>     org.springframework.remoting.rmi.RmiRegistryFactoryBean - Creating
>     new RMI registry
>     [INFO] [main]
>     org.springframework.jmx.support.ConnectorServerFactoryBean - JMX
>     connector server started:
>     javax.management.remote.rmi.RMIConnectorServer@10b914b3
>     <ma...@10b914b3>
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Registering beans for JMX exposure on startup
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Bean with name
>     'org.springframework.jmx.support.ConnectorServerFactoryBean#0' has
>     been autodetected for JMX exposure
>     [INFO] [main] org.quartz.core.SchedulerSignalerImpl - Initialized
>     Scheduler Signaller of type: class
>     org.quartz.core.SchedulerSignalerImpl
>     [INFO] [main] org.quartz.core.QuartzScheduler - Quartz Scheduler
>     v.1.8.5 created.
>     [INFO] [main] org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
>     [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>     meta-data: Quartz Scheduler (v1.8.5) 'Red5_Scheduler' with
>     instanceId 's15435587.onlinehome-server.info1344264107349'
>       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 4
>     threads.
>       Using job-store 'org.quartz.simpl.RAMJobStore' - which does not
>     support persistence. and is not clustered.
>
>     [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz
>     scheduler 'Red5_Scheduler' initialized from default resource file
>     in Quartz package: 'quartz.properties'
>     [INFO] [main] org.quartz.impl.StdSchedulerFactory - Quartz
>     scheduler version: 1.8.5
>     [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>     Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349
>     started.
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Bean with name 'schedulingService' has been autodetected for JMX
>     exposure
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Bean with name 'clientBroadcastStream' has been autodetected for
>     JMX exposure
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Located MBean
>     'org.springframework.jmx.support.ConnectorServerFactoryBean#0':
>     registering with JMX server as MBean
>     [org.red5.server:name=org.springframework.jmx.support.ConnectorServerFactoryBean#0,type=RMIConnectorServer]
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Located MBean 'schedulingService': registering with JMX server
>     as MBean
>     [org.red5.server:name=schedulingService,type=QuartzSchedulingService]
>     [INFO] [main] org.red5.server.service.WarDeployer - War deployer
>     service created
>     [INFO] [main]
>     org.springframework.context.support.FileSystemXmlApplicationContext -
>     Refreshing
>     org.springframework.context.support.FileSystemXmlApplicationContext@2e67cd84
>     <ma...@2e67cd84>:
>     startup date [Mon Aug 06 16:41:47 CEST 2012]; parent:
>     ApplicationContext 'red5.common'
>     [INFO] [main]
>     org.springframework.beans.factory.xml.XmlBeanDefinitionReader -
>     Loading XML bean definitions from class path resource [red5-core.xml]
>     [INFO] [main]
>     org.springframework.beans.factory.config.PropertyPlaceholderConfigurer
>     - Loading properties file from class path resource [red5.properties]
>     [INFO] [main]
>     org.springframework.beans.factory.support.DefaultListableBeanFactory
>     - Destroying singletons in
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@24bb6086
>     <ma...@24bb6086>:
>     defining beans
>     [customEditorConfigurer,placeholderConfig,rtmpMinaConnManager,rtmpHandler,rtmpMinaIoHandler,rtmpTransport,rtmpMinaConnection,rtmptConnManager,rtmptHandler,rtmptServlet,rtmptConnection];
>     parent:
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
>     <ma...@1af0b4a3>
>     [INFO] [main]
>     org.springframework.beans.factory.support.DefaultListableBeanFactory
>     - Destroying singletons in
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@3c24c4a3
>     <ma...@3c24c4a3>:
>     defining beans
>     [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server,rtmpt.server];
>     root of factory hierarchy
>     [INFO] [main]
>     org.springframework.context.support.FileSystemXmlApplicationContext -
>     Closing ApplicationContext 'red5.common': startup date [Mon Aug 06
>     16:41:46 CEST 2012]; root of context hierarchy
>     [INFO] [main]
>     org.springframework.beans.factory.support.DefaultListableBeanFactory
>     - Destroying singletons in
>     org.springframework.beans.factory.support.DefaultListableBeanFactory@1af0b4a3
>     <ma...@1af0b4a3>:
>     defining beans
>     [placeholderConfig,red5.server,rmiRegistry,mbeanServer,org.springframework.jmx.support.ConnectorServerFactoryBean#0,mbeanExporter,serializer,deserializer,minaEncoder,minaDecoder,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,fileConsumer,playlistSubscriberStream,clientBroadcastStream];
>     root of factory hierarchy
>     [INFO] [main]
>     org.springframework.jmx.export.annotation.AnnotationMBeanExporter
>     - Unregistering JMX-exposed beans on shutdown
>     [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>     Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349
>     shutting down.
>     [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>     Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349 paused.
>     [INFO] [main] org.quartz.core.QuartzScheduler - Scheduler
>     Red5_Scheduler_$_s15435587.onlinehome-server.info1344264107349
>     shutdown complete.
>     [INFO] [main]
>     org.springframework.jmx.support.ConnectorServerFactoryBean -
>     Stopping JMX connector server:
>     javax.management.remote.rmi.RMIConnectorServer@10b914b3
>     <ma...@10b914b3>
>     [INFO] [main]
>     org.springframework.remoting.rmi.RmiRegistryFactoryBean -
>     Unexporting RMI registry
>     Exception org.springframework.beans.factory.BeanCreationException:
>     Error creating bean with name 'red5.core' defined in class path
>     resource [red5.xml]: Instantiation of bean failed; nested
>     exception is org.springframework.beans.BeanInstantiationException:
>     Could not instantiate bean class
>     [org.springframework.context.support.FileSystemXmlApplicationContext]:
>     Constructor threw exception; nested exception is
>     org.springframework.beans.factory.BeanDefinitionStoreException:
>     Invalid bean definition with name 'rtmpTransport' defined in class
>     path resource [red5-core.xml]: Could not resolve placeholder
>     'jmx.mina.poll.interval'
>
>     Any help would be welcome.
>     Thank you
>
>
>     -- 
>     Mit freundlichen Grüßen
>     Walter Neumann
>     Bürostudio Neumann
>     Lundenburger Straße 57
>     2143 Großkrut
>     Österreich
>     Tel. +43 664 1826291
>     Skype: wneumann1
>     Internet: http://www.buerostudio-neumann.at
>
>
>
>     -- 
>     WBR
>     Maxim aka solomax
>
>
>
>     -- 
>     WBR
>     Maxim aka solomax
>
>     -- 
>     Mit freundlichen Grüßen
>     Walter Neumann
>     Bürostudio Neumann
>     Lundenburger Straße 57
>     2143 Großkrut
>     Österreich
>     Tel. +43 664 1826291
>     Skype: wneumann1
>     Internet: http://www.buerostudio-neumann.at
>
>
>
>     -- 
>     WBR
>     Maxim aka solomax
>
>
>
> -- 
> WBR
> Maxim aka solomax
>