<?xml version="1.0" encoding="UTF-8" ?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/"> <channel rdf:about="http://dev.libresource.org/home/community/forum/Can_t_start_new_installation_Please_help_"> <title>Can't start new installation. Please help.</title> <description><![CDATA[Can't start new installation. Please help.]]></description> <link>http://dev.libresource.org/home/community/forum/Can_t_start_new_installation_Please_help_</link> <items> <rdf:Seq><rdf:li rdf:resource="http://dev.libresource.org/home/community/forum/Can_t_start_new_installation_Please_help_/RE_Can_t_start_new_installation_Please_help_" /> <rdf:li rdf:resource="http://dev.libresource.org/home/community/forum/Can_t_start_new_installation_Please_help_/Can_t_start_new_installation_Please_help_" /> </rdf:Seq> </items> </channel> <item rdf:about="http://dev.libresource.org/home/community/forum/Can_t_start_new_installation_Please_help_/RE_Can_t_start_new_installation_Please_help_"> <title>RE : Can't start new installation. Please help.</title> <link>http://dev.libresource.org/home/community/forum/Can_t_start_new_installation_Please_help_/RE_Can_t_start_new_installation_Please_help_</link> <dc:creator>Sebastien Jourdain</dc:creator> <dc:date>2009-07-02T00:43:53+02:00</dc:date> <description><![CDATA[It seems that one of the port used by jonas is already taken by another process...<p class="paragraph"/>And it should be the RMI one… (Port:2000 ?) => check the file JONAS/conf/carol.properties]]></description> </item><item rdf:about="http://dev.libresource.org/home/community/forum/Can_t_start_new_installation_Please_help_/Can_t_start_new_installation_Please_help_"> <title>Can't start new installation. Please help.</title> <link>http://dev.libresource.org/home/community/forum/Can_t_start_new_installation_Please_help_/Can_t_start_new_installation_Please_help_</link> <dc:creator>unimatrix</dc:creator> <dc:date>2009-07-01T00:23:18+02:00</dc:date> <description><![CDATA[I get this when I try to start the program:<p class="paragraph"/> <div class="code"><pre><span class=<span class="java-quote">"error"</span>>invalid link : root@support LibreSource(Illegal character in path at index 12: root@support LibreSource)</span># ./start.sh JONAS_BASE set to /usr/local/LibreSource/JONAS_4_7_6 2009-06-30 18:22:13,380 : Server.<init> : JVM used is 1.6.0 version of Sun Microsystems Inc. vendor on Linux 2.6.18-128.el5/i386 OS. 2009-06-30 18:22:13,385 : PolicyProvider.init : Using JOnAS PolicyConfigurationFactory provider and JOnAS Policy provider 2009-06-30 18:22:15,145 : ServiceManager.startRegistry : registry service started JOnAS error: org.objectweb.jonas.service.ServiceException : Cannot start JMX service: java.rmi.RemoteException: error during export; nested exception is: java.net.BindException: Cannot assign requested address org.objectweb.jonas.service.ServiceException : Cannot start JMX service: java.rmi.RemoteException: error during export; nested exception is: java.net.BindException: Cannot assign requested address at org.objectweb.jonas.jmx.JmxServiceImpl.doStart(JmxServiceImpl.java:361) at org.objectweb.jonas.service.AbsServiceImpl.start(AbsServiceImpl.java:80) at org.objectweb.jonas.service.ServiceManager.startJmx(ServiceManager.java:312) at org.objectweb.jonas.server.Server.start(Server.java:440) at org.objectweb.jonas.server.Server.main(Server.java:181) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.objectweb.jonas.server.Bootstrap.main(Bootstrap.java:97) Caused by: java.rmi.RemoteException: error during export; nested exception is: java.net.BindException: Cannot assign requested address at org.objectweb.jeremie.binding.moa.MOAContext.export(MOAContext.java:184) at org.objectweb.jeremie.binding.moa.MOAContext.export(MOAContext.java:105) at org.objectweb.jeremie.binding.moa.UnicastRemoteObject.exportObject(UnicastRemoteObject.java:151) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.objectweb.carol.rmi.multi.JeremiePRODelegate.exportObject(JeremiePRODelegate.java:105) at org.objectweb.carol.rmi.multi.MultiPRODelegate.exportObject(MultiPRODelegate.java:90) at javax.rmi.PortableRemoteObject.exportObject(PortableRemoteObject.java:103) at javax.rmi.PortableRemoteObject.<init>(PortableRemoteObject.java:87) at org.objectweb.jonas.jmx.RMIConnectorImpl.<init>(RMIConnectorImpl.java:55) at org.objectweb.jonas.jmx.JmxServiceImpl.doStart(JmxServiceImpl.java:202) … 9 more Caused by: java.net.BindException: Cannot assign requested address at org.objectweb.jonathan.protocols.ip.lib.IPv4ConnectionFactory$SrvConnectionFactory.<init>(IPv4ConnectionFactory.java:555) at org.objectweb.jonathan.protocols.ip.lib.IPv4ConnectionFactory.newSrvConnectionFactory(IPv4ConnectionFactory.java:271) at org.objectweb.jonathan.protocols.ip.lib.JConnectionMgr.newSrvConnectionFactory(JConnectionMgr.java:147) at org.objectweb.jonathan.protocols.tcpip.TcpIpProtocol$TcpIpProtocolGraph.export(TcpIpProtocol.java:299) at org.objectweb.jeremie.protocols.giop.GIOPProtocol$GIOPProtocolGraph.export(GIOPProtocol.java:487) at org.objectweb.jeremie.binding.iiop.IIOPBinder.export(IIOPBinder.java:231) at org.objectweb.jeremie.binding.jiop.JIOP.export(JIOP.java:80) at org.objectweb.jonathan.binding.moa.MinimalAdapter.export(MinimalAdapter.java:192) at org.objectweb.jeremie.binding.moa.MOAContext.export(MOAContext.java:146) … 21 more JOnAS halting Exception during execution of org.objectweb.jonas.server.Server : Cannot start JMX service: java.rmi.RemoteException: error during export; nested exception is: java.net.BindException: Cannot assign requested address org.objectweb.jonas.service.ServiceException : Cannot start JMX service: java.rmi.RemoteException: error during export; nested exception is: java.net.BindException: Cannot assign requested address at org.objectweb.jonas.jmx.JmxServiceImpl.doStart(JmxServiceImpl.java:361) at org.objectweb.jonas.service.AbsServiceImpl.start(AbsServiceImpl.java:80) at org.objectweb.jonas.service.ServiceManager.startJmx(ServiceManager.java:312) at org.objectweb.jonas.server.Server.start(Server.java:440) at org.objectweb.jonas.server.Server.main(Server.java:181) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.objectweb.jonas.server.Bootstrap.main(Bootstrap.java:97) Caused by: java.rmi.RemoteException: error during export; nested exception is: java.net.BindException: Cannot assign requested address at org.objectweb.jeremie.binding.moa.MOAContext.export(MOAContext.java:184) at org.objectweb.jeremie.binding.moa.MOAContext.export(MOAContext.java:105) at org.objectweb.jeremie.binding.moa.UnicastRemoteObject.exportObject(UnicastRemoteObject.java:151) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.objectweb.carol.rmi.multi.JeremiePRODelegate.exportObject(JeremiePRODelegate.java:105) at org.objectweb.carol.rmi.multi.MultiPRODelegate.exportObject(MultiPRODelegate.java:90) at javax.rmi.PortableRemoteObject.exportObject(PortableRemoteObject.java:103) at javax.rmi.PortableRemoteObject.<init>(PortableRemoteObject.java:87) at org.objectweb.jonas.jmx.RMIConnectorImpl.<init>(RMIConnectorImpl.java:55) at org.objectweb.jonas.jmx.JmxServiceImpl.doStart(JmxServiceImpl.java:202) … 9 more Caused by: java.net.BindException: Cannot assign requested address at org.objectweb.jonathan.protocols.ip.lib.IPv4ConnectionFactory$SrvConnectionFactory.<init>(IPv4ConnectionFactory.java:555) at org.objectweb.jonathan.protocols.ip.lib.IPv4ConnectionFactory.newSrvConnectionFactory(IPv4ConnectionFactory.java:271) at org.objectweb.jonathan.protocols.ip.lib.JConnectionMgr.newSrvConnectionFactory(JConnectionMgr.java:147) at org.objectweb.jonathan.protocols.tcpip.TcpIpProtocol$TcpIpProtocolGraph.export(TcpIpProtocol.java:299) at org.objectweb.jeremie.protocols.giop.GIOPProtocol$GIOPProtocolGraph.export(GIOPProtocol.java:487) at org.objectweb.jeremie.binding.iiop.IIOPBinder.export(IIOPBinder.java:231) at org.objectweb.jeremie.binding.jiop.JIOP.export(JIOP.java:80) at org.objectweb.jonathan.binding.moa.MinimalAdapter.export(MinimalAdapter.java:192) at org.objectweb.jeremie.binding.moa.MOAContext.export(MOAContext.java:146) … 21 more</pre></div>]]></description> </item> </rdf:RDF>