TcpProxyService http://dev.libresource.org/home/community/forum/6e0fa032c0a8001e00dd28637f8973b2 RE : TcpProxyService http://dev.libresource.org/home/community/forum/6e0fa032c0a8001e00dd28637f8973b2/72c87ab7c0a8001e0163c8caa40d835b Guest 2006-02-16T13:14:34+01:00 thank you for the information.

I did not interpret the "Address already in use..." properly.

I got JOnAS running on the same system for the old LibreSource installation, but with another port. I thought this should not be a problem.

I guess I can ignore the exception, and it will fix itself, once I shut it down, after I transfered all data from the old LibreSource installation to the new one.]]> RE : TcpProxyService http://dev.libresource.org/home/community/forum/6e0fa032c0a8001e00dd28637f8973b2/6e4ad3f7c0a8001e011078de366bd9d4 Guest 2006-02-15T16:18:51+01:00 So you must check :

  • if jonas is not already running… ;-)
  • if the port isn't use by another process
]]>
TcpProxyService http://dev.libresource.org/home/community/forum/6e0fa032c0a8001e00dd28637f8973b2/6e0fa043c0a8001e00336add2c9cf843 RĂ¼diger Lincke 2006-02-15T15:14:11+01:00 we installed LibreSource 1.5 and are about to configure it and migrate the data from the LibreSource 1.0 installation.

During the startup of LibreSource 1.5 we get the following exception:

2006-02-15 15:03:47,814 : INFO : main : JoramAdapter.<init> :    JORAM adapter instanciated.
2006-02-15 15:03:47,852 : INFO : main : JoramAdapter.start :    JORAM adapter starting deployment…
2006-02-15 15:03:47,854 : INFO : main : JoramAdapter.start :      - Collocated JORAM server is starting…
2006-02-15 15:03:48,703 : SEVERE : main : ServiceManager.start :    AgentServer#0.ServiceManager, cannot start service:o
rg.objectweb.joram.mom.proxies.tcp.TcpProxyService
java.lang.reflect.InvocationTargetException
        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:585)
        at fr.dyade.aaa.agent.ServiceManager.start(ServiceManager.java:121)
        at fr.dyade.aaa.agent.ServiceManager.start(ServiceManager.java:150)
        at fr.dyade.aaa.agent.AgentServer.start(AgentServer.java:1175)
        at org.objectweb.joram.client.connector.JoramAdapter.start(JoramAdapter.java:244)
        at org.objectweb.jonas.resource.Rar.processRar(Rar.java:546)
        at org.objectweb.jonas.resource.ResourceServiceImpl.createResourceAdapter(ResourceServiceImpl.java:682)
        at org.objectweb.jonas.resource.ResourceServiceImpl.doStart(ResourceServiceImpl.java:510)
        at org.objectweb.jonas.service.AbsServiceImpl.start(AbsServiceImpl.java:80)
        at org.objectweb.jonas.service.ServiceManager.startServices(ServiceManager.java:336)
        at org.objectweb.jonas.server.Server.start(Server.java:532)
        at org.objectweb.jonas.server.Server.main(Server.java:181)
        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:585)
        at org.objectweb.jonas.server.Bootstrap.main(Bootstrap.java:97)
Caused by: java.net.BindException: Address already in use
        at java.net.PlainSocketImpl.socketBind(Native Method)
        at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
        at java.net.ServerSocket.bind(ServerSocket.java:319)
        at java.net.ServerSocket.<init>(ServerSocket.java:185)
        at java.net.ServerSocket.<init>(ServerSocket.java:141)
        at org.objectweb.joram.mom.proxies.tcp.TcpProxyService.init(TcpProxyService.java:95)
        … 20 more
2006-02-15 15:03:48,712 : INFO : main : JoramAdapter.start :      - Collocated JORAM server has successfully started.

Any idea what is wrong?

Thank you, RĂ¼diger]]>