Hi all,
I'm trying to use alfrescos portlets in liferay, my setup is:
Alfresco 3.4.a tomcat 6
Liferay 6.0.4 tomcat 6
alfresco and liferay are in separate tomcats
I followed this wiki:
http://wiki.alfresco.com/wiki/Portlets
thing is, I had to change the alfresco port from 8080 to other, 9181 in this case.
I got alfresco to work, the web client, and alfresco share working too, but when I add the alfresco portlets to liferay i get this error:
118:25:22,378 ERROR [PortletRequestDispatcherImpl:136] org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.extensions.surf.exception.UserFactoryException: Unable to retrieve user from repository
2org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.extensions.surf.exception.UserFactoryException: Unable to retrieve user from repository
3 at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:659)
4 at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:552)
5 at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
6 at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
7 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
8 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
9 at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
10 at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:551)
11 at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:488)
12 at com.liferay.portlet.PortletRequestDispatcherImpl.dispatch(PortletRequestDispatcherImpl.java:315)
13 at com.liferay.portlet.PortletRequestDispatcherImpl.include(PortletRequestDispatcherImpl.java:133)
14 at org.alfresco.web.portlet.ProxyPortlet.renderRequest(ProxyPortlet.java:290)
15 at org.alfresco.web.portlet.ProxyPortlet.doView(ProxyPortlet.java:198)
16 at org.alfresco.web.portlet.ProxyPortlet.render(ProxyPortlet.java:108)
17 at com.liferay.portlet.FilterChainImpl.doFilter(FilterChainImpl.java:101)
18 at com.liferay.portal.kernel.portlet.PortletFilterUtil.doFilter(PortletFilterUtil.java:64)
19 at com.liferay.portal.kernel.servlet.PortletServlet.service(PortletServlet.java:92)
20 at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
21 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
22 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
23 at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
24 at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:551)
25 at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:488)
26 at com.liferay.portlet.InvokerPortletImpl.invoke(InvokerPortletImpl.java:628)
27 at com.liferay.portlet.InvokerPortletImpl.invokeRender(InvokerPortletImpl.java:713)
28 at com.liferay.portlet.InvokerPortletImpl.render(InvokerPortletImpl.java:424)
29 at org.apache.jsp.html.portal.render_005fportlet_jsp._jspService(Unknown Source)
30 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
31 at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
32 at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:377)
33 at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
34 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
35 at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
36 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
37 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
38 at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646)
39 at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:551)
40 at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:488)
41 at com.liferay.portal.util.PortalImpl.renderPortlet(PortalImpl.java:3647)
42 at com.liferay.portal.util.PortalUtil.renderPortlet(PortalUtil.java:1164)
43....
Im using the default user in liferay and created one in alfresco, but still I keep getting this, ive searched for an answer but I cant seem to solve this

If anyone has any idea on how to solve this, pls help
tnx in advance
Please sign in to flag this as inappropriate.