cancel
Showing results for 
Search instead for 
Did you mean: 

Configuring Alfresco portlet into Liferay

dynamolalit
Champ on-the-rise
Champ on-the-rise
Hi,

I am using Liferay 5.2.3+JBoss 4.2.3 bundled version & trying to configure alfresco 3.0 war as a portlet into it using the Alfresco wiki article as below:

http://wiki.alfresco.com/wiki/Deploying_2.1WAR_Liferay4.3

But i am getting this error

10:52:14,099 INFO  [STDOUT] 10:52:14,099 User:System INFO  [repo.admin.ConfigurationChecker] The Alfresco root data directory
('dir.root') is: D:\Liferay-Alfresco\liferay-portal-5.2.3\jboss-tomcat-4.2.3\bin\Liferay-Alfrescoliferay-portal-5.2.3jboss-t
omcat-4.2.3serverdefaultconfalf_data
10:52:14,271 INFO  [STDOUT] 10:52:14,271 User:System ERROR [repo.admin.ConfigurationChecker] CONTENT INTEGRITY ERROR: System
content not found in content store.
10:52:14,365 INFO  [STDOUT] 10:52:14,365 User:System ERROR [repo.admin.ConfigurationChecker] Ensure that the 'dir.root' prope
rty is pointing to the correct data location.
10:52:14,474 INFO  [STDOUT] 10:52:14,474 User:System ERROR [web.context.ContextLoader] Context initialization failed
org.alfresco.error.AlfrescoRuntimeException: Ensure that the 'dir.root' property is pointing to the correct data location.
        at org.alfresco.repo.admin.ConfigurationChecker.check(ConfigurationChecker.java:312)
        at org.alfresco.repo.admin.ConfigurationChecker.access$000(ConfigurationChecker.java:72)
        at org.alfresco.repo.admin.ConfigurationChecker$1.execute(ConfigurationChecker.java:178)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:320)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:246)
        at org.alfresco.repo.admin.ConfigurationChecker.onBootstrap(ConfigurationChecker.java:182)
        at org.alfresco.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:62)
        at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:7
7)
        at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
        at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticast
er.java:75)
        at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:246)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:355)
        at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:244)
        at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:187)
        at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3856)
        at org.apache.catalina.core.StandardContext.start(StandardContext.java:4361)
        at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:790)
        at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:770)
        at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
        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.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
        at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.apache.catalina.core.StandardContext.init(StandardContext.java:5312)
        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.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:296)
        at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301)
        at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
        at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
        at org.jboss.web.WebModule.startModule(WebModule.java:83)
        at org.jboss.web.WebModule.startService(WebModule.java:61)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
        at $Proxy0.start(Unknown Source)
        at org.jboss.system.ServiceController.start(ServiceController.java:417)
        at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy44.start(Unknown Source)
        at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
        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.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
        at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
        at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
        at org.jboss.wsf.container.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:87)
        at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)

        at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy45.start(Unknown Source)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
        at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy9.deploy(Unknown Source)
        at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
10:52:19,645 INFO  [STDOUT]     at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
        at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
        at $Proxy0.start(Unknown Source)
        at org.jboss.system.ServiceController.start(ServiceController.java:417)
        at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy4.start(Unknown Source)
        at org.jboss.deployment.SARDeployer.start(SARDeployer.java:304)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
        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.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy5.deploy(Unknown Source)
        at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
        at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
        at org.jboss.Main.boot(Main.java:200)
        at org.jboss.Main$1.run(Main.java:508)
        at java.lang.Thread.run(Thread.java:619)[/quote]


As per the wiki article,i have changed dir.root to absolute path


Alfresco doesn't start (misconfiguration)

You may have the following errors :

  1. dir.root is relative, and it seems to be a problem in portal context
  2. index isn't synchronized
  3. content store is not present

To solve these problems, just :

  1. fix dir.root in alfresco/WEB-INF/classes/alfresco/repository.properties with an absolute path
  2. fix index.recovery.mode in alfresco/WEB-INF/classes/alfresco/repository.properties with FULL
  3. drop you mysql database for alfresco with db_remove.sql then recreate it with db_setup.sql

And just restart, it should work



My repository.propoerties file entries are as

# Directory configuration

dir.root=D:/Liferay-Alfresco/liferay-portal-5.2.3/jboss-tomcat-4.2.3/bin/Liferay-Alfrescoliferay-portal-5.2.3jboss-tomcat-4.2.3serverdefaultconfalf_data


dir.contentstore=${dir.root}/contentstore
dir.contentstore.deleted=${dir.root}/contentstore.deleted

dir.auditcontentstore=${dir.root}/audit.contentstore

# The location for lucene index files
dir.indexes=${dir.root}/lucene-indexes

# The location for index backups
dir.indexes.backup=${dir.root}/backup-lucene-indexes

# The location for lucene index locks
dir.indexes.lock=${dir.indexes}/locks

I have changed it to albsolute path,still i am getting the same error.Not getting at all what is happening.

Please help me to resolve the issue.

Thank You,
regards,
Lalit
5 REPLIES 5

rivetlogic
Champ on-the-rise
Champ on-the-rise
Hi,

Your dir.root entry looks incorrect.

You have:

dir.root=D:/Liferay-Alfresco/liferay-portal-5.2.3/jboss-tomcat-4.2.3/bin/Liferay-Alfrescoliferay-portal-5.2.3jboss-tomcat-4.2.3serverdefaultconfalf_data

It's missing some forward slashes. I think it should be:

dir.root=D:/Liferay-Alfresco/liferay-portal-5.2.3/jboss-tomcat-4.2.3/bin/Liferay-Alfrescoliferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default/conf/alf_data

Give that a try. It might be a good idea to drop and recreate the Alfresco database before starting the app server to make sure you have a clean start.

Hope this helps,

–Alaaeldin

dynamolalit
Champ on-the-rise
Champ on-the-rise
Hi,


Thanks for help.Now i am not getting any errors.But i am not able to see alfresco as category in Liferay & also no portlets are appearing under add application section of liferay.

This is strange.I am not getting any error as per logs

D:\Liferay-Alfresco\liferay-portal-5.2.3\jboss-tomcat-4.2.3\bin>run.bat -b 0.0.0.0
===============================================================================

  JBoss Bootstrap Environment

  JBOSS_HOME: D:\Liferay-Alfresco\liferay-portal-5.2.3\jboss-tomcat-4.2.3

  JAVA: C:\Program Files\Java\jdk1.6.0_13\bin\java

  JAVA_OPTS:  -Dprogram.name=run.bat -server -Xms128m -Xmx512m -XX:MaxPermSize=128m -Dsun.rmi.dgc.client.gcInterval=3600000 -
Dsun.rmi.dgc.server.gcInterval=3600000 -Xmx1024m -XX:MaxPermSize=256m -Dfile.encoding=UTF-8 -Duser.timezone=GMT

  CLASSPATH: C:\Program Files\Java\jdk1.6.0_13\lib\tools.jar;D:\Liferay-Alfresco\liferay-portal-5.2.3\jboss-tomcat-4.2.3\bin\
run.jar

===============================================================================

06:35:12,201 INFO  [Server] Starting JBoss (MX MicroKernel)…
06:35:12,201 INFO  [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)
06:35:12,201 INFO  [Server] Home Dir: D:\Liferay-Alfresco\liferay-portal-5.2.3\jboss-tomcat-4.2.3
06:35:12,201 INFO  [Server] Home URL: file:/D:/Liferay-Alfresco/liferay-portal-5.2.3/jboss-tomcat-4.2.3/
06:35:12,216 INFO  [Server] Patch URL: null
06:35:12,216 INFO  [Server] Server Name: default
06:35:12,216 INFO  [Server] Server Home Dir: D:\Liferay-Alfresco\liferay-portal-5.2.3\jboss-tomcat-4.2.3\server\default
06:35:12,216 INFO  [Server] Server Home URL: file:/D:/Liferay-Alfresco/liferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default
/
06:35:12,216 INFO  [Server] Server Log Dir: D:\Liferay-Alfresco\liferay-portal-5.2.3\jboss-tomcat-4.2.3\server\default\log
06:35:12,216 INFO  [Server] Server Temp Dir: D:\Liferay-Alfresco\liferay-portal-5.2.3\jboss-tomcat-4.2.3\server\default\tmp
06:35:12,216 INFO  [Server] Root Deployment Filename: jboss-service.xml
06:35:12,373 INFO  [ServerInfo] Java version: 1.6.0_13,Sun Microsystems Inc.
06:35:12,373 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Server VM 11.3-b02,Sun Microsystems Inc.
06:35:12,373 INFO  [ServerInfo] OS-System: Windows 2003 5.2,x86
06:35:12,591 INFO  [Server] Core system initialized
06:35:14,060 INFO  [WebService] Using RMI server codebase: http://inhyd-sdgos:8083/
06:35:14,060 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
06:35:14,326 INFO  [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
06:35:14,326 INFO  [TransactionManagerService] Setting up property manager MBean and JMX layer
06:35:14,435 INFO  [TransactionManagerService] Starting recovery manager
06:35:14,482 INFO  [TransactionManagerService] Recovery manager started
06:35:14,482 INFO  [TransactionManagerService] Binding TransactionManager JNDI Reference
06:35:15,919 INFO  [EJB3Deployer] Starting java:comp multiplexer
06:35:17,216 INFO  [NativeServerConfig] JBoss Web Services - Native
06:35:17,232 INFO  [NativeServerConfig] jbossws-3.0.1-native-2.0.4.GA (build=200803312044)
06:35:17,701 INFO  [Embedded] Catalina naming disabled
06:35:17,779 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production env
ironments was not found on the java.library.path: C:\Program Files\Java\jdk1.6.0_13\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\
system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Windows Imaging\;C:\Program File
s\Java\jdk1.6.0_13\bin;C:\Program Files\TortoiseSVN\bin;C:\Program Files\MySQL\MySQL Server 5.0\bin
06:35:17,810 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080
06:35:17,810 INFO  [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-0.0.0.0-8009
06:35:17,810 INFO  [Catalina] Initialization processed in 116 ms
06:35:17,810 INFO  [StandardService] Starting service jboss.web
06:35:17,810 INFO  [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA
06:35:17,841 INFO  [Catalina] Server startup in 26 ms
06:35:17,904 INFO  [TomcatDeployer] deploy, ctxPath=/, warUrl=…/deploy/jboss-web.deployer/ROOT.war/
06:35:18,216 INFO  [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=…/deploy/http-invoker.sar/invoker.war/
06:35:18,294 INFO  [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=…/deploy/jbossws.sar/jbossws-context.war/
06:35:18,419 INFO  [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=…/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.
war/
06:35:18,873 INFO  [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=…/deploy/management/console-mgr.sar/web-console.wa
r/
06:35:19,294 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in …/deploy/jboss-ha-local-jdbc.rar
06:35:19,373 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in …/deploy/jboss-ha-xa-jdbc.rar
06:35:19,435 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in …/deploy/jboss-local-jdbc.rar
06:35:19,513 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in …/deploy/jboss-xa-jdbc.rar
06:35:19,591 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in …/deploy/jms/jms-ra.rar
06:35:19,669 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in …/deploy/mail-ra.rar
06:35:19,732 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in …/deploy/quartz-ra.rar
06:35:19,794 INFO  [QuartzResourceAdapter] start quartz!!!
06:35:19,873 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: main
06:35:19,935 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
06:35:19,998 INFO  [RAMJobStore] RAMJobStore initialized.
06:35:20,044 INFO  [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in
Quartz package: 'quartz.properties'
06:35:20,138 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2
06:35:20,185 INFO  [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
06:35:20,779 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=Defaul
tDS' to JNDI name 'java:DefaultDS'
06:35:21,029 INFO  [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093
06:35:21,107 INFO  [DLQ] Bound to JNDI name: queue/DLQ
06:35:21,216 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name
=JmsXA' to JNDI name 'java:JmsXA'
06:35:21,357 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=MySqlD
S' to JNDI name 'java:MySqlDS'
06:35:21,544 INFO  [TomcatDeployer] deploy, ctxPath=/, warUrl=…/deploy/ROOT.war/
06:35:24,685 INFO  [STDOUT] Loading jar:file:/D:/Liferay-Alfresco/liferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default/depl
oy/ROOT.war/WEB-INF/lib/portal-impl.jar!/system.properties
06:35:24,826 ERROR [STDERR] log4j:ERROR A "org.jboss.logging.appender.FileAppender" object is not assignable to a "org.apache
.log4j.Appender" variable.
06:35:24,935 ERROR [STDERR] log4j:ERROR The class "org.apache.log4j.Appender" was loaded by
06:35:24,982 ERROR [STDERR] log4j:ERROR [org.jboss.mx.loading.UnifiedClassLoader3@d1c9b5{ url=file:/D:/Liferay-Alfresco/lifer
ay-portal-5.2.3/jboss-tomcat-4.2.3/server/default/deploy/ROOT.war/ ,addedOrder=42}] whereas object of type
06:35:25,076 ERROR [STDERR] log4j:ERROR "org.jboss.logging.appender.FileAppender" was loaded by [org.jboss.system.server.NoAn
notationURLClassLoader@1a626f].
06:35:25,185 ERROR [STDERR] log4j:ERROR Could not instantiate appender named "FILE".
06:35:25,373 INFO  [[/]] Initializing Spring root WebApplicationContext
06:35:25,810 INFO  [STDOUT] Loading jar:file:/D:/Liferay-Alfresco/liferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default/depl
oy/ROOT.war/WEB-INF/lib/portal-impl.jar!/portal.properties
06:35:29,560 INFO  [STDOUT] 06:35:29,560 INFO  [DialectDetector] Determining dialect for HSQL Database Engine 1
06:35:29,607 INFO  [STDOUT] 06:35:29,607 WARN  [DialectDetector] Liferay is configured to use Hypersonic as its database. Do
NOT use Hypersonic in production. Hypersonic is an embedded database useful for development and demo'ing purposes. The databa
se settings can be changed in portal.properties.
06:35:29,794 INFO  [STDOUT] 06:35:29,794 INFO  [DialectDetector] Using dialect org.hibernate.dialect.HSQLDialect
06:35:31,076 INFO  [STDOUT] Loading jar:file:/D:/Liferay-Alfresco/liferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default/depl
oy/ROOT.war/WEB-INF/lib/portal-impl.jar!/captcha.properties
06:35:31,623 INFO  [STDOUT] 06:35:31,623 INFO  [PortalImpl] Portal lib directory /D:/Liferay-Alfresco/liferay-portal-5.2.3/jb
oss-tomcat-4.2.3/server/default/deploy/ROOT.war/WEB-INF/lib/
06:35:37,107 INFO  [STDOUT] 06:35:37,107 INFO  [ServerDetector] Detected server jboss-tomcat
06:35:38,216 ERROR [STDERR] Jun 3, 2009 6:35:38 AM com.sun.portal.container.service.ServiceManagerContextListenerImpl context
Initialized
INFO: PSC_CSPCS001 : Started initializing ServiceManager
06:35:38,372 ERROR [STDERR] Jun 3, 2009 6:35:38 AM com.sun.portal.container.service.ServiceManager addService
INFO: PSC_CSPCS004 : Service added, Name: com.sun.portal.container.service.CoordinationService, Implementation: com.sun.porta
l.container.service.coordination.impl.CoordinationServiceImpl
06:35:38,513 ERROR [STDERR] Jun 3, 2009 6:35:38 AM com.sun.portal.container.service.ServiceManager addService
INFO: PSC_CSPCS004 : Service added, Name: com.sun.portal.container.service.CachingService, Implementation: com.sun.portal.con
tainer.service.caching.impl.CachingServiceImpl
06:35:38,669 ERROR [STDERR] Jun 3, 2009 6:35:38 AM com.sun.portal.container.service.ServiceManager addService
INFO: PSC_CSPCS004 : Service added, Name: com.sun.portal.container.service.ClientCachingService, Implementation: com.sun.port
al.container.service.caching.impl.ClientCachingServiceImpl
06:35:38,826 ERROR [STDERR] Jun 3, 2009 6:35:38 AM com.sun.portal.container.service.ServiceManager addService
INFO: PSC_CSPCS004 : Service added, Name: com.sun.portal.container.service.DeploymentService_Local, Implementation: com.sun.p
ortal.container.service.deployment.impl.DeploymentServiceLocalImpl
06:35:38,982 ERROR [STDERR] Jun 3, 2009 6:35:38 AM com.sun.portal.container.service.ServiceManager addService
INFO: PSC_CSPCS004 : Service added, Name: com.sun.portal.container.service.ContainerEventService, Implementation: com.sun.por
tal.container.service.coordination.impl.ContainerEventServiceImpl
06:35:39,138 ERROR [STDERR] Jun 3, 2009 6:35:39 AM com.sun.portal.container.service.ServiceManager addService
INFO: PSC_CSPCS004 : Service added, Name: com.sun.portal.container.service.PolicyService, Implementation: com.liferay.portal.
portletcontainer.PolicyServiceImpl
06:35:39,279 ERROR [STDERR] Jun 3, 2009 6:35:39 AM com.sun.portal.container.service.ServiceManagerContextListenerImpl context
Initialized
INFO: PSC_CSPCS002 : Finished initializing ServiceManager
06:35:39,435 ERROR [STDERR] Jun 3, 2009 6:35:39 AM com.sun.portal.portletcontainer.impl.PortletContainerContextListenerImpl c
ontextInitialized
INFO: PSPL_PCCSPCPCI0003 : Starting PortletContainer 2.1
06:35:40,341 INFO  [STDOUT] Starting Liferay Portal Standard Edition 5.2.3 (Augustine / Build 5203 / May 20, 2009)
06:35:40,591 INFO  [STDOUT] 06:35:40,591 INFO  [DBUtil] Database supports case sensitive queries
06:35:43,513 INFO  [STDOUT] 06:35:43,513 INFO  [HotDeployUtil] Initializing hot deploy manager 18293343
06:35:43,654 INFO  [STDOUT] 06:35:43,654 INFO  [AutoDeployDir] Auto deploy scanner started for D:\Liferay-Alfresco\liferay-po
rtal-5.2.3\deploy
06:35:44,247 INFO  [TomcatDeployer] deploy, ctxPath=/alfresco, warUrl=…/deploy/alfresco.war/
06:35:45,247 INFO  [[/alfresco]] Set web app root system property: 'webapp.root' = [D:\Liferay-Alfresco\liferay-portal-5.2.3\
jboss-tomcat-4.2.3\server\default\.\deploy\alfresco.war\]
06:35:45,372 INFO  [[/alfresco]] Initializing Spring root WebApplicationContext
06:35:51,826 INFO  [STDOUT] 06:35:51,826  ERROR [transform.magick.AbstractImageMagickContentTransformer] ImageMagickContentTr
ansformer not available: Failed to perform ImageMagick transformation:
Execution result:
   os:         Windows 2003
   command:    [imconvert, C:\DOCUME~1\jangral\LOCALS~1\Temp\Alfresco\ImageMagickContentTransformer_init_source_6562582821229
027541.gif, C:\DOCUME~1\jangral\LOCALS~1\Temp\Alfresco\ImageMagickContentTransformer_init_target_5222497200876466618.png]
   succeeded:  false
   exit code:  1
   out:
   err:        Cannot run program "imconvert": CreateProcess error=2, The system cannot find the file specified
06:35:52,951 INFO  [STDOUT] 06:35:52,951  INFO  [config.xml.XMLConfigService$PropertyConfigurer] Loading properties file from
class path resource [alfresco/file-servers.properties]
06:35:56,825 INFO  [STDOUT] 06:35:56,825  ERROR [transform.swf.PDFToSWFContentTransformer] Failed to start SWF2PDF transforme
r:
Execution result:
   os:         Windows 2003
   command:    [pdf2swf, -V]
   succeeded:  false
   exit code:  1
   out:
   err:        Cannot run program "pdf2swf": CreateProcess error=2, The system cannot find the file specified
06:35:59,607 INFO  [STDOUT] 06:35:59,607  INFO  [domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibern
ate.dialect.MySQLInnoDBDialect.
06:36:01,872 INFO  [STDOUT] 06:36:01,872  INFO  [domain.schema.SchemaBootstrap] No changes were made to the schema.
06:36:02,732 INFO  [STDOUT] 06:36:02,732 User:System INFO  [node.index.FullIndexRecoveryComponent] Index recovery started: 10
transactions.
06:36:02,841 INFO  [STDOUT] 06:36:02,841 User:System INFO  [node.index.FullIndexRecoveryComponent]  10 % complete.
06:36:02,888 INFO  [STDOUT] 06:36:02,888 User:System INFO  [node.index.FullIndexRecoveryComponent]  20 % complete.
06:36:02,935 INFO  [STDOUT] 06:36:02,935 User:System INFO  [node.index.FullIndexRecoveryComponent]  30 % complete.
06:36:02,982 INFO  [STDOUT] 06:36:02,982 User:System INFO  [node.index.FullIndexRecoveryComponent]  40 % complete.
06:36:03,044 INFO  [STDOUT] 06:36:03,044 User:System INFO  [node.index.FullIndexRecoveryComponent]  50 % complete.
06:36:03,091 INFO  [STDOUT] 06:36:03,091 User:System INFO  [node.index.FullIndexRecoveryComponent]  60 % complete.
06:36:03,138 INFO  [STDOUT] 06:36:03,138 User:System INFO  [node.index.FullIndexRecoveryComponent]  70 % complete.
06:36:03,185 INFO  [STDOUT] 06:36:03,185 User:System INFO  [node.index.FullIndexRecoveryComponent]  80 % complete.
06:36:03,232 INFO  [STDOUT] 06:36:03,232 User:System INFO  [node.index.FullIndexRecoveryComponent]  90 % complete.
06:36:03,294 INFO  [STDOUT] 06:36:03,294 User:System INFO  [node.index.FullIndexRecoveryComponent]  100 % complete.
06:36:07,904 INFO  [STDOUT] 06:36:07,904 User:System INFO  [node.index.FullIndexRecoveryComponent] Index recovery completed.
06:36:07,982 INFO  [STDOUT] 06:36:07,982 User:System INFO  [node.index.AVMFullIndexRecoveryComponent] Rebuilding indexes for
1 AVM Stores
06:36:08,075 INFO  [STDOUT] 06:36:08,075 User:System INFO  [node.index.AVMFullIndexRecoveryComponent]     Rebuilding index fo
r sitestore
06:36:08,200 INFO  [STDOUT] 06:36:08,200 User:System INFO  [node.index.AVMFullIndexRecoveryComponent]   Reindex   100% comple
te
06:36:08,310 INFO  [STDOUT] 06:36:08,310 User:System INFO  [node.index.AVMFullIndexRecoveryComponent] Finished rebuilding ind
exes for AVM Stores
06:36:08,841 INFO  [STDOUT] 06:36:08,841 User:System INFO  [repo.admin.ConfigurationChecker] The Alfresco root data directory
('dir.root') is: D:\Liferay-Alfresco\liferay-portal-5.2.3\jboss-tomcat-4.2.3\bin\alf_data
06:36:08,950 INFO  [STDOUT] 06:36:08,950 User:System INFO  [admin.patch.PatchExecuter] Checking for patches to apply …
06:36:09,122 INFO  [STDOUT] 06:36:09,122 User:System INFO  [admin.patch.PatchExecuter] No patches were required.
06:36:09,169 INFO  [STDOUT] 06:36:09,169 User:System INFO  [repo.module.ModuleServiceImpl] Found 0 module(s).
06:36:10,466 INFO  [STDOUT] 06:36:10,466 User:System WARN  [alfresco.util.OpenOfficeConnectionTester] An initial OpenOffice c
onnection could not be established.
06:36:10,607 INFO  [STDOUT] 06:36:10,607 User:System INFO  [service.descriptor.DescriptorService] Alfresco JVM - v1.6.0_13-b0
3; maximum heap size 986.125MB
06:36:10,779 INFO  [STDOUT] 06:36:10,779 User:System INFO  [service.descriptor.DescriptorService] Alfresco license: Enterpris
e - v3.0 granted to Trial User limited to 30 days expiring Fri Jul 03 00:00:00 GMT 2009 (30 days remaining)
06:36:10,872 INFO  [STDOUT] 06:36:10,872 User:System INFO  [service.descriptor.DescriptorService] Alfresco started (Enterpris
e): Current version 3.0.0 (r11498) schema 501 - Installed version 3.0.0 (r11498) schema 501
06:36:16,357 INFO  [TomcatDeployer] deploy, ctxPath=/chat-portlet, warUrl=…/deploy/chat-portlet.war/
06:36:16,482 INFO  [[/chat-portlet]] Initializing Spring root WebApplicationContext
06:36:16,544 INFO  [STDOUT] Loading file:/D:/Liferay-Alfresco/liferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default/deploy/c
hat-portlet.war/WEB-INF/classes/service.properties
06:36:16,716 INFO  [STDOUT] 06:36:16,716 INFO  [DialectDetector] Determining dialect for HSQL Database Engine 1
06:36:16,763 INFO  [STDOUT] 06:36:16,763 WARN  [DialectDetector] Liferay is configured to use Hypersonic as its database. Do
NOT use Hypersonic in production. Hypersonic is an embedded database useful for development and demo'ing purposes. The databa
se settings can be changed in portal.properties.
06:36:16,919 INFO  [STDOUT] 06:36:16,919 INFO  [DialectDetector] Using dialect org.hibernate.dialect.HSQLDialect
06:36:17,028 INFO  [STDOUT] Loading file:/D:/Liferay-Alfresco/liferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default/deploy/c
hat-portlet.war/WEB-INF/classes/service.properties
06:36:17,278 INFO  [STDOUT] Loading file:/D:/Liferay-Alfresco/liferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default/deploy/c
hat-portlet.war/WEB-INF/classes/service.properties
06:36:17,575 INFO  [STDOUT] 06:36:17,575 INFO  [PortletHotDeployListener] Registering portlets for chat-portlet
06:36:17,732 INFO  [STDOUT] Loading file:/D:/Liferay-Alfresco/liferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default/deploy/c
hat-portlet.war/WEB-INF/classes/portlet.properties
06:36:17,841 INFO  [STDOUT] 06:36:17,841 INFO  [PortletHotDeployListener] 1 portlet for chat-portlet is available for use
06:36:17,935 INFO  [TomcatDeployer] deploy, ctxPath=/google-maps-portlet, warUrl=…/deploy/google-maps-portlet.war/
06:36:18,091 INFO  [STDOUT] 06:36:18,091 INFO  [PortletHotDeployListener] Registering portlets for google-maps-portlet
06:36:18,185 INFO  [STDOUT] 06:36:18,185 INFO  [PortletHotDeployListener] 1 portlet for google-maps-portlet is available for
use
06:36:18,310 INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=…/deploy/jmx-console.war/
06:36:18,419 INFO  [TomcatDeployer] deploy, ctxPath=/mail-portlet, warUrl=…/deploy/mail-portlet.war/
06:36:18,607 INFO  [STDOUT] 06:36:18,607 INFO  [PortletHotDeployListener] Registering portlets for mail-portlet
06:36:18,716 INFO  [STDOUT] Loading file:/D:/Liferay-Alfresco/liferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default/deploy/m
ail-portlet.war/WEB-INF/classes/portlet.properties
06:36:18,825 INFO  [STDOUT] 06:36:18,825 INFO  [PortletHotDeployListener] 1 portlet for mail-portlet is available for use
06:36:18,903 INFO  [TomcatDeployer] deploy, ctxPath=/sevencogs-hook, warUrl=…/deploy/sevencogs-hook.war/
06:36:19,028 INFO  [STDOUT] 06:36:19,028 INFO  [HotDeployEvent] Plugin sevencogs-hook requires google-maps-portlet, sevencogs
-theme, web-form-portlet, wol-portlet
06:36:19,122 INFO  [STDOUT] 06:36:19,122 INFO  [HotDeployUtil] Queue sevencogs-hook for deploy because its dependencies are n
ot available
06:36:19,232 INFO  [TomcatDeployer] deploy, ctxPath=/sevencogs-theme, warUrl=…/deploy/sevencogs-theme.war/
06:36:19,357 INFO  [STDOUT] 06:36:19,357 INFO  [ThemeHotDeployListener] Registering themes for sevencogs-theme
06:36:19,528 INFO  [STDOUT] 06:36:19,528 INFO  [ThemeHotDeployListener] 1 theme for sevencogs-theme is available for use
06:36:19,622 INFO  [TomcatDeployer] deploy, ctxPath=/tunnel-web, warUrl=…/deploy/tunnel-web.war/
06:36:20,466 INFO  [[/tunnel-web]] Initializing Spring FrameworkServlet 'Spring Servlet'
06:36:20,841 INFO  [TomcatDeployer] deploy, ctxPath=/web-form-portlet, warUrl=…/deploy/web-form-portlet.war/
06:36:21,122 INFO  [STDOUT] 06:36:21,122 INFO  [PortletHotDeployListener] Registering portlets for web-form-portlet
06:36:21,232 INFO  [STDOUT] Loading file:/D:/Liferay-Alfresco/liferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default/deploy/w
eb-form-portlet.war/WEB-INF/classes/portlet.properties
06:36:21,341 INFO  [STDOUT] 06:36:21,341 INFO  [PortletHotDeployListener] 1 portlet for web-form-portlet is available for use

06:36:21,450 INFO  [TomcatDeployer] deploy, ctxPath=/wol-portlet, warUrl=…/deploy/wol-portlet.war/
06:36:21,622 INFO  [[/wol-portlet]] Initializing Spring root WebApplicationContext
06:36:21,685 INFO  [STDOUT] Loading file:/D:/Liferay-Alfresco/liferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default/deploy/w
ol-portlet.war/WEB-INF/classes/service.properties
06:36:21,903 INFO  [STDOUT] 06:36:21,903 INFO  [DialectDetector] Determining dialect for HSQL Database Engine 1
06:36:21,950 INFO  [STDOUT] 06:36:21,950 WARN  [DialectDetector] Liferay is configured to use Hypersonic as its database. Do
NOT use Hypersonic in production. Hypersonic is an embedded database useful for development and demo'ing purposes. The databa
se settings can be changed in portal.properties.
06:36:22,107 INFO  [STDOUT] 06:36:22,107 INFO  [DialectDetector] Using dialect org.hibernate.dialect.HSQLDialect
06:36:22,341 INFO  [STDOUT] Loading file:/D:/Liferay-Alfresco/liferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default/deploy/w
ol-portlet.war/WEB-INF/classes/service.properties
06:36:22,685 INFO  [STDOUT] 06:36:22,685 INFO  [DialectDetector] Determining dialect for HSQL Database Engine 1
06:36:22,732 INFO  [STDOUT] 06:36:22,732 WARN  [DialectDetector] Liferay is configured to use Hypersonic as its database. Do
NOT use Hypersonic in production. Hypersonic is an embedded database useful for development and demo'ing purposes. The databa
se settings can be changed in portal.properties.
06:36:22,888 INFO  [STDOUT] 06:36:22,888 INFO  [DialectDetector] Using dialect org.hibernate.dialect.HSQLDialect
06:36:23,435 INFO  [STDOUT] Loading file:/D:/Liferay-Alfresco/liferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default/deploy/w
ol-portlet.war/WEB-INF/classes/service.properties
06:36:23,700 INFO  [STDOUT] 06:36:23,700 INFO  [HookHotDeployListener] Registering hook for wol-portlet
06:36:23,763 INFO  [STDOUT] Loading file:/D:/Liferay-Alfresco/liferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default/deploy/w
ol-portlet.war/WEB-INF/classes/portal.properties
06:36:23,903 INFO  [STDOUT] 06:36:23,903 INFO  [HookHotDeployListener] Hook for wol-portlet is available for use
06:36:23,950 INFO  [STDOUT] 06:36:23,950 INFO  [PortletHotDeployListener] Registering portlets for wol-portlet
06:36:24,122 INFO  [STDOUT] Loading file:/D:/Liferay-Alfresco/liferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default/deploy/w
ol-portlet.war/WEB-INF/classes/portlet.properties
06:36:24,247 INFO  [STDOUT] Loading file:/D:/Liferay-Alfresco/liferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default/deploy/w
ol-portlet.war/WEB-INF/classes/portlet.properties
06:36:24,357 INFO  [STDOUT] 06:36:24,357 INFO  [PortletHotDeployListener] 10 portlets for wol-portlet are available for use
06:36:24,403 INFO  [STDOUT] 06:36:24,403 INFO  [HotDeployUtil] Deploy sevencogs-hook from queue
06:36:24,482 INFO  [STDOUT] 06:36:24,482 INFO  [HookHotDeployListener] Registering hook for sevencogs-hook
06:36:24,528 INFO  [STDOUT] Loading file:/D:/Liferay-Alfresco/liferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default/deploy/s
evencogs-hook.war/WEB-INF/classes/portal.properties
06:36:24,950 INFO  [STDOUT] 06:36:24,950 INFO  [HookHotDeployListener] Hook for sevencogs-hook is available for use
06:36:25,044 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
06:36:25,122 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-0.0.0.0-8009
06:36:25,185 INFO  [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)] Started in 1m:
12s:969ms
06:36:27,841 INFO  [STDOUT] Loading file:/D:/Liferay-Alfresco/liferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default/deploy/c
hat-portlet.war/WEB-INF/classes/portlet.properties
06:36:27,872 INFO  [STDOUT] 06:36:27,872 INFO  [PluginPackageUtil] Checking for available updates
06:36:28,403 INFO  [STDOUT] Loading jar:file:/D:/Liferay-Alfresco/liferay-portal-5.2.3/jboss-tomcat-4.2.3/server/default/depl
oy/ROOT.war/WEB-INF/lib/portal-impl.jar!/content-types.properties
06:36:41,731 INFO  [STDOUT] 06:36:41,731 INFO  [PluginPackageUtil] Finished checking for available updates in 13859 ms
06:38:43,465 INFO  [STDOUT] 06:38:43,465 INFO  [PluginPackageUtil] Reloading repositories
06:40:14,511 INFO  [STDOUT] 06:40:14,511 User:guest ERROR [shared_impl.config.MyfacesConfig] Both MyFaces and the RI are on y
our classpath. Please make sure to use only one of the two JSF-implementations.
06:41:56,886 INFO  [STDOUT] 06:41:56,886 INFO  [PluginPackageUtil] Checking for available updates
06:41:56,886 INFO  [STDOUT] 06:41:56,886 INFO  [PluginPackageUtil] Finished checking for available updates in 0 ms


Any idea?

Thank You,
Regards,
J Lalit

dynamolalit
Champ on-the-rise
Champ on-the-rise
Hi,

I got a clue that as per portlet.xml, there should be  <portlet-class>org.alfresco.web.app.portlet.AlfrescoFacesPortlet</portlet-class> exists in Alfresco war as per portlet.xml entry but it is not there in ALfresco 3.0 war???

<?xml version="1.0" encoding="UTF-8"?>
<portlet-app xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd" version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd">
    <portlet>
        <description>Alfresco Client Portlet</description>
        <portlet-name>AlfrescoClient</portlet-name>
        <portlet-class>org.alfresco.web.app.portlet.AlfrescoFacesPortlet</portlet-class>
       
        <init-param>
           <name>default-view</name>
           <value>/jsp/login.jsp</value>
        </init-param>

        <supports>
            <mime-type>text/html</mime-type>
            <portlet-mode>VIEW</portlet-mode>
            <portlet-mode>HELP</portlet-mode>
        </supports>

        <portlet-info>
            <title>Alfresco Client Portlet</title>
            <short-title>alfresco-client-portlet</short-title>
        </portlet-info>
    </portlet>

    <portlet>
        <description>My Tasks</description>
        <portlet-name>AlfrescoMyTasks</portlet-name>
        <portlet-class>org.alfresco.web.scripts.portlet.WebScriptPortlet</portlet-class>
       
        <init-param>
           <name>authenticator</name>
           <value>webscripts.authenticator.jsr168.webclient</value>
        </init-param>
        <init-param>
           <name>scriptUrl</name>
           <value>/alfresco/168s/ui/mytasks</value>
        </init-param>

        <supports>
            <mime-type>text/html</mime-type>
            <portlet-mode>VIEW</portlet-mode>
        </supports>

        <portlet-info>
            <title>My Tasks</title>
            <short-title>My Tasks</short-title>
        </portlet-info>
    </portlet>

    <portlet>
        <description>Document List</description>
        <portlet-name>AlfrescoDocList</portlet-name>
        <portlet-class>org.alfresco.web.scripts.portlet.WebScriptPortlet</portlet-class>
       
        <init-param>
           <name>authenticator</name>
           <value>webscripts.authenticator.jsr168.webclient</value>
        </init-param>
        <init-param>
           <name>scriptUrl</name>
           <value>/alfresco/168s/ui/doclist</value>
        </init-param>

        <supports>
            <mime-type>text/html</mime-type>
            <portlet-mode>VIEW</portlet-mode>
        </supports>
       
        <portlet-info>
            <title>Document List</title>
            <short-title>Document List</short-title>
        </portlet-info>
    </portlet>
   
    <portlet>
        <description>My Spaces</description>
        <portlet-name>AlfrescoMySpaces</portlet-name>
        <portlet-class>org.alfresco.web.scripts.portlet.WebScriptPortlet</portlet-class>
       
        <init-param>
           <name>authenticator</name>
           <value>webscripts.authenticator.jsr168.webclient</value>
        </init-param>
        <init-param>
           <name>scriptUrl</name>
           <value>/alfresco/168s/ui/myspaces</value>
        </init-param>

        <supports>
            <mime-type>text/html</mime-type>
            <portlet-mode>VIEW</portlet-mode>
        </supports>
       
        <portlet-info>
            <title>My Spaces</title>
            <short-title>My Spaces</short-title>
        </portlet-info>
    </portlet>

    <portlet>
        <description>My Web Forms</description>
        <portlet-name>AlfrescoMyWebForms</portlet-name>
        <portlet-class>org.alfresco.web.scripts.portlet.WebScriptPortlet</portlet-class>
       
        <init-param>
           <name>authenticator</name>
           <value>webscripts.authenticator.jsr168.webclient</value>
        </init-param>
        <init-param>
           <name>scriptUrl</name>
           <value>/alfresco/168s/ui/mywebforms</value>
        </init-param>

        <supports>
            <mime-type>text/html</mime-type>
            <portlet-mode>VIEW</portlet-mode>
        </supports>
       
        <portlet-info>
            <title>My Web Forms</title>
            <short-title>My Web Forms</short-title>
        </portlet-info>
    </portlet>
   
    <portlet>
        <description>My Web Files</description>
        <portlet-name>AlfrescoMyWebFiles</portlet-name>
        <portlet-class>org.alfresco.web.scripts.portlet.WebScriptPortlet</portlet-class>
       
        <init-param>
           <name>authenticator</name>
           <value>webscripts.authenticator.jsr168.webclient</value>
        </init-param>
        <init-param>
           <name>scriptUrl</name>
           <value>/alfresco/168s/ui/mywebfiles</value>
        </init-param>

        <supports>
            <mime-type>text/html</mime-type>
            <portlet-mode>VIEW</portlet-mode>
        </supports>
       
        <portlet-info>
            <title>My Web Files</title>
            <short-title>My Web Files</short-title>
        </portlet-info>
    </portlet>
   
    <user-attribute>
        <name>user.home-info.online.email</name>
    </user-attribute>

</portlet-app>


There should be class like org.alfresco.web.app.portlet.AlfrescoFacesPortlet in "/alfresco.war/WEB-INF/classes" but there are no such classes in Alfresco war.So i am not able to see my portlets in LIferay.

Can anyone point me out how to solve this issue?I have the latest Alfresco war(3.0) downloaded from http://partners.alfresco.com.But no such class exists in this war??Also i checked in svn repository for Alfresco source.There also no such class exists??I am getting confused!!!

Can anyone help me out how to deploy Alfresco as portlet in Liferay?

Thanks & Regards,

Lalit

dynamolalit
Champ on-the-rise
Champ on-the-rise
Hi,

After long research,i found a time saving way of incorporating Alfresco as a portlet in Liferay by using an IFrame Portlet & configure it for Alfresco & then do required customizations.

But one needs to take care of login & logout for this portlet.

dynamolalit
Champ on-the-rise
Champ on-the-rise
Hi,

Liferay portal support is not working correctly for Alfresco since Alfresco 2.2.AFAIK issues persist with compatibility of MooTools JS APIs used for Alfresco implementation & Liferay JQuery JS APIs.

More information can be had form https://issues.alfresco.com/jira/browse/ETHREEOH-527.

So take proper care before going for integration.

Ideal way is to use Alfresco as a page inside Liferay or using IFrame portlet for Alfresco in Liferay.