11-08-2011 07:02 AM
7-nov-2011 18:20:18 org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /opt/alfresco-3.5.0/java/jre/lib/amd64/server:/opt/alfresco-3.5.0/java/jre/lib/amd64:/opt/alfresco-3.5.0/java/jre/../lib/amd64:/opt/alfresco-3.5.0/postgresql/lib:/opt/alfresco-3.5.0/common/lib::/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
7-nov-2011 18:20:18 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
7-nov-2011 18:20:18 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 390 ms
7-nov-2011 18:20:18 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
7-nov-2011 18:20:18 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.29
7-nov-2011 18:20:18 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive alfresco.war
7-nov-2011 18:20:21 org.apache.catalina.core.StandardContext addApplicationListener
INFO: The listener "org.apache.myfaces.webapp.StartupServletContextListener" is already configured for this context. The duplicate definition has been ignored.
18:20:26,218 INFO [management.subsystems.ChildApplicationContextFactory] Starting 'sysAdmin' subsystem, ID: [sysAdmin, default]
18:20:31,868 INFO [management.subsystems.ChildApplicationContextFactory] Startup of 'sysAdmin' subsystem, ID: [sysAdmin, default] complete
18:20:33,985 WARN [alfresco.util.AbstractTriggerBean] Job ehCacheTracerJob is not active/enabled
18:20:34,162 INFO [management.subsystems.ChildApplicationContextFactory] Stopping 'sysAdmin' subsystem, ID: [sysAdmin, default]
18:20:34,163 INFO [management.subsystems.ChildApplicationContextFactory] Stopped 'sysAdmin' subsystem, ID: [sysAdmin, default]
18:20:34,167 ERROR [web.context.ContextLoader] Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'avmRemoteService' defined in class path resource [alfresco/remote-services-context.xml]: Invocation of init method failed; nested exception is java.rmi.server.ExportException: internal error: ObjID already in use
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1401)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:512)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:557)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:842)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:416)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:261)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:192)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
at org.alfresco.web.app.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:63)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4135)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4630)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:546)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:905)
at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:740)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:500)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:445)
at org.apache.catalina.core.StandardService.start(StandardService.java:519)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
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.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Caused by: java.rmi.server.ExportException: internal error: ObjID already in use
at sun.rmi.transport.ObjectTable.putTarget(ObjectTable.java:169)
at sun.rmi.transport.Transport.exportObject(Transport.java:74)
at sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:229)
at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:393)
at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:129)
at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:190)
at sun.rmi.registry.RegistryImpl.setup(RegistryImpl.java:92)
at sun.rmi.registry.RegistryImpl.<init>(RegistryImpl.java:68)
at java.rmi.registry.LocateRegistry.createRegistry(LocateRegistry.java:222)
at org.springframework.remoting.rmi.RmiServiceExporter.getRegistry(RmiServiceExporter.java:366)
at org.springframework.remoting.rmi.RmiServiceExporter.getRegistry(RmiServiceExporter.java:331)
at org.springframework.remoting.rmi.RmiServiceExporter.prepare(RmiServiceExporter.java:264)
at org.springframework.remoting.rmi.RmiServiceExporter.afterPropertiesSet(RmiServiceExporter.java:227)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1460)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1398)
… 37 more
7-nov-2011 18:20:34 org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
7-nov-2011 18:20:34 org.apache.catalina.core.StandardContext start
SEVERE: Context [/alfresco] startup failed due to previous errors
7-nov-2011 18:20:34 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/alfresco] appears to have started a thread named [net.sf.ehcache.CacheManager@6cd6798] but has failed to stop it. This is very likely to create a memory leak.
7-nov-2011 18:20:34 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [null] (value [com.sun.xml.bind.v2.ClassFactory$1@4b4bc1e]) and a value of type [java.util.WeakHashMap] (value [{class org.alfresco.repo.audit.model._3.PathMappings=java.lang.ref.WeakReference@2897eb44, class org.alfresco.repo.audit.model._3.RecordValue=java.lang.ref.WeakReference@dd6d22e, class java.util.ArrayList=java.lang.ref.WeakReference@1280d11b, class org.alfresco.repo.audit.model._3.AuditPath=java.lang.ref.WeakReference@47204d1a, class org.alfresco.repo.audit.model._3.DataExtractors=java.lang.ref.WeakReference@19a60a71, class org.alfresco.repo.audit.model._3.DataExtractor=java.lang.ref.WeakReference@63f78dde, class org.alfresco.repo.audit.model._3.Audit=java.lang.ref.WeakReference@11831d18, class org.alfresco.repo.audit.model._3.Application=java.lang.ref.WeakReference@36eb1ba3, class org.alfresco.repo.audit.model._3.PathMap=java.lang.ref.WeakReference@5638680}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
7-nov-2011 18:20:34 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@49134043]) and a value of type [org.alfresco.util.CachingDateFormat] (value [yyyy-MM-dd]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
7-nov-2011 18:20:34 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [null] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@ee01430]) and a value of type [com.sun.xml.bind.v2.runtime.Coordinator[]] (value [[Lcom.sun.xml.bind.v2.runtime.Coordinator;@194d62f1]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
7-nov-2011 18:20:34 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@279ac931]) and a value of type [org.apache.cxf.bus.CXFBusImpl] (value [org.apache.cxf.bus.CXFBusImpl@230ec447]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
log4j:ERROR LogMananger.repositorySelector was null likely due to error in class reloading, using NOPLoggerRepository.
7-nov-2011 18:20:35 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive share.war
18:20:41,704 INFO [extensions.webscripts.DeclarativeRegistry] Registered 288 Web Scripts (+0 failed), 298 URLs
18:20:41,705 INFO [extensions.webscripts.DeclarativeRegistry] Registered 8 Package Description Documents (+0 failed)
18:20:41,705 INFO [extensions.webscripts.DeclarativeRegistry] Registered 0 Schema Description Documents (+0 failed)
18:20:41,888 INFO [extensions.webscripts.AbstractRuntimeContainer] Initialised Spring Surf Container Web Script Container (in 1615.467ms)
18:20:41,914 INFO [extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
18:20:41,975 INFO [extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
18:20:41,986 INFO [extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
18:20:41,989 INFO [extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
18:20:41,999 INFO [extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
18:20:42,003 INFO [extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
7-nov-2011 18:20:42 org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ROOT
7-nov-2011 18:20:42 org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory host-manager
7-nov-2011 18:20:42 org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory manager
7-nov-2011 18:20:42 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
7-nov-2011 18:20:42 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
7-nov-2011 18:20:42 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/14 config=null
7-nov-2011 18:20:42 org.apache.catalina.startup.Catalina start
INFO: Server startup in 24074 ms
19:25:16,613 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
19:25:17,958 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
19:25:17,962 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
19:25:17,966 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
19:25:17,970 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
19:25:17,973 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
19:25:17,976 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
19:25:18,103 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
19:25:18,225 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
19:25:18,227 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
19:25:18,341 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
19:25:18,343 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
19:25:18,346 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
19:25:18,562 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
19:25:19,484 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
19:25:19,486 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
19:25:19,893 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
19:25:19,993 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:11:13,333 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:11:13,413 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:11:13,430 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:11:13,433 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:11:13,446 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:11:13,450 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:11:13,466 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:11:13,490 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:11:13,496 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:11:13,498 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:11:13,502 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:11:13,526 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:11:13,716 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:11:13,720 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:11:14,158 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:11:14,208 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:11:14,222 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:11:40,743 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:11:40,821 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:11:41,432 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:23,838 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:23,958 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:23,960 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:23,964 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:23,965 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:23,966 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:23,968 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:24,010 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:24,014 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:24,050 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:24,051 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:24,084 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:24,356 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:24,361 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:24,362 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:24,364 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:24,365 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:24,366 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:24,586 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:24,590 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:43,475 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:43,506 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:43,658 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:43,663 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:43,664 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:43,666 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:43,669 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:43,670 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:43,723 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:43,730 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:44,000 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:44,006 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:44,008 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:44,011 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:44,013 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:44,015 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:44,193 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:44,195 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:24:44,218 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
7-nov-2011 20:25:55 org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-8080
7-nov-2011 20:25:55 org.apache.catalina.connector.Connector pause
SEVERE: Protocol handler pause failed
java.net.NoRouteToHostException: No route to host
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at java.net.Socket.<init>(Socket.java:375)
at java.net.Socket.<init>(Socket.java:218)
at org.apache.jk.common.ChannelSocket.unLockSocket(ChannelSocket.java:492)
at org.apache.jk.common.ChannelSocket.pause(ChannelSocket.java:289)
at org.apache.jk.server.JkMain.pause(JkMain.java:725)
at org.apache.jk.server.JkCoyoteHandler.pause(JkCoyoteHandler.java:153)
at org.apache.catalina.connector.Connector.pause(Connector.java:1029)
at org.apache.catalina.core.StandardService.stop(StandardService.java:566)
at org.apache.catalina.core.StandardServer.stop(StandardServer.java:744)
at org.apache.catalina.startup.Catalina.stop(Catalina.java:648)
at org.apache.catalina.startup.Catalina.start(Catalina.java:615)
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.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
7-nov-2011 20:25:56 org.apache.catalina.core.StandardService stop
INFO: Stopping service Catalina
7-nov-2011 20:25:56 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/share] created a ThreadLocal with key of type [null] (value [org.springframework.extensions.webscripts.processor.FTLTemplateProcessor$NonBlockingObjectWrapper$1@3afb1100]) and a value of type [freemarker.template.DefaultObjectWrapper] (value [freemarker.template.DefaultObjectWrapper@39193540]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
7-nov-2011 20:25:56 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/share] created a ThreadLocal with key of type [null] (value [org.springframework.extensions.webscripts.processor.FTLTemplateProcessor$NonBlockingObjectWrapper$1@25f71a09]) and a value of type [freemarker.template.DefaultObjectWrapper] (value [freemarker.template.DefaultObjectWrapper@1ce5858]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
7-nov-2011 20:25:56 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/share] created a ThreadLocal with key of type [null] (value [org.springframework.extensions.webscripts.processor.FTLTemplateProcessor$NonBlockingObjectWrapper$1@1209fa55]) and a value of type [freemarker.template.DefaultObjectWrapper] (value [freemarker.template.DefaultObjectWrapper@4d11ebb3]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
7-nov-2011 20:25:56 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/share] created a ThreadLocal with key of type [null] (value [org.springframework.extensions.webscripts.processor.FTLTemplateProcessor$NonBlockingObjectWrapper$1@3afb1100]) and a value of type [freemarker.template.DefaultObjectWrapper] (value [freemarker.template.DefaultObjectWrapper@53895c4c]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
7-nov-2011 20:25:56 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/share] created a ThreadLocal with key of type [null] (value [org.springframework.extensions.webscripts.processor.FTLTemplateProcessor$NonBlockingObjectWrapper$1@3afb1100]) and a value of type [freemarker.template.DefaultObjectWrapper] (value [freemarker.template.DefaultObjectWrapper@5f0aac6c]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
7-nov-2011 20:25:56 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/share] created a ThreadLocal with key of type [null] (value [org.springframework.extensions.webscripts.processor.FTLTemplateProcessor$NonBlockingObjectWrapper$1@3afb1100]) and a value of type [freemarker.template.DefaultObjectWrapper] (value [freemarker.template.DefaultObjectWrapper@35be1733]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
7-nov-2011 20:25:56 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/share] created a ThreadLocal with key of type [null] (value [org.springframework.extensions.webscripts.processor.FTLTemplateProcessor$NonBlockingObjectWrapper$1@3afb1100]) and a value of type [freemarker.template.DefaultObjectWrapper] (value [freemarker.template.DefaultObjectWrapper@52e530d5]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
7-nov-2011 20:25:56 org.apache.coyote.http11.Http11Protocol destroy
INFO: Stopping Coyote HTTP/1.1 on http-8080
7-nov-2011 20:26:21 org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /opt/alfresco-3.5.0/java/jre/lib/amd64/server:/opt/alfresco-3.5.0/java/jre/lib/amd64:/opt/alfresco-3.5.0/java/jre/../lib/amd64:/opt/alfresco-3.5.0/postgresql/lib:/opt/alfresco-3.5.0/common/lib::/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
7-nov-2011 20:26:21 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
7-nov-2011 20:26:21 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 386 ms
7-nov-2011 20:26:21 org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
7-nov-2011 20:26:21 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.29
7-nov-2011 20:26:21 org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor alfresco.xml
7-nov-2011 20:26:22 org.apache.catalina.core.StandardContext addApplicationListener
INFO: The listener "org.apache.myfaces.webapp.StartupServletContextListener" is already configured for this context. The duplicate definition has been ignored.
20:26:26,992 INFO [management.subsystems.ChildApplicationContextFactory] Starting 'sysAdmin' subsystem, ID: [sysAdmin, default]
20:26:32,586 INFO [management.subsystems.ChildApplicationContextFactory] Startup of 'sysAdmin' subsystem, ID: [sysAdmin, default] complete
20:26:34,919 WARN [alfresco.util.AbstractTriggerBean] Job ehCacheTracerJob is not active/enabled
20:26:35,176 INFO [management.subsystems.ChildApplicationContextFactory] Stopping 'sysAdmin' subsystem, ID: [sysAdmin, default]
20:26:35,176 INFO [management.subsystems.ChildApplicationContextFactory] Stopped 'sysAdmin' subsystem, ID: [sysAdmin, default]
20:26:35,181 ERROR [web.context.ContextLoader] Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'avmRemoteService' defined in class path resource [alfresco/remote-services-context.xml]: Invocation of init method failed; nested exception is java.rmi.server.ExportException: internal error: ObjID already in use
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1401)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:512)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:290)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:287)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:189)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:557)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:842)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:416)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:261)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:192)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
at org.alfresco.web.app.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:63)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4135)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4630)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:546)
at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:637)
at org.apache.catalina.startup.HostConfig.deployDescriptors(HostConfig.java:563)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:498)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:445)
at org.apache.catalina.core.StandardService.start(StandardService.java:519)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
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.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
Caused by: java.rmi.server.ExportException: internal error: ObjID already in use
at sun.rmi.transport.ObjectTable.putTarget(ObjectTable.java:169)
at sun.rmi.transport.Transport.exportObject(Transport.java:74)
at sun.rmi.transport.tcp.TCPTransport.exportObject(TCPTransport.java:229)
at sun.rmi.transport.tcp.TCPEndpoint.exportObject(TCPEndpoint.java:393)
at sun.rmi.transport.LiveRef.exportObject(LiveRef.java:129)
at sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:190)
at sun.rmi.registry.RegistryImpl.setup(RegistryImpl.java:92)
at sun.rmi.registry.RegistryImpl.<init>(RegistryImpl.java:68)
at java.rmi.registry.LocateRegistry.createRegistry(LocateRegistry.java:222)
at org.springframework.remoting.rmi.RmiServiceExporter.getRegistry(RmiServiceExporter.java:366)
at org.springframework.remoting.rmi.RmiServiceExporter.getRegistry(RmiServiceExporter.java:331)
at org.springframework.remoting.rmi.RmiServiceExporter.prepare(RmiServiceExporter.java:264)
at org.springframework.remoting.rmi.RmiServiceExporter.afterPropertiesSet(RmiServiceExporter.java:227)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1460)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1398)
… 37 more
7-nov-2011 20:26:35 org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
7-nov-2011 20:26:35 org.apache.catalina.core.StandardContext start
SEVERE: Context [/alfresco] startup failed due to previous errors
7-nov-2011 20:26:35 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/alfresco] appears to have started a thread named [DefaultScheduler_Worker-1] but has failed to stop it. This is very likely to create a memory leak.
7-nov-2011 20:26:35 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/alfresco] appears to have started a thread named [DefaultScheduler_Worker-2] but has failed to stop it. This is very likely to create a memory leak.
7-nov-2011 20:26:35 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/alfresco] appears to have started a thread named [DefaultScheduler_Worker-3] but has failed to stop it. This is very likely to create a memory leak.
7-nov-2011 20:26:35 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/alfresco] appears to have started a thread named [DefaultScheduler_Worker-4] but has failed to stop it. This is very likely to create a memory leak.
7-nov-2011 20:26:35 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/alfresco] appears to have started a thread named [DefaultScheduler_Worker-5] but has failed to stop it. This is very likely to create a memory leak.
7-nov-2011 20:26:35 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/alfresco] appears to have started a thread named [DefaultScheduler_Worker-6] but has failed to stop it. This is very likely to create a memory leak.
7-nov-2011 20:26:35 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/alfresco] appears to have started a thread named [DefaultScheduler_Worker-7] but has failed to stop it. This is very likely to create a memory leak.
7-nov-2011 20:26:35 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/alfresco] appears to have started a thread named [DefaultScheduler_Worker-8] but has failed to stop it. This is very likely to create a memory leak.
7-nov-2011 20:26:35 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/alfresco] appears to have started a thread named [DefaultScheduler_Worker-9] but has failed to stop it. This is very likely to create a memory leak.
7-nov-2011 20:26:35 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/alfresco] appears to have started a thread named [DefaultScheduler_Worker-10] but has failed to stop it. This is very likely to create a memory leak.
7-nov-2011 20:26:35 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
SEVERE: The web application [/alfresco] appears to have started a thread named [net.sf.ehcache.CacheManager@689c7307] but has failed to stop it. This is very likely to create a memory leak.
7-nov-2011 20:26:35 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [null] (value [com.sun.xml.bind.v2.ClassFactory$1@39d3030a]) and a value of type [java.util.WeakHashMap] (value [{class org.alfresco.repo.audit.model._3.AuditPath=java.lang.ref.WeakReference@61bf8785, class java.util.ArrayList=java.lang.ref.WeakReference@655a5ee5, class org.alfresco.repo.audit.model._3.RecordValue=java.lang.ref.WeakReference@100c405f, class org.alfresco.repo.audit.model._3.Application=java.lang.ref.WeakReference@14562534, class org.alfresco.repo.audit.model._3.PathMappings=java.lang.ref.WeakReference@23a4835a, class org.alfresco.repo.audit.model._3.DataExtractors=java.lang.ref.WeakReference@5ab9bfe, class org.alfresco.repo.audit.model._3.Audit=java.lang.ref.WeakReference@458e439a, class org.alfresco.repo.audit.model._3.PathMap=java.lang.ref.WeakReference@7ef85722, class org.alfresco.repo.audit.model._3.DataExtractor=java.lang.ref.WeakReference@6220ba4d}]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
7-nov-2011 20:26:35 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@52a7478f]) and a value of type [org.alfresco.util.CachingDateFormat] (value [yyyy-MM-dd]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
7-nov-2011 20:26:35 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [null] (value [com.sun.xml.bind.v2.runtime.Coordinator$1@644b27ad]) and a value of type [com.sun.xml.bind.v2.runtime.Coordinator[]] (value [[Lcom.sun.xml.bind.v2.runtime.Coordinator;@21a024c]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
7-nov-2011 20:26:35 org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/alfresco] created a ThreadLocal with key of type [java.lang.ThreadLocal] (value [java.lang.ThreadLocal@798ccca7]) and a value of type [org.apache.cxf.bus.CXFBusImpl] (value [org.apache.cxf.bus.CXFBusImpl@ad02649]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
log4j:ERROR LogMananger.repositorySelector was null likely due to error in class reloading, using NOPLoggerRepository.
7-nov-2011 20:26:36 org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor host-manager.xml
7-nov-2011 20:26:36 org.apache.catalina.startup.HostConfig deployDescriptor
INFO: Deploying configuration descriptor manager.xml
7-nov-2011 20:26:36 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive share.war
20:26:41,031 INFO [extensions.webscripts.DeclarativeRegistry] Registered 288 Web Scripts (+0 failed), 298 URLs
20:26:41,032 INFO [extensions.webscripts.DeclarativeRegistry] Registered 8 Package Description Documents (+0 failed)
20:26:41,032 INFO [extensions.webscripts.DeclarativeRegistry] Registered 0 Schema Description Documents (+0 failed)
20:26:41,229 INFO [extensions.webscripts.AbstractRuntimeContainer] Initialised Spring Surf Container Web Script Container (in 1659.026ms)
20:26:41,258 INFO [extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
20:26:41,326 INFO [extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
20:26:41,337 INFO [extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
20:26:41,342 INFO [extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
20:26:41,353 INFO [extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
20:26:41,357 INFO [extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
7-nov-2011 20:26:41 org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ROOT
7-nov-2011 20:26:41 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
7-nov-2011 20:26:41 org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
7-nov-2011 20:26:41 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/14 config=null
7-nov-2011 20:26:41 org.apache.catalina.startup.Catalina start
INFO: Server startup in 20443 ms
20:26:42,915 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:26:42,976 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:26:44,617 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:26:44,620 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:26:44,647 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:26:44,650 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:26:44,653 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:26:44,657 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:26:44,723 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:26:44,745 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:26:45,034 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:26:45,038 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:26:45,041 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:26:45,043 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:26:45,047 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:26:45,049 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:26:45,201 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:26:45,205 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:26:45,229 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:27:01,573 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:27:01,600 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:27:01,663 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:27:01,667 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:27:01,671 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:27:01,673 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:27:01,675 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:27:01,677 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:27:01,725 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:27:01,733 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:27:02,056 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:27:02,058 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:27:02,060 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:27:02,062 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:27:02,065 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:27:02,067 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:27:02,177 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:27:02,180 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
20:27:02,202 INFO [web.site.EditionInterceptor] Unable to retrieve License information from Alfresco: 404
11-08-2011 08:14 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.