cancel
Showing results for 
Search instead for 
Did you mean: 

Instalar Alfresco en WebSphere

txuky
Champ in-the-making
Champ in-the-making
Hola:

me gustaria saber si alguienlo ha instalado y le ocurrio este problema como lo soluciono:
ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'luceneIndexBackupComponent' defined in class path resource [alfresco/core-services-context.xml]: Invocation of init method failed; nested exception is org.alfresco.error.AlfrescoRuntimeException: 04140000 Exception in Transaction.
Caused by: org.alfresco.error.AlfrescoRuntimeException: 04140000 Exception in Transaction.
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:399)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:248)
   at org.alfresco.repo.search.impl.lucene.AbstractLuceneIndexerAndSearcherFactory$LuceneIndexBackupComponent.afterPropertiesSet(AbstractLuceneIndexerAndSearcherFactory.java:1513)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1203)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1172)
   at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:427)
   at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:249)
   at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:155)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:246)
   at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:160)
   at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:291)
   at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
   at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246)
   at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:189)
   at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
   at org.alfresco.web.app.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:69)
   at com.ibm.ws.wswebcontainer.webapp.WebApp.notifyServletContextCreated(WebApp.java:605)
   at com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.java:265)
   at com.ibm.ws.wswebcontainer.webapp.WebApp.initialize(WebApp.java:271)
   at com.ibm.ws.wswebcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:88)
   at com.ibm.ws.wswebcontainer.VirtualHost.addWebApplication(VirtualHost.java:157)
   at com.ibm.ws.wswebcontainer.WebContainer.addWebApp(WebContainer.java:653)
   at com.ibm.ws.wswebcontainer.WebContainer.addWebApplication(WebContainer.java:606)
   at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:333)
   at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:549)
   at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1295)
   at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1129)
   at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:567)
   at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:814)
   at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:948)
   at com.ibm.ws.runtime.component.ApplicationMgrImpl$1.run(ApplicationMgrImpl.java:1478)
   at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:3731)
   at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:3813)
   at com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:245)
   at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1483)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:615)
   at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:62)
   at sun.reflect.GeneratedMethodAccessor79.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:615)
   at sun.reflect.misc.MethodUtil.invoke(MethodUtil.java:265)
   at javax.management.modelmbean.RequiredModelMBean.invokeMethod(RequiredModelMBean.java:1089)
   at javax.management.modelmbean.RequiredModelMBean.invoke(RequiredModelMBean.java:971)
   at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:231)
   at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:238)
   at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:833)
   at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:802)
   at com.ibm.ws.management.AdminServiceImpl$1.run(AdminServiceImpl.java:1055)
   at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
   at com.ibm.ws.management.AdminServiceImpl.invoke(AdminServiceImpl.java:948)
   at com.ibm.ws.management.commands.AdminServiceCommands$InvokeCmd.execute(AdminServiceCommands.java:251)
   at com.ibm.ws.console.core.mbean.MBeanHelper.invoke(MBeanHelper.java:239)
   at com.ibm.ws.console.appdeployment.ApplicationDeploymentCollectionAction.execute(ApplicationDeploymentCollectionAction.java:536)
   at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
   at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
   at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
   at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
   at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)
   at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:907)
   at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:118)
   at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
   at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:696)
   at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:641)
   at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:475)
   at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
   at com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:308)
   at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1070)
   at org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:273)
   at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
   at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:319)
   at com.ibm.isclite.container.controller.InformationController.processForwardConfig(InformationController.java:159)
   at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
   at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1486)
   at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:528)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
   at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:966)
   at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:907)
   at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:145)
   at com.ibm.ws.console.core.servlet.WSCUrlFilter.continueStoringTaskState(WSCUrlFilter.java:371)
   at com.ibm.ws.console.core.servlet.WSCUrlFilter.doFilter(WSCUrlFilter.java:229)
   at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:190)
   at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:130)
   at com.ibm.ws.webcontainer.filter.WebAppFilterChain._doFilter(WebAppFilterChain.java:87)
   at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:696)
   at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:641)
   at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:475)
   at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:463)
   at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:92)
   at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:744)
   at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1425)
   at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:92)
   at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)
   at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:394)
   at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)
   at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1812)
   at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:152)
   at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:213)
   at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFuture.java:195)
   at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136)
   at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:193)
   at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:725)
   at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:847)
   at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1498)
Caused by: java.lang.ClassFormatError
   at java.lang.ClassLoader.defineClassImpl(Native Method)
   at java.lang.ClassLoader.defineClass(ClassLoader.java:222)
   at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:148)
   at java.net.URLClassLoader.defineClass(URLClassLoader.java:556)
   at java.net.URLClassLoader.access$400(URLClassLoader.java:119)
   at java.net.URLClassLoader$ClassFinder.run(URLClassLoader.java:961)
   at java.security.AccessController.doPrivileged(AccessController.java:274)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:487)
   at com.ibm.ws.bootstrap.ExtClassLoader.findClass(ExtClassLoader.java:132)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:604)
   at com.ibm.ws.bootstrap.ExtClassLoader.loadClass(ExtClassLoader.java:87)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:561)
   at org.apache.derby.impl.jdbc.ConnectionChild.<init>(Unknown Source)
   at org.apache.derby.impl.jdbc.EmbedStatement.<init>(Unknown Source)
   at org.apache.derby.impl.jdbc.EmbedPreparedStatement.<init>(Unknown Source)
   at org.apache.derby.jdbc.Driver30.newEmbedPreparedStatement(Unknown Source)
   at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
   at org.apache.derby.impl.jdbc.EmbedConnection.prepareStatement(Unknown Source)
   at org.apache.derby.iapi.jdbc.BrokeredConnection.prepareStatement(Unknown Source)
   at com.ibm.ws.rsadapter.jdbc.WSJdbcConnection.pmiPrepareStatement(WSJdbcConnection.java:1778)
   at com.ibm.ws.rsadapter.jdbc.WSJdbcConnection.prepareStatement(WSJdbcConnection.java:2017)
   at com.ibm.ws.rsadapter.jdbc.WSJdbcConnection.prepareStatement(WSJdbcConnection.java:1969)
   at org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:505)
   at org.hibernate.jdbc.AbstractBatcher.getPreparedStatement(AbstractBatcher.java:423)
   at org.hibernate.jdbc.AbstractBatcher.prepareQueryStatement(AbstractBatcher.java:139)
   at org.hibernate.loader.Loader.prepareQueryStatement(Loader.java:1547)
   at org.hibernate.loader.Loader.doQuery(Loader.java:673)
   at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:236)
   at org.hibernate.loader.Loader.doList(Loader.java:2213)
   at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2104)
   at org.hibernate.loader.Loader.list(Loader.java:2099)
   at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:378)
   at org.hibernate.hql.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:338)
   at org.hibernate.engine.query.HQLQueryPlan.performList(HQLQueryPlan.java:172)
   at org.hibernate.impl.SessionImpl.list(SessionImpl.java:1121)
   at org.hibernate.impl.QueryImpl.list(QueryImpl.java:79)
   at org.alfresco.repo.node.db.hibernate.HibernateNodeDaoServiceImpl$5.doInHibernate(HibernateNodeDaoServiceImpl.java:640)
   at org.springframework.orm.hibernate3.HibernateTemplate.execute(HibernateTemplate.java:372)
   at org.springframework.orm.hibernate3.HibernateTemplate.execute(HibernateTemplate.java:338)
   at org.alfresco.repo.node.db.hibernate.HibernateNodeDaoServiceImpl.getStores(HibernateNodeDaoServiceImpl.java:643)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:615)
   at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:304)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
   at org.alfresco.repo.transaction.TransactionalDaoInterceptor.invoke(TransactionalDaoInterceptor.java:68)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
   at org.alfresco.repo.domain.hibernate.DirtySessionMethodInterceptor.invoke(DirtySessionMethodInterceptor.java:381)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
   at $Proxy799.getStores(Unknown Source)
   at org.alfresco.repo.node.db.DbNodeServiceImpl.getStores(DbNodeServiceImpl.java:189)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:615)
   at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:304)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
   at org.alfresco.repo.transaction.SingleEntryTransactionResourceInterceptor.invokeInternal(SingleEntryTransactionResourceInterceptor.java:163)
   at org.alfresco.repo.transaction.SingleEntryTransactionResourceInterceptor.invoke(SingleEntryTransactionResourceInterceptor.java:138)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
   at $Proxy801.getStores(Unknown Source)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:615)
   at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:304)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
   at org.alfresco.repo.tenant.MultiTNodeServiceInterceptor.invoke(MultiTNodeServiceInterceptor.java:110)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
   at $Proxy801.getStores(Unknown Source)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:615)
   at org.alfresco.repo.service.StoreRedirectorProxyFactory$RedirectorInvocationHandler.invoke(StoreRedirectorProxyFactory.java:221)
   at $Proxy802.getStores(Unknown Source)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:615)
   at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:304)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
   at org.alfresco.repo.node.MLPropertyInterceptor.invoke(MLPropertyInterceptor.java:306)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
   at org.alfresco.repo.node.MLPropertyInterceptor.invoke(MLPropertyInterceptor.java:306)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
   at org.alfresco.repo.node.NodeRefPropertyMethodInterceptor.invoke(NodeRefPropertyMethodInterceptor.java:274)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
   at org.alfresco.repo.node.NodeRefPropertyMethodInterceptor.invoke(NodeRefPropertyMethodInterceptor.java:274)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
   at $Proxy801.getStores(Unknown Source)
   at org.alfresco.repo.search.impl.lucene.AbstractLuceneIndexerAndSearcherFactory$LuceneIndexBackupComponent$2.execute(AbstractLuceneIndexerAndSearcherFactory.java:1449)
   at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:322)


Muchas gracias!
11 REPLIES 11

pjcaracuel_2349
Confirmed Champ
Confirmed Champ
Buenas,

Pienso que ese error que da, no tiene nada que ver con el tipo de servidor de aplicaciones que estes usando. Yo creo que es tema de indices o de conexion con la bbdd.

Si explicas un poco mas como y cuando se produce el error, seguro que sera mas facil ayudarte.

Saludos

txuky
Champ in-the-making
Champ in-the-making
Hola:
lo unico que hago es arrancar la aplicacion desde WebSphere y me intento conectar a ella mediante la web de acceso: localhots:9080/alfresco

gracias!

pjcaracuel_2349
Confirmed Champ
Confirmed Champ
Buenas,

Eso quierer decir que desde un explorador si puedes acceder a alfresco? es decir el error solo te da cuando te conectas desde WAS?

Saludos

txuky
Champ in-the-making
Champ in-the-making
no, para poder hacer algo cn alfresco tengo que hacerlo desde la url, y cdo lo intento me da el error que he puesto. La aplicacion parece estar bien desplegada en el servidor, pero no funciona.

pjcaracuel_2349
Confirmed Champ
Confirmed Champ
Me da que no esta correctamente configurado el acceso a bbdd.

Puedes postear el contenido del fichero custom-repository.properties y custom-dialect-hibernate.properties

Asi como poner los detalles de la instalacion esto es, version gestor bbdd..

Saludos

txuky
Champ in-the-making
Champ in-the-making
si, el fichero custom-repository.properties contiene esto:

###############################
## Common Alfresco Properties #
###############################

#
# Sample custom content and index data location
#
dir.root=C:\\Alfresco\\alf_data

#
# Sample database connection properties
#
db.username=alfresco
db.password=alfresco
#db.pool.initial=10
#db.pool.max=100

#
# Sample external executable locations
#
#ooo.exe=/opt/openoffice/program/soffice
#ooo.user=${dir.root}/oouser
#img.root=/srv/alfresco/ImageMagick
#swf.exe=/srv/alfresco/bin/pdf2swf

#
# Sample index tracking frequency
#
#index.tracking.cronExpression=0/5 * * * * ?

#
# Property to control whether schema updates are performed automatically.
# Updates must be enabled during upgrades as, apart from the static upgrade scripts,
# there are also auto-generated update scripts that will need to be executed.  After
# upgrading to a new version, this can be disabled.
#
db.schema.update=true
index.recovery.mode=FULL


#
# Derby connection
#
#db.driver=org.apache.derby.jdbc.EmbeddedDriver
#db.url=jdbc:derby:alf_data/derby_data/alfresco;create=true

#
# HSQL connection
#
#db.driver=org.hsqldb.jdbcDriver
#db.url=jdbc:hsqldb:file:alf_data/hsql_data/alfresco;ifexists=true;shutdown=true;

#
# MySQL connection (This is default and requires mysql-connector-java-5.0.3-bin.jar, which ships with the Alfresco server)
#
db.driver=org.gjt.mm.mysql.Driver
db.url=jdbc:mysql://localhost:3036/alfresco

#
# PostgreSQL connection (requires postgresql-8.2-504.jdbc3.jar or equivalent)
#
#db.driver=org.postgresql.Driver
#db.url=jdbcSmiley Tongueostgresql://localhost:5432/alfresco



# Contenido
#db.username=alfresco
#db.password=alfresco
#db.pool.initial=50
#db.pool.max=200
#db.schema.update=false
#db.driver=oracle.jdbc.OracleDriver
#db.url=jdbcSmiley Surprisedracle:thin:@localhost:1521:BDejemplo


custom-hibernate-dialect.properties

#
# Sample Hibernate configuration for changing Database dialect
# For a full list: http://www.hibernate.org/hib_docs/v3/reference/en/html_single/#configuration-optional-dialects
#

#
# Derby dialect
#
#hibernate.dialect=org.hibernate.dialect.DerbyDialect

#
# HSQL dialect
#
#hibernate.dialect=org.hibernate.dialect.HSQLDialect

#
# MySQL dialect (default)
#
hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect

#
# PostgreSQL dialect
#
#hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
#hibernate.query.substitutions=true TRUE, false FALSE
#hibernate.dialect=org.alfresco.repo.domain.hibernate.dialect.AlfrescoOracle10gDialect



custom-repository.properties ESTA ASI PORQUE PRIMERO LO INTENTE CON ORACLE, PERO COMO EL SGBD QUE VIENE POR DEFECTO ES EL MYSQL, PROBE CON ESE. ESTOY UTILIZANDO EL WEBSPHERE 6.1 Y EL ALFRESCO 3.2, QUE ES AUN VERSION DE PRUEBA, PERO PROBE PRIMERO CON EL 3.0 Y NO PUDE. ADEMAS ENCONTRE UNA PAGINA DECOMPATIBILIDADES DE ALFRESCO QUE DECIA QUE CON WEBSPHERE TENIA Q SER A PARTIR DE ESA VERSION.

muchas gracias!

pjcaracuel_2349
Confirmed Champ
Confirmed Champ
oki, aparentemente esta bien. Otra cosa a comprobar es ver que tengas el archivo mysql-connector-java-5.1.0-bin.jar en el directorio lib del WAS.

Por otro lado, para este arranque, yo comentaria la linea:
index.recovery.mode=FULL

Saludos

txuky
Champ in-the-making
Champ in-the-making
Sí, ya esta en lib.

he comentado la linea que me decias y me sale este error que te pongo a continuacion en alfresco. Pero si lo paro en WebSphere y lo vuelvo a arrancar me vuelve a dar el que decia al principio…

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'vtiServer' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-context.xml]: Cannot resolve reference to bean 'vtiRequestDispatcher' while setting bean property 'servlet'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'vtiRequestDispatcher' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-context.xml]: Cannot create inner bean 'org.alfresco.module.vti.web.VtiRequestDispatcher$ActionMapping#6b7c6b7c' of type [org.alfresco.module.vti.web.VtiRequestDispatcher$ActionMapping] while setting constructor argument with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.alfresco.module.vti.web.VtiRequestDispatcher$ActionMapping#6b7c6b7c' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-context.xml]: Cannot resolve reference to bean 'vtiBinAction' while setting bean property 'action'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'vtiBinAction' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-context.xml]: Cannot resolve reference to bean 'server_version_method' while setting bean property 'nameToVtiMethod' with key [TypedStringValue: value [server_version_method], target type [null]]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'server_version_method' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-context.xml]: Cannot resolve reference to bean 'vtiHandler' while setting bean property 'vtiHandler'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'vtiHandler' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-handler-alfresco3-context.xml]: Cannot resolve reference to bean 'vtiHandlerTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'vtiHandlerTarget' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-handler-alfresco3-context.xml]: Cannot resolve reference to bean 'SiteService' while setting bean property 'siteService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'SiteService' defined in class path resource [alfresco/site-services-context.xml]: Cannot resolve reference to bean 'siteService' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'siteService' defined in class path resource [alfresco/site-services-context.xml]: Cannot resolve reference to bean 'activityService' while setting bean property 'activityService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activityService' defined in class path resource [alfresco/activities/activities-feed-context.xml]: Cannot resolve reference to bean 'postDaoService' while setting bean property 'postDaoService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'postDaoService' defined in class path resource [alfresco/activities/activities-feed-context.xml]: Cannot resolve reference to bean 'activitiesSqlMapClient' while setting bean property 'sqlMapClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activitiesSqlMapClient' defined in class path resource [alfresco/ibatis/ibatis-context.xml]: Invocation of init method failed; nested exception is java.lang.RuntimeException: Error occurred. Cause: com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMapConfig/sqlMap'. Cause: java.lang.RuntimeException: Dialect class not found: true
caused by:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'vtiRequestDispatcher' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-context.xml]: Cannot create inner bean 'org.alfresco.module.vti.web.VtiRequestDispatcher$ActionMapping#6b7c6b7c' of type [org.alfresco.module.vti.web.VtiRequestDispatcher$ActionMapping] while setting constructor argument with key [1]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.alfresco.module.vti.web.VtiRequestDispatcher$ActionMapping#6b7c6b7c' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-context.xml]: Cannot resolve reference to bean 'vtiBinAction' while setting bean property 'action'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'vtiBinAction' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-context.xml]: Cannot resolve reference to bean 'server_version_method' while setting bean property 'nameToVtiMethod' with key [TypedStringValue: value [server_version_method], target type [null]]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'server_version_method' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-context.xml]: Cannot resolve reference to bean 'vtiHandler' while setting bean property 'vtiHandler'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'vtiHandler' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-handler-alfresco3-context.xml]: Cannot resolve reference to bean 'vtiHandlerTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'vtiHandlerTarget' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-handler-alfresco3-context.xml]: Cannot resolve reference to bean 'SiteService' while setting bean property 'siteService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'SiteService' defined in class path resource [alfresco/site-services-context.xml]: Cannot resolve reference to bean 'siteService' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'siteService' defined in class path resource [alfresco/site-services-context.xml]: Cannot resolve reference to bean 'activityService' while setting bean property 'activityService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activityService' defined in class path resource [alfresco/activities/activities-feed-context.xml]: Cannot resolve reference to bean 'postDaoService' while setting bean property 'postDaoService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'postDaoService' defined in class path resource [alfresco/activities/activities-feed-context.xml]: Cannot resolve reference to bean 'activitiesSqlMapClient' while setting bean property 'sqlMapClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activitiesSqlMapClient' defined in class path resource [alfresco/ibatis/ibatis-context.xml]: Invocation of init method failed; nested exception is java.lang.RuntimeException: Error occurred. Cause: com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMapConfig/sqlMap'. Cause: java.lang.RuntimeException: Dialect class not found: true
caused by:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.alfresco.module.vti.web.VtiRequestDispatcher$ActionMapping#6b7c6b7c' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-context.xml]: Cannot resolve reference to bean 'vtiBinAction' while setting bean property 'action'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'vtiBinAction' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-context.xml]: Cannot resolve reference to bean 'server_version_method' while setting bean property 'nameToVtiMethod' with key [TypedStringValue: value [server_version_method], target type [null]]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'server_version_method' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-context.xml]: Cannot resolve reference to bean 'vtiHandler' while setting bean property 'vtiHandler'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'vtiHandler' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-handler-alfresco3-context.xml]: Cannot resolve reference to bean 'vtiHandlerTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'vtiHandlerTarget' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-handler-alfresco3-context.xml]: Cannot resolve reference to bean 'SiteService' while setting bean property 'siteService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'SiteService' defined in class path resource [alfresco/site-services-context.xml]: Cannot resolve reference to bean 'siteService' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'siteService' defined in class path resource [alfresco/site-services-context.xml]: Cannot resolve reference to bean 'activityService' while setting bean property 'activityService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activityService' defined in class path resource [alfresco/activities/activities-feed-context.xml]: Cannot resolve reference to bean 'postDaoService' while setting bean property 'postDaoService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'postDaoService' defined in class path resource [alfresco/activities/activities-feed-context.xml]: Cannot resolve reference to bean 'activitiesSqlMapClient' while setting bean property 'sqlMapClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activitiesSqlMapClient' defined in class path resource [alfresco/ibatis/ibatis-context.xml]: Invocation of init method failed; nested exception is java.lang.RuntimeException: Error occurred. Cause: com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMapConfig/sqlMap'. Cause: java.lang.RuntimeException: Dialect class not found: true
caused by:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'vtiBinAction' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-context.xml]: Cannot resolve reference to bean 'server_version_method' while setting bean property 'nameToVtiMethod' with key [TypedStringValue: value [server_version_method], target type [null]]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'server_version_method' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-context.xml]: Cannot resolve reference to bean 'vtiHandler' while setting bean property 'vtiHandler'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'vtiHandler' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-handler-alfresco3-context.xml]: Cannot resolve reference to bean 'vtiHandlerTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'vtiHandlerTarget' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-handler-alfresco3-context.xml]: Cannot resolve reference to bean 'SiteService' while setting bean property 'siteService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'SiteService' defined in class path resource [alfresco/site-services-context.xml]: Cannot resolve reference to bean 'siteService' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'siteService' defined in class path resource [alfresco/site-services-context.xml]: Cannot resolve reference to bean 'activityService' while setting bean property 'activityService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activityService' defined in class path resource [alfresco/activities/activities-feed-context.xml]: Cannot resolve reference to bean 'postDaoService' while setting bean property 'postDaoService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'postDaoService' defined in class path resource [alfresco/activities/activities-feed-context.xml]: Cannot resolve reference to bean 'activitiesSqlMapClient' while setting bean property 'sqlMapClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activitiesSqlMapClient' defined in class path resource [alfresco/ibatis/ibatis-context.xml]: Invocation of init method failed; nested exception is java.lang.RuntimeException: Error occurred. Cause: com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMapConfig/sqlMap'. Cause: java.lang.RuntimeException: Dialect class not found: true
caused by:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'server_version_method' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-context.xml]: Cannot resolve reference to bean 'vtiHandler' while setting bean property 'vtiHandler'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'vtiHandler' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-handler-alfresco3-context.xml]: Cannot resolve reference to bean 'vtiHandlerTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'vtiHandlerTarget' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-handler-alfresco3-context.xml]: Cannot resolve reference to bean 'SiteService' while setting bean property 'siteService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'SiteService' defined in class path resource [alfresco/site-services-context.xml]: Cannot resolve reference to bean 'siteService' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'siteService' defined in class path resource [alfresco/site-services-context.xml]: Cannot resolve reference to bean 'activityService' while setting bean property 'activityService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activityService' defined in class path resource [alfresco/activities/activities-feed-context.xml]: Cannot resolve reference to bean 'postDaoService' while setting bean property 'postDaoService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'postDaoService' defined in class path resource [alfresco/activities/activities-feed-context.xml]: Cannot resolve reference to bean 'activitiesSqlMapClient' while setting bean property 'sqlMapClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activitiesSqlMapClient' defined in class path resource [alfresco/ibatis/ibatis-context.xml]: Invocation of init method failed; nested exception is java.lang.RuntimeException: Error occurred. Cause: com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMapConfig/sqlMap'. Cause: java.lang.RuntimeException: Dialect class not found: true
caused by:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'vtiHandler' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-handler-alfresco3-context.xml]: Cannot resolve reference to bean 'vtiHandlerTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'vtiHandlerTarget' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-handler-alfresco3-context.xml]: Cannot resolve reference to bean 'SiteService' while setting bean property 'siteService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'SiteService' defined in class path resource [alfresco/site-services-context.xml]: Cannot resolve reference to bean 'siteService' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'siteService' defined in class path resource [alfresco/site-services-context.xml]: Cannot resolve reference to bean 'activityService' while setting bean property 'activityService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activityService' defined in class path resource [alfresco/activities/activities-feed-context.xml]: Cannot resolve reference to bean 'postDaoService' while setting bean property 'postDaoService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'postDaoService' defined in class path resource [alfresco/activities/activities-feed-context.xml]: Cannot resolve reference to bean 'activitiesSqlMapClient' while setting bean property 'sqlMapClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activitiesSqlMapClient' defined in class path resource [alfresco/ibatis/ibatis-context.xml]: Invocation of init method failed; nested exception is java.lang.RuntimeException: Error occurred. Cause: com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMapConfig/sqlMap'. Cause: java.lang.RuntimeException: Dialect class not found: true
caused by:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'vtiHandlerTarget' defined in file [C:\Archivos de programa\IBM\WebSphere\AppServer\profiles\AppSrv01\installedApps\aguado2Node01Cell\alfresco_war.ear\alfresco.war\WEB-INF\classes\alfresco\module\org.alfresco.module.vti\context\vti-handler-alfresco3-context.xml]: Cannot resolve reference to bean 'SiteService' while setting bean property 'siteService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'SiteService' defined in class path resource [alfresco/site-services-context.xml]: Cannot resolve reference to bean 'siteService' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'siteService' defined in class path resource [alfresco/site-services-context.xml]: Cannot resolve reference to bean 'activityService' while setting bean property 'activityService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activityService' defined in class path resource [alfresco/activities/activities-feed-context.xml]: Cannot resolve reference to bean 'postDaoService' while setting bean property 'postDaoService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'postDaoService' defined in class path resource [alfresco/activities/activities-feed-context.xml]: Cannot resolve reference to bean 'activitiesSqlMapClient' while setting bean property 'sqlMapClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activitiesSqlMapClient' defined in class path resource [alfresco/ibatis/ibatis-context.xml]: Invocation of init method failed; nested exception is java.lang.RuntimeException: Error occurred. Cause: com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMapConfig/sqlMap'. Cause: java.lang.RuntimeException: Dialect class not found: true
caused by:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'SiteService' defined in class path resource [alfresco/site-services-context.xml]: Cannot resolve reference to bean 'siteService' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'siteService' defined in class path resource [alfresco/site-services-context.xml]: Cannot resolve reference to bean 'activityService' while setting bean property 'activityService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activityService' defined in class path resource [alfresco/activities/activities-feed-context.xml]: Cannot resolve reference to bean 'postDaoService' while setting bean property 'postDaoService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'postDaoService' defined in class path resource [alfresco/activities/activities-feed-context.xml]: Cannot resolve reference to bean 'activitiesSqlMapClient' while setting bean property 'sqlMapClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activitiesSqlMapClient' defined in class path resource [alfresco/ibatis/ibatis-context.xml]: Invocation of init method failed; nested exception is java.lang.RuntimeException: Error occurred. Cause: com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMapConfig/sqlMap'. Cause: java.lang.RuntimeException: Dialect class not found: true
caused by:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'siteService' defined in class path resource [alfresco/site-services-context.xml]: Cannot resolve reference to bean 'activityService' while setting bean property 'activityService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activityService' defined in class path resource [alfresco/activities/activities-feed-context.xml]: Cannot resolve reference to bean 'postDaoService' while setting bean property 'postDaoService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'postDaoService' defined in class path resource [alfresco/activities/activities-feed-context.xml]: Cannot resolve reference to bean 'activitiesSqlMapClient' while setting bean property 'sqlMapClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activitiesSqlMapClient' defined in class path resource [alfresco/ibatis/ibatis-context.xml]: Invocation of init method failed; nested exception is java.lang.RuntimeException: Error occurred. Cause: com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMapConfig/sqlMap'. Cause: java.lang.RuntimeException: Dialect class not found: true
caused by:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activityService' defined in class path resource [alfresco/activities/activities-feed-context.xml]: Cannot resolve reference to bean 'postDaoService' while setting bean property 'postDaoService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'postDaoService' defined in class path resource [alfresco/activities/activities-feed-context.xml]: Cannot resolve reference to bean 'activitiesSqlMapClient' while setting bean property 'sqlMapClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activitiesSqlMapClient' defined in class path resource [alfresco/ibatis/ibatis-context.xml]: Invocation of init method failed; nested exception is java.lang.RuntimeException: Error occurred. Cause: com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMapConfig/sqlMap'. Cause: java.lang.RuntimeException: Dialect class not found: true
caused by:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'postDaoService' defined in class path resource [alfresco/activities/activities-feed-context.xml]: Cannot resolve reference to bean 'activitiesSqlMapClient' while setting bean property 'sqlMapClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activitiesSqlMapClient' defined in class path resource [alfresco/ibatis/ibatis-context.xml]: Invocation of init method failed; nested exception is java.lang.RuntimeException: Error occurred. Cause: com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMapConfig/sqlMap'. Cause: java.lang.RuntimeException: Dialect class not found: true
caused by:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'activitiesSqlMapClient' defined in class path resource [alfresco/ibatis/ibatis-context.xml]: Invocation of init method failed; nested exception is java.lang.RuntimeException: Error occurred. Cause: com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMapConfig/sqlMap'. Cause: java.lang.RuntimeException: Dialect class not found: true
caused by:
java.lang.RuntimeException: Error occurred. Cause: com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMapConfig/sqlMap'. Cause: java.lang.RuntimeException: Dialect class not found: true
caused by:
com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMapConfig/sqlMap'. Cause: java.lang.RuntimeException: Dialect class not found: true
caused by:
java.lang.RuntimeException: Error parsing XPath '/sqlMapConfig/sqlMap'. Cause: java.lang.RuntimeException: Dialect class not found: true
caused by:
java.lang.RuntimeException: Dialect class not found: true

pjcaracuel_2349
Confirmed Champ
Confirmed Champ
oki,

Echale un vistazo a este post que te adjunto y ya nos dices que tal fue.
http://forums.alfresco.com/en/viewtopic.php?f=8&t=18209

Saludos