11-24-2010 03:59 PM
Portlet is temporarily unavailable.
20:35:51,514 ERROR [[localhost].[/share].[Spring Surf Dispatcher Servlet]] Servlet.service() for servlet Spring Surf Dispatcher Servlet threw exception
org.springframework.extensions.surf.exception.UserFactoryException: Unable to create user - failed to retrieve user metadata:
at org.springframework.extensions.surf.support.AlfrescoUserFactory.loadUser(AlfrescoUserFactory.java:168)
at org.springframework.extensions.surf.support.AbstractUserFactory.initialiseUser(AbstractUserFactory.java:176)
at org.springframework.extensions.surf.support.AbstractUserFactory.initialiseUser(AbstractUserFactory.java:99)
at org.springframework.extensions.surf.RequestContextUtil.initialiseUser(RequestContextUtil.java:202)
at org.springframework.extensions.surf.RequestContextUtil.populateRequestContext(RequestContextUtil.java:175)
at org.springframework.extensions.surf.RequestContextUtil.populateRequestContext(RequestContextUtil.java:130)
…….
11-25-2010 04:05 AM
11-25-2010 04:57 AM
<alfresco-config>
<!– Repository Library config section –>
<config evaluator="string-compare" condition="RepositoryLibrary" replace="true">
<!–
Whether the link to the Repository Library appears in the header component or not.
–>
<visible>true</visible>
</config>
<config evaluator="string-compare" condition="Remote">
<remote>
<endpoint>
<id>alfresco-noauth</id>
<name>Alfresco - unauthenticated access</name>
<description>Access to Alfresco Repository WebScripts that do not require authentication</description>
<connector-id>alfresco</connector-id>
<endpoint-url>http://localhost:8180/alfresco/s</endpoint-url>
<identity>none</identity>
</endpoint>
<endpoint>
<id>alfresco</id>
<name>Alfresco - user access</name>
<description>Access to Alfresco Repository WebScripts that require user authentication</description>
<connector-id>alfresco</connector-id>
<endpoint-url>http://localhost:8180/alfresco/s</endpoint-url>
<identity>user</identity>
</endpoint>
<!–
<connector>
<id>alfrescoCookie</id>
<name>Alfresco Connector</name>
<description>Connects to an Alfresco instance using cookie-based authentication</description <class>org.springframework.extensions.webscripts.connector.AlfrescoConnector</class>
</connector>
–>
<endpoint>
<id>alfresco-feed</id>
<name>Alfresco Feed</name>
<description>Alfresco Feed - supports basic HTTP authentication via the EndPointProxyServlet</description>
<connector-id>http</connector-id>
<endpoint-url>http://localhost:8180/alfresco/s</endpoint-url>
<basic-auth>true</basic-auth>
<identity>user</identity>
</endpoint>
</remote>
</config>
</alfresco-config>
authentication.chain=alfrescoNtlm1:alfrescoNtlm,external1:external
external.authentication.proxyUserName=
10:26:48,409 ERROR [PortletServlet:104] javax.portlet.PortletException: org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.extensions.surf.exception.UserFactoryException: Unable to retrieve user from repository
10:30:41,225 ERROR [PortletServlet:104] javax.portlet.PortletException: org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.extensions.surf.exception.UserFactoryException: Unable to retrieve user from repository
11-25-2010 07:20 AM
<endpoint>
<id>alfresco</id>
<name>Alfresco - user access</name>
<description>Access to Alfresco Repository WebScripts that require user authentication</description>
<connector-id>alfrescoCookie</connector-id>
<endpoint-url>http://localhost:8180/alfresco/s</endpoint-url>
<identity>user</identity>
<external-auth>true</external-auth>
</endpoint>
11-25-2010 08:36 AM
cp /opt/alfresco-3.4.b/tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml /opt/liferay-portal-5.2.3/tomcat-5.5.27/shared/classes/web-extension
aber auch dies beseitigt nicht den Fehler 😐
root@zerg:/opt# ls -l alfresco-3.4.b/
insgesamt 4612
drwxr-xr-x 6 root root 4096 2010-11-25 03:00 alf_data
-rw-r–r– 1 root root 894 2010-04-27 10:45 alfresco.ico
-rw-r–r– 1 root root 109805 2010-11-25 14:20 alfresco.log
-rw-r–r– 1 root root 150400 2010-11-24 21:33 alfresco.log.2010-11-24
-rwxr–r– 1 root root 21839 2010-11-24 20:49 alfresco.sh
drwxr-xr-x 2 root root 4096 2010-11-24 20:50 amps
drwxr-xr-x 2 root root 4096 2010-11-24 20:49 amps_share
drwxr-xr-x 2 root root 4096 2010-11-24 20:50 bin
drwxr-xr-x 7 root root 4096 2010-11-24 20:48 common
drwxr-xr-x 7 root root 4096 2010-11-24 20:48 java
drwxr-xr-x 3 root root 4096 2010-11-24 20:48 licenses
drwxr-xr-x 10 root root 4096 2010-11-24 20:52 openoffice
-rw-r–r– 1 root root 507 2010-09-08 19:52 README.txt
-rw-r–r– 1 root root 1406 2010-04-27 10:45 README_wcm.txt
drwxr-xr-x 2 root root 4096 2010-11-24 20:53 scripts
drwxr-xr-x 11 root root 4096 2010-11-24 20:49 tomcat
-rwx—— 1 root root 4352814 2010-11-24 20:54 uninstall
drwxr-xr-x 15 root root 4096 2010-11-24 20:49 virtual-tomcat
drwxr-xr-x 5 root root 4096 2010-11-24 21:01 wcm
-rw-r–r– 1 root root 1608 2010-11-25 14:20 webquickstart.log
-rw-r–r– 1 root root 2010 2010-11-24 21:33 webquickstart.log.2010-11-24
drwxr-xr-x 2 root root 4096 2010-11-24 21:01 www
root@zerg:/opt# ls -l liferay-portal-5.2.3/
insgesamt 392
-rw-r–r– 1 root root 370398 2010-11-25 14:30 alfresco.log
drwxr-xr-x 5 root root 4096 2010-11-24 20:57 data
drwxr-xr-x 2 root root 4096 2010-11-25 14:13 deploy
drwxr-xr-x 2 root root 4096 2009-05-19 20:26 license
-rw-r–r– 1 root root 4601 2009-05-14 11:34 readme.html
drwxr-xr-x 12 root root 4096 2009-05-20 20:36 tomcat-5.5.27
11-25-2010 11:47 PM
/opt/liferay-portal-5.2.3/tomcat-5.5.27/shared/classes/alfresco/web-extension
11-26-2010 07:29 AM
<endpoint>
<id>alfresco</id>
<name>Alfresco - user access</name>
<description>Access to Alfresco Repository WebScripts that require user authentication</description>
<connector-id>alfrescoCookie</connector-id>
<endpoint-url>http://localhost:8080/alfresco/wcs</endpoint-url>
<identity>user</identity>
<external-auth>true</external-auth>
</endpoint>
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.