Hello,
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