Hello all,
Somehow, I still get "user authentication" error. I am using Alfresco community 3.4d and Liferay 5.2.3 on Redhat linux. Alfresco is running on JBoss and Liferay is running on embedded tomcat. I can login to both Share and Liferay on their respective ports, could see portlets in Liferay but I just get an error of "Portlet is not available". What's going wrong?
Here is trace from liferay log file:
23:35:04,823 ERROR [PortletRequestDispatcherImpl:316] org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.extensions.surf.exception.UserFactoryException: Unable to retrieve user from repository
org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.extensions.surf.exception.UserFactoryException: Unable to retrieve user from repository
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:659)
at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:552)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
Any help is appreciated. Thanks.
-Sarma.