<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Alfresco Share login Probleme über https in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-login-probleme-%C3%BCber-https/m-p/26634#M13297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;um vor allem Alfresco Share zu testen, wurde auf einem Linux Rechner (Ubuntu 10.4)&amp;nbsp; alfresco-community-3.4.d installiert. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Es gibt lokale Benutzer und solche, die über einen AD-Controller authentifiziert werden. Der LDAP Server wird zur Synchronisation von bestimmten Gruppen und Benutzern verwendet.,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;authentication.chain=alfrescoNtlm1:alfrescoNtlm,passthru1:passthru,ldap1:ldap&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;CIFS, SMB und WebDAV funktionieren.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alles läuft fehlerlos, solange über http zugegriffen wird.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nach der Umstellung auf https und einem Redirect von 8080 auf 8443&amp;nbsp; funktioniert das Anmelden nur noch unter&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A href="https://alfi....:8443/alfresco" rel="nofollow noopener noreferrer"&gt;https://alfi....:8443/alfresco&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;aber nicht mehr unter &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A href="https://alfi....:8443/share" rel="nofollow noopener noreferrer"&gt;https://alfi....:8443/share&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Es erscheint dann die Fehlermeldung&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The remote server may be unavailable or your authentication details have not been recognized&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Das benutze Zertifikat ist selbst erstellt und signiert.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Folgende Dateien wurden angepasst.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;$TOMCAT_HOME/conf/server.xm&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;l&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;Connector port="8080" URIEncoding="UTF-8" protocol="HTTP/1.1" &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; connectionTimeout="20000" &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; redirectPort="8443" /&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; maxThreads="150" scheme="https" secure="true"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; keystoreFile="/home/xxx/.keystore" keystorePass="secret"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; clientAuth="false" sslProtocol="TLS" /&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Der folgende Eintrag wurde hinzugefügt, um die Umleitung auf https sichtbar zu machen&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;$TOMCAT_HOME/conf/web.xml&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;security-constraint&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;web-resource-collection&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;web-resource-name&amp;gt;Secure Apps&amp;lt;/web-resource-name&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;url-pattern&amp;gt;/*&amp;lt;/url-pattern&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/web-resource-collection&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;user-data-constraint&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;transport-guarantee&amp;gt;CONFIDENTIAL&amp;lt;/transport-guarantee&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/user-data-constraint&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/security-constraint&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Die folgenden Änderungen stammen aus&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://docs.alfresco.com/3.4/index.jsp?topic=%2Fcom.alfresco.Enterprise_3_4_0.doc%2Ftasks%2FSharePoint-HTTPS-setup.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/3.4/index.jsp?topic=%2Fcom.alfresco.Enterprise_3_4_0.doc%2Ftasks%2FSharePoint-HTTPS-setup.html&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;$TOMCAT_HOME/shared/classes/alfresco/web-extension/share-config-custom.xml&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;config evaluator="string-compare" condition="Remote"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;remote&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;endpoint&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;id&amp;gt;alfresco-noauth&amp;lt;/id&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;Alfresco - unauthenticated access&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;description&amp;gt;Access to Alfresco Repository WebScripts that do not require authentication&amp;lt;/description&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;connector-id&amp;gt;alfresco&amp;lt;/connector-id&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;endpoint-url&amp;gt;&lt;A href="https://localhost:8443/alfresco/s" rel="nofollow noopener noreferrer"&gt;https://localhost:8443/alfresco/s&lt;/A&gt;&amp;lt;/endpoint-url&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;identity&amp;gt;none&amp;lt;/identity&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/endpoint&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;endpoint&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;id&amp;gt;alfresco&amp;lt;/id&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;Alfresco - user access&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;description&amp;gt;Access to Alfresco Repository WebScripts that require user authentication&amp;lt;/description&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;connector-id&amp;gt;alfresco&amp;lt;/connector-id&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;endpoint-url&amp;gt;&lt;A href="https://localhost:8443/alfresco/s" rel="nofollow noopener noreferrer"&gt;https://localhost:8443/alfresco/s&lt;/A&gt;&amp;lt;/endpoint-url&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;identity&amp;gt;user&amp;lt;/identity&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/endpoint&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;endpoint&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;id&amp;gt;alfresco-feed&amp;lt;/id&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;Alfresco Feed&amp;lt;/name&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;description&amp;gt;Alfresco Feed - supports basic HTTP authentication via the EndPointProxyServlet&amp;lt;/description&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;connector-id&amp;gt;http&amp;lt;/connector-id&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;endpoint-url&amp;gt;&lt;A href="https://localhost:8443/alfresco/s" rel="nofollow noopener noreferrer"&gt;https://localhost:8443/alfresco/s&lt;/A&gt;&amp;lt;/endpoint-url&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;basic-auth&amp;gt;true&amp;lt;/basic-auth&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;identity&amp;gt;user&amp;lt;/identity&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/endpoint&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/remote&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/config&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Was habe ich vergessen oder falsch gemacht ? Aus den log Dateien ist nichts ersichtlich. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Grüße&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Aug 2011 12:11:09 GMT</pubDate>
    <dc:creator>langr</dc:creator>
    <dc:date>2011-08-04T12:11:09Z</dc:date>
    <item>
      <title>Alfresco Share login Probleme über https</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-login-probleme-%C3%BCber-https/m-p/26634#M13297</link>
      <description>Hi,um vor allem Alfresco Share zu testen, wurde auf einem Linux Rechner (Ubuntu 10.4)&amp;nbsp; alfresco-community-3.4.d installiert. Es gibt lokale Benutzer und solche, die über einen AD-Controller authentifiziert werden. Der LDAP Server wird zur Synchronisation von bestimmten Gruppen und Benutzern verwende</description>
      <pubDate>Thu, 04 Aug 2011 12:11:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-login-probleme-%C3%BCber-https/m-p/26634#M13297</guid>
      <dc:creator>langr</dc:creator>
      <dc:date>2011-08-04T12:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share login Probleme über https</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-login-probleme-%C3%BCber-https/m-p/26635#M13298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dreh mal deine log4j.properties für share hoch:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;org.springframework.extensions=DEBUG&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;und poste das log mal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VG, Jan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 14:22:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-login-probleme-%C3%BCber-https/m-p/26635#M13298</guid>
      <dc:creator>jpfi_4454</dc:creator>
      <dc:date>2011-08-04T14:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share login Probleme über https</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-login-probleme-%C3%BCber-https/m-p/26636#M13299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Vielen Dank für die schnelle Antwort.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Die entstandene log-Datei ist allerdings riesengroß. Soll ich vielleicht nach bestimmten Einträgen suchen ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 14:43:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-login-probleme-%C3%BCber-https/m-p/26636#M13299</guid>
      <dc:creator>langr</dc:creator>
      <dc:date>2011-08-04T14:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share login Probleme über https</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-login-probleme-%C3%BCber-https/m-p/26637#M13300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;sowas wie sun.security.validator.ValidatorException bspw…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 16:30:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-login-probleme-%C3%BCber-https/m-p/26637#M13300</guid>
      <dc:creator>jpfi_4454</dc:creator>
      <dc:date>2011-08-04T16:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share login Probleme über https</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-login-probleme-%C3%BCber-https/m-p/26638#M13301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Leider kommt in meinem LOG-File dieser Ausdruck gar nicht vor.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wenn ich nach validator suche, erhalte ich folgende Zeilen&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;09:13:18,936 DEBUG [org.springframework.extensions.config.source.UrlConfigSource] Did not find META-INF/web-client-config-custom.xml in file:/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/lib/commons-validator.jar&lt;BR /&gt;09:13:23,412 DEBUG [org.springframework.extensions.config.source.UrlConfigSource] Did not find META-INF/spring-webscripts-config-custom.xml in file:/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/lib/commons-validator.jar&lt;BR /&gt;~&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Wenn ich nach security suche, das hier&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;09:13:02,680 INFO&amp;nbsp; [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [alfresco/public-services-security-context.xml]&lt;BR /&gt;09:13:02,728 DEBUG [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loaded 41 bean definitions from location pattern [classpath:alfresco/public-services-security-context.xml]&lt;BR /&gt;09:13:02,728 DEBUG [org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader] Imported 41 bean definitions from URL location [classpath:alfresco/public-services-security-context.xml]&lt;BR /&gt;09:13:03,224 DEBUG [org.springframework.beans.factory.xml.BeanDefinitionParserDelegate] Neither XML 'id' nor 'name' specified - using generated bean name [org.alfresco.repo.security.authentication.DefaultMutableAuthenticationDao#2df824a]&lt;BR /&gt;09:13:08,044 DEBUG [org.springframework.jndi.JndiTemplate] Looking up JNDI object with name [java:comp/env/properties/ldap.synchronization.java.naming.security.principal]&lt;BR /&gt;09:13:08,108 DEBUG [org.springframework.jndi.JndiTemplate] Looking up JNDI object with name [java:comp/env/properties/ldap.synchronization.java.naming.security.credentials]&lt;BR /&gt;09:13:13,523 DEBUG [org.springframework.jndi.JndiTemplate] Looking up JNDI object with name [java:comp/env/properties/ldap.authentication.java.naming.security.authentication]&lt;BR /&gt;09:13:13,523 DEBUG [org.springframework.jndi.JndiTemplate] Looking up JNDI object with name [java:comp/env/properties/ldap.synchronization.java.naming.security.principal]&lt;BR /&gt;09:13:13,526 DEBUG [org.springframework.jndi.JndiTemplate] Looking up JNDI object with name [java:comp/env/properties/ldap.synchronization.java.naming.security.credentials]&lt;BR /&gt;09:13:13,527 DEBUG [org.springframework.jndi.JndiTemplate] Looking up JNDI object with name [java:comp/env/properties/ldap.synchronization.java.naming.security.authentication]&lt;BR /&gt;09:13:16,170 DEBUG [org.springframework.aop.framework.JdkDynamicAopProxy] Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [org.alfresco.repo.security.permissions.impl.PermissionServiceImpl@31d47845]&lt;BR /&gt;09:13:16,877 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'NodeService_security'&lt;BR /&gt;09:13:16,877 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'NodeService_security'&lt;BR /&gt;09:13:16,880 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'NodeService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:16,950 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'NodeService_security'&lt;BR /&gt;09:13:16,950 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'NodeService_security'&lt;BR /&gt;09:13:16,979 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'SearchService_security'&lt;BR /&gt;09:13:16,979 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'SearchService_security'&lt;BR /&gt;09:13:16,979 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'SearchService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:16,980 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'SearchService_security'&lt;BR /&gt;09:13:16,981 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'SearchService_security'&lt;BR /&gt;09:13:17,014 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'ActionService_security'&lt;BR /&gt;09:13:17,014 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'ActionService_security'&lt;BR /&gt;09:13:17,014 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'ActionService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:17,016 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'ActionService_security'&lt;BR /&gt;09:13:17,198 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'SearchService_security'&lt;BR /&gt;09:13:17,204 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'ContentService_security'&lt;BR /&gt;09:13:17,204 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'ContentService_security'&lt;BR /&gt;09:13:17,215 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'ContentService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:17,217 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'ContentService_security'&lt;BR /&gt;09:13:17,217 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'ContentService_security'&lt;BR /&gt;09:13:17,294 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'LockService_security'&lt;BR /&gt;09:13:17,294 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'LockService_security'&lt;BR /&gt;09:13:17,294 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'LockService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:17,296 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'LockService_security'&lt;BR /&gt;09:13:17,296 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'LockService_security'&lt;BR /&gt;09:13:17,305 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'CopyService_security'&lt;BR /&gt;09:13:17,305 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'CopyService_security'&lt;BR /&gt;09:13:17,305 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'CopyService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:17,305 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'CopyService_security'&lt;BR /&gt;09:13:17,358 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'RuleService_security'&lt;BR /&gt;09:13:17,358 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'RuleService_security'&lt;BR /&gt;09:13:17,358 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'RuleService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:17,358 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'RuleService_security'&lt;BR /&gt;09:13:17,367 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'PermissionService_security'&lt;BR /&gt;09:13:17,367 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'PermissionService_security'&lt;BR /&gt;09:13:17,367 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'PermissionService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:17,369 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'PermissionService_security'&lt;BR /&gt;09:13:17,369 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'PermissionService_security'&lt;BR /&gt;09:13:17,377 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'AuthorityService_security'&lt;BR /&gt;09:13:17,377 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'AuthorityService_security'&lt;BR /&gt;09:13:17,377 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'AuthorityService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:17,380 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'AuthorityService_security'&lt;BR /&gt;09:13:17,380 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'AuthorityService_security'&lt;BR /&gt;09:13:17,380 DEBUG [org.springframework.aop.framework.JdkDynamicAopProxy] Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [org.alfresco.repo.security.authority.AuthorityServiceImpl@1361c602]&lt;BR /&gt;09:13:17,419 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'AuthenticationService_security'&lt;BR /&gt;09:13:17,419 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'AuthenticationService_security'&lt;BR /&gt;09:13:17,420 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'AuthenticationService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:17,421 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'AuthenticationService_security'&lt;BR /&gt;09:13:17,421 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'AuthenticationService_security'&lt;BR /&gt;09:13:17,422 DEBUG [org.springframework.aop.framework.JdkDynamicAopProxy] Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [org.alfresco.repo.security.authentication.subsystems.SubsystemChainingAuthentica&lt;BR /&gt;tionService@38e02fc4]&lt;BR /&gt;09:13:17,827 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'org.alfresco.repo.security.authentication.DefaultMutableAuthenticationDao#2df824a'&lt;BR /&gt;09:13:17,832 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'org.alfresco.repo.security.authentication.DefaultMutableAuthenticationDao#2df824a'&lt;BR /&gt;09:13:18,051 DEBUG [org.springframework.aop.framework.JdkDynamicAopProxy] Creating JDK dynamic proxy: target source is EmptyTargetSource: target class [org.alfresco.repo.security.sync.UserRegistrySynchronizer], static&lt;BR /&gt;09:13:18,059 DEBUG [org.springframework.aop.framework.JdkDynamicAopProxy] Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [org.alfresco.repo.security.authentication.subsystems.SubsystemChainingAuthentica&lt;BR /&gt;tionComponent@1d28b30e]&lt;BR /&gt;09:13:18,086 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'PersonService_security'&lt;BR /&gt;09:13:18,086 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'PersonService_security'&lt;BR /&gt;09:13:18,087 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'PersonService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:18,088 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'PersonService_security'&lt;BR /&gt;09:13:18,088 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'PersonService_security'&lt;BR /&gt;09:13:18,089 DEBUG [org.springframework.aop.framework.JdkDynamicAopProxy] Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [org.alfresco.repo.security.person.PersonServiceImpl@2f56a6be]&lt;BR /&gt;09:13:18,238 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'WebProjectService_security'&lt;BR /&gt;09:13:18,238 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'WebProjectService_security'&lt;BR /&gt;09:13:18,238 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'WebProjectService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:18,238 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'WebProjectService_security'&lt;BR /&gt;09:13:18,259 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'AssetService_security'&lt;BR /&gt;09:13:18,259 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'AssetService_security'&lt;BR /&gt;09:13:18,259 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'AssetService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:18,259 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'AssetService_security'&lt;BR /&gt;09:13:18,291 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'WorkflowService_security'&lt;BR /&gt;09:13:18,292 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'WorkflowService_security'&lt;BR /&gt;09:13:18,292 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'WorkflowService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:18,292 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'WorkflowService_security'&lt;BR /&gt;09:13:18,358 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'FileFolderService_security'&lt;BR /&gt;09:13:18,358 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'FileFolderService_security'&lt;BR /&gt;09:13:18,358 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'FileFolderService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:18,360 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'FileFolderService_security'&lt;BR /&gt;09:13:18,360 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'FileFolderService_security'&lt;BR /&gt;09:13:18,500 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'CategoryService_security'&lt;BR /&gt;09:13:18,500 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'CategoryService_security'&lt;BR /&gt;09:13:18,500 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'CategoryService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:18,501 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'CategoryService_security'&lt;BR /&gt;09:13:18,502 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'CategoryService_security'&lt;BR /&gt;09:13:18,512 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'TaggingService_security'&lt;BR /&gt;09:13:18,512 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'TaggingService_security'&lt;BR /&gt;09:13:18,512 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'TaggingService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:18,512 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'TaggingService_security'&lt;BR /&gt;09:13:18,865 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'CheckoutCheckinService_security'&lt;BR /&gt;09:13:18,865 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'CheckoutCheckinService_security'&lt;BR /&gt;09:13:18,865 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'CheckoutCheckinService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:18,866 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'CheckoutCheckinService_security'&lt;BR /&gt;09:13:18,866 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'CheckoutCheckinService_security'&lt;BR /&gt;09:13:18,872 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'VersionService_security'&lt;BR /&gt;09:13:18,872 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'VersionService_security'&lt;BR /&gt;09:13:18,872 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'VersionService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:18,872 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'VersionService_security'&lt;BR /&gt;09:13:18,882 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'SiteService_security'&lt;BR /&gt;09:13:18,882 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'SiteService_security'&lt;BR /&gt;09:13:18,882 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'SiteService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:18,882 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'SiteService_security'&lt;BR /&gt;09:13:18,933 DEBUG [org.springframework.extensions.config.source.UrlConfigSource] Did not find META-INF/web-client-config-custom.xml in file:/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/lib/acegi-security-0.8.2_patched.jar&lt;BR /&gt;09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'NamespaceService_security'&lt;BR /&gt;09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'NamespaceService_security'&lt;BR /&gt;09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'NamespaceService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'NamespaceService_security'&lt;BR /&gt;09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'DictionaryService_security'&lt;BR /&gt;09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'DictionaryService_security'&lt;BR /&gt;09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'DictionaryService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'DictionaryService_security'&lt;BR /&gt;09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'NodeService_security'&lt;BR /&gt;09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'FileFolderService_security'&lt;BR /&gt;09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'ContentService_security'&lt;BR /&gt;09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'MimetypeService_security'&lt;BR /&gt;09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'MimetypeService_security'&lt;BR /&gt;09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'MimetypeService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'MimetypeService_security'&lt;BR /&gt;09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'SearchService_security'&lt;BR /&gt;09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'CategoryService_security'&lt;BR /&gt;09:13:19,053 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'CopyService_security'&lt;BR /&gt;09:13:19,053 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'LockService_security'&lt;BR /&gt;09:13:19,053 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'VersionService_security'&lt;BR /&gt;09:13:19,053 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'MultilingualContentService_security'&lt;BR /&gt;09:13:19,053 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'MultilingualContentService_security'&lt;BR /&gt;09:13:19,053 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'MultilingualContentService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:19,054 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'MultilingualContentService_security'&lt;BR /&gt;09:13:19,064 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'MultilingualContentService_security'&lt;BR /&gt;09:13:19,064 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'EditionService_security'&lt;BR /&gt;09:13:19,064 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'EditionService_security'&lt;BR /&gt;09:13:19,065 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'EditionService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:19,065 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'EditionService_security'&lt;BR /&gt;09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'EditionService_security'&lt;BR /&gt;09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'CheckoutCheckinService_security'&lt;BR /&gt;09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'RuleService_security'&lt;BR /&gt;09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'ImporterService_security'&lt;BR /&gt;09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'ImporterService_security'&lt;BR /&gt;09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'ImporterService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'ImporterService_security'&lt;BR /&gt;09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'ActionService_security'&lt;BR /&gt;09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'PermissionService_security'&lt;BR /&gt;09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'AuthorityService_security'&lt;BR /&gt;09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'AuthenticationService_security'&lt;BR /&gt;09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'OwnableService_security'&lt;BR /&gt;09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'OwnableService_security'&lt;BR /&gt;09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'OwnableService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:19,067 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'OwnableService_security'&lt;BR /&gt;09:13:19,067 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'OwnableService_security'&lt;BR /&gt;09:13:19,067 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'PersonService_security'&lt;BR /&gt;09:13:19,067 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'TemplateService_security'&lt;BR /&gt;09:13:19,067 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'TemplateService_security'&lt;BR /&gt;09:13:19,067 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'TemplateService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:19,067 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'TemplateService_security'&lt;BR /&gt;09:13:19,068 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'ScriptService_security'&lt;BR /&gt;09:13:19,068 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'ScriptService_security'&lt;BR /&gt;09:13:19,068 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'ScriptService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:19,068 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'ScriptService_security'&lt;BR /&gt;09:13:19,068 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'WorkflowService_security'&lt;BR /&gt;09:13:19,068 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'AuditService_security'&lt;BR /&gt;09:13:19,068 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'AuditService_security'&lt;BR /&gt;09:13:19,068 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'AuditService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:19,069 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'AuditService_security'&lt;BR /&gt;09:13:19,069 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'AuditService_security'&lt;BR /&gt;09:13:19,069 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'RepoAdminService_security'&lt;BR /&gt;09:13:19,069 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'RepoAdminService_security'&lt;BR /&gt;09:13:19,069 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'RepoAdminService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:19,070 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'RepoAdminService_security'&lt;BR /&gt;09:13:19,070 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'ContentUsageService_security'&lt;BR /&gt;09:13:19,070 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'ContentUsageService_security'&lt;BR /&gt;09:13:19,070 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'ContentUsageService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:19,070 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'ContentUsageService_security'&lt;BR /&gt;09:13:19,070 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'PublicServiceAccessService_security'&lt;BR /&gt;09:13:19,070 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'PublicServiceAccessService_security'&lt;BR /&gt;09:13:19,070 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'PublicServiceAccessService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:19,072 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'PublicServiceAccessService_security'&lt;BR /&gt;09:13:19,073 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'PublicServiceAccessService_security'&lt;BR /&gt;09:13:19,110 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'ScheduledPersistedActionService_security'&lt;BR /&gt;09:13:19,110 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'ScheduledPersistedActionService_security'&lt;BR /&gt;09:13:19,110 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'ScheduledPersistedActionService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:19,110 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'ScheduledPersistedActionService_security'&lt;BR /&gt;09:13:19,669 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'ImporterService_security'&lt;BR /&gt;09:13:21,136 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'ContentUsageService_security'&lt;BR /&gt;09:13:21,561 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'RepoAdminService_security'&lt;BR /&gt;09:13:21,663 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'WebProjectService_security'&lt;BR /&gt;09:13:21,663 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'AssetService_security'&lt;BR /&gt;09:13:21,665 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'SandboxService_security'&lt;BR /&gt;09:13:21,665 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'SandboxService_security'&lt;BR /&gt;09:13:21,665 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'SandboxService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:21,665 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'SandboxService_security'&lt;BR /&gt;09:13:21,670 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'SandboxService_security'&lt;BR /&gt;09:13:21,677 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'PreviewURIService_security'&lt;BR /&gt;09:13:21,677 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'PreviewURIService_security'&lt;BR /&gt;09:13:21,677 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'PreviewURIService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:21,677 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'PreviewURIService_security'&lt;BR /&gt;09:13:21,852 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'SiteService_security'&lt;BR /&gt;09:13:21,857 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'TaggingService_security'&lt;BR /&gt;09:13:21,863 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'AuditService_security'&lt;BR /&gt;09:13:21,889 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'InvitationService_security'&lt;BR /&gt;09:13:21,889 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'InvitationService_security'&lt;BR /&gt;09:13:21,889 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'InvitationService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:21,889 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'InvitationService_security'&lt;BR /&gt;09:13:21,899 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'InvitationService_security'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:508)&lt;BR /&gt;09:13:22,572 DEBUG [org.springframework.remoting.rmi.RmiServiceExporter] RMI service [org.alfresco.repo.security.authentication.subsystems.SubsystemChainingAuthenticationService@38e02fc4] is an RMI invoker&lt;BR /&gt;09:13:22,607 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'BlogIntegrationService_security'&lt;BR /&gt;09:13:22,607 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'BlogIntegrationService_security'&lt;BR /&gt;09:13:22,607 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'BlogIntegrationService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:22,607 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'BlogIntegrationService_security'&lt;BR /&gt;09:13:22,630 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'RatingService_security'&lt;BR /&gt;09:13:22,630 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'RatingService_security'&lt;BR /&gt;09:13:22,631 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'RatingService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:22,631 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'RatingService_security'&lt;BR /&gt;09:13:22,638 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'RatingService_security'&lt;BR /&gt;09:13:22,642 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'RenditionService_security'&lt;BR /&gt;09:13:22,642 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'RenditionService_security'&lt;BR /&gt;09:13:22,642 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'RenditionService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:22,642 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'RenditionService_security'&lt;BR /&gt;09:13:22,665 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'RenditionService_security'&lt;BR /&gt;09:13:22,718 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'ReplicationService_security'&lt;BR /&gt;09:13:22,718 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'ReplicationService_security'&lt;BR /&gt;09:13:22,719 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'ReplicationService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:22,719 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'ReplicationService_security'&lt;BR /&gt;09:13:22,730 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'TransferService_security'&lt;BR /&gt;09:13:22,730 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'TransferService_security'&lt;BR /&gt;09:13:22,730 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'TransferService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:22,730 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'TransferService_security'&lt;BR /&gt;09:13:22,747 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'ReplicationService_security'&lt;BR /&gt;09:13:22,752 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'ThumbnailService_security'&lt;BR /&gt;09:13:22,752 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'ThumbnailService_security'&lt;BR /&gt;09:13:22,752 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'ThumbnailService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:22,752 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'ThumbnailService_security'&lt;BR /&gt;09:13:22,759 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'ThumbnailService_security'&lt;BR /&gt;09:13:22,776 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'PreferenceService_security'&lt;BR /&gt;09:13:22,776 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'PreferenceService_security'&lt;BR /&gt;09:13:22,776 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'PreferenceService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:22,776 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'PreferenceService_security'&lt;BR /&gt;09:13:22,783 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'FormService_security'&lt;BR /&gt;09:13:22,783 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'FormService_security'&lt;BR /&gt;09:13:22,783 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'FormService_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:22,783 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'FormService_security'&lt;BR /&gt;09:13:22,819 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'FormService_security'&lt;BR /&gt;09:13:23,050 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'TransferReceiver_security'&lt;BR /&gt;09:13:23,050 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'TransferReceiver_security'&lt;BR /&gt;09:13:23,050 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'TransferReceiver_security' to allow for resolving potential circular references&lt;BR /&gt;09:13:23,050 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'TransferReceiver_security'&lt;BR /&gt;09:13:23,054 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'TransferService_security'&lt;BR /&gt;09:13:23,054 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'TransferReceiver_security'&lt;BR /&gt;09:13:23,059 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'TransferService_security'&lt;BR /&gt;09:13:23,409 DEBUG [org.springframework.extensions.config.source.UrlConfigSource] Did not find META-INF/spring-webscripts-config-custom.xml in file:/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/lib/acegi-security-0.8.2_patched.jar&lt;BR /&gt;09:13:30,951 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'OwnableService_security'&lt;BR /&gt;09:13:30,992 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.security.permissions.impl.model.PermissionModel&lt;BR /&gt;09:13:31,008 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.security.permissions.impl.PermissionServiceImpl&lt;BR /&gt;09:13:31,008 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.security.permissions.dynamic.LockOwnerDynamicAuthority&lt;BR /&gt;09:13:38,488 DEBUG [org.springframework.aop.framework.JdkDynamicAopProxy] Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [org.alfresco.repo.security.authentication.AuthenticationComponentImpl@4145b679]&lt;BR /&gt;09:13:38,603 DEBUG [org.springframework.aop.framework.JdkDynamicAopProxy] Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [org.alfresco.repo.security.authentication.ntlm.NTLMAuthenticationComponentImpl@1&lt;BR /&gt;09957ab]&lt;BR /&gt;09:13:38,871 DEBUG [org.springframework.aop.framework.JdkDynamicAopProxy] Creating JDK dynamic proxy: target source is SingletonTargetSource for target object [org.alfresco.repo.security.authentication.ldap.LDAPAuthenticationComponentImpl@5&lt;BR /&gt;45fe9f5]&lt;BR /&gt;09:13:39,962 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer&lt;BR /&gt;09:13:39,990 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] Synchronizing users and groups with user registry 'ldap1'&lt;BR /&gt;09:13:40,012 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] Retrieving groups changed since 04.08.2011 12:23:42 from user registry 'ldap1'&lt;BR /&gt;09:13:40,051 DEBUG [org.alfresco.repo.security.sync.ldap.LDAPUserRegistry] Found 0&lt;BR /&gt;09:13:40,061 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] ldap1 Group Analysis: Commencing batch of 0 entries&lt;BR /&gt;09:13:40,062 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] ldap1 Group Analysis: Completed batch of 0 entries&lt;BR /&gt;09:13:40,074 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] Retrieving users changed since 04.08.2011 12:26:58 from user registry 'ldap1'&lt;BR /&gt;09:13:40,549 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] ldap1 User Creation and Association: Commencing batch of 0 entries&lt;BR /&gt;09:13:40,549 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] ldap1 User Creation and Association: Completed batch of 0 entries&lt;BR /&gt;09:13:40,585 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] Finished synchronizing users and groups with user registry 'ldap1'&lt;BR /&gt;09:13:40,585 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] 0 user(s) and 0 group(s) processed&lt;BR /&gt;09:13:42,006 DEBUG [org.springframework.orm.hibernate3.HibernateTransactionManager] Creating new transaction with name [org.alfresco.repo.security.authentication.AuthenticationContext.getSystemUserName]: PROPAGATION_REQUIRED,ISOLATION_DEFAU&lt;BR /&gt;LT&lt;BR /&gt;09:14:08,707 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'MultilingualContentService_security'&lt;BR /&gt;09:14:48,615 DEBUG [org.springframework.orm.hibernate3.HibernateTransactionManager] Creating new transaction with name [org.alfresco.service.cmr.security.AuthenticationService.authenticate]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT&lt;BR /&gt;09:14:49,129 DEBUG [org.springframework.orm.hibernate3.HibernateTransactionManager] Creating new transaction with name [org.alfresco.service.cmr.security.PersonService.getPerson]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT&lt;BR /&gt;09:14:49,183 DEBUG [org.springframework.orm.hibernate3.HibernateTransactionManager] Creating new transaction with name [org.alfresco.service.cmr.security.PersonService.getPerson]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT&lt;BR /&gt;09:14:49,392 DEBUG [org.springframework.orm.hibernate3.HibernateTransactionManager] Creating new transaction with name [org.alfresco.service.cmr.security.PermissionService.hasPermission]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT&lt;BR /&gt;09:14:49,429 DEBUG [org.springframework.orm.hibernate3.HibernateTransactionManager] Creating new transaction with name [org.alfresco.service.cmr.security.AuthenticationService.guestUserAuthenticationAllowed]: PROPAGATION_REQUIRED,ISOLATION_&lt;BR /&gt;DEFAULT&lt;BR /&gt;09:14:49,439 DEBUG [org.springframework.orm.hibernate3.HibernateTransactionManager] Creating new transaction with name [org.alfresco.service.cmr.security.AuthorityService.hasAdminAuthority]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT&lt;BR /&gt;09:14:49,495 DEBUG [org.springframework.orm.hibernate3.HibernateTransactionManager] Creating new transaction with name [org.alfresco.service.cmr.security.AuthenticationService.guestUserAuthenticationAllowed]: PROPAGATION_REQUIRED,ISOLATION_&lt;BR /&gt;DEFAULT&lt;BR /&gt;09:14:51,847 DEBUG [org.springframework.orm.hibernate3.HibernateTransactionManager] Creating new transaction with name [org.alfresco.service.cmr.security.AuthenticationService.validate]: PROPAGATION_REQUIRED,ISOLATION_DEFAULT&lt;BR /&gt;09:14:51,867 DEBUG [org.springframework.orm.hibernate3.HibernateTransactionManager] Creating new transaction with name [org.alfresco.service.cmr.security.AuthenticationService.guestUserAuthenticationAllowed]: PROPAGATION_REQUIRED,ISOLATION_&lt;BR /&gt;DEFAULT&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 07:37:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-login-probleme-%C3%BCber-https/m-p/26638#M13301</guid>
      <dc:creator>langr</dc:creator>
      <dc:date>2011-08-05T07:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share login Probleme über https</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-login-probleme-%C3%BCber-https/m-p/26639#M13302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;hast du org.springframework=Debug gesetzt?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.springframework.extensions=Debug reicht aus.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Außerdem hast du sehr viele Einträge vom repo (/alfresco) drin. Probier mal ein seprates log für (/share) und setzt in webapps/share/WEB-INF/classes/log4j.properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;log4j.appender.File.File=alfresco.log&lt;BR /&gt;log4j.logger.org.springframework.extensions=Debug&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;VG, Jan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 08:08:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-login-probleme-%C3%BCber-https/m-p/26639#M13302</guid>
      <dc:creator>jpfi_4454</dc:creator>
      <dc:date>2011-08-05T08:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share login Probleme über https</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-login-probleme-%C3%BCber-https/m-p/26640#M13303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ich habe jetzt alles herausgefiltert, was mit org.springframework.extensions zu tun hat. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Vielleicht kannst du ja erkennen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;10:48:44,586 INFO&amp;nbsp; [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor Repository Template Processor for extension ftl&lt;BR /&gt;10:48:44,588 INFO&amp;nbsp; [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor Repository Script Processor for extension js&lt;BR /&gt;10:50:10,146 INFO&amp;nbsp; [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 373 Web Scripts (+0 failed), 614 URLs&lt;BR /&gt;10:50:10,147 INFO&amp;nbsp; [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 2 Package Description Documents (+0 failed) &lt;BR /&gt;10:50:10,147 INFO&amp;nbsp; [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 1 Schema Description Documents (+0 failed) &lt;BR /&gt;10:50:10,149 INFO&amp;nbsp; [org.springframework.extensions.webscripts.AbstractRuntimeContainer] Initialised Repository Web Script Container (in 10132.279ms)&lt;BR /&gt;10:50:10,158 INFO&amp;nbsp; [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl&lt;BR /&gt;10:50:10,159 INFO&amp;nbsp; [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js&lt;BR /&gt;10:50:16,376 INFO&amp;nbsp; [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 264 Web Scripts (+0 failed), 274 URLs&lt;BR /&gt;10:50:16,377 INFO&amp;nbsp; [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 8 Package Description Documents (+0 failed) &lt;BR /&gt;10:50:16,377 INFO&amp;nbsp; [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 0 Schema Description Documents (+0 failed) &lt;BR /&gt;10:50:16,559 INFO&amp;nbsp; [org.springframework.extensions.webscripts.AbstractRuntimeContainer] Initialised Spring Surf Container Web Script Container (in 1417.5653ms)&lt;BR /&gt;10:50:16,601 INFO&amp;nbsp; [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl&lt;BR /&gt;10:50:16,737 INFO&amp;nbsp; [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js&lt;BR /&gt;10:50:16,989 INFO&amp;nbsp; [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl&lt;BR /&gt;10:50:16,993 INFO&amp;nbsp; [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js&lt;BR /&gt;10:50:17,186 INFO&amp;nbsp; [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl&lt;BR /&gt;10:50:17,190 INFO&amp;nbsp; [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js&lt;BR /&gt;11:00:23,139 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Commencing initialisation&lt;BR /&gt;11:00:23,141 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'string-compare': org.springframework.extensions.config.evaluator.StringEvaluator&lt;BR /&gt;11:00:23,142 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'object-type': org.springframework.extensions.config.evaluator.ObjectTypeEvaluator&lt;BR /&gt;11:00:23,142 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/ml/content-filter-lang.xml&lt;BR /&gt;11:00:23,143 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'alfresco/ml/content-filter-lang.xml' from: file:/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/m&lt;BR /&gt;l/content-filter-lang.xml&lt;BR /&gt;11:00:23,143 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/ml/content-filter-lang.xml&lt;BR /&gt;11:00:23,156 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'standard'&lt;BR /&gt;11:00:23,158 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@20c92575 as there wasn't an element reader &lt;BR /&gt;registered for element 'standard'&lt;BR /&gt;11:00:23,159 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@13f6c937 (name=standard) to org.springframework.extensions.co&lt;BR /&gt;nfig.ConfigSectionImpl@2f14441e (evaluator=string-compare condition=Standard In Use replace=false)&lt;BR /&gt;11:00:23,159 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'ISO_639-1'&lt;BR /&gt;11:00:23,159 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@5b8425b7 as there wasn't an element reader &lt;BR /&gt;registered for element 'ISO_639-1'&lt;BR /&gt;11:00:23,162 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@1af6a711 (name=ISO_639-1) to org.springframework.extensions.c&lt;BR /&gt;onfig.ConfigSectionImpl@37525aeb (evaluator=string-compare condition=Languages Filter Map replace=false)&lt;BR /&gt;11:00:23,162 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'ISO_639-1_EU-Order'&lt;BR /&gt;11:00:23,162 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@7fcf16ac as there wasn't an element reader &lt;BR /&gt;registered for element 'ISO_639-1_EU-Order'&lt;BR /&gt;11:00:23,164 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@74d9b7c1 (name=ISO_639-1_EU-Order) to org.springframework.ext&lt;BR /&gt;ensions.config.ConfigSectionImpl@37525aeb (evaluator=string-compare condition=Languages Filter Map replace=false)&lt;BR /&gt;11:00:23,164 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@2f14441e (evaluator=string-compare condition=Standard In Use replace=false)&lt;BR /&gt; to the 'content-filter-lang' area&lt;BR /&gt;11:00:23,164 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@37525aeb (evaluator=string-compare condition=Languages Filter Map replace=f&lt;BR /&gt;alse) to the 'content-filter-lang' area&lt;BR /&gt;11:00:23,164 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/ml/content-filter-lang.xml&lt;BR /&gt;11:00:23,164 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Completed initialisation&lt;BR /&gt;11:00:23,167 DEBUG [org.springframework.extensions.config.BaseConfigService] Retrieving configuration for 'Standard In Use'&lt;BR /&gt;11:00:23,168 DEBUG [org.springframework.extensions.config.BaseConfigService] Created initial config results using global section&lt;BR /&gt;11:00:23,168 DEBUG [org.springframework.extensions.config.BaseConfigService] Restricting search within following areas: [content-filter-lang]&lt;BR /&gt;11:00:23,168 DEBUG [org.springframework.extensions.config.DefaultLookupAlgorithm] org.springframework.extensions.config.ConfigSectionImpl@2f14441e (evaluator=string-compare condition=Standard In Use replace=false) &lt;BR /&gt;matches&lt;BR /&gt;11:00:23,168 DEBUG [org.springframework.extensions.config.BaseConfigService] Retrieving configuration for 'Languages Filter Map'&lt;BR /&gt;11:00:23,168 DEBUG [org.springframework.extensions.config.BaseConfigService] Created initial config results using global section&lt;BR /&gt;11:00:23,168 DEBUG [org.springframework.extensions.config.BaseConfigService] Restricting search within following areas: [content-filter-lang]&lt;BR /&gt;11:00:23,168 DEBUG [org.springframework.extensions.config.DefaultLookupAlgorithm] org.springframework.extensions.config.ConfigSectionImpl@37525aeb (evaluator=string-compare condition=Languages Filter Map replace=fa&lt;BR /&gt;lse) matches&lt;BR /&gt;11:00:23,881 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Commencing initialisation&lt;BR /&gt;11:00:23,881 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'string-compare': org.springframework.extensions.config.evaluator.StringEvaluator&lt;BR /&gt;11:00:23,881 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'object-type': org.springframework.extensions.config.evaluator.ObjectTypeEvaluator&lt;BR /&gt;11:00:23,881 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/mimetype/mimetype-map.xml&lt;BR /&gt;&lt;BR /&gt;…überspringe eine Zeile&lt;BR /&gt;11:00:23,882 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/mimetype/mimetype-map-openoffice.xml&lt;BR /&gt;11:00:23,882 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'alfresco/mimetype/mimetype-map-openoffice.xml' from: file:/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/classes/&lt;BR /&gt;alfresco/mimetype/mimetype-map-openoffice.xml&lt;BR /&gt;11:00:23,882 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/mimetype/mimetype-map.xml&lt;BR /&gt;11:00:23,889 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'mimetypes'&lt;BR /&gt;11:00:23,889 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@7f32e233 as there wasn't an element reader &lt;BR /&gt;registered for element 'mimetypes'&lt;BR /&gt;11:00:23,891 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@65a0c382 (name=mimetypes) to org.springframework.extensions.c&lt;BR /&gt;onfig.ConfigSectionImpl@1d83bfee (evaluator=string-compare condition=Mimetype Map replace=false)&lt;BR /&gt;11:00:23,891 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1d83bfee (evaluator=string-compare condition=Mimetype Map replace=false) to&lt;BR /&gt; the 'mimetype-map' area&lt;BR /&gt;11:00:23,891 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/mimetype/mimetype-map.xml&lt;BR /&gt;11:00:23,892 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/mimetype/mimetype-map-openoffice.xml&lt;BR /&gt;11:00:23,894 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'mimetypes'&lt;BR /&gt;11:00:23,894 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@34adb165 as there wasn't an element reader &lt;BR /&gt;registered for element 'mimetypes'&lt;BR /&gt;11:00:23,894 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@775978e7 (name=mimetypes) to org.springframework.extensions.c&lt;BR /&gt;onfig.ConfigSectionImpl@1310c2e8 (evaluator=string-compare condition=Mimetype Map replace=false)&lt;BR /&gt;11:00:23,894 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1310c2e8 (evaluator=string-compare condition=Mimetype Map replace=false) to&lt;BR /&gt; the 'mimetype-map' area&lt;BR /&gt;11:00:23,895 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/mimetype/mimetype-map-openoffice.xml&lt;BR /&gt;11:00:23,895 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Completed initialisation&lt;BR /&gt;11:00:23,907 DEBUG [org.springframework.extensions.config.BaseConfigService] Retrieving configuration for 'Mimetype Map'&lt;BR /&gt;11:00:23,907 DEBUG [org.springframework.extensions.config.BaseConfigService] Created initial config results using global section&lt;BR /&gt;11:00:23,907 DEBUG [org.springframework.extensions.config.BaseConfigService] Restricting search within following areas: [mimetype-map]&lt;BR /&gt;11:00:23,907 DEBUG [org.springframework.extensions.config.DefaultLookupAlgorithm] org.springframework.extensions.config.ConfigSectionImpl@1d83bfee (evaluator=string-compare condition=Mimetype Map replace=false) mat&lt;BR /&gt;ches&lt;BR /&gt;11:00:23,907 DEBUG [org.springframework.extensions.config.DefaultLookupAlgorithm] org.springframework.extensions.config.ConfigSectionImpl@1310c2e8 (evaluator=string-compare condition=Mimetype Map replace=false) mat&lt;BR /&gt;ches&lt;BR /&gt;11:00:23,907 DEBUG [org.springframework.extensions.config.DefaultLookupAlgorithm] Combined org.springframework.extensions.config.element.GenericConfigElement@775978e7 (name=mimetypes) with org.springframework.exten&lt;BR /&gt;sions.config.element.GenericConfigElement@65a0c382 (name=mimetypes) to create org.springframework.extensions.config.element.GenericConfigElement@8fea539 (name=mimetypes)&lt;BR /&gt;11:00:25,598 DEBUG [org.springframework.extensions.config.source.UrlConfigSource] Did not find META-INF/web-client-config-custom.xml in file:/opt/alfresco-3.4.d/tomcat/bin/bootstrap.jar&lt;BR /&gt;11:00:25,598 DEBUG [org.springframework.extensions.config.source.UrlConfigSource] Did not find META-INF/web-client-config-custom.xml in file:/opt/alfresco-3.4.d/tomcat/bin/commons-daemon.jar&lt;BR /&gt;11:00:25,598 DEBUG [org.springframework.extensions.config.source.UrlConfigSource] Did not find META-INF/web-client-config-custom.xml in file:/opt/alfresco-3.4.d/tomcat/bin/tomcat-juli.jar&lt;BR /&gt;11:00:25,599 DEBUG [org.springframework.extensions.config.source.UrlConfigSource] Did not find META-INF/web-client-config-custom.xml in file:/opt/alfresco-3.4.d/tomcat/lib/el-api.jar&lt;BR /&gt;11:00:25,599 DEBUG [org.springframework.extensions.config.source.UrlConfigSource] Did not find META-INF/web-client-config-custom.xml in file:/opt/alfresco-3.4.d/tomcat/lib/catalina.jar&lt;BR /&gt;11:00:25,599 DEBUG [org.springframework.extensions.config.source.UrlConfigSource] Did not find META-INF/web-client-config-custom.xml in file:/opt/alfresco-3.4.d/tomcat/lib/catalina-ha.jar&lt;BR /&gt;11:00:25,599 DEBUG [org.springframework.extensions.config.source.UrlConfigSource] Did not find META-INF/web-client-config-custom.xml in file:/opt/alfresco-3.4.d/tomcat/lib/annotations-api.jar&lt;BR /&gt;11:00:25,599 DEBUG [org.springframework.extensions.config.source.UrlConfigSource] Did not find META-INF/web-client-config-custom.xml in file:/opt/alfresco-3.4.d/tomcat/lib/tomcat-i18n-es.jar&lt;BR /&gt;11:00:25,599 DEBUG [org.springframework.extensions.config.source.UrlConfigSource] Did not find META-INF/web-client-config-custom.xml in file:/opt/alfresco-3.4.d/tomcat/lib/tomcat-i18n-fr.jar&lt;BR /&gt;11:00:25,599 DEBUG [org.springframework.extensions.config.source.UrlConfigSource] Did not find META-INF/web-client-config-custom.xml in file:/opt/alfresco-3.4.d/tomcat/lib/commons-el.jar&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;&lt;BR /&gt;11:00:29,599 DEBUG [org.springframework.extensions.config.source.UrlConfigSource] Did not find META-INF/spring-webscripts-config-custom.xml in file:/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/lib/commons-po&lt;BR /&gt;ol-1.4.jar&lt;BR /&gt;11:00:29,599 DEBUG [org.springframework.extensions.config.source.UrlConfigSource] Did not find META-INF/spring-webscripts-config-custom.xml in file:/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/lib/commons-va&lt;BR /&gt;lidator.jar&lt;BR /&gt;11:00:29,599 DEBUG [org.springframework.extensions.config.source.UrlConfigSource] Did not find META-INF/spring-webscripts-config-custom.xml in file:/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/lib/cxf-2.2.2-&lt;BR /&gt;patched.jar&lt;BR /&gt;11:00:29,599 DEBUG [org.springframework.extensions.config.source.UrlConfigSource] Did not find META-INF/spring-webscripts-config-custom.xml in file:/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/lib/dom4j-1.6.&lt;BR /&gt;1.jar&lt;BR /&gt;11:00:29,599 DEBUG [org.springframework.extensions.config.source.UrlConfigSource] Did not find META-INF/spring-webscripts-config-custom.xml in file:/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/lib/drew-image&lt;BR /&gt;-metadata-extractor-2.4.0-beta-1.jar&lt;BR /&gt;11:00:29,599 DEBUG [org.springframework.extensions.config.source.UrlConfigSource] Did not find META-INF/spring-webscripts-config-custom.xml in file:/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/lib/ehcache-co&lt;BR /&gt;re-2.0.0.jar&lt;BR /&gt;11:00:29,599 DEBUG [org.springframework.extensions.config.source.UrlConfigSource] Did not find META-INF/spring-webscripts-config-custom.xml in file:/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/lib/facebook_0&lt;BR /&gt;70716.jar&lt;BR /&gt;11:00:29,599 DEBUG [org.springframework.extensions.config.source.UrlConfigSource] Did not find META-INF/spring-webscripts-config-custom.xml in file:/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/lib/fontbox-1.&lt;BR /&gt;2.1.jar&lt;BR /&gt;&lt;BR /&gt;…überspringe eine Zeile&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;11:00:30,139 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Commencing initialisation&lt;BR /&gt;11:00:30,140 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'string-compare': org.springframework.extensions.config.evaluator.StringEvaluator&lt;BR /&gt;11:00:30,140 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'object-type': org.springframework.extensions.config.evaluator.ObjectTypeEvaluator&lt;BR /&gt;11:00:30,140 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/web-scripts-config.xml&lt;BR /&gt;11:00:30,140 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'alfresco/web-scripts-config.xml' from: file:/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/web-s&lt;BR /&gt;cripts-config.xml&lt;BR /&gt;11:00:30,140 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/extension/web-api-config-custom.xml&lt;BR /&gt;11:00:30,140 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Failed to obtain input stream to classpath: alfresco/extension/web-api-config-custom.xml&lt;BR /&gt;11:00:30,141 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/extension/web-scripts-config-custom.xml&lt;BR /&gt;11:00:30,141 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Failed to obtain input stream to classpath: alfresco/extension/web-scripts-config-custom.xml&lt;BR /&gt;11:00:30,141 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/web-scripts-config.xml&lt;BR /&gt;11:00:30,144 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.repo.web.scripts.config.OpenSearchElementReader@51cf1d17 for element named 'opensearch'&lt;BR /&gt;11:00:30,146 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.repo.web.scripts.config.OpenSearchConfigElement@d07ffdf (name=opensearch) to org.springframework.extensions.config.&lt;BR /&gt;ConfigSectionImpl@82f9028 (evaluator=string-compare condition=OpenSearch replace=false)&lt;BR /&gt;11:00:30,146 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'opensearch': org.alfresco.repo.web.scripts.config.OpenSearchElementReader&lt;BR /&gt;11:00:30,146 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@82f9028 (evaluator=string-compare condition=OpenSearch replace=false) to th&lt;BR /&gt;e sections list&lt;BR /&gt;11:00:30,147 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/web-scripts-config.xml&lt;BR /&gt;11:00:30,147 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Completed initialisation&lt;BR /&gt;11:00:30,158 INFO&amp;nbsp; [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor Repository Template Processor for extension ftl&lt;BR /&gt;11:00:30,161 INFO&amp;nbsp; [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor Repository Script Processor for extension js&lt;BR /&gt;11:00:30,267 DEBUG [org.springframework.extensions.config.BaseConfigService] Retrieving configuration for 'OpenSearch'&lt;BR /&gt;11:00:30,267 DEBUG [org.springframework.extensions.config.BaseConfigService] Created initial config results using global section&lt;BR /&gt;11:00:30,267 DEBUG [org.springframework.extensions.config.DefaultLookupAlgorithm] org.springframework.extensions.config.ConfigSectionImpl@82f9028 (evaluator=string-compare condition=OpenSearch replace=false) matche&lt;BR /&gt;s&lt;BR /&gt;11:00:38,022 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.search.IndexerComponent&lt;BR /&gt;11:00:38,022 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.security.permissions.impl.model.PermissionModel&lt;BR /&gt;11:00:38,044 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.security.permissions.impl.PermissionServiceImpl&lt;BR /&gt;11:00:38,044 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.security.permissions.dynamic.LockOwnerDynamicAuthority&lt;BR /&gt;11:00:38,118 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.springframework.extensions.config.xml.XMLConfigService&lt;BR /&gt;11:00:38,118 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.springframework.extensions.config.xml.XMLConfigService&lt;BR /&gt;11:00:38,118 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.shutdown.ShutdownBackstop&lt;BR /&gt;11:00:38,118 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.domain.schema.SchemaBootstrap&lt;BR /&gt;11:00:38,606 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.jgroups.AlfrescoJGroupsChannelFactory&lt;BR /&gt;11:00:38,606 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.avm.AvmBootstrap&lt;BR /&gt;11:00:38,606 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.dictionary.DictionaryRepositoryBootstrap&lt;BR /&gt;11:00:38,606 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.importer.system.SystemInfoBootstrap&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;11:00:47,586 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Commencing initialisation&lt;BR /&gt;11:00:47,586 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'string-compare': org.springframework.extensions.config.evaluator.StringEvaluator&lt;BR /&gt;11:00:47,586 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'object-type': org.springframework.extensions.config.evaluator.ObjectTypeEvaluator&lt;BR /&gt;11:00:47,586 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:org/springframework/extensions/webscripts/spring-webscripts-config.xml&lt;BR /&gt;11:00:47,587 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'org/springframework/extensions/webscripts/spring-webscripts-config.xml' from: jar:file:/opt/alfresco-3.4.d/tomcat/weba&lt;BR /&gt;pps/alfresco/WEB-INF/lib/spring-webscripts-1.0.0.CI-SNAPSHOT.jar!/org/springframework/extensions/webscripts/spring-webscripts-config.xml&lt;BR /&gt;11:00:47,587 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:META-INF/spring-webscripts-config-custom.xml&lt;BR /&gt;11:00:47,587 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Failed to obtain input stream to classpath: META-INF/spring-webscripts-config-custom.xml&lt;BR /&gt;11:00:47,587 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:org/springframework/extensions/webscripts/spring-webscripts-config.xml&lt;BR /&gt;11:00:47,592 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.springframework.extensions.config.ServerElementReader@7c8b05ad for element named 'server'&lt;BR /&gt;11:00:47,593 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.ServerConfigElement@466e06d7 (name=server) to org.springframework.extensions.config.Config&lt;BR /&gt;SectionImpl@61833160 (evaluator=string-compare condition=Server replace=false)&lt;BR /&gt;11:00:47,593 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.springframework.extensions.config.RemoteConfigElementReader@6c1ec7a3 for element named 'remote'&lt;BR /&gt;11:00:47,597 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.RemoteConfigElement@7b6ff8e7 (name=remote) to org.springframework.extensions.config.Config&lt;BR /&gt;SectionImpl@743e4500 (evaluator=string-compare condition=Remote replace=false)&lt;BR /&gt;11:00:47,597 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'server': org.springframework.extensions.config.ServerElementReader&lt;BR /&gt;11:00:47,597 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'remote': org.springframework.extensions.config.RemoteConfigElementReader&lt;BR /&gt;11:00:47,597 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@61833160 (evaluator=string-compare condition=Server replace=false) to the s&lt;BR /&gt;ections list&lt;BR /&gt;&lt;BR /&gt;…überspringe eine Zeile&lt;BR /&gt;11:00:47,597 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:org/springframework/extensions/webscripts/spring-webscripts-config.xml&lt;BR /&gt;11:00:47,597 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Completed initialisation&lt;BR /&gt;11:00:47,597 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.springframework.extensions.webscripts.SearchPath$ProcessorLifecycle&lt;BR /&gt;11:00:59,544 INFO&amp;nbsp; [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 373 Web Scripts (+0 failed), 614 URLs&lt;BR /&gt;11:00:59,544 INFO&amp;nbsp; [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 2 Package Description Documents (+0 failed) &lt;BR /&gt;11:00:59,544 INFO&amp;nbsp; [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 1 Schema Description Documents (+0 failed) &lt;BR /&gt;11:00:59,544 DEBUG [org.springframework.extensions.config.BaseConfigService] Resetting config service&lt;BR /&gt;11:00:59,544 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Commencing initialisation&lt;BR /&gt;11:00:59,545 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'string-compare': org.springframework.extensions.config.evaluator.StringEvaluator&lt;BR /&gt;11:00:59,545 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'object-type': org.springframework.extensions.config.evaluator.ObjectTypeEvaluator&lt;BR /&gt;11:00:59,545 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:org/springframework/extensions/webscripts/spring-webscripts-config.xml&lt;BR /&gt;11:00:59,545 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'org/springframework/extensions/webscripts/spring-webscripts-config.xml' from: jar:file:/opt/alfresco-3.4.d/tomcat/weba&lt;BR /&gt;pps/alfresco/WEB-INF/lib/spring-webscripts-1.0.0.CI-SNAPSHOT.jar!/org/springframework/extensions/webscripts/spring-webscripts-config.xml&lt;BR /&gt;11:00:59,545 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:META-INF/spring-webscripts-config-custom.xml&lt;BR /&gt;11:00:59,545 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Failed to obtain input stream to classpath: META-INF/spring-webscripts-config-custom.xml&lt;BR /&gt;11:00:59,545 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:org/springframework/extensions/webscripts/spring-webscripts-config.xml&lt;BR /&gt;11:00:59,547 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.springframework.extensions.config.ServerElementReader@48459c1b for element named 'server'&lt;BR /&gt;11:00:59,547 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.ServerConfigElement@520bd5ae (name=server) to org.springframework.extensions.config.Config&lt;BR /&gt;SectionImpl@6f9bc97 (evaluator=string-compare condition=Server replace=false)&lt;BR /&gt;11:00:59,547 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.springframework.extensions.config.RemoteConfigElementReader@75cc6114 for element named 'remote'&lt;BR /&gt;11:00:59,548 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.RemoteConfigElement@3cf9a477 (name=remote) to org.springframework.extensions.config.Config&lt;BR /&gt;SectionImpl@299c9fe7 (evaluator=string-compare condition=Remote replace=false)&lt;BR /&gt;11:00:59,548 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'server': org.springframework.extensions.config.ServerElementReader&lt;BR /&gt;11:00:59,548 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'remote': org.springframework.extensions.config.RemoteConfigElementReader&lt;BR /&gt;11:00:59,548 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@6f9bc97 (evaluator=string-compare condition=Server replace=false) to the se&lt;BR /&gt;ctions list&lt;BR /&gt;11:00:59,548 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@299c9fe7 (evaluator=string-compare condition=Remote replace=false) to the s&lt;BR /&gt;ections list&lt;BR /&gt;11:00:59,548 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:org/springframework/extensions/webscripts/spring-webscripts-config.xml&lt;BR /&gt;11:00:59,548 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Completed initialisation&lt;BR /&gt;11:00:59,548 INFO&amp;nbsp; [org.springframework.extensions.webscripts.AbstractRuntimeContainer] Initialised Repository Web Script Container (in 11587.65ms)&lt;BR /&gt;11:00:59,558 INFO&amp;nbsp; [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl&lt;BR /&gt;11:00:59,560 INFO&amp;nbsp; [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js&lt;BR /&gt;11:00:59,560 DEBUG [org.springframework.extensions.config.BaseConfigService] Retrieving configuration for 'Remote'&lt;BR /&gt;11:00:59,560 DEBUG [org.springframework.extensions.config.BaseConfigService] Created initial config results using global section&lt;BR /&gt;11:00:59,560 DEBUG [org.springframework.extensions.config.DefaultLookupAlgorithm] org.springframework.extensions.config.ConfigSectionImpl@299c9fe7 (evaluator=string-compare condition=Remote replace=false) matches&lt;BR /&gt;11:00:59,560 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.config.xml.RepoXMLConfigService&lt;BR /&gt;11:00:59,562 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Commencing initialisation&lt;BR /&gt;11:00:59,562 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'string-compare': org.springframework.extensions.config.evaluator.StringEvaluator&lt;BR /&gt;11:00:59,562 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'object-type': org.springframework.extensions.config.evaluator.ObjectTypeEvaluator&lt;BR /&gt;11:00:59,562 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/web-client-config.xml&lt;BR /&gt;11:00:59,562 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'alfresco/web-client-config.xml' from: file:/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/web-cl&lt;BR /&gt;ient-config.xml&lt;BR /&gt;11:00:59,562 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/web-client-config-dialogs.xml&lt;BR /&gt;11:00:59,563 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'alfresco/web-client-config-dialogs.xml' from: file:/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresc&lt;BR /&gt;o/web-client-config-dialogs.xml&lt;BR /&gt;11:00:59,563 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/web-client-config-wizards.xml&lt;BR /&gt;11:00:59,563 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'alfresco/web-client-config-wizards.xml' from: file:/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresc&lt;BR /&gt;o/web-client-config-wizards.xml&lt;BR /&gt;11:00:59,563 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/web-client-config-properties.xml&lt;BR /&gt;11:00:59,563 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'alfresco/web-client-config-properties.xml' from: file:/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/classes/alfr&lt;BR /&gt;esco/web-client-config-properties.xml&lt;BR /&gt;11:00:59,563 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/web-client-config-navigation.xml&lt;BR /&gt;11:00:59,563 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'alfresco/web-client-config-navigation.xml' from: file:/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/classes/alfr&lt;BR /&gt;esco/web-client-config-navigation.xml&lt;BR /&gt;11:00:59,563 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/web-client-config-wcm.xml&lt;BR /&gt;11:00:59,564 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'alfresco/web-client-config-wcm.xml' from: file:/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/we&lt;BR /&gt;b-client-config-wcm.xml&lt;BR /&gt;11:00:59,564 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/web-client-config-actions.xml&lt;BR /&gt;11:00:59,564 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'alfresco/web-client-config-actions.xml' from: file:/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/classes/alfresc&lt;BR /&gt;&lt;BR /&gt;…überspringe eine Zeile&lt;BR /&gt;11:00:59,564 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/web-client-config-forum-actions.xml&lt;BR /&gt;11:00:59,564 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'alfresco/web-client-config-forum-actions.xml' from: file:/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/classes/a&lt;BR /&gt;lfresco/web-client-config-forum-actions.xml&lt;BR /&gt;11:00:59,564 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/web-client-config-wcm-actions.xml&lt;BR /&gt;11:00:59,565 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'alfresco/web-client-config-wcm-actions.xml' from: file:/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/classes/alf&lt;BR /&gt;resco/web-client-config-wcm-actions.xml&lt;BR /&gt;11:00:59,565 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/web-client-config-workflow-actions.xml&lt;BR /&gt;11:00:59,565 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Loaded 'alfresco/web-client-config-workflow-actions.xml' from: file:/opt/alfresco-3.4.d/tomcat/webapps/alfresco/WEB-INF/classe&lt;BR /&gt;s/alfresco/web-client-config-workflow-actions.xml&lt;BR /&gt;11:00:59,565 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/extension/web-client-config-custom.xml&lt;BR /&gt;11:00:59,566 DEBUG [org.springframework.extensions.config.source.ClassPathConfigSource] Failed to obtain input stream to classpath: alfresco/extension/web-client-config-custom.xml&lt;BR /&gt;11:00:59,566 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: workspace://SpacesStore/app:company_home/app:dictionary/app:webclient_extension/cm:web-client-c&lt;BR /&gt;onfig-custom.xml&lt;BR /&gt;11:00:59,575 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/web-client-config.xml&lt;BR /&gt;11:00:59,601 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'admin'&lt;BR /&gt;11:00:59,601 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@7093b3fc as there wasn't an element reader &lt;BR /&gt;registered for element 'admin'&lt;BR /&gt;11:00:59,601 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@710d9f21 (name=admin) to org.springframework.extensions.confi&lt;BR /&gt;g.ConfigSectionImpl@354a6983 (evaluator=null condition=null replace=false)&lt;BR /&gt;11:00:59,601 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ClientElementReader@285532ca for element named 'client'&lt;BR /&gt;11:00:59,602 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.ClientConfigElement@71798075 (name=client) to org.springframework.extensions.config.ConfigSectionImpl@35&lt;BR /&gt;4a6983 (evaluator=null condition=null replace=false)&lt;BR /&gt;.&lt;BR /&gt;.&amp;nbsp;&amp;nbsp; &lt;BR /&gt;11:00:59,629 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'node-type': org.alfresco.web.config.NodeTypeEvaluator&lt;BR /&gt;11:00:59,629 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'aspect-name': org.alfresco.web.config.AspectEvaluator&lt;BR /&gt;11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'client': org.alfresco.web.config.ClientElementReader&lt;BR /&gt;11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'sidebar': org.alfresco.web.config.SidebarElementReader&lt;BR /&gt;11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'property-sheet': org.alfresco.web.config.PropertySheetElementReader&lt;BR /&gt;11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'languages': org.alfresco.web.config.LanguagesElementReader&lt;BR /&gt;11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'navigation': org.alfresco.web.config.NavigationElementReader&lt;BR /&gt;11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'views': org.alfresco.web.config.ViewsElementReader&lt;BR /&gt;11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'wizards': org.alfresco.web.config.WizardsElementReader&lt;BR /&gt;11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'wcm': org.alfresco.web.config.WCMElementReader&lt;BR /&gt;11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'server': org.springframework.extensions.config.ServerElementReader&lt;BR /&gt;11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'advanced-search': org.alfresco.web.config.AdvancedSearchElementReader&lt;BR /&gt;11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'dashboards': org.alfresco.web.config.DashboardsElementReader&lt;BR /&gt;11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'command-servlet': org.alfresco.web.config.CommandServletElementReader&lt;BR /&gt;11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'actions': org.alfresco.web.config.ActionsElementReader&lt;BR /&gt;11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'dialogs': org.alfresco.web.config.DialogsElementReader&lt;BR /&gt;11:00:59,630 DEBUG [org.springframework.extensions.config.BaseConfigService] Added config elements from org.springframework.extensions.config.ConfigSectionImpl@354a6983 (evaluator=null condition=null replace=false)&lt;BR /&gt; to the global section&lt;BR /&gt;11:00:59,630 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@5bad7476 (evaluator=string-compare condition=Server replace=false) to the s&lt;BR /&gt;ections list&lt;BR /&gt;11:00:59,630 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@6964e81e (evaluator=string-compare condition=Languages replace=false) to th&lt;BR /&gt;e sections list&lt;BR /&gt;11:00:59,630 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1f91d41b (evaluator=string-compare condition=Views replace=false) to the se&lt;BR /&gt;ctions list&lt;BR /&gt;11:00:59,630 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@347fd24a (evaluator=string-compare condition=Node Event Listeners replace=f&lt;BR /&gt;alse) to the sections list&lt;BR /&gt;11:00:59,630 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@f31cdb (evaluator=string-compare condition=Command Servlet replace=false) t&lt;BR /&gt;o the sections list&lt;BR /&gt;11:00:59,630 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@128380df (evaluator=string-compare condition=Advanced Search replace=false)&lt;BR /&gt; to the sections list&lt;BR /&gt;11:00:59,630 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@5fc25637 (evaluator=string-compare condition=Dashboards replace=false) to t&lt;BR /&gt;he sections list&lt;BR /&gt;11:00:59,630 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@5bdc8869 (evaluator=string-compare condition=Sidebar replace=false) to the &lt;BR /&gt;sections list&lt;BR /&gt;11:00:59,630 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@320e64a7 (evaluator=string-compare condition=Space Wizards replace=false) t&lt;BR /&gt;o the sections list&lt;BR /&gt;&lt;BR /&gt;…überspringe eine Zeile&lt;BR /&gt;11:00:59,630 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@14febdb5 (evaluator=string-compare condition=Action Wizards replace=false) &lt;BR /&gt;to the sections list&lt;BR /&gt;11:00:59,630 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@21cf3b41 (evaluator=string-compare condition=cm:folder icons replace=false)&lt;BR /&gt; to the sections list&lt;BR /&gt;11:00:59,630 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@397bd678 (evaluator=string-compare condition=fm:forums icons replace=false)&lt;BR /&gt; to the sections list&lt;BR /&gt;11:00:59,630 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@6948c93e (evaluator=string-compare condition=fm:forum icons replace=false) &lt;BR /&gt;to the sections list&lt;BR /&gt;11:00:59,630 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@10c7e8b9 (evaluator=string-compare condition=fm:topic icons replace=false) &lt;BR /&gt;to the sections list&lt;BR /&gt;11:00:59,630 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/web-client-config.xml&lt;BR /&gt;11:00:59,631 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/web-client-config-dialogs.xml&lt;BR /&gt;11:00:59,638 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'dialog-container'&lt;BR /&gt;11:00:59,638 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@33c71333 as there wasn't an element reader &lt;BR /&gt;registered for element 'dialog-container'&lt;BR /&gt;11:00:59,638 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@52bd93d3 (name=dialog-container) to org.springframework.exten&lt;BR /&gt;sions.config.ConfigSectionImpl@1c342c15 (evaluator=null condition=null replace=false)&lt;BR /&gt;11:00:59,638 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'plain-dialog-container'&lt;BR /&gt;11:00:59,638 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@253a252a as there wasn't an element reader &lt;BR /&gt;registered for element 'plain-dialog-container'&lt;BR /&gt;11:00:59,638 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@c5dfb7e (name=plain-dialog-container) to org.springframework.&lt;BR /&gt;extensions.config.ConfigSectionImpl@1c342c15 (evaluator=null condition=null replace=false)&lt;BR /&gt;11:00:59,638 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.DialogsElementReader@6e2a1389 for element named 'dialogs'&lt;BR /&gt;11:00:59,644 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.DialogsConfigElement@613efefe (name=dialogs) to org.springframework.extensions.config.ConfigSectionImpl@&lt;BR /&gt;1c342c15 (evaluator=null condition=null replace=false)&lt;BR /&gt;11:00:59,647 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.DialogsConfigElement@2410fbf9 (name=dialogs) to org.springframework.extensions.config.ConfigSectionImpl@&lt;BR /&gt;570eaaee (evaluator=node-type condition=fm:topic replace=false)&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;11:00:59,647 DEBUG [org.springframework.extensions.config.BaseConfigService] Added config elements from org.springframework.extensions.config.ConfigSectionImpl@1c342c15 (evaluator=null condition=null replace=false)&lt;BR /&gt; to the global section&lt;BR /&gt;11:00:59,647 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@67323b17 (evaluator=node-type condition=fm:forums replace=false) to the sec&lt;BR /&gt;tions list&lt;BR /&gt;11:00:59,647 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@6a79d589 (evaluator=node-type condition=fm:forum replace=false) to the sect&lt;BR /&gt;ions list&lt;BR /&gt;11:00:59,647 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@759a7f62 (evaluator=node-type condition=fm:topic replace=false) to the sect&lt;BR /&gt;ions list&lt;BR /&gt;11:00:59,647 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@62b243a2 (evaluator=node-type condition=fm:post replace=false) to the secti&lt;BR /&gt;ons list&lt;BR /&gt;11:00:59,647 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@38bd772 (evaluator=node-type condition=wca:webfolder replace=false) to the &lt;BR /&gt;sections list&lt;BR /&gt;11:00:59,647 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@3f3910ae (evaluator=node-type condition=wcmwf:reviewTask replace=false) to &lt;BR /&gt;the sections list&lt;BR /&gt;11:00:59,647 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@4c451268 (evaluator=node-type condition=wcmwf:parallelReviewTask replace=fa&lt;BR /&gt;lse) to the sections list&lt;BR /&gt;11:00:59,647 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@602a2cce (evaluator=node-type condition=wcmwf:submittedTask replace=false) &lt;BR /&gt;to the sections list&lt;BR /&gt;11:00:59,647 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@76b51252 (evaluator=node-type condition=wcmwf:rejectedTask replace=false) t&lt;BR /&gt;o the sections list&lt;BR /&gt;11:00:59,647 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@46c622e0 (evaluator=node-type condition=wcmwf:submitpendingTask replace=fal&lt;BR /&gt;se) to the sections list&lt;BR /&gt;11:00:59,647 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@34fccd15 (evaluator=node-type condition=wcmwf:submitcancelledTask replace=f&lt;BR /&gt;alse) to the sections list&lt;BR /&gt;11:00:59,648 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@6efa1b74 (evaluator=node-type condition=wcmwf:verifyBrokenLinksTask replace&lt;BR /&gt;=false) to the sections list&lt;BR /&gt;11:00:59,648 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@653d20e2 (evaluator=node-type condition=wcmwf:changeRequestTask replace=fal&lt;BR /&gt;se) to the sections list&lt;BR /&gt;11:00:59,648 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@523c3daf (evaluator=node-type condition=wca:webfolder replace=false) to the&lt;BR /&gt; sections list&lt;BR /&gt;11:00:59,648 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@1bcae20a (evaluator=node-type condition=app:filelink replace=false) to the &lt;BR /&gt;&lt;BR /&gt;…überspringe eine Zeile&lt;BR /&gt;11:00:59,648 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@3938efa9 (evaluator=node-type condition=app:folderlink replace=false) to th&lt;BR /&gt;e sections list&lt;BR /&gt;11:00:59,648 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@33b2cb98 (evaluator=node-type condition=fm:forum replace=false) to the sect&lt;BR /&gt;ions list&lt;BR /&gt;11:00:59,648 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@654efa45 (evaluator=node-type condition=fm:forums replace=false) to the sec&lt;BR /&gt;tions list&lt;BR /&gt;11:00:59,648 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@570eaaee (evaluator=node-type condition=fm:topic replace=false) to the sect&lt;BR /&gt;ions list&lt;BR /&gt;11:00:59,648 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/web-client-config-dialogs.xml&lt;BR /&gt;11:00:59,648 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/web-client-config-wizards.xml&lt;BR /&gt;11:00:59,655 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'wizard-container'&lt;BR /&gt;11:00:59,655 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@3f81be9 as there wasn't an element reader r&lt;BR /&gt;egistered for element 'wizard-container'&lt;BR /&gt;11:00:59,655 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@15f06008 (name=wizard-container) to org.springframework.exten&lt;BR /&gt;sions.config.ConfigSectionImpl@5830b878 (evaluator=null condition=null replace=false)&lt;BR /&gt;11:00:59,655 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'plain-wizard-container'&lt;BR /&gt;11:00:59,655 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Defaulting to org.springframework.extensions.config.xml.elementreader.GenericElementReader@669efb83 as there wasn't an element reader &lt;BR /&gt;registered for element 'plain-wizard-container'&lt;BR /&gt;11:00:59,656 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.springframework.extensions.config.element.GenericConfigElement@4f928a17 (name=plain-wizard-container) to org.springframework&lt;BR /&gt;.extensions.config.ConfigSectionImpl@5830b878 (evaluator=null condition=null replace=false)&lt;BR /&gt;11:00:59,656 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.WizardsElementReader@1da814d1 for element named 'wizards'&lt;BR /&gt;11:00:59,662 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.WizardsConfigElement@10d7a8fb (name=wizards) to org.springframework.extensions.config.ConfigSectionImpl@&lt;BR /&gt;5830b878 (evaluator=null condition=null replace=false)&lt;BR /&gt;11:00:59,662 DEBUG [org.springframework.extensions.config.BaseConfigService] Added config elements from org.springframework.extensions.config.ConfigSectionImpl@5830b878 (evaluator=null condition=null replace=false)&lt;BR /&gt; to the global section&lt;BR /&gt;11:00:59,662 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/web-client-config-wizards.xml&lt;BR /&gt;11:00:59,662 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/web-client-config-properties.xml&lt;BR /&gt;11:00:59,675 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.PropertySheetElementReader@3e96ff60 for element named 'property-sheet'&lt;BR /&gt;11:00:59,679 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.PropertySheetConfigElement@50e084b7 (name=property-sheet) to org.springframework.extensions.config.Confi&lt;BR /&gt;gSectionImpl@442933dc (evaluator=node-type condition=content replace=false)&lt;BR /&gt;11:00:59,680 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.PropertySheetElementReader@3e96ff60 for element named 'property-sheet'&lt;BR /&gt;11:00:59,680 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.PropertySheetConfigElement@6d0bd379 (name=property-sheet) to org.springframework.extensions.config.Confi&lt;BR /&gt;gSectionImpl@2368e4dd (evaluator=node-type condition=folder replace=false)&lt;BR /&gt;11:00:59,680 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.PropertySheetElementReader@3e96ff60 for element named 'property-sheet'&lt;BR /&gt;11:00:59,680 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.PropertySheetConfigElement@3b897b54 (name=property-sheet) to org.springframework.extensions.config.Confi&lt;BR /&gt;gSectionImpl@3effe655 (evaluator=node-type condition=wcm:avmplaincontent replace=false)&lt;BR /&gt;11:00:59,680 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.PropertySheetElementReader@3e96ff60 for element named 'property-sheet'&lt;BR /&gt;11:00:59,680 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.PropertySheetConfigElement@126af6c3 (name=property-sheet) to org.springframework.extensions.config.Confi&lt;BR /&gt;gSectionImpl@2c6e85a7 (evaluator=node-type condition=wcm:avmlayeredcontent replace=false)&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;11:00:59,690 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@dc5d629 (evaluator=node-type condition=wcm:avmplainfolder replace=false) to&lt;BR /&gt; the sections list&lt;BR /&gt;11:00:59,690 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@61d9ae77 (evaluator=node-type condition=wcm:avmlayeredfolder replace=false)&lt;BR /&gt; to the sections list&lt;BR /&gt;11:00:59,690 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@43cd2ed4 (evaluator=node-type condition=dictionaryModel replace=false) to t&lt;BR /&gt;he sections list&lt;BR /&gt;11:00:59,691 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@3ee83db1 (evaluator=node-type condition=bpm:workflowDefinition replace=fals&lt;BR /&gt;e) to the sections list&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;11:00:59,698 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.NavigationElementReader@4a5ec877 for element named 'navigation'&lt;BR /&gt;11:00:59,698 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.NavigationConfigElement@17d4aa61 (name=navigation) to org.springframework.extensions.config.ConfigSectio&lt;BR /&gt;nImpl@afdd280 (evaluator=node-type condition=fm:topic replace=false)&lt;BR /&gt;11:00:59,698 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.NavigationElementReader@4a5ec877 for element named 'navigation'&lt;BR /&gt;11:00:59,698 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.NavigationConfigElement@1e06d723 (name=navigation) to org.springframework.extensions.config.ConfigSectio&lt;BR /&gt;nImpl@53164a3b (evaluator=node-type condition=app:filelink replace=false)&lt;BR /&gt;11:00:59,698 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.NavigationElementReader@4a5ec877 for element named 'navigation'&lt;BR /&gt;11:00:59,698 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.NavigationConfigElement@5c63921a (name=navigation) to org.springframework.extensions.config.ConfigSectio&lt;BR /&gt;nImpl@d0d1859 (evaluator=node-type condition=app:folderlink replace=false)&lt;BR /&gt;&lt;BR /&gt;…überspringe eine Zeile&lt;BR /&gt;11:00:59,698 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.NavigationConfigElement@56b981c0 (name=navigation) to org.springframework.extensions.config.ConfigSectio&lt;BR /&gt;nImpl@2cf590bb (evaluator=node-type condition=wca:webfolder replace=false)&lt;BR /&gt;11:00:59,698 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@5e4aaf28 (evaluator=node-type condition=fm:forums replace=false) to the sec&lt;BR /&gt;tions list&lt;BR /&gt;11:00:59,699 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@27d51ad5 (evaluator=node-type condition=fm:forum replace=false) to the sect&lt;BR /&gt;ions list&lt;BR /&gt;11:00:59,699 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@afdd280 (evaluator=node-type condition=fm:topic replace=false) to the secti&lt;BR /&gt;ons list&lt;BR /&gt;11:00:59,699 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@53164a3b (evaluator=node-type condition=app:filelink replace=false) to the &lt;BR /&gt;sections list&lt;BR /&gt;11:00:59,699 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@d0d1859 (evaluator=node-type condition=app:folderlink replace=false) to the&lt;BR /&gt; sections list&lt;BR /&gt;11:00:59,699 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@2cf590bb (evaluator=node-type condition=wca:webfolder replace=false) to the&lt;BR /&gt; sections list&lt;BR /&gt;11:00:59,699 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/web-client-config-navigation.xml&lt;BR /&gt;11:00:59,699 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/web-client-config-wcm.xml&lt;BR /&gt;11:00:59,702 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.WCMElementReader@2df0fc0c for element named 'wcm'&lt;BR /&gt;11:00:59,702 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.WCMConfigElement@28338f64 (name=wcm) to org.springframework.extensions.config.ConfigSectionImpl@510b02da&lt;BR /&gt; (evaluator=null condition=null replace=false)&lt;BR /&gt;11:00:59,703 DEBUG [org.springframework.extensions.config.BaseConfigService] Added config elements from org.springframework.extensions.config.ConfigSectionImpl@510b02da (evaluator=null condition=null replace=false)&lt;BR /&gt; to the global section&lt;BR /&gt;11:00:59,703 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/web-client-config-wcm.xml&lt;BR /&gt;11:00:59,703 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/web-client-config-actions.xml&lt;BR /&gt;11:00:59,719 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'&lt;BR /&gt;11:00:59,748 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.ActionsConfigElement@16db2cce (name=actions) to org.springframework.extensions.config.ConfigSectionImpl@&lt;BR /&gt;f5a941b (evaluator=null condition=null replace=false)&lt;BR /&gt;11:00:59,748 DEBUG [org.springframework.extensions.config.BaseConfigService] Added config elements from org.springframework.extensions.config.ConfigSectionImpl@f5a941b (evaluator=null condition=null replace=false) &lt;BR /&gt;to the global section&lt;BR /&gt;11:00:59,748 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/web-client-config-actions.xml&lt;BR /&gt;11:00:59,748 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/web-client-config-forum-actions.xml&lt;BR /&gt;11:00:59,754 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'&lt;BR /&gt;11:00:59,759 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.ActionsConfigElement@39d3da65 (name=actions) to org.springframework.extensions.config.ConfigSectionImpl@&lt;BR /&gt;3a73a8c (evaluator=null condition=null replace=false)&lt;BR /&gt;11:00:59,760 DEBUG [org.springframework.extensions.config.BaseConfigService] Combined org.alfresco.web.config.ActionsConfigElement@16db2cce (name=actions) with org.alfresco.web.config.ActionsConfigElement@39d3da65 &lt;BR /&gt;(name=actions) to create org.alfresco.web.config.ActionsConfigElement@57f4bf33 (name=actions)&lt;BR /&gt;11:00:59,760 DEBUG [org.springframework.extensions.config.BaseConfigService] Added config elements from org.springframework.extensions.config.ConfigSectionImpl@3a73a8c (evaluator=null condition=null replace=false) &lt;BR /&gt;to the global section&lt;BR /&gt;11:00:59,760 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/web-client-config-forum-actions.xml&lt;BR /&gt;11:00:59,760 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/web-client-config-wcm-actions.xml&lt;BR /&gt;11:00:59,767 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'&lt;BR /&gt;11:00:59,776 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.ActionsConfigElement@1770114 (name=actions) to org.springframework.extensions.config.ConfigSectionImpl@2&lt;BR /&gt;be7c8cc (evaluator=null condition=null replace=false)&lt;BR /&gt;11:00:59,776 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'&lt;BR /&gt;11:00:59,776 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.ActionsConfigElement@7e2fdf98 (name=actions) to org.springframework.extensions.config.ConfigSectionImpl@&lt;BR /&gt;7900b4e0 (evaluator=node-type condition=wca:webfolder replace=false)&lt;BR /&gt;11:00:59,776 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'&lt;BR /&gt;11:00:59,776 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.ActionsConfigElement@1d631c30 (name=actions) to org.springframework.extensions.config.ConfigSectionImpl@&lt;BR /&gt;55cfa262 (evaluator=node-type condition=wca:formfolder replace=false)&lt;BR /&gt;11:00:59,776 DEBUG [org.springframework.extensions.config.BaseConfigService] Combined org.alfresco.web.config.ActionsConfigElement@57f4bf33 (name=actions) with org.alfresco.web.config.ActionsConfigElement@1770114 (&lt;BR /&gt;name=actions) to create org.alfresco.web.config.ActionsConfigElement@32adfbf1 (name=actions)&lt;BR /&gt;11:00:59,776 DEBUG [org.springframework.extensions.config.BaseConfigService] Added config elements from org.springframework.extensions.config.ConfigSectionImpl@2be7c8cc (evaluator=null condition=null replace=false)&lt;BR /&gt; to the global section&lt;BR /&gt;11:00:59,776 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@7900b4e0 (evaluator=node-type condition=wca:webfolder replace=false) to the&lt;BR /&gt; sections list&lt;BR /&gt;11:00:59,776 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@55cfa262 (evaluator=node-type condition=wca:formfolder replace=false) to th&lt;BR /&gt;e sections list&lt;BR /&gt;11:00:59,777 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/web-client-config-wcm-actions.xml&lt;BR /&gt;11:00:59,777 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/web-client-config-workflow-actions.xml&lt;BR /&gt;11:00:59,782 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'&lt;BR /&gt;11:00:59,785 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.ActionsConfigElement@7a52b16b (name=actions) to org.springframework.extensions.config.ConfigSectionImpl@&lt;BR /&gt;&lt;BR /&gt;…überspringe eine Zeile&lt;BR /&gt;11:00:59,785 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'&lt;BR /&gt;11:00:59,785 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.ActionsConfigElement@7394547c (name=actions) to org.springframework.extensions.config.ConfigSectionImpl@&lt;BR /&gt;f36d42c (evaluator=node-type condition=wcm:avmplainfolder replace=false)&lt;BR /&gt;11:00:59,785 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'&lt;BR /&gt;11:00:59,785 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.ActionsConfigElement@58a39c81 (name=actions) to org.springframework.extensions.config.ConfigSectionImpl@&lt;BR /&gt;5d78069d (evaluator=node-type condition=wcm:avmlayeredfolder replace=false)&lt;BR /&gt;11:00:59,786 DEBUG [org.springframework.extensions.config.BaseConfigService] Combined org.alfresco.web.config.ActionsConfigElement@32adfbf1 (name=actions) with org.alfresco.web.config.ActionsConfigElement@7a52b16b &lt;BR /&gt;(name=actions) to create org.alfresco.web.config.ActionsConfigElement@72fa5d5b (name=actions)&lt;BR /&gt;11:00:59,786 DEBUG [org.springframework.extensions.config.BaseConfigService] Added config elements from org.springframework.extensions.config.ConfigSectionImpl@4afe268a (evaluator=null condition=null replace=false)&lt;BR /&gt; to the global section&lt;BR /&gt;11:00:59,786 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@f36d42c (evaluator=node-type condition=wcm:avmplainfolder replace=false) to&lt;BR /&gt; the sections list&lt;BR /&gt;11:00:59,786 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@5d78069d (evaluator=node-type condition=wcm:avmlayeredfolder replace=false)&lt;BR /&gt; to the sections list&lt;BR /&gt;11:00:59,786 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/web-client-config-workflow-actions.xml&lt;BR /&gt;11:00:59,786 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Completed initialisation&lt;BR /&gt;11:00:59,787 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.web.config.ConfigAdminInterpreter&lt;BR /&gt;11:00:59,787 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.web.app.servlet.AuthenticationFilter&lt;BR /&gt;11:00:59,787 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.springframework.extensions.config.xml.XMLConfigService&lt;BR /&gt;11:00:59,787 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.web.scripts.RepositoryTemplateProcessor$ProcessorLifecycle&lt;BR /&gt;11:00:59,787 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.springframework.extensions.webscripts.SearchPath$ProcessorLifecycle&lt;BR /&gt;11:01:06,587 INFO&amp;nbsp; [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 264 Web Scripts (+0 failed), 274 URLs&lt;BR /&gt;11:01:06,589 INFO&amp;nbsp; [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 8 Package Description Documents (+0 failed) &lt;BR /&gt;11:01:06,589 INFO&amp;nbsp; [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 0 Schema Description Documents (+0 failed) &lt;BR /&gt;11:01:06,744 INFO&amp;nbsp; [org.springframework.extensions.webscripts.AbstractRuntimeContainer] Initialised Spring Surf Container Web Script Container (in 1981.7302ms)&lt;BR /&gt;11:01:06,783 INFO&amp;nbsp; [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl&lt;BR /&gt;11:01:06,865 INFO&amp;nbsp; [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js&lt;BR /&gt;11:01:06,974 INFO&amp;nbsp; [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl&lt;BR /&gt;11:01:06,978 INFO&amp;nbsp; [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js&lt;BR /&gt;11:01:07,174 INFO&amp;nbsp; [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl&lt;BR /&gt;11:01:07,179 INFO&amp;nbsp; [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js&lt;BR /&gt;root@alfi:/opt/alfresco# vim alfresco.extensions &lt;BR /&gt;&lt;BR /&gt;11:00:59,760 DEBUG [org.springframework.extensions.config.BaseConfigService] Combined org.alfresco.web.config.ActionsConfigElement@16db2cce (name=actions) with org.alfresco.web.config.ActionsConfigElement@39d3da65 (name=actions) to create org.alfresco.web.config.ActionsConfigElement@57f4bf33 (name=actions)&lt;BR /&gt;11:00:59,760 DEBUG [org.springframework.extensions.config.BaseConfigService] Added config elements from org.springframework.extensions.config.ConfigSectionImpl@3a73a8c (evaluator=null condition=null replace=false) to the global section&lt;BR /&gt;11:00:59,760 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/web-client-config-forum-actions.xml&lt;BR /&gt;11:00:59,760 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/web-client-config-wcm-actions.xml&lt;BR /&gt;11:00:59,767 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'&lt;BR /&gt;11:00:59,776 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.ActionsConfigElement@1770114 (name=actions) to org.springframework.extensions.config.ConfigSectionImpl@2be7c8cc (evaluator=null condition=null replace=false)&lt;BR /&gt;11:00:59,776 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'&lt;BR /&gt;11:00:59,776 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.ActionsConfigElement@7e2fdf98 (name=actions) to org.springframework.extensions.config.ConfigSectionImpl@7900b4e0 (evaluator=node-type condition=wca:webfolder replace=false)&lt;BR /&gt;11:00:59,776 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'&lt;BR /&gt;11:00:59,776 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.ActionsConfigElement@1d631c30 (name=actions) to org.springframework.extensions.config.ConfigSectionImpl@55cfa262 (evaluator=node-type condition=wca:formfolder replace=false)&lt;BR /&gt;11:00:59,776 DEBUG [org.springframework.extensions.config.BaseConfigService] Combined org.alfresco.web.config.ActionsConfigElement@57f4bf33 (name=actions) with org.alfresco.web.config.ActionsConfigElement@1770114 (name=actions) to create org.alfresco.web.config.ActionsConfigElement@32adfbf1 (name=actions)&lt;BR /&gt;11:00:59,776 DEBUG [org.springframework.extensions.config.BaseConfigService] Added config elements from org.springframework.extensions.config.ConfigSectionImpl@2be7c8cc (evaluator=null condition=null replace=false) to the global section&lt;BR /&gt;11:00:59,776 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@7900b4e0 (evaluator=node-type condition=wca:webfolder replace=false) to the sections list&lt;BR /&gt;11:00:59,776 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@55cfa262 (evaluator=node-type condition=wca:formfolder replace=false) to the sections list&lt;BR /&gt;11:00:59,777 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/web-client-config-wcm-actions.xml&lt;BR /&gt;11:00:59,777 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/web-client-config-workflow-actions.xml&lt;BR /&gt;11:00:59,782 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'&lt;BR /&gt;11:00:59,785 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.ActionsConfigElement@7a52b16b (name=actions) to org.springframework.extensions.config.ConfigSectionImpl@4afe268a (evaluator=null condition=null replace=false)&lt;BR /&gt;11:00:59,785 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'&lt;BR /&gt;11:00:59,785 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.ActionsConfigElement@7394547c (name=actions) to org.springframework.extensions.config.ConfigSectionImpl@f36d42c (evaluator=node-type condition=wcm:avmplainfolder replace=false)&lt;BR /&gt;11:00:59,785 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'&lt;BR /&gt;11:00:59,785 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added org.alfresco.web.config.ActionsConfigElement@58a39c81 (name=actions) to org.springframework.extensions.config.ConfigSectionImpl@5d78069d (evaluator=node-type condition=wcm:avmlayeredfolder replace=false)&lt;BR /&gt;11:00:59,786 DEBUG [org.springframework.extensions.config.BaseConfigService] Combined org.alfresco.web.config.ActionsConfigElement@32adfbf1 (name=actions) with org.alfresco.web.config.ActionsConfigElement@7a52b16b (name=actions) to create org.alfresco.web.config.ActionsConfigElement@72fa5d5b (name=actions)&lt;BR /&gt;11:00:59,786 DEBUG [org.springframework.extensions.config.BaseConfigService] Added config elements from org.springframework.extensions.config.ConfigSectionImpl@4afe268a (evaluator=null condition=null replace=false) to the global section&lt;BR /&gt;11:00:59,786 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@f36d42c (evaluator=node-type condition=wcm:avmplainfolder replace=false) to the sections list&lt;BR /&gt;11:00:59,786 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@5d78069d (evaluator=node-type condition=wcm:avmlayeredfolder replace=false) to the sections list&lt;BR /&gt;11:00:59,786 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/web-client-config-workflow-actions.xml&lt;BR /&gt;11:00:59,786 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Completed initialisation&lt;BR /&gt;11:00:59,787 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.web.config.ConfigAdminInterpreter&lt;BR /&gt;11:00:59,787 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.web.app.servlet.AuthenticationFilter&lt;BR /&gt;11:00:59,787 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.springframework.extensions.config.xml.XMLConfigService&lt;BR /&gt;11:00:59,787 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.web.scripts.RepositoryTemplateProcessor$ProcessorLifecycle&lt;BR /&gt;11:00:59,787 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.springframework.extensions.webscripts.SearchPath$ProcessorLifecycle&lt;BR /&gt;11:01:06,587 INFO&amp;nbsp; [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 264 Web Scripts (+0 failed), 274 URLs&lt;BR /&gt;11:01:06,589 INFO&amp;nbsp; [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 8 Package Description Documents (+0 failed)&lt;BR /&gt;11:01:06,589 INFO&amp;nbsp; [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 0 Schema Description Documents (+0 failed)&lt;BR /&gt;11:01:06,744 INFO&amp;nbsp; [org.springframework.extensions.webscripts.AbstractRuntimeContainer] Initialised Spring Surf Container Web Script Container (in 1981.7302ms)&lt;BR /&gt;11:01:06,783 INFO&amp;nbsp; [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl&lt;BR /&gt;11:01:06,865 INFO&amp;nbsp; [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js&lt;BR /&gt;11:01:06,974 INFO&amp;nbsp; [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl&lt;BR /&gt;11:01:06,978 INFO&amp;nbsp; [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js&lt;BR /&gt;11:01:07,174 INFO&amp;nbsp; [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl&lt;BR /&gt;11:01:07,179 INFO&amp;nbsp; [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js&lt;BR /&gt;~&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 09:23:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-login-probleme-%C3%BCber-https/m-p/26640#M13303</guid>
      <dc:creator>langr</dc:creator>
      <dc:date>2011-08-05T09:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share login Probleme über https</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-login-probleme-%C3%BCber-https/m-p/26641#M13304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- das sind noch immer Logeinträge von /alfresco &amp;amp; /share&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- kann das sein, dass dies lediglich die Logs vom server start sind? Interessanter sind die, die bei einem Zugriff auf /share ausgelöst werden.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;VG,Jan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 14:24:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-login-probleme-%C3%BCber-https/m-p/26641#M13304</guid>
      <dc:creator>jpfi_4454</dc:creator>
      <dc:date>2011-08-05T14:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share login Probleme über https</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-login-probleme-%C3%BCber-https/m-p/26642#M13305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hallo Jan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;du hast recht.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Leider erscheinen aber keine weiteren Meldungen, wenn ich versuche, mich anzumelden. Ich habe den log-file mit &lt;/SPAN&gt;&lt;EM&gt;tail -f alfresco.log&lt;/EM&gt;&lt;SPAN&gt; offen, es passiert aber nichts. Hatte ja auch gehofft, dass man etwas sehen würde. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ich werde am Montag einen neuen Versuch starten.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Grüße&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Aug 2011 16:44:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-login-probleme-%C3%BCber-https/m-p/26642#M13305</guid>
      <dc:creator>langr</dc:creator>
      <dc:date>2011-08-05T16:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Share login Probleme über https</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-login-probleme-%C3%BCber-https/m-p/26643#M13306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hallo Jan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;den Fehler habe ich&amp;nbsp; inzwischen gefunden. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Es liegt an meinem Eintrag in der Datei web.xml des Tomcat. Ich wollte erzwingen, dass http Anfragen immer auf https umgelenkt werden und d&lt;/SPAN&gt;&lt;STRONG&gt;ies auch für den Benutzer sichtbar wird&lt;/STRONG&gt;&lt;SPAN&gt;. (Statt&amp;nbsp; der Anzeige &lt;/SPAN&gt;&lt;A href="http://...:8080" rel="nofollow noopener noreferrer"&gt;http://...:8080&lt;/A&gt;&lt;SPAN&gt; soll &lt;/SPAN&gt;&lt;A href="https://...8443" rel="nofollow noopener noreferrer"&gt;https://...8443&lt;/A&gt;&lt;SPAN&gt; stehen.) Nur allein mit dem &lt;/SPAN&gt;&lt;EM&gt;redirect&lt;/EM&gt;&lt;SPAN&gt; in der Datei server.xml funktioniert das nicht.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Wenn ich die folgenden Zeilen entferne, kann ich mich auch unter&lt;/SPAN&gt;&lt;EM&gt; &lt;A href="https://alfi...:8443/share" rel="nofollow noopener noreferrer"&gt;https://alfi...:8443/share&lt;/A&gt;&lt;/EM&gt;&lt;SPAN&gt; einloggen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;security-constraint&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;web-resource-collection&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;web-resource-name&amp;gt;Secure Apps&amp;lt;/web-resource-name&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;url-pattern&amp;gt;/*&amp;lt;/url-pattern&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/web-resource-collection&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;user-data-constraint&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;transport-guarantee&amp;gt;CONFIDENTIAL&amp;lt;/transport-guarantee&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/user-data-constraint&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/security-constraint&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Ich weiß aber immer noch nicht, warum es dann bei &lt;/SPAN&gt;&lt;EM&gt;&lt;A href="https://alfi...:8443/alfresco" rel="nofollow noopener noreferrer"&gt;https://alfi...:8443/alfresco&lt;/A&gt;&lt;/EM&gt;&lt;SPAN&gt; trotzdem funktioniert hatte&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Grüße&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 10:22:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-share-login-probleme-%C3%BCber-https/m-p/26643#M13306</guid>
      <dc:creator>langr</dc:creator>
      <dc:date>2011-08-09T10:22:40Z</dc:date>
    </item>
  </channel>
</rss>

