error in startup when deploying libresource-2.5.ear http://dev.libresource.org/home/community/forum/error_in_startup_when_deploying_libresource-2_5_ear RE : error in startup when deploying libresource-2.5.ear http://dev.libresource.org/home/community/forum/error_in_startup_when_deploying_libresource-2_5_ear/RE_error_in_startup_when_deploying_libresource-2_5_ear_4 Sebastien Jourdain 2008-04-12T15:08:12+02:00 RE : error in startup when deploying libresource-2.5.ear http://dev.libresource.org/home/community/forum/error_in_startup_when_deploying_libresource-2_5_ear/RE_error_in_startup_when_deploying_libresource-2_5_ear_3 Raouf 2008-04-12T14:57:51+02:00 RE : error in startup when deploying libresource-2.5.ear http://dev.libresource.org/home/community/forum/error_in_startup_when_deploying_libresource-2_5_ear/RE_error_in_startup_when_deploying_libresource-2_5_ear_2 Sebastien Jourdain 2008-04-12T07:26:07+02:00
java.net.BindException: Address already in use: JVM_Bind:9000
]]>
RE : error in startup when deploying libresource-2.5.ear http://dev.libresource.org/home/community/forum/error_in_startup_when_deploying_libresource-2_5_ear/RE_error_in_startup_when_deploying_libresource-2_5_ear_1 Raouf 2008-04-11T23:32:05+02:00
code: null
2008-04-11 23:02:48,078 : INFO : main : Server.<init> : JVM used is 1.6.0_05 version of Sun Microsystems Inc. vendor on Windows XP 5.1/x86 OS. 2008-04-11 23:02:48,093 : INFO : main : PolicyProvider.init : Using JOnAS PolicyConfigurationFactory provider and JOnAS Policy provider 2008-04-11 23:02:49,921 : INFO : main : NameServiceManager.startNonStartedNS : Name service for jeremie is started on port 2000 2008-04-11 23:02:49,984 : INFO : main : ServiceManager.startRegistry : registry service started 2008-04-11 23:02:50,562 : INFO : main : ServiceManager.startJmx : jmx service started 2008-04-11 23:02:51,359 : INFO : main : Current.<init> : JOTM 2.0.11 2008-04-11 23:02:51,390 : INFO : main : Current.setDefaultRecovery : Jotm Recovery= false 2008-04-11 23:02:51,437 : INFO : main : ServiceManager.startServices : jtm service started 2008-04-11 23:02:51,750 : INFO : main : DataBaseServiceImpl.createDataSource : Mapping ConnectionManager jdbc:postgresql://localhost:5432/libresource on libresourceDS 2008-04-11 23:02:51,781 : INFO : main : ServiceManager.startServices : dbm service started 2008-04-11 23:02:52,375 : INFO : main : ServiceManager.startServices : security service started 2008-04-11 23:02:53,484 : INFO : main : Rar.processRar : C:LibreSourceJONAS_4_7_6rarsautoloadJOnAS_jdbcCP.rar available 2008-04-11 23:02:53,671 : INFO : main : Rar.processRar : C:LibreSourceJONAS_4_7_6rarsautoloadJOnAS_jdbcDM.rar available 2008-04-11 23:02:53,828 : INFO : main : Rar.processRar : C:LibreSourceJONAS_4_7_6rarsautoloadJOnAS_jdbcDS.rar available 2008-04-11 23:02:53,984 : INFO : main : Rar.processRar : C:LibreSourceJONAS_4_7_6rarsautoloadJOnAS_jdbcXA.rar available 2008-04-11 23:02:54,406 : INFO : main : Rar.processRar : Starting deployment of C:LibreSourceJONAS_4_7_6rarsautoloadjoram_for_jonas_ra.rar 2008-04-11 23:02:54,468 : INFO : main : JoramAdapter.<init> : JORAM adapter instantiated. 2008-04-11 23:02:54,515 : INFO : main : JoramAdapter.start : JORAM adapter starting deployment… 2008-04-11 23:02:54,515 : INFO : main : JoramAdapter.start : - Collocated JORAM server is starting… 2008-04-11 23:02:55,390 : SEVERE : main : ServiceManager.start : AgentServer#0.ServiceManager, cannot start service:org.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:597) 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:1210) at org.objectweb.joram.client.connector.JoramAdapter.start(JoramAdapter.java:311) at org.objectweb.jonas.resource.Rar.processRar(Rar.java:522) 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:546) 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:597) at org.objectweb.jonas.server.Bootstrap.main(Bootstrap.java:97) Caused by: java.net.BindException: Address already in use: JVM_Bind 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:137) … 20 more 2008-04-11 23:02:55,390 : INFO : main : JoramAdapter.start : - Collocated JORAM server has successfully started. 2008-04-11 23:02:55,390 : INFO : main : JoramAdapter.start : - Reading the provided admin file: joramAdmin.xml 2008-04-11 23:02:55,937 : INFO : main : JoramAdapter.start : - Reading the provided admin file: joramAdminExport.xml 2008-04-11 23:02:55,937 : INFO : main : JoramAdapter.start : joramAdminExport.xml not found. 2008-04-11 23:02:55,953 : INFO : main : JoramAdapter.start : Server port is 16010 2008-04-11 23:02:55,953 : INFO : main : JoramAdapter.start : JORAM adapter 4.3.19 successfully deployed. 2008-04-11 23:02:56,171 : INFO : main : Rar.processRar : C:LibreSourceJONAS_4_7_6rarsautoloadjoram_for_jonas_ra.rar available 2008-04-11 23:02:56,187 : INFO : main : ServiceManager.startServices : resource service started 2008-04-11 23:02:56,203 : INFO : main : ServiceManager.startServices : ejb service started 2008-04-11 23:02:56,500 : INFO : main : ServiceManager.startServices : ws service started 2008-04-11 23:02:57,765 : SEVERE : main : Http11BaseProtocol.init : Error initializing endpoint java.net.BindException: Address already in use: JVM_Bind:9000 at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:297) at org.apache.coyote.http11.Http11BaseProtocol.init(Http11BaseProtocol.java:141) at org.apache.catalina.connector.Connector.initialize(Connector.java:1016) at org.apache.catalina.core.StandardService.initialize(StandardService.java:580) at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:782) at org.objectweb.jonas.web.catalina55.CatalinaJWebContainerServiceImpl.doStart(CatalinaJWebContainerServiceImpl.java:282) at org.objectweb.jonas.service.AbsServiceImpl.start(AbsServiceImpl.java:80) 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.objectweb.jonas.web.wrapper.catalina55.CatalinaJWebContainerServiceWrapper.invoke(CatalinaJWebContainerServiceWrapper.java:157) at org.objectweb.jonas.web.wrapper.catalina55.CatalinaJWebContainerServiceWrapper.start(CatalinaJWebContainerServiceWrapper.java:528) at org.objectweb.jonas.service.ServiceManager.startServices(ServiceManager.java:336) at org.objectweb.jonas.server.Server.start(Server.java:546) 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:597) at org.objectweb.jonas.server.Bootstrap.main(Bootstrap.java:97) 2008-04-11 23:02:57,765 : SEVERE : main : CatalinaJWebContainerServiceImpl.doStart : Cannot start Tomcat 2008-04-11 23:02:57,781 : INFO : main : Server.stop : JOnAS server 'jonas' stopped 2008-04-11 23:03:02,875 : INFO : main : JoramAdapter.stop : JORAM adapter stopping… 2008-04-11 23:03:03,125 : INFO : main : JoramAdapter.stop : JORAM adapter successfully stopped.
]]> RE : error in startup when deploying libresource-2.5.ear http://dev.libresource.org/home/community/forum/error_in_startup_when_deploying_libresource-2_5_ear/RE_error_in_startup_when_deploying_libresource-2_5_ear_0 Raouf 2008-04-11T23:30:52+02:00
2008-04-11 23:02:48,078 : INFO : main : Server.<init> :    JVM used is 1.6.0_05 version of Sun Microsystems Inc. vendor on Windows XP 5.1/x86 OS.
2008-04-11 23:02:48,093 : INFO : main : PolicyProvider.init :    Using JOnAS PolicyConfigurationFactory provider and JOnAS Policy provider
2008-04-11 23:02:49,921 : INFO : main : NameServiceManager.startNonStartedNS :    Name service for jeremie is started on port 2000
2008-04-11 23:02:49,984 : INFO : main : ServiceManager.startRegistry :    registry service started
2008-04-11 23:02:50,562 : INFO : main : ServiceManager.startJmx :    jmx service started
2008-04-11 23:02:51,359 : INFO : main : Current.<init> :    JOTM 2.0.11
2008-04-11 23:02:51,390 : INFO : main : Current.setDefaultRecovery :    Jotm Recovery= false
2008-04-11 23:02:51,437 : INFO : main : ServiceManager.startServices :    jtm service started
2008-04-11 23:02:51,750 : INFO : main : DataBaseServiceImpl.createDataSource :    Mapping ConnectionManager jdbc:postgresql://localhost:5432/libresource on libresourceDS
2008-04-11 23:02:51,781 : INFO : main : ServiceManager.startServices :    dbm service started
2008-04-11 23:02:52,375 : INFO : main : ServiceManager.startServices :    security service started
2008-04-11 23:02:53,484 : INFO : main : Rar.processRar :    C:LibreSourceJONAS_4_7_6rarsautoloadJOnAS_jdbcCP.rar available
2008-04-11 23:02:53,671 : INFO : main : Rar.processRar :    C:LibreSourceJONAS_4_7_6rarsautoloadJOnAS_jdbcDM.rar available
2008-04-11 23:02:53,828 : INFO : main : Rar.processRar :    C:LibreSourceJONAS_4_7_6rarsautoloadJOnAS_jdbcDS.rar available
2008-04-11 23:02:53,984 : INFO : main : Rar.processRar :    C:LibreSourceJONAS_4_7_6rarsautoloadJOnAS_jdbcXA.rar available
2008-04-11 23:02:54,406 : INFO : main : Rar.processRar :    Starting deployment of C:LibreSourceJONAS_4_7_6rarsautoloadjoram_for_jonas_ra.rar
2008-04-11 23:02:54,468 : INFO : main : JoramAdapter.<init> :    JORAM adapter instantiated.
2008-04-11 23:02:54,515 : INFO : main : JoramAdapter.start :    JORAM adapter starting deployment…
2008-04-11 23:02:54,515 : INFO : main : JoramAdapter.start :      - Collocated JORAM server is starting…
2008-04-11 23:02:55,390 : SEVERE : main : ServiceManager.start :    AgentServer#0.ServiceManager, cannot start service:org.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:597)
	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:1210)
	at org.objectweb.joram.client.connector.JoramAdapter.start(JoramAdapter.java:311)
	at org.objectweb.jonas.resource.Rar.processRar(Rar.java:522)
	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:546)
	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:597)
	at org.objectweb.jonas.server.Bootstrap.main(Bootstrap.java:97)
Caused by: java.net.BindException: Address already in use: JVM_Bind
	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:137)
	… 20 more
2008-04-11 23:02:55,390 : INFO : main : JoramAdapter.start :      - Collocated JORAM server has successfully started.
2008-04-11 23:02:55,390 : INFO : main : JoramAdapter.start :      - Reading the provided admin file: joramAdmin.xml
2008-04-11 23:02:55,937 : INFO : main : JoramAdapter.start :      - Reading the provided admin file: joramAdminExport.xml
2008-04-11 23:02:55,937 : INFO : main : JoramAdapter.start :    joramAdminExport.xml not found.
2008-04-11 23:02:55,953 : INFO : main : JoramAdapter.start :    Server port is 16010
2008-04-11 23:02:55,953 : INFO : main : JoramAdapter.start :    JORAM adapter 4.3.19 successfully deployed.
2008-04-11 23:02:56,171 : INFO : main : Rar.processRar :    C:LibreSourceJONAS_4_7_6rarsautoloadjoram_for_jonas_ra.rar available
2008-04-11 23:02:56,187 : INFO : main : ServiceManager.startServices :    resource service started
2008-04-11 23:02:56,203 : INFO : main : ServiceManager.startServices :    ejb service started
2008-04-11 23:02:56,500 : INFO : main : ServiceManager.startServices :    ws service started
2008-04-11 23:02:57,765 : SEVERE : main : Http11BaseProtocol.init :    Error initializing endpoint
java.net.BindException: Address already in use: JVM_Bind:9000
	at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:297)
	at org.apache.coyote.http11.Http11BaseProtocol.init(Http11BaseProtocol.java:141)
	at org.apache.catalina.connector.Connector.initialize(Connector.java:1016)
	at org.apache.catalina.core.StandardService.initialize(StandardService.java:580)
	at org.apache.catalina.core.StandardServer.initialize(StandardServer.java:782)
	at org.objectweb.jonas.web.catalina55.CatalinaJWebContainerServiceImpl.doStart(CatalinaJWebContainerServiceImpl.java:282)
	at org.objectweb.jonas.service.AbsServiceImpl.start(AbsServiceImpl.java:80)
	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.objectweb.jonas.web.wrapper.catalina55.CatalinaJWebContainerServiceWrapper.invoke(CatalinaJWebContainerServiceWrapper.java:157)
	at org.objectweb.jonas.web.wrapper.catalina55.CatalinaJWebContainerServiceWrapper.start(CatalinaJWebContainerServiceWrapper.java:528)
	at org.objectweb.jonas.service.ServiceManager.startServices(ServiceManager.java:336)
	at org.objectweb.jonas.server.Server.start(Server.java:546)
	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:597)
	at org.objectweb.jonas.server.Bootstrap.main(Bootstrap.java:97)
2008-04-11 23:02:57,765 : SEVERE : main : CatalinaJWebContainerServiceImpl.doStart :    Cannot start Tomcat
2008-04-11 23:02:57,781 : INFO : main : Server.stop :    JOnAS server 'jonas' stopped
2008-04-11 23:03:02,875 : INFO : main : JoramAdapter.stop :    JORAM adapter stopping…
2008-04-11 23:03:03,125 : INFO : main : JoramAdapter.stop :    JORAM adapter successfully stopped.
]]>
RE : error in startup when deploying libresource-2.5.ear http://dev.libresource.org/home/community/forum/error_in_startup_when_deploying_libresource-2_5_ear/RE_error_in_startup_when_deploying_libresource-2_5_ear Sebastien Jourdain 2008-04-11T21:11:44+02:00 Sorry it was a mistake in the installer… A new one will be available soon…]]> error in startup when deploying libresource-2.5.ear http://dev.libresource.org/home/community/forum/error_in_startup_when_deploying_libresource-2_5_ear/error_in_startup_when_deploying_libresource-2_5_ear Raouf 2008-04-11T20:32:59+02:00
code: null
2008-04-11 19:21:18,828 : INFO : main : Server.<init> : JVM used is 1.6.0_05 version of Sun Microsystems Inc. vendor on Windows XP 5.1/x86 OS. 2008-04-11 19:21:18,843 : INFO : main : PolicyProvider.init : Using JOnAS PolicyConfigurationFactory provider and JOnAS Policy provider 2008-04-11 19:21:30,953 : INFO : main : NameServiceManager.startNonStartedNS : Name service for jeremie is started on port 2000 2008-04-11 19:21:31,078 : INFO : main : ServiceManager.startRegistry : registry service started 2008-04-11 19:21:33,343 : INFO : main : ServiceManager.startJmx : jmx service started 2008-04-11 19:21:34,718 : INFO : main : Current.<init> : JOTM 2.0.11 2008-04-11 19:21:34,781 : INFO : main : Current.setDefaultRecovery : Jotm Recovery= false 2008-04-11 19:21:34,828 : INFO : main : ServiceManager.startServices : jtm service started 2008-04-11 19:21:35,593 : INFO : main : DataBaseServiceImpl.createDataSource : Mapping ConnectionManager jdbc:postgresql://localhost:5432/libresource on libresourceDS 2008-04-11 19:21:35,609 : INFO : main : ServiceManager.startServices : dbm service started 2008-04-11 19:21:36,671 : INFO : main : ServiceManager.startServices : security service started 2008-04-11 19:21:38,093 : INFO : main : Rar.processRar : C:LibreSourceJONAS_4_7_6rarsautoloadJOnAS_jdbcCP.rar available 2008-04-11 19:21:38,265 : INFO : main : Rar.processRar : C:LibreSourceJONAS_4_7_6rarsautoloadJOnAS_jdbcDM.rar available 2008-04-11 19:21:38,484 : INFO : main : Rar.processRar : C:LibreSourceJONAS_4_7_6rarsautoloadJOnAS_jdbcDS.rar available 2008-04-11 19:21:38,609 : INFO : main : Rar.processRar : C:LibreSourceJONAS_4_7_6rarsautoloadJOnAS_jdbcXA.rar available 2008-04-11 19:21:39,265 : INFO : main : Rar.processRar : Starting deployment of C:LibreSourceJONAS_4_7_6rarsautoloadjoram_for_jonas_ra.rar 2008-04-11 19:21:39,343 : INFO : main : JoramAdapter.<init> : JORAM adapter instantiated. 2008-04-11 19:21:39,390 : INFO : main : JoramAdapter.start : JORAM adapter starting deployment… 2008-04-11 19:21:39,406 : INFO : main : JoramAdapter.start : - Collocated JORAM server is starting… 2008-04-11 19:21:40,562 : INFO : main : JoramAdapter.start : - Collocated JORAM server has successfully started. 2008-04-11 19:21:40,562 : INFO : main : JoramAdapter.start : - Reading the provided admin file: joramAdmin.xml 2008-04-11 19:21:41,500 : INFO : main : JoramAdapter.start : - Reading the provided admin file: joramAdminExport.xml 2008-04-11 19:21:41,515 : INFO : main : JoramAdapter.start : joramAdminExport.xml not found. 2008-04-11 19:21:41,515 : INFO : main : JoramAdapter.start : Server port is 16010 2008-04-11 19:21:41,515 : INFO : main : JoramAdapter.start : JORAM adapter 4.3.19 successfully deployed. 2008-04-11 19:21:41,734 : INFO : main : Rar.processRar : C:LibreSourceJONAS_4_7_6rarsautoloadjoram_for_jonas_ra.rar available 2008-04-11 19:21:41,734 : INFO : main : ServiceManager.startServices : resource service started 2008-04-11 19:21:41,750 : INFO : main : ServiceManager.startServices : ejb service started 2008-04-11 19:21:42,140 : INFO : main : ServiceManager.startServices : ws service started 2008-04-11 19:21:44,625 : INFO : main : Http11BaseProtocol.init : Initializing Coyote HTTP/1.1 on http-9000 2008-04-11 19:21:44,875 : INFO : main : StandardService.start : Starting service Tomcat-JOnAS 2008-04-11 19:21:44,906 : INFO : main : StandardEngine.start : Starting Servlet Engine: Apache Tomcat/5.5.15 2008-04-11 19:21:45,015 : INFO : main : StandardHost.start : XML validation disabled 2008-04-11 19:21:45,109 : INFO : main : Http11BaseProtocol.start : Starting Coyote HTTP/1.1 on http-9000 2008-04-11 19:21:45,343 : INFO : main : StoreLoader.load : Find registry server-registry.xml at classpath resource 2008-04-11 19:21:47,921 : INFO : main : AbsJWebContainerServiceImpl.registerWar : War /C:/LibreSource/JONAS_4_7_6/webapps/autoload/ctxroot.war available at the context /. 2008-04-11 19:21:48,375 : INFO : main : AbsJWebContainerServiceImpl.registerWar : War /C:/LibreSource/JONAS_4_7_6/webapps/autoload/jonas-doc-en/ available at the context /jonas-doc-en. 2008-04-11 19:21:48,765 : INFO : main : AbsJWebContainerServiceImpl.registerWar : War /C:/LibreSource/JONAS_4_7_6/webapps/autoload/jonas-emb-javadoc.war available at the context /jonas-emb-javadoc. 2008-04-11 19:21:49,343 : INFO : main : AbsJWebContainerServiceImpl.registerWar : War /C:/LibreSource/JONAS_4_7_6/webapps/autoload/jonas-javadoc/ available at the context /jonas-javadoc. 2008-04-11 19:21:59,625 : INFO : main : AbsJWebContainerServiceImpl.registerWar : War /C:/LibreSource/JONAS_4_7_6/webapps/autoload/jonasAdmin.war available at the context /jonasAdmin. 2008-04-11 19:22:00,890 : INFO : main : AbsJWebContainerServiceImpl.registerWar : War /C:/LibreSource/JONAS_4_7_6/webapps/autoload/tomcat-docs.war available at the context /tomcat-docs. 2008-04-11 19:22:00,890 : INFO : main : ServiceManager.startServices : web service started 2008-04-11 19:23:50,843 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean MembershipService (set to the default value Supports) 2008-04-11 19:23:51,031 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract boolean org.libresource.LibresourceService.canMapResourceForSecurity(java.net.URI,java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean KernelService (set to the default value Supports) 2008-04-11 19:23:51,031 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract org.libresource.search.LibresourceIndexableContent org.libresource.LibresourceService.getIndexableContent(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean KernelService (set to the default value Supports) 2008-04-11 19:23:51,031 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean KernelService (set to the default value Supports) 2008-04-11 19:23:51,031 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract org.libresource.xml.LibresourceExportHandler org.libresource.LibresourceService.getXmlExportHandlerForResource(java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean KernelService (set to the default value Supports) 2008-04-11 19:23:51,046 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract org.libresource.xml.LibresourceImportHandler org.libresource.LibresourceService.getXmlImportHandler(java.lang.String) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean KernelService (set to the default value Supports) 2008-04-11 19:23:51,046 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract java.lang.Stringerror in startup when deploying libresource-2.5.ear org.libresource.LibresourceService.listAvailablesEvents(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean KernelService (set to the default value Supports) 2008-04-11 19:23:51,046 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract java.lang.Stringerror in startup when deploying libresource-2.5.ear org.libresource.LibresourceService.listAvailablesPermissions(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean KernelService (set to the default value Supports) 2008-04-11 19:23:51,765 : INFO : main : JContainer.addBean : MembershipService available 2008-04-11 19:23:54,578 : INFO : main : JContainer.addBean : SymbolicLinkResource is loaded and using rdb.postgres 2008-04-11 19:23:54,578 : INFO : main : JContainer.addBean : SymbolicLinkResource available 2008-04-11 19:23:55,484 : INFO : main : JContainer.addBean : KernelService available 2008-04-11 19:23:55,640 : INFO : main : JoramAdapter.createTopic : - Topic ! libresource.indexation ! has been created. 2008-04-11 19:23:55,671 : INFO : main : JoramAdapter.createUser : - User ! anonymous ! has been created. 2008-04-11 19:23:55,703 : INFO : main : JContainer.addBean : IndexationEventListener available 2008-04-11 19:23:55,921 : INFO : main : JContainer.addBean : GroupResource is loaded and using rdb.postgres 2008-04-11 19:23:55,921 : INFO : main : JContainer.addBean : GroupResource available 2008-04-11 19:23:56,062 : INFO : main : JContainer.addBean : Node is loaded and using rdb.postgres 2008-04-11 19:23:56,062 : INFO : main : JContainer.addBean : Node available 2008-04-11 19:23:56,125 : INFO : main : JContainer.addBean : LDAPGroupResource is loaded and using rdb.postgres 2008-04-11 19:23:56,125 : INFO : main : JContainer.addBean : LDAPGroupResource available 2008-04-11 19:23:56,156 : INFO : main : JoramAdapter.createTopic : - Topic ! libresource.jobs ! has been created. 2008-04-11 19:23:56,156 : INFO : main : JoramAdapter.createUser : - User ! anonymous ! has been created. 2008-04-11 19:23:56,156 : INFO : main : JContainer.addBean : KernelJobsListener available 2008-04-11 19:23:56,171 : INFO : main : JoramAdapter.createTopic : - Topic ! libresource.events ! has been created. 2008-04-11 19:23:56,171 : INFO : main : JoramAdapter.createUser : - User ! anonymous ! has been created. 2008-04-11 19:23:56,187 : INFO : main : JContainer.addBean : KernelEventListener available 2008-04-11 19:23:56,265 : INFO : main : JContainer.addBean : ProfileResource is loaded and using rdb.postgres 2008-04-11 19:23:56,265 : INFO : main : JContainer.addBean : ProfileResource available 2008-04-11 19:23:56,703 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract boolean org.libresource.LibresourceService.canMapResourceForSecurity(java.net.URI,java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceCoreService (set to the default value Supports) 2008-04-11 19:23:56,703 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceCoreService (set to the default value Supports) 2008-04-11 19:23:56,703 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract java.lang.Stringerror in startup when deploying libresource-2.5.ear org.libresource.LibresourceService.listAvailablesPermissions(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceCoreService (set to the default value Supports) 2008-04-11 19:23:56,718 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract boolean org.libresource.LibresourceService.canMapResourceForSecurity(java.net.URI,java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceStatsService (set to the default value Supports) 2008-04-11 19:23:56,718 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract org.libresource.search.LibresourceIndexableContent org.libresource.LibresourceService.getIndexableContent(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceStatsService (set to the default value Supports) 2008-04-11 19:23:56,718 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceStatsService (set to the default value Supports) 2008-04-11 19:23:56,718 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract org.libresource.xml.LibresourceExportHandler org.libresource.LibresourceService.getXmlExportHandlerForResource(java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceStatsService (set to the default value Supports) 2008-04-11 19:23:56,718 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract org.libresource.xml.LibresourceImportHandler org.libresource.LibresourceService.getXmlImportHandler(java.lang.String) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceStatsService (set to the default value Supports) 2008-04-11 19:23:56,718 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract java.lang.Stringerror in startup when deploying libresource-2.5.ear org.libresource.LibresourceService.listAvailablesEvents(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceStatsService (set to the default value Supports) 2008-04-11 19:23:56,718 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract java.lang.Stringerror in startup when deploying libresource-2.5.ear org.libresource.LibresourceService.listAvailablesPermissions(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceStatsService (set to the default value Supports) 2008-04-11 19:23:56,828 : INFO : main : JoramAdapter.createUser : - User ! anonymous ! has been created. 2008-04-11 19:23:56,906 : INFO : main : JContainer.addBean : MailNotificationsDispatcher available 2008-04-11 19:23:57,000 : INFO : main : JContainer.addBean : ProjectResource is loaded and using rdb.postgres 2008-04-11 19:23:57,000 : INFO : main : JContainer.addBean : ProjectResource available 2008-04-11 19:23:57,078 : INFO : main : JContainer.addBean : TimelineResource is loaded and using rdb.postgres 2008-04-11 19:23:57,078 : INFO : main : JContainer.addBean : TimelineResource available 2008-04-11 19:23:57,125 : INFO : main : JContainer.addBean : TemplateResource is loaded and using rdb.postgres 2008-04-11 19:23:57,125 : INFO : main : JContainer.addBean : TemplateResource available 2008-04-11 19:23:57,125 : INFO : main : JoramAdapter.createUser : - User ! anonymous ! has been created. 2008-04-11 19:23:57,125 : INFO : main : JContainer.addBean : JabberNotificationsDispatcher available 2008-04-11 19:23:57,140 : INFO : main : JoramAdapter.createUser : - User ! anonymous ! has been created. 2008-04-11 19:23:57,140 : INFO : main : JContainer.addBean : TimelinesDispatcher available 2008-04-11 19:23:57,156 : INFO : main : JoramAdapter.createUser : - User ! anonymous ! has been created. 2008-04-11 19:23:57,171 : INFO : main : JContainer.addBean : ComputeStatsJobsListener available 2008-04-11 19:23:57,171 : INFO : main : JoramAdapter.createUser : - User ! anonymous ! has been created. 2008-04-11 19:23:57,171 : INFO : main : JContainer.addBean : EventLoggerBean available 2008-04-11 19:23:57,203 : INFO : main : JContainer.addBean : LibresourceStatsService available 2008-04-11 19:23:57,218 : INFO : main : JContainer.addBean : LibresourceCoreService available 2008-04-11 19:23:57,765 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract boolean org.libresource.LibresourceService.canMapResourceForSecurity(java.net.URI,java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean MetaSiteService (set to the default value Supports) 2008-04-11 19:23:57,781 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean MetaSiteService (set to the default value Supports) 2008-04-11 19:23:57,781 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract org.libresource.xml.LibresourceExportHandler org.libresource.LibresourceService.getXmlExportHandlerForResource(java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean MetaSiteService (set to the default value Supports) 2008-04-11 19:23:57,781 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract org.libresource.xml.LibresourceImportHandler org.libresource.LibresourceService.getXmlImportHandler(java.lang.String) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean MetaSiteService (set to the default value Supports) 2008-04-11 19:23:57,781 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract java.lang.Stringerror in startup when deploying libresource-2.5.ear org.libresource.LibresourceService.listAvailablesEvents(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean MetaSiteService (set to the default value Supports) 2008-04-11 19:23:57,781 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract java.lang.Stringerror in startup when deploying libresource-2.5.ear org.libresource.LibresourceService.listAvailablesPermissions(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean MetaSiteService (set to the default value Supports) 2008-04-11 19:23:57,828 : INFO : main : JoramAdapter.createUser : - User ! anonymous ! has been created. 2008-04-11 19:23:57,843 : INFO : main : JContainer.addBean : RemoteSitesDeletetionListenerBean available 2008-04-11 19:23:57,921 : INFO : main : JContainer.addBean : SiteResource is loaded and using rdb.postgres 2008-04-11 19:23:57,921 : INFO : main : JContainer.addBean : SiteResource available 2008-04-11 19:23:57,953 : INFO : main : JContainer.addBean : ProjectProxyResource is loaded and using rdb.postgres 2008-04-11 19:23:57,953 : INFO : main : JContainer.addBean : ProjectProxyResource available 2008-04-11 19:23:57,968 : INFO : main : JContainer.addBean : MetaSiteService available 2008-04-11 19:23:57,984 : INFO : main : JoramAdapter.createUser : - User ! anonymous ! has been created. 2008-04-11 19:23:57,984 : INFO : main : JContainer.addBean : SynchronizationJobsListener available 2008-04-11 19:23:58,171 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract boolean org.libresource.LibresourceService.canMapResourceForSecurity(java.net.URI,java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceWikiService (set to the default value Supports) 2008-04-11 19:23:58,171 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceWikiService (set to the default value Supports) 2008-04-11 19:23:58,171 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract java.lang.Stringerror in startup when deploying libresource-2.5.ear org.libresource.LibresourceService.listAvailablesPermissions(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceWikiService (set to the default value Supports) 2008-04-11 19:23:58,265 : INFO : main : JContainer.addBean : PageResource is loaded and using rdb.postgres 2008-04-11 19:23:58,265 : INFO : main : JContainer.addBean : PageResource available 2008-04-11 19:23:58,296 : INFO : main : JContainer.addBean : LibresourceWikiService available 2008-04-11 19:23:58,484 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract boolean org.libresource.LibresourceService.canMapResourceForSecurity(java.net.URI,java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceMailingService (set to the default value Supports) 2008-04-11 19:23:58,484 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceMailingService (set to the default value Supports) 2008-04-11 19:23:58,609 : INFO : main : JContainer.addBean : MailingListResource is loaded and using rdb.postgres 2008-04-11 19:23:58,640 : INFO : main : JContainer.addBean : MailingListResource available 2008-04-11 19:23:58,656 : INFO : main : JContainer.addBean : LibresourceMailingService available 2008-04-11 19:23:58,828 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract boolean org.libresource.LibresourceService.canMapResourceForSecurity(java.net.URI,java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceSurveyService (set to the default value Supports) 2008-04-11 19:23:58,828 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceSurveyService (set to the default value Supports) 2008-04-11 19:23:58,875 : INFO : main : JContainer.addBean : LibresourceSurveyService available 2008-04-11 19:23:58,953 : INFO : main : JContainer.addBean : SurveyResource is loaded and using rdb.postgres 2008-04-11 19:23:58,953 : INFO : main : JContainer.addBean : SurveyResource available 2008-04-11 19:23:59,078 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract boolean org.libresource.LibresourceService.canMapResourceForSecurity(java.net.URI,java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceForumService (set to the default value Supports) 2008-04-11 19:23:59,078 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceForumService (set to the default value Supports) 2008-04-11 19:23:59,187 : INFO : main : JContainer.addBean : ThreadResource is loaded and using rdb.postgres 2008-04-11 19:23:59,187 : INFO : main : JContainer.addBean : ThreadResource available 2008-04-11 19:23:59,250 : INFO : main : JContainer.addBean : ForumResource is loaded and using rdb.postgres 2008-04-11 19:23:59,250 : INFO : main : JContainer.addBean : ForumResource available 2008-04-11 19:23:59,281 : INFO : main : JContainer.addBean : MessageResource is loaded and using rdb.postgres 2008-04-11 19:23:59,281 : INFO : main : JContainer.addBean : MessageResource available 2008-04-11 19:23:59,296 : INFO : main : JContainer.addBean : LibresourceForumService available 2008-04-11 19:23:59,500 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract boolean org.libresource.LibresourceService.canMapResourceForSecurity(java.net.URI,java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceFilesService (set to the default value Supports) 2008-04-11 19:23:59,515 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceFilesService (set to the default value Supports) 2008-04-11 19:23:59,671 : INFO : main : JContainer.addBean : FileResource is loaded and using rdb.postgres 2008-04-11 19:23:59,671 : INFO : main : JContainer.addBean : FileResource available 2008-04-11 19:23:59,718 : INFO : main : JContainer.addBean : RepositoryResource is loaded and using rdb.postgres 2008-04-11 19:23:59,718 : INFO : main : JContainer.addBean : RepositoryResource available 2008-04-11 19:24:00,062 : INFO : main : JContainer.addBean : LibresourceFilesService available 2008-04-11 19:24:00,093 : INFO : main : JContainer.addBean : DropBoxResource is loaded and using rdb.postgres 2008-04-11 19:24:00,093 : INFO : main : JContainer.addBean : DropBoxResource available 2008-04-11 19:24:00,328 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract boolean org.libresource.LibresourceService.canMapResourceForSecurity(java.net.URI,java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceBugTrackerService (set to the default value Supports) 2008-04-11 19:24:00,328 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceBugTrackerService (set to the default value Supports) 2008-04-11 19:24:00,625 : INFO : main : JContainer.addBean : IssueResource is loaded and using rdb.postgres 2008-04-11 19:24:00,625 : INFO : main : JContainer.addBean : IssueResource available 2008-04-11 19:24:00,671 : INFO : main : JContainer.addBean : BugTrackerResource is loaded and using rdb.postgres 2008-04-11 19:24:00,671 : INFO : main : JContainer.addBean : BugTrackerResource available 2008-04-11 19:24:00,687 : INFO : main : JContainer.addBean : LibresourceBugTrackerService available 2008-04-11 19:24:00,937 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract boolean org.libresource.LibresourceService.canMapResourceForSecurity(java.net.URI,java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceSynchronizerService (set to the default value Supports) 2008-04-11 19:24:00,937 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceSynchronizerService (set to the default value Supports) 2008-04-11 19:24:01,390 : INFO : main : JContainer.addBean : LibresourceSynchronizerService available 2008-04-11 19:24:01,390 : INFO : main : JoramAdapter.createUser : - User ! anonymous ! has been created. 2008-04-11 19:24:01,406 : INFO : main : JContainer.addBean : CompressJobsListener available 2008-04-11 19:24:01,687 : INFO : main : JContainer.addBean : Workspace is loaded and using rdb.postgres 2008-04-11 19:24:01,687 : INFO : main : JContainer.addBean : Workspace available 2008-04-11 19:24:01,765 : INFO : main : JContainer.addBean : WsConnectionResource is loaded and using rdb.postgres 2008-04-11 19:24:01,765 : INFO : main : JContainer.addBean : WsConnectionResource available 2008-04-11 19:24:01,812 : INFO : main : JContainer.addBean : SynchronizerResource is loaded and using rdb.postgres 2008-04-11 19:24:01,812 : INFO : main : JContainer.addBean : SynchronizerResource available 2008-04-11 19:24:02,109 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract boolean org.libresource.LibresourceService.canMapResourceForSecurity(java.net.URI,java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceSubversionService (set to the default value Supports) 2008-04-11 19:24:02,125 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceSubversionService (set to the default value Supports) 2008-04-11 19:24:02,234 : INFO : main : JContainer.addBean : SubversionRepositoryResource is loaded and using rdb.postgres 2008-04-11 19:24:02,234 : INFO : main : JContainer.addBean : SubversionRepositoryResource available 2008-04-11 19:24:02,250 : INFO : main : JContainer.addBean : LibresourceSubversionService available 2008-04-11 19:24:02,390 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract boolean org.libresource.LibresourceService.canMapResourceForSecurity(java.net.URI,java.net.URI) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceFormService (set to the default value Supports) 2008-04-11 19:24:02,390 : WARNING : main : SessionDesc.checkTxAttribute : trans-attribute missing for method public abstract java.lang.String org.libresource.LibresourceService.getShortResourceName(org.libresource.LibresourceResourceIdentifier) throws org.libresource.LibresourceException,java.rmi.RemoteException in session bean LibresourceFormService (set to the default value Supports) 2008-04-11 19:24:02,468 : INFO : main : JContainer.addBean : LibresourceFormService available 2008-04-11 19:24:02,562 : INFO : main : JContainer.addBean : FormResource is loaded and using rdb.postgres 2008-04-11 19:24:02,562 : INFO : main : JContainer.addBean : FormResource available 2008-04-11 19:24:03,046 : SEVERE : main : AbsJWebContainerServiceImpl.deployWars : Error when deploying '/C:/LibreSource/JONAS_4_7_6/work/apps/jonas/LibreSource-2.5_2008.04.11-18.54.46/LibreSource-Web-2.0.war' 2008-04-11 19:24:03,046 : SEVERE : main : AbsJWebContainerServiceImpl.deployWars : Cannot deploy war '/C:/LibreSource/JONAS_4_7_6/work/apps/jonas/LibreSource-2.5_2008.04.11-18.54.46/LibreSource-Web-2.0.war' is already deployed with the context '/'. You must undeploy the war before a new deployment. 2008-04-11 19:24:03,046 : SEVERE : main : AbsJWebContainerServiceImpl.deployWars : Undeploy war of the ear application 2008-04-11 19:24:03,046 : SEVERE : main : EarServiceImpl.deployEar : Error during the deployment of the wars file of the Ear file C:LibreSourceJONAS_4_7_6appsautoloadLibreSource-2.5.ear': Error during the deployment: org.objectweb.jonas.web.JWebContainerServiceException : Cannot deploy war '/C:/LibreSource/JONAS_4_7_6/work/apps/jonas/LibreSource-2.5_2008.04.11-18.54.46/LibreSource-Web-2.0.war' is already deployed with the context '/'. You must undeploy the war before a new deployment. 2008-04-11 19:24:03,046 : INFO : main : JContainer.remove : LibreSource-Kernel-2.0: MembershipService no longer available 2008-04-11 19:24:03,046 : INFO : main : JContainer.remove : LibreSource-Kernel-2.0: KernelService no longer available 2008-04-11 19:24:03,062 : INFO : main : JContainer.remove : LibreSource-Kernel-2.0: SymbolicLinkResource no longer available 2008-04-11 19:24:03,062 : INFO : main : JContainer.remove : LibreSource-Kernel-2.0: Node no longer available 2008-04-11 19:24:03,062 : INFO : main : JContainer.remove : LibreSource-Kernel-2.0: GroupResource no longer available 2008-04-11 19:24:03,078 : INFO : main : JContainer.remove : LibreSource-Kernel-2.0: IndexationEventListener no longer available 2008-04-11 19:24:03,078 : INFO : main : JContainer.remove : LibreSource-Kernel-2.0: LDAPGroupResource no longer available 2008-04-11 19:24:03,078 : WARNING : main : JMdbEndpointFactory.stop : stop: Cannot deactivate the endpoint java.lang.NullPointerException at org.objectweb.joram.client.connector.JoramAdapter.endpointDeactivation(JoramAdapter.java:758) at org.objectweb.jonas_ejb.container.JMdbEndpointFactory.stop(JMdbEndpointFactory.java:339) at org.objectweb.jonas_ejb.container.JContainer.remove(JContainer.java:805) at org.objectweb.jonas.container.EJBServiceImpl.removeContainer(EJBServiceImpl.java:1028) at org.objectweb.jonas.container.EJBServiceImpl.removeContainer(EJBServiceImpl.java:1523) at org.objectweb.jonas.container.EJBServiceImpl.unDeployJars(EJBServiceImpl.java:1508) at org.objectweb.jonas.ear.EarServiceImpl.deployEar(EarServiceImpl.java:995) at org.objectweb.jonas.ear.EarServiceImpl.doStart(EarServiceImpl.java:1286) 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:546) 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:597) at org.objectweb.jonas.server.Bootstrap.main(Bootstrap.java:97)
so Jonas is not stated. What is the error on this case?]]>