Java.net.BindException: Adress already in use => should be quite clear isn't it?
There is already a process runnign on one of the ports that Openmeetings is using. Check the conf/red5.properties (and do not forget to edit the webapps/openmeetings/config.xml too after doing any changes) Sebastian 2011/9/2 Ivan Javier Espitia Solano <[email protected]> > hi, can somebody help me please? > > i'm trying to install this version in my localhost, so y downloaded that > from: > > http://code.google.com/p/openmeetings/downloads/detail?name=openmeetings_1_7_0_r3822.zip&can=2&q > = > > i cpied that into c:// and edit the file: > C:\openmeetings_1_7_0_r3822\webapps\openmeetings\conf\hybernate.xml > editing the fileds of user and password, the database information is ok. > > after i tried to start red5.bat and seems like everything was ok what when > tried to enter into localhost:5080 it just says that cant access to the > page. > > in the error.log i have this: > > 2011-09-02 08:35:56,000 [main] WARN o.s.b.f.c.CustomEditorConfigurer - > Passing PropertyEditor instances into CustomEditorConfigurer is deprecated: > use PropertyEditorRegistrars or PropertyEditor class names instead. > Offending key [java.net.SocketAddress; offending editor instance: > org.apache.mina.integration.beans.InetSocketAddressEditor@1a7b0bf > > > and in the red5.log i have this: > > 2011-09-02 08:35:54,062 [main] INFO org.red5.server.Launcher - Red5 > Server 1.0.0 RC1 $Rev: 4063 $ (http://code.google.com/p/red5/) > 2011-09-02 08:35:54,093 [main] INFO > o.s.c.s.FileSystemXmlApplicationContext - Refreshing > org.springframework.context.support.FileSystemXmlApplicationContext@503429: > startup date [Fri Sep 02 08:35:54 GMT-05:00 2011]; root of context hierarchy > 2011-09-02 08:35:54,390 [main] INFO > o.s.b.f.c.PropertyPlaceholderConfigurer - Loading properties file from class > path resource [red5.properties] > 2011-09-02 08:35:54,390 [main] INFO o.s.b.f.s.DefaultListableBeanFactory > - Pre-instantiating singletons in > org.springframework.beans.factory.support.DefaultListableBeanFactory@288051: > defining beans > [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server]; > root of factory hierarchy > 2011-09-02 08:35:54,421 [main] INFO > o.s.c.s.FileSystemXmlApplicationContext - Refreshing > org.springframework.context.support.FileSystemXmlApplicationContext@18f5824: > startup date [Fri Sep 02 08:35:54 GMT-05:00 2011]; root of context hierarchy > 2011-09-02 08:35:54,468 [main] INFO > o.s.b.f.c.PropertyPlaceholderConfigurer - Loading properties file from class > path resource [red5.properties] > 2011-09-02 08:35:54,484 [main] INFO o.s.b.f.s.DefaultListableBeanFactory > - Pre-instantiating singletons in > org.springframework.beans.factory.support.DefaultListableBeanFactory@1cd0888: > defining beans > [placeholderConfig,red5.server,jmxFactory,jmxAgent,serializer,deserializer,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,bandwidthFilter,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,mp4reader.impl,mp3reader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,playlistSubscriberStream,clientBroadcastStream]; > root of factory hierarchy > 2011-09-02 08:35:55,921 [main] INFO org.red5.server.service.WarDeployer - > War deployer service created > 2011-09-02 08:35:55,953 [main] INFO > o.s.c.s.FileSystemXmlApplicationContext - Refreshing > org.springframework.context.support.FileSystemXmlApplicationContext@b4be3d: > startup date [Fri Sep 02 08:35:55 GMT-05:00 2011]; parent: > ApplicationContext 'red5.common' > 2011-09-02 08:35:56,000 [main] INFO > o.s.b.f.c.PropertyPlaceholderConfigurer - Loading properties file from class > path resource [red5.properties] > 2011-09-02 08:35:56,000 [main] WARN o.s.b.f.c.CustomEditorConfigurer - > Passing PropertyEditor instances into CustomEditorConfigurer is deprecated: > use PropertyEditorRegistrars or PropertyEditor class names instead. > Offending key [java.net.SocketAddress; offending editor instance: > org.apache.mina.integration.beans.InetSocketAddressEditor@1a7b0bf > 2011-09-02 08:35:56,000 [main] INFO o.s.b.f.s.DefaultListableBeanFactory > - Pre-instantiating singletons in > org.springframework.beans.factory.support.DefaultListableBeanFactory@1cebc9f: > defining beans > [customEditorConfigurer,placeholderConfig,rtmpMinaConnManager,rtmpHandler,rtmpMinaIoHandler,rtmpTransport,rtmpMinaConnection,rtmptConnManager,rtmptHandler,rtmptServlet,rtmptConnection,rtmpt.server,rtmpsMinaIoHandler,rtmpsTransport]; > parent: > org.springframework.beans.factory.support.DefaultListableBeanFactory@1cd0888 > 2011-09-02 08:35:56,015 [main] INFO o.r.s.net.rtmp.RTMPMinaTransport - > RTMP Mina Transport bound to /0.0.0.0:1935 > 2011-09-02 08:35:56,015 [main] INFO o.r.s.net.rtmp.RTMPMinaTransport - > RTMP Mina Transport Settings > 2011-09-02 08:35:56,015 [main] INFO o.r.s.net.rtmp.RTMPMinaTransport - > Connection Threads: 4 > 2011-09-02 08:35:56,015 [main] INFO o.r.s.net.rtmp.RTMPMinaTransport - > I/O Threads: 16 > 2011-09-02 08:35:56,062 [main] INFO o.r.s.net.rtmp.RTMPMinaTransport - > TCP No Delay: true > 2011-09-02 08:35:56,062 [main] INFO o.r.s.net.rtmp.RTMPMinaTransport - > Receive Buffer Size: 65536 > 2011-09-02 08:35:56,062 [main] INFO o.r.s.net.rtmp.RTMPMinaTransport - > Send Buffer Size: 271360 > 2011-09-02 08:35:56,078 [main] INFO o.r.s.net.rtmp.RTMPMinaTransport - > RTMP Mina Transport bound to /0.0.0.0:8443 > 2011-09-02 08:35:56,078 [main] INFO o.r.s.net.rtmp.RTMPMinaTransport - > RTMP Mina Transport Settings > 2011-09-02 08:35:56,078 [main] INFO o.r.s.net.rtmp.RTMPMinaTransport - > Connection Threads: 4 > 2011-09-02 08:35:56,078 [main] INFO o.r.s.net.rtmp.RTMPMinaTransport - > I/O Threads: 16 > 2011-09-02 08:35:56,078 [main] INFO o.r.s.net.rtmp.RTMPMinaTransport - > TCP No Delay: true > 2011-09-02 08:35:56,078 [main] INFO o.r.s.net.rtmp.RTMPMinaTransport - > Receive Buffer Size: 65536 > 2011-09-02 08:35:56,078 [main] INFO o.r.s.net.rtmp.RTMPMinaTransport - > Send Buffer Size: 271360 > 2011-09-02 08:35:56,078 [main] INFO o.s.b.f.s.DefaultListableBeanFactory > - Destroying singletons in > org.springframework.beans.factory.support.DefaultListableBeanFactory@1cebc9f: > defining beans > [customEditorConfigurer,placeholderConfig,rtmpMinaConnManager,rtmpHandler,rtmpMinaIoHandler,rtmpTransport,rtmpMinaConnection,rtmptConnManager,rtmptHandler,rtmptServlet,rtmptConnection,rtmpt.server,rtmpsMinaIoHandler,rtmpsTransport]; > parent: > org.springframework.beans.factory.support.DefaultListableBeanFactory@1cd0888 > 2011-09-02 08:35:56,078 [main] INFO o.r.s.net.rtmp.RTMPMinaTransport - > RTMP Mina Transport unbind > 2011-09-02 08:35:56,078 [main] INFO o.s.b.f.s.DefaultListableBeanFactory > - Destroying singletons in > org.springframework.beans.factory.support.DefaultListableBeanFactory@288051: > defining beans > [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server]; > root of factory hierarchy > 2011-09-02 08:35:56,078 [main] INFO > o.s.c.s.FileSystemXmlApplicationContext - Closing ApplicationContext > 'red5.common': startup date [Fri Sep 02 08:35:54 GMT-05:00 2011]; root of > context hierarchy > 2011-09-02 08:35:56,078 [main] INFO o.s.b.f.s.DefaultListableBeanFactory > - Destroying singletons in > org.springframework.beans.factory.support.DefaultListableBeanFactory@1cd0888: > defining beans > [placeholderConfig,red5.server,jmxFactory,jmxAgent,serializer,deserializer,statusObjectService,rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread,sharedObjectService,streamService,providerService,consumerService,bandwidthFilter,schedulingService,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,mp4reader.impl,mp3reader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,playlistSubscriberStream,clientBroadcastStream]; > root of factory hierarchy > > in the cmd when starts red5.bat the last line is boostrat complete, but > some lines before i found this: > > Java.net.BindException: Adress already in use > > i tried to use older versions but in all of that i had the same problem. > > only whit the 1.0 version everything was ok, but i need a recent version > bocouse my moodle is 2.0.4 and the plugin needs openmeetings 1.2RC1++ > > > > > > > > > -- > You received this message because you are subscribed to the Google Groups > "OpenMeetings User" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/openmeetings-user/-/80yRbAVICK0J. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/openmeetings-user?hl=en. > -- Sebastian Wagner http://www.webbase-design.de http://openmeetings.googlecode.com http://www.wagner-sebastian.com [email protected] -- You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-user?hl=en.
