Problema arranque virtual tomcat (solucionado)

cancel
Showing results for 
Search instead for 
Did you mean: 
jordi1899
Member II

Problema arranque virtual tomcat (solucionado)

Hola a todos,

He instalado la versión 3.3 de Alfresco en Linux Centos 5.

Mi problema es que el tomcat me arranca perfectamente, pero el virtual tomcat no. Cuando arranco el virtual tomcat no me da ningún error, pero entra en un bucle y no termina nunca de arrancar.

Cuando arranco el virtual tomcat se repiten infinitamente la siguientes lineas de log:

==> catalina.2010-06-30.log <==
30/06/2010 14:54:27 org.springframework.context.support.AbstractApplicationContext doClose
INFO: Closing org.springframework.context.support.FileSystemXmlApplicationContext@7551313a: startup date [Wed Jun 30 14:54:22 CEST 2010]; root of context hierarchy
30/06/2010 14:54:27 org.springframework.beans.factory.support.DefaultSingletonBeanRegistry destroySingletons
INFO: Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@357185c8: defining beans [virtserver-properties,avmReauthenticatingAdvisor,reauthenticatingAdvice,clientTicketHolder,authenticationService,avmRemote,avmRemoteTransport,avmRemoteTransportRaw,attributeService,attributeServiceTransport,attributeServiceTransportRaw,jndiInfoBean,virtServerInfo,virtServerMBeanServer,virtServerRegistry,serverConnector,virtServerExporter,virtWebappRegistry,cacheControlInfo]; root of factory hierarchy
30/06/2010 14:54:27 org.springframework.jmx.export.MBeanExporter destroy
INFO: Unregistering JMX-exposed beans on shutdown
30/06/2010 14:54:27 org.springframework.jmx.support.ConnectorServerFactoryBean destroy
INFO: Stopping JMX connector server: javax.management.remote.rmi.RMIConnectorServer@51bc1897
30/06/2010 14:54:27 org.springframework.remoting.rmi.RmiRegistryFactoryBean destroy
INFO: Unexporting RMI registry
30/06/2010 14:54:27 org.springframework.context.support.AbstractApplicationContext prepareRefresh
INFO: Refreshing org.springframework.context.support.FileSystemXmlApplicationContext@3acfdf8f: startup date [Wed Jun 30 14:54:27 CEST 2010]; root of context hierarchy
30/06/2010 14:54:27 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
INFO: Loading XML bean definitions from URL [file:/opt/Alfresco/virtual-tomcat/conf/alfresco-virtserver-context.xml]
30/06/2010 14:54:27 org.springframework.core.io.support.PropertiesLoaderSupport loadProperties
INFO: Loading properties file from URL [file:/opt/Alfresco/virtual-tomcat/conf/alfresco-shared.properties]
30/06/2010 14:54:27 org.springframework.core.io.support.PropertiesLoaderSupport loadProperties
INFO: Loading properties file from URL [file:/opt/Alfresco/virtual-tomcat/conf/alfresco-virtserver.properties]
30/06/2010 14:54:27 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
INFO: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@75a9c24b: defining beans [virtserver-properties,avmReauthenticatingAdvisor,reauthenticatingAdvice,clientTicketHolder,authenticationService,avmRemote,avmRemoteTransport,avmRemoteTransportRaw,attributeService,attributeServiceTransport,attributeServiceTransportRaw,jndiInfoBean,virtServerInfo,virtServerMBeanServer,virtServerRegistry,serverConnector,virtServerExporter,virtWebappRegistry,cacheControlInfo]; root of factory hierarchy
30/06/2010 14:54:27 org.springframework.remoting.rmi.RmiRegistryFactoryBean getRegistry
INFO: Looking for RMI registry at port '50510'
30/06/2010 14:54:27 org.springframework.remoting.rmi.RmiRegistryFactoryBean getRegistry
INFO: Could not detect RMI registry - creating new one
30/06/2010 14:54:27 org.springframework.jmx.support.ConnectorServerFactoryBean afterPropertiesSet
INFO: JMX connector server started: javax.management.remote.rmi.RMIConnectorServer@652548
30/06/2010 14:54:27 org.springframework.jmx.export.MBeanExporter afterPropertiesSet
INFO: Registering beans for JMX exposure on startup
30/06/2010 14:54:27 org.springframework.jmx.export.MBeanExporter registerBeanInstance
INFO: Located MBean 'Alfresco:Name=VirtWebappRegistry,Type=VirtWebappRegistry': registering with JMX server as MBean [Alfresco:Name=VirtWebappRegistry,Type=VirtWebappRegistry]

Si alguien sabe como puedo solucionar este problema me sería de gran ayuda.

Muchas gracias por adelantado,

Jordi
1 Reply
jordi1899
Member II

Re: Problema arranque virtual tomcat (solucionado)

Ya lo he solucionado. Simplemente tenía mal escrito el password en el archivo alfresco-virtserver.properties.

Muchas gracias a todos,

Jordi