trying to install the new media server, not workin

I have been following the instructions and I have gotten down the instructions to where it tells me to

./red5.sh

when I do that  I get

[root@ip-ipipipip RMS_7.0.4]# ./red5.sh
./red5.sh: line 3: /usr/java/jre1.6.0_22: is a directory
Running on  Linux
Starting Red5
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
[root@ip-ipipipip RMS_7.0.4]#

now I have changed the java home variable a hundred different ways, and it either says it is a directory or something

/usr/java/jre1.6.0_22   is where the 1.6.0_22 is located

I do a which java and I get /usr/bin/java

 

I am sure there is something I am missing somewhere. I have updated my jre too

 

Thank you in advance

 

Quote · 30 Nov 2010

just put this "JAVA_HOME=/usr/java"  leave off the rest now if that is where the java is installed of course

mine is like this... JAVA_HOME=/usr/bin/java

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 30 Nov 2010

You can also try and make sure you have the smicolon at the end of your JAVA_HOME variable

Line 3 in red5.sh should be:

/usr/java/jre1.6.0_22;

not

/usr/java/jre1.6.0_22

Happiness is a warm gun.
Quote · 30 Nov 2010

ok I tried using the /usr/java with and without semi colon and I get this

 

./red5.sh
./red5.sh: line 3: /usr/java: is a directory
even on the jre1.6.0_22 i did that with or without a semicolon too

if I use  usr/bin/java I get this

./red5.sh
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
-client       to select the "client" VM
-server       to select the "server" VM
-hotspot      is a synonym for the "client" VM  [deprecated]
The default VM is client.

-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
-da[:<packagename>...|:<classname>]
-disableassertions[:<packagename>...|:<classname>]
disable assertions
-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
Running on  Linux
Starting Red5
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)

with or without a semicolon

Quote · 30 Nov 2010

I have tried and tried all night, Imma guess I'll just give up on getting the media server going.

I have updated all the jre and javas, and filled in the java home variable 1000 times and still am not able to get it to work

Quote · 1 Dec 2010

i have the same problem. My media server dont run.... no connection.... i dont know what i make false.... i use the how do from this site

 

Error.log:

2010-12-03 17:09:23,087 [main] WARN  o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'enableRmiAdapter' being accessed! Ambiguous write methods found next to actually used [public void org.red5.server.jmx.JMXAgent.setEnableRmiAdapter(java.lang.String)]: [public void org.red5.server.jmx.JMXAgent.setEnableRmiAdapter(boolean)]
2010-12-03 17:09:23,088 [main] WARN  o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'enableSsl' being accessed! Ambiguous write methods found next to actually used [public void org.red5.server.jmx.JMXAgent.setEnableSsl(java.lang.String)]: [public void org.red5.server.jmx.JMXAgent.setEnableSsl(boolean)]
2010-12-03 17:09:23,088 [main] WARN  o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'enableMinaMonitor' being accessed! Ambiguous write methods found next to actually used [public void org.red5.server.jmx.JMXAgent.setEnableMinaMonitor(java.lang.String)]: [public void org.red5.server.jmx.JMXAgent.setEnableMinaMonitor(boolean)]
2010-12-03 17:09:23,746 [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 grap says its run.

 

# ps ax | grep red5
29572 ?        Sl     0:02 /usr/lib/jvm/java-6-sun-1.6.0.20/jre/bin/java -Dpython.home=lib -Dred5.root=/opt/ray_server -Dlogback.ContextSelector=org.red5.logging.LoggingContextSelector -Dcatalina.useNaming=true -Djava.security.debug=failure -cp /opt/ray_server/boot.jar:/opt/ray_server/conf: org.red5.server.Bootstrap
29593 pts/0    R+     0:00 grep red5

--Germany-- Sorry for my bad english :P
Quote · 3 Dec 2010

from the grep output, this does not necessarily mean that RMS is running. this is stating that there was an instance of PID initiated for java. now if there are errors in your config on the RMS setup, then RMS would not run. java can have a PID without RMS running.

i have the same problem. My media server dont run.... no connection.... i dont know what i make false.... i use the how do from this site

 

Error.log:

2010-12-03 17:09:23,087 [main] WARN  o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'enableRmiAdapter' being accessed! Ambiguous write methods found next to actually used [public void org.red5.server.jmx.JMXAgent.setEnableRmiAdapter(java.lang.String)]: [public void org.red5.server.jmx.JMXAgent.setEnableRmiAdapter(boolean)]
2010-12-03 17:09:23,088 [main] WARN  o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'enableSsl' being accessed! Ambiguous write methods found next to actually used [public void org.red5.server.jmx.JMXAgent.setEnableSsl(java.lang.String)]: [public void org.red5.server.jmx.JMXAgent.setEnableSsl(boolean)]
2010-12-03 17:09:23,088 [main] WARN  o.s.b.GenericTypeAwarePropertyDescriptor - Invalid JavaBean property 'enableMinaMonitor' being accessed! Ambiguous write methods found next to actually used [public void org.red5.server.jmx.JMXAgent.setEnableMinaMonitor(java.lang.String)]: [public void org.red5.server.jmx.JMXAgent.setEnableMinaMonitor(boolean)]
2010-12-03 17:09:23,746 [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 grap says its run.

 

# ps ax | grep red5
29572 ?        Sl     0:02 /usr/lib/jvm/java-6-sun-1.6.0.20/jre/bin/java -Dpython.home=lib -Dred5.root=/opt/ray_server -Dlogback.ContextSelector=org.red5.logging.LoggingContextSelector -Dcatalina.useNaming=true -Djava.security.debug=failure -cp /opt/ray_server/boot.jar:/opt/ray_server/conf: org.red5.server.Bootstrap
29593 pts/0    R+     0:00 grep red5

 

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 3 Dec 2010

ah, ok.

 

but how i make wrong? I have do all the actions from the installation guide. i have change the ips in the wep-apps ... and in the *.sh files the folders.

--Germany-- Sorry for my bad english :P
Quote · 3 Dec 2010

 

ah, ok.

 

but how i make wrong? I have do all the actions from the installation guide. i have change the ips in the wep-apps ... and in the *.sh files the folders.

which RMS release are you installing?

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 3 Dec 2010
the latest from this site here. for 7.0.4
--Germany-- Sorry for my bad english :P
Quote · 3 Dec 2010

My RMS is not working....

 

but i dont know why. I have follow the installation guide...

 

Now the ./red5.sh massage is:

[code]

g additivity of logger [org.springframework] to true
21:02:02,454 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.spr                                                          ingframework level set to INFO
21:02:02,454 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Settin                                                          g additivity of logger [org.springframework.beans.factory] to true
21:02:02,454 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.spr                                                          ingframework.beans.factory level set to INFO
21:02:02,454 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Settin                                                          g additivity of logger [org.springframework.beans.factory.xml] to true
21:02:02,454 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.spr                                                          ingframework.beans.factory.xml level set to WARN
21:02:02,454 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Settin                                                          g additivity of logger [org.springframework.ui.context.support] to true
21:02:02,454 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.spr                                                          ingframework.ui.context.support level set to WARN
21:02:02,454 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Settin                                                          g additivity of logger [org.springframework.web.context] to true
21:02:02,454 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.spr                                                          ingframework.web.context level set to INFO
21:02:02,454 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Settin                                                          g additivity of logger [org.springframework.web.context.support] to true
21:02:02,454 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.spr                                                          ingframework.web.context.support level set to WARN
21:02:02,454 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Settin                                                          g additivity of logger [org.quartz] to true
21:02:02,454 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - org.qua                                                          rtz level set to WARN
21:02:02,455 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Settin                                                          g additivity of logger [net.sf.ehcache] to true
21:02:02,455 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - net.sf.                                                          ehcache level set to INFO
21:02:02,455 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Settin                                                          g additivity of logger [ch.qos] to true
21:02:02,455 |-INFO in ch.qos.logback.classic.joran.action.LevelAction - ch.qos                                                           level set to WARN

Setting default logging context: default
[INFO] [main] org.red5.server.Launcher - Red5 Server 1.0.0 RC1 $Rev: 4050 $ (htt                                                          p://code.google.com/p/red5/)
Red5 Server 1.0.0 RC1 $Rev: 4050 $ (http://code.google.com/p/red5/)
[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContex                                                          t - Refreshing org.springframework.context.support.FileSystemXmlApplicationConte                                                          xt@df503: startup date [Mon Dec 27 21:02:02 CET 2010]; root of context hierarchy
[INFO] [main] org.springframework.beans.factory.config.PropertyPlaceholderConfig                                                          urer - Loading properties file from class path resource [red5.properties]
[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFacto                                                          ry - Pre-instantiating singletons in org.springframework.beans.factory.support.D                                                          efaultListableBeanFactory@126f75b: defining beans [placeholderConfig,red5.common                                                          ,red5.core,context.loader,pluginLauncher,tomcat.server]; root of factory hierarc                                                          hy
[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContex                                                          t - Refreshing org.springframework.context.support.FileSystemXmlApplicationConte                                                          xt@1e4f7c2: startup date [Mon Dec 27 21:02:04 CET 2010]; root of context hierarc                                                          hy
[INFO] [main] org.springframework.beans.factory.config.PropertyPlaceholderConfig                                                          urer - Loading properties file from class path resource [red5.properties]
[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFacto                                                          ry - Pre-instantiating singletons in org.springframework.beans.factory.support.D                                                          efaultListableBeanFactory@961dff: defining beans [placeholderConfig,red5.server,                                                          jmxFactory,jmxAgent,serializer,deserializer,statusObjectService,rtmpCodecFactory                                                          ,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThr                                                          ead,sharedObjectService,streamService,providerService,consumerService,bandwidthF                                                          ilter,schedulingService,warDeployService,remotingClient,object.cache,keyframe.ca                                                          che,flv.impl,flvreader.impl,mp4reader.impl,mp3reader.impl,org.springframework.be                                                          ans.factory.config.MethodInvokingFactoryBean#0,org.springframework.beans.factory                                                          .config.MethodInvokingFactoryBean#1,streamExecutor,playlistSubscriberStream,clie                                                          ntBroadcastStream]; root of factory hierarchy
[WARN] [main] org.springframework.beans.GenericTypeAwarePropertyDescriptor - Invalid JavaBean prope                                       rty 'enableRmiAdapter' being accessed! Ambiguous write methods found next to actually used [public                                        void org.red5.server.jmx.JMXAgent.setEnableRmiAdapter(java.lang.String)]: [public void org.red5.ser                                       ver.jmx.JMXAgent.setEnableRmiAdapter(boolean)]
[WARN] [main] org.springframework.beans.GenericTypeAwarePropertyDescriptor - Invalid JavaBean prope                                       rty 'enableSsl' being accessed! Ambiguous write methods found next to actually used [public void or                                       g.red5.server.jmx.JMXAgent.setEnableSsl(java.lang.String)]: [public void org.red5.server.jmx.JMXAge                                       nt.setEnableSsl(boolean)]
[WARN] [main] org.springframework.beans.GenericTypeAwarePropertyDescriptor - Invalid JavaBean prope                                       rty 'enableMinaMonitor' being accessed! Ambiguous write methods found next to actually used [public                                        void org.red5.server.jmx.JMXAgent.setEnableMinaMonitor(java.lang.String)]: [public void org.red5.s                                       erver.jmx.JMXAgent.setEnableMinaMonitor(boolean)]
[INFO] [main] org.red5.server.service.WarDeployer - War deployer service created
[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContext - Refreshing org.                                       springframework.context.support.FileSystemXmlApplicationContext@5c3987: startup date [Mon Dec 27 21                                       :02:06 CET 2010]; parent: ApplicationContext 'red5.common'
[INFO] [main] org.springframework.beans.factory.config.PropertyPlaceholderConfigurer - Loading prop                                       erties file from class path resource [red5.properties]
[WARN] [main] org.springframework.beans.factory.config.CustomEditorConfigurer - Passing PropertyEdi                                       tor instances into CustomEditorConfigurer is deprecated: use PropertyEditorRegistrars or PropertyEd                                       itor class names instead. Offending key [java.net.SocketAddress; offending editor instance: org.apa                                       che.mina.integration.beans.InetSocketAddressEditor@1014e21
[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiat                                       ing singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@c5aa00: defi                                       ning beans [customEditorConfigurer,placeholderConfig,rtmpMinaConnManager,rtmpHandler,rtmpMinaIoHand                                       ler,rtmpTransport,rtmpMinaConnection,rtmptConnManager,rtmptHandler,rtmptServlet,rtmptConnection,rtm                                       psMinaIoHandler,rtmpsTransport]; parent: org.springframework.beans.factory.support.DefaultListableB                                       eanFactory@961dff
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - RTMP Mina Transport bound to /0.0.0.0:19                                       35
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - RTMP Mina Transport Settings
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - Connection Threads: 4
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - I/O Threads: 16
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - TCP No Delay: true
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - Receive Buffer Size: 65536
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - Send Buffer Size: 271360
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - RTMP Mina Transport bound to /0.0.0.0:84                                       43
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - RTMP Mina Transport Settings
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - Connection Threads: 4
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - I/O Threads: 16
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - TCP No Delay: true
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - Receive Buffer Size: 65536
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - Send Buffer Size: 271360
[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying sin                                       gletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@c5aa00: defining be                                       ans [customEditorConfigurer,placeholderConfig,rtmpMinaConnManager,rtmpHandler,rtmpMinaIoHandler,rtm                                       pTransport,rtmpMinaConnection,rtmptConnManager,rtmptHandler,rtmptServlet,rtmptConnection,rtmpsMinaI                                       oHandler,rtmpsTransport]; parent: org.springframework.beans.factory.support.DefaultListableBeanFact                                       ory@961dff
[INFO] [main] org.red5.server.net.rtmp.RTMPMinaTransport - RTMP Mina Transport unbind
[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying sin                                       gletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@126f75b: defining b                                       eans [placeholderConfig,red5.common,red5.core,context.loader,pluginLauncher,tomcat.server]; root of                                        factory hierarchy
[INFO] [main] org.springframework.context.support.FileSystemXmlApplicationContext - Closing Applica                                       tionContext 'red5.common': startup date [Mon Dec 27 21:02:04 CET 2010]; root of context hierarchy
[INFO] [main] org.springframework.beans.factory.support.DefaultListableBeanFactory - Destroying sin                                       gletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@961dff: defining be                                       ans [placeholderConfig,red5.server,jmxFactory,jmxAgent,serializer,deserializer,statusObjectService,                                       rtmpCodecFactory,rtmptCodecFactory,remotingCodecFactory,streamableFileFactory,filePersistenceThread                                       ,sharedObjectService,streamService,providerService,consumerService,bandwidthFilter,schedulingServic                                       e,warDeployService,remotingClient,object.cache,keyframe.cache,flv.impl,flvreader.impl,mp4reader.imp                                       l,mp3reader.impl,org.springframework.beans.factory.config.MethodInvokingFactoryBean#0,org.springfra                                       mework.beans.factory.config.MethodInvokingFactoryBean#1,streamExecutor,playlistSubscriberStream,cli                                       entBroadcastStream]; root of factory hierarchy
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.sp                                       ringframework.beans.BeanInstantiationException: Could not instantiate bean class [org.springframewo                                       rk.context.support.FileSystemXmlApplicationContext]: Constructor threw exception; nested exception                                        is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rtmpsTra                                       nsport' defined in class path resource [red5-core.xml]: Invocation of init method failed; nested ex                                       ception is java.net.BindException: Address already in use
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(Constr                                       uctorResolver.java:283)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireCon                                       structor(AbstractAutowireCapableBeanFactory.java:984)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanI                                       nstance(AbstractAutowireCapableBeanFactory.java:886)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBea                                       n(AbstractAutowireCapableBeanFactory.java:479)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(                                       AbstractAutowireCapableBeanFactory.java:450)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFa                                       ctory.java:290)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(Defa                                       ultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFact                                       ory.java:287)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactor                                       y.java:189)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingl                                       etons(DefaultListableBeanFactory.java:557)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitiali                                       zation(AbstractApplicationContext.java:842)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicati                                       onContext.java:416)
at org.red5.server.Launcher.launch(Launcher.java:62)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.red5.server.Bootstrap.bootStrap(Bootstrap.java:135)
at org.red5.server.Bootstrap.main(Bootstrap.java:50)
Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [                                       org.springframework.context.support.FileSystemXmlApplicationContext]: Constructor threw exception;                                        nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean wi                                       th name 'rtmpsTransport' defined in class path resource [red5-core.xml]: Invocation of init method                                        failed; nested exception is java.net.BindException: Address already in use
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:141)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(Simple                                       InstantiationStrategy.java:107)
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(Constr                                       uctorResolver.java:275)
... 18 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name '                                       rtmpsTransport' defined in class path resource [red5-core.xml]: Invocation of init method failed; n                                       ested exception is java.net.BindException: Address already in use
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeB                                       ean(AbstractAutowireCapableBeanFactory.java:1401)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBea                                       n(AbstractAutowireCapableBeanFactory.java:512)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(                                       AbstractAutowireCapableBeanFactory.java:450)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFa                                       ctory.java:290)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(Defa                                       ultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFact                                       ory.java:287)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactor                                       y.java:189)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingl                                       etons(DefaultListableBeanFactory.java:557)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitiali                                       zation(AbstractApplicationContext.java:842)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicati                                       onContext.java:416)
at org.springframework.context.support.FileSystemXmlApplicationContext.<init>(FileSystemXml                                       ApplicationContext.java:140)
at org.springframework.context.support.FileSystemXmlApplicationContext.<init>(FileSystemXml                                       ApplicationContext.java:106)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java                                       :39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorI                                       mpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:126)
... 20 more
Caused by: java.net.BindException: Address already in use
at sun.nio.ch.Net.bind(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:119)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
at org.apache.mina.transport.socket.nio.NioSocketAcceptor.open(NioSocketAcceptor.java:248)
at org.apache.mina.transport.socket.nio.NioSocketAcceptor.open(NioSocketAcceptor.java:48)
at org.apache.mina.core.polling.AbstractPollingIoAcceptor.registerHandles(AbstractPollingIo                                       Acceptor.java:521)
at org.apache.mina.core.polling.AbstractPollingIoAcceptor.access$200(AbstractPollingIoAccep                                       tor.java:65)
at org.apache.mina.core.polling.AbstractPollingIoAcceptor$Acceptor.run(AbstractPollingIoAcc                                       eptor.java:405)
at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)
Bootstrap complete

[/code]

--Germany-- Sorry for my bad english :P
Quote · 27 Dec 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.