Alfresco Share login Probleme über https

cancel
Showing results for 
Search instead for 
Did you mean: 
langr
Member II

Alfresco Share login Probleme über https

Hi,

um vor allem Alfresco Share zu testen, wurde auf einem Linux Rechner (Ubuntu 10.4)  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 verwendet.,

authentication.chain=alfrescoNtlm1:alfrescoNtlm,passthru1:passthru,ldap1:ldap

CIFS, SMB und WebDAV funktionieren.

Alles läuft fehlerlos, solange über http zugegriffen wird.

Nach der Umstellung auf https und einem Redirect von 8080 auf 8443  funktioniert das Anmelden nur noch unter

    https://alfi....:8443/alfresco

aber nicht mehr unter

    https://alfi....:8443/share

Es erscheint dann die Fehlermeldung

The remote server may be unavailable or your authentication details have not been recognized

Das benutze Zertifikat ist selbst erstellt und signiert.

Folgende Dateien wurden angepasst.

$TOMCAT_HOME/conf/server.xml

<Connector port="8080" URIEncoding="UTF-8" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" />

<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
               maxThreads="150" scheme="https" secure="true"
               keystoreFile="/home/xxx/.keystore" keystorePass="secret"
               clientAuth="false" sslProtocol="TLS" />


Der folgende Eintrag wurde hinzugefügt, um die Umleitung auf https sichtbar zu machen
$TOMCAT_HOME/conf/web.xml

<security-constraint>
      <web-resource-collection>
         <web-resource-name>Secure Apps</web-resource-name>
         <url-pattern>/*</url-pattern>
      </web-resource-collection>
      <user-data-constraint>
         <transport-guarantee>CONFIDENTIAL</transport-guarantee>
      </user-data-constraint>
   </security-constraint>

Die folgenden Änderungen stammen aus
http://docs.alfresco.com/3.4/index.jsp?topic=%2Fcom.alfresco.Enterprise_3_4_0.doc%2Ftasks%2FSharePoi...

$TOMCAT_HOME/shared/classes/alfresco/web-extension/share-config-custom.xml

<config evaluator="string-compare" condition="Remote">
      <remote>
         <endpoint>
            <id>alfresco-noauth</id>
            <name>Alfresco - unauthenticated access</name>
            <description>Access to Alfresco Repository WebScripts that do not require authentication</description>
            <connector-id>alfresco</connector-id>
            <endpoint-url>https://localhost:8443/alfresco/s</endpoint-url>
            <identity>none</identity>
         </endpoint>

         <endpoint>
            <id>alfresco</id>
            <name>Alfresco - user access</name>
            <description>Access to Alfresco Repository WebScripts that require user authentication</description>
            <connector-id>alfresco</connector-id>
            <endpoint-url>https://localhost:8443/alfresco/s</endpoint-url>
            <identity>user</identity>
         </endpoint>

         <endpoint>
            <id>alfresco-feed</id>
            <name>Alfresco Feed</name>
            <description>Alfresco Feed - supports basic HTTP authentication via the EndPointProxyServlet</description>
            <connector-id>http</connector-id>
            <endpoint-url>https://localhost:8443/alfresco/s</endpoint-url>
            <basic-auth>true</basic-auth>
            <identity>user</identity>
         </endpoint>
      </remote>
   </config>


Was habe ich vergessen oder falsch gemacht ? Aus den log Dateien ist nichts ersichtlich.

Grüße
9 Replies
jpfi_4454
Member II

Re: Alfresco Share login Probleme über https

Hi,
dreh mal deine log4j.properties für share hoch:
org.springframework.extensions=DEBUG
und poste das log mal.
VG, Jan
langr
Member II

Re: Alfresco Share login Probleme über https

Vielen Dank für die schnelle Antwort.

Die entstandene log-Datei ist allerdings riesengroß. Soll ich vielleicht nach bestimmten Einträgen suchen ?
jpfi_4454
Member II

Re: Alfresco Share login Probleme über https

sowas wie sun.security.validator.ValidatorException bspw…
langr
Member II

Re: Alfresco Share login Probleme über https

Leider kommt in meinem LOG-File dieser Ausdruck gar nicht vor.

Wenn ich nach validator suche, erhalte ich folgende Zeilen
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
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
~

Wenn ich nach security suche, das hier
09:13:02,680 INFO  [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [alfresco/public-services-security-context.xml]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
09:13:16,877 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'NodeService_security'
09:13:16,877 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'NodeService_security'
09:13:16,880 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'NodeService_security' to allow for resolving potential circular references
09:13:16,950 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'NodeService_security'
09:13:16,950 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'NodeService_security'
09:13:16,979 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'SearchService_security'
09:13:16,979 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'SearchService_security'
09:13:16,979 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'SearchService_security' to allow for resolving potential circular references
09:13:16,980 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'SearchService_security'
09:13:16,981 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'SearchService_security'
09:13:17,014 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'ActionService_security'
09:13:17,014 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'ActionService_security'
09:13:17,014 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'ActionService_security' to allow for resolving potential circular references
09:13:17,016 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'ActionService_security'
09:13:17,198 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'SearchService_security'
09:13:17,204 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'ContentService_security'
09:13:17,204 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'ContentService_security'
09:13:17,215 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'ContentService_security' to allow for resolving potential circular references
09:13:17,217 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'ContentService_security'
09:13:17,217 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'ContentService_security'
09:13:17,294 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'LockService_security'
09:13:17,294 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'LockService_security'
09:13:17,294 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'LockService_security' to allow for resolving potential circular references
09:13:17,296 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'LockService_security'
09:13:17,296 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'LockService_security'
09:13:17,305 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'CopyService_security'
09:13:17,305 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'CopyService_security'
09:13:17,305 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'CopyService_security' to allow for resolving potential circular references
09:13:17,305 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'CopyService_security'
09:13:17,358 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'RuleService_security'
09:13:17,358 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'RuleService_security'
09:13:17,358 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'RuleService_security' to allow for resolving potential circular references
09:13:17,358 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'RuleService_security'
09:13:17,367 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'PermissionService_security'
09:13:17,367 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'PermissionService_security'
09:13:17,367 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'PermissionService_security' to allow for resolving potential circular references
09:13:17,369 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'PermissionService_security'
09:13:17,369 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'PermissionService_security'
09:13:17,377 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'AuthorityService_security'
09:13:17,377 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'AuthorityService_security'
09:13:17,377 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'AuthorityService_security' to allow for resolving potential circular references
09:13:17,380 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'AuthorityService_security'
09:13:17,380 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'AuthorityService_security'
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]
09:13:17,419 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'AuthenticationService_security'
09:13:17,419 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'AuthenticationService_security'
09:13:17,420 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'AuthenticationService_security' to allow for resolving potential circular references
09:13:17,421 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'AuthenticationService_security'
09:13:17,421 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'AuthenticationService_security'
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
tionService@38e02fc4]
09:13:17,827 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'org.alfresco.repo.security.authentication.DefaultMutableAuthenticationDao#2df824a'
09:13:17,832 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'org.alfresco.repo.security.authentication.DefaultMutableAuthenticationDao#2df824a'
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
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
tionComponent@1d28b30e]
09:13:18,086 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'PersonService_security'
09:13:18,086 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'PersonService_security'
09:13:18,087 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'PersonService_security' to allow for resolving potential circular references
09:13:18,088 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'PersonService_security'
09:13:18,088 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'PersonService_security'
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]
09:13:18,238 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'WebProjectService_security'
09:13:18,238 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'WebProjectService_security'
09:13:18,238 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'WebProjectService_security' to allow for resolving potential circular references
09:13:18,238 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'WebProjectService_security'
09:13:18,259 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'AssetService_security'
09:13:18,259 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'AssetService_security'
09:13:18,259 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'AssetService_security' to allow for resolving potential circular references
09:13:18,259 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'AssetService_security'
09:13:18,291 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'WorkflowService_security'
09:13:18,292 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'WorkflowService_security'
09:13:18,292 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'WorkflowService_security' to allow for resolving potential circular references
09:13:18,292 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'WorkflowService_security'
09:13:18,358 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'FileFolderService_security'
09:13:18,358 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'FileFolderService_security'
09:13:18,358 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'FileFolderService_security' to allow for resolving potential circular references
09:13:18,360 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'FileFolderService_security'
09:13:18,360 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'FileFolderService_security'
09:13:18,500 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'CategoryService_security'
09:13:18,500 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'CategoryService_security'
09:13:18,500 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'CategoryService_security' to allow for resolving potential circular references
09:13:18,501 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'CategoryService_security'
09:13:18,502 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'CategoryService_security'
09:13:18,512 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'TaggingService_security'
09:13:18,512 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'TaggingService_security'
09:13:18,512 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'TaggingService_security' to allow for resolving potential circular references
09:13:18,512 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'TaggingService_security'
09:13:18,865 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'CheckoutCheckinService_security'
09:13:18,865 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'CheckoutCheckinService_security'
09:13:18,865 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'CheckoutCheckinService_security' to allow for resolving potential circular references
09:13:18,866 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'CheckoutCheckinService_security'
09:13:18,866 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'CheckoutCheckinService_security'
09:13:18,872 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'VersionService_security'
09:13:18,872 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'VersionService_security'
09:13:18,872 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'VersionService_security' to allow for resolving potential circular references
09:13:18,872 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'VersionService_security'
09:13:18,882 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'SiteService_security'
09:13:18,882 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'SiteService_security'
09:13:18,882 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'SiteService_security' to allow for resolving potential circular references
09:13:18,882 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'SiteService_security'
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
09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'NamespaceService_security'
09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'NamespaceService_security'
09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'NamespaceService_security' to allow for resolving potential circular references
09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'NamespaceService_security'
09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'DictionaryService_security'
09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'DictionaryService_security'
09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'DictionaryService_security' to allow for resolving potential circular references
09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'DictionaryService_security'
09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'NodeService_security'
09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'FileFolderService_security'
09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'ContentService_security'
09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'MimetypeService_security'
09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'MimetypeService_security'
09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'MimetypeService_security' to allow for resolving potential circular references
09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'MimetypeService_security'
09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'SearchService_security'
09:13:19,052 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'CategoryService_security'
09:13:19,053 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'CopyService_security'
09:13:19,053 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'LockService_security'
09:13:19,053 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'VersionService_security'
09:13:19,053 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'MultilingualContentService_security'
09:13:19,053 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'MultilingualContentService_security'
09:13:19,053 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'MultilingualContentService_security' to allow for resolving potential circular references
09:13:19,054 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'MultilingualContentService_security'
09:13:19,064 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'MultilingualContentService_security'
09:13:19,064 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'EditionService_security'
09:13:19,064 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'EditionService_security'
09:13:19,065 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'EditionService_security' to allow for resolving potential circular references
09:13:19,065 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'EditionService_security'
09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'EditionService_security'
09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'CheckoutCheckinService_security'
09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'RuleService_security'
09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'ImporterService_security'
09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'ImporterService_security'
09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'ImporterService_security' to allow for resolving potential circular references
09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'ImporterService_security'
09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'ActionService_security'
09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'PermissionService_security'
09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'AuthorityService_security'
09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'AuthenticationService_security'
09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'OwnableService_security'
09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'OwnableService_security'
09:13:19,066 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'OwnableService_security' to allow for resolving potential circular references
09:13:19,067 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'OwnableService_security'
09:13:19,067 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'OwnableService_security'
09:13:19,067 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'PersonService_security'
09:13:19,067 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'TemplateService_security'
09:13:19,067 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'TemplateService_security'
09:13:19,067 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'TemplateService_security' to allow for resolving potential circular references
09:13:19,067 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'TemplateService_security'
09:13:19,068 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'ScriptService_security'
09:13:19,068 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'ScriptService_security'
09:13:19,068 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'ScriptService_security' to allow for resolving potential circular references
09:13:19,068 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'ScriptService_security'
09:13:19,068 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'WorkflowService_security'
09:13:19,068 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'AuditService_security'
09:13:19,068 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'AuditService_security'
09:13:19,068 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'AuditService_security' to allow for resolving potential circular references
09:13:19,069 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'AuditService_security'
09:13:19,069 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'AuditService_security'
09:13:19,069 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'RepoAdminService_security'
09:13:19,069 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'RepoAdminService_security'
09:13:19,069 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'RepoAdminService_security' to allow for resolving potential circular references
09:13:19,070 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'RepoAdminService_security'
09:13:19,070 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'ContentUsageService_security'
09:13:19,070 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'ContentUsageService_security'
09:13:19,070 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'ContentUsageService_security' to allow for resolving potential circular references
09:13:19,070 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'ContentUsageService_security'
09:13:19,070 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'PublicServiceAccessService_security'
09:13:19,070 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'PublicServiceAccessService_security'
09:13:19,070 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'PublicServiceAccessService_security' to allow for resolving potential circular references
09:13:19,072 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Invoking afterPropertiesSet() on bean with name 'PublicServiceAccessService_security'
09:13:19,073 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'PublicServiceAccessService_security'
09:13:19,110 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'ScheduledPersistedActionService_security'
09:13:19,110 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'ScheduledPersistedActionService_security'
09:13:19,110 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'ScheduledPersistedActionService_security' to allow for resolving potential circular references
09:13:19,110 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'ScheduledPersistedActionService_security'
09:13:19,669 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'ImporterService_security'
09:13:21,136 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'ContentUsageService_security'
09:13:21,561 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'RepoAdminService_security'
09:13:21,663 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'WebProjectService_security'
09:13:21,663 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'AssetService_security'
09:13:21,665 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'SandboxService_security'
09:13:21,665 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'SandboxService_security'
09:13:21,665 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'SandboxService_security' to allow for resolving potential circular references
09:13:21,665 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'SandboxService_security'
09:13:21,670 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'SandboxService_security'
09:13:21,677 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'PreviewURIService_security'
09:13:21,677 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'PreviewURIService_security'
09:13:21,677 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'PreviewURIService_security' to allow for resolving potential circular references
09:13:21,677 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'PreviewURIService_security'
09:13:21,852 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'SiteService_security'
09:13:21,857 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'TaggingService_security'
09:13:21,863 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'AuditService_security'
09:13:21,889 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'InvitationService_security'
09:13:21,889 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'InvitationService_security'
09:13:21,889 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'InvitationService_security' to allow for resolving potential circular references
09:13:21,889 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'InvitationService_security'
09:13:21,899 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'InvitationService_security'
   at org.alfresco.repo.security.authentication.AuthenticationUtil.runAs(AuthenticationUtil.java:508)
09:13:22,572 DEBUG [org.springframework.remoting.rmi.RmiServiceExporter] RMI service [org.alfresco.repo.security.authentication.subsystems.SubsystemChainingAuthenticationService@38e02fc4] is an RMI invoker
09:13:22,607 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'BlogIntegrationService_security'
09:13:22,607 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'BlogIntegrationService_security'
09:13:22,607 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'BlogIntegrationService_security' to allow for resolving potential circular references
09:13:22,607 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'BlogIntegrationService_security'
09:13:22,630 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'RatingService_security'
09:13:22,630 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'RatingService_security'
09:13:22,631 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'RatingService_security' to allow for resolving potential circular references
09:13:22,631 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'RatingService_security'
09:13:22,638 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'RatingService_security'
09:13:22,642 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'RenditionService_security'
09:13:22,642 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'RenditionService_security'
09:13:22,642 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'RenditionService_security' to allow for resolving potential circular references
09:13:22,642 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'RenditionService_security'
09:13:22,665 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'RenditionService_security'
09:13:22,718 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'ReplicationService_security'
09:13:22,718 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'ReplicationService_security'
09:13:22,719 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'ReplicationService_security' to allow for resolving potential circular references
09:13:22,719 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'ReplicationService_security'
09:13:22,730 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'TransferService_security'
09:13:22,730 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'TransferService_security'
09:13:22,730 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'TransferService_security' to allow for resolving potential circular references
09:13:22,730 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'TransferService_security'
09:13:22,747 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'ReplicationService_security'
09:13:22,752 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'ThumbnailService_security'
09:13:22,752 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'ThumbnailService_security'
09:13:22,752 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'ThumbnailService_security' to allow for resolving potential circular references
09:13:22,752 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'ThumbnailService_security'
09:13:22,759 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'ThumbnailService_security'
09:13:22,776 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'PreferenceService_security'
09:13:22,776 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'PreferenceService_security'
09:13:22,776 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'PreferenceService_security' to allow for resolving potential circular references
09:13:22,776 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'PreferenceService_security'
09:13:22,783 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'FormService_security'
09:13:22,783 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'FormService_security'
09:13:22,783 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'FormService_security' to allow for resolving potential circular references
09:13:22,783 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'FormService_security'
09:13:22,819 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'FormService_security'
09:13:23,050 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating shared instance of singleton bean 'TransferReceiver_security'
09:13:23,050 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Creating instance of bean 'TransferReceiver_security'
09:13:23,050 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Eagerly caching bean 'TransferReceiver_security' to allow for resolving potential circular references
09:13:23,050 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Finished creating instance of bean 'TransferReceiver_security'
09:13:23,054 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'TransferService_security'
09:13:23,054 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'TransferReceiver_security'
09:13:23,059 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'TransferService_security'
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
09:13:30,951 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'OwnableService_security'
09:13:30,992 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.security.permissions.impl.model.PermissionModel
09:13:31,008 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.security.permissions.impl.PermissionServiceImpl
09:13:31,008 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.security.permissions.dynamic.LockOwnerDynamicAuthority
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]
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
09957ab]
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
45fe9f5]
09:13:39,962 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer
09:13:39,990 INFO  [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] Synchronizing users and groups with user registry 'ldap1'
09:13:40,012 INFO  [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] Retrieving groups changed since 04.08.2011 12:23:42 from user registry 'ldap1'
09:13:40,051 DEBUG [org.alfresco.repo.security.sync.ldap.LDAPUserRegistry] Found 0
09:13:40,061 INFO  [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] ldap1 Group Analysis: Commencing batch of 0 entries
09:13:40,062 INFO  [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] ldap1 Group Analysis: Completed batch of 0 entries
09:13:40,074 INFO  [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] Retrieving users changed since 04.08.2011 12:26:58 from user registry 'ldap1'
09:13:40,549 INFO  [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] ldap1 User Creation and Association: Commencing batch of 0 entries
09:13:40,549 INFO  [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] ldap1 User Creation and Association: Completed batch of 0 entries
09:13:40,585 INFO  [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] Finished synchronizing users and groups with user registry 'ldap1'
09:13:40,585 INFO  [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] 0 user(s) and 0 group(s) processed
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
09:14:08,707 DEBUG [org.springframework.beans.factory.support.DefaultListableBeanFactory] Returning cached instance of singleton bean 'MultilingualContentService_security'
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
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
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
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
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_
DEFAULT
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
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_
DEFAULT
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
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_
DEFAULT
jpfi_4454
Member II

Re: Alfresco Share login Probleme über https

Hi,
hast du org.springframework=Debug gesetzt?
org.springframework.extensions=Debug reicht aus.
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:

log4j.appender.File.File=alfresco.log
log4j.logger.org.springframework.extensions=Debug
VG, Jan
langr
Member II

Re: Alfresco Share login Probleme über https

Ich habe jetzt alles herausgefiltert, was mit org.springframework.extensions zu tun hat.

Vielleicht kannst du ja erkennen.

10:48:44,586 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor Repository Template Processor for extension ftl
10:48:44,588 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor Repository Script Processor for extension js
10:50:10,146 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 373 Web Scripts (+0 failed), 614 URLs
10:50:10,147 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 2 Package Description Documents (+0 failed)
10:50:10,147 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 1 Schema Description Documents (+0 failed)
10:50:10,149 INFO  [org.springframework.extensions.webscripts.AbstractRuntimeContainer] Initialised Repository Web Script Container (in 10132.279ms)
10:50:10,158 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
10:50:10,159 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
10:50:16,376 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 264 Web Scripts (+0 failed), 274 URLs
10:50:16,377 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 8 Package Description Documents (+0 failed)
10:50:16,377 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 0 Schema Description Documents (+0 failed)
10:50:16,559 INFO  [org.springframework.extensions.webscripts.AbstractRuntimeContainer] Initialised Spring Surf Container Web Script Container (in 1417.5653ms)
10:50:16,601 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
10:50:16,737 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
10:50:16,989 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
10:50:16,993 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
10:50:17,186 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
10:50:17,190 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
11:00:23,139 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Commencing initialisation
11:00:23,141 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'string-compare': org.springframework.extensions.config.evaluator.StringEvaluator
11:00:23,142 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'object-type': org.springframework.extensions.config.evaluator.ObjectTypeEvaluator
11:00:23,142 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/ml/content-filter-lang.xml
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
l/content-filter-lang.xml
11:00:23,143 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/ml/content-filter-lang.xml
11:00:23,156 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'standard'
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
registered for element 'standard'
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
nfig.ConfigSectionImpl@2f14441e (evaluator=string-compare condition=Standard In Use replace=false)
11:00:23,159 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'ISO_639-1'
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
registered for element 'ISO_639-1'
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
onfig.ConfigSectionImpl@37525aeb (evaluator=string-compare condition=Languages Filter Map replace=false)
11:00:23,162 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'ISO_639-1_EU-Order'
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
registered for element 'ISO_639-1_EU-Order'
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
ensions.config.ConfigSectionImpl@37525aeb (evaluator=string-compare condition=Languages Filter Map replace=false)
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)
to the 'content-filter-lang' area
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
alse) to the 'content-filter-lang' area
11:00:23,164 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/ml/content-filter-lang.xml
11:00:23,164 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Completed initialisation
11:00:23,167 DEBUG [org.springframework.extensions.config.BaseConfigService] Retrieving configuration for 'Standard In Use'
11:00:23,168 DEBUG [org.springframework.extensions.config.BaseConfigService] Created initial config results using global section
11:00:23,168 DEBUG [org.springframework.extensions.config.BaseConfigService] Restricting search within following areas: [content-filter-lang]
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)
matches
11:00:23,168 DEBUG [org.springframework.extensions.config.BaseConfigService] Retrieving configuration for 'Languages Filter Map'
11:00:23,168 DEBUG [org.springframework.extensions.config.BaseConfigService] Created initial config results using global section
11:00:23,168 DEBUG [org.springframework.extensions.config.BaseConfigService] Restricting search within following areas: [content-filter-lang]
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
lse) matches
11:00:23,881 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Commencing initialisation
11:00:23,881 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'string-compare': org.springframework.extensions.config.evaluator.StringEvaluator
11:00:23,881 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'object-type': org.springframework.extensions.config.evaluator.ObjectTypeEvaluator
11:00:23,881 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/mimetype/mimetype-map.xml

…überspringe eine Zeile
11:00:23,882 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/mimetype/mimetype-map-openoffice.xml
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/
alfresco/mimetype/mimetype-map-openoffice.xml
11:00:23,882 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/mimetype/mimetype-map.xml
11:00:23,889 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'mimetypes'
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
registered for element 'mimetypes'
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
onfig.ConfigSectionImpl@1d83bfee (evaluator=string-compare condition=Mimetype Map replace=false)
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
the 'mimetype-map' area
11:00:23,891 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/mimetype/mimetype-map.xml
11:00:23,892 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/mimetype/mimetype-map-openoffice.xml
11:00:23,894 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'mimetypes'
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
registered for element 'mimetypes'
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
onfig.ConfigSectionImpl@1310c2e8 (evaluator=string-compare condition=Mimetype Map replace=false)
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
the 'mimetype-map' area
11:00:23,895 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/mimetype/mimetype-map-openoffice.xml
11:00:23,895 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Completed initialisation
11:00:23,907 DEBUG [org.springframework.extensions.config.BaseConfigService] Retrieving configuration for 'Mimetype Map'
11:00:23,907 DEBUG [org.springframework.extensions.config.BaseConfigService] Created initial config results using global section
11:00:23,907 DEBUG [org.springframework.extensions.config.BaseConfigService] Restricting search within following areas: [mimetype-map]
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
ches
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
ches
11:00:23,907 DEBUG [org.springframework.extensions.config.DefaultLookupAlgorithm] Combined org.springframework.extensions.config.element.GenericConfigElement@775978e7 (name=mimetypes) with org.springframework.exten
sions.config.element.GenericConfigElement@65a0c382 (name=mimetypes) to create org.springframework.extensions.config.element.GenericConfigElement@8fea539 (name=mimetypes)
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
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
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
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
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
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
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
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
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
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
.
.

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
ol-1.4.jar
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
lidator.jar
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-
patched.jar
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.
1.jar
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
-metadata-extractor-2.4.0-beta-1.jar
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
re-2.0.0.jar
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
70716.jar
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.
2.1.jar

…überspringe eine Zeile
.
.
11:00:30,139 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Commencing initialisation
11:00:30,140 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'string-compare': org.springframework.extensions.config.evaluator.StringEvaluator
11:00:30,140 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'object-type': org.springframework.extensions.config.evaluator.ObjectTypeEvaluator
11:00:30,140 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/web-scripts-config.xml
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
cripts-config.xml
11:00:30,140 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/extension/web-api-config-custom.xml
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
11:00:30,141 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/extension/web-scripts-config-custom.xml
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
11:00:30,141 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/web-scripts-config.xml
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'
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.
ConfigSectionImpl@82f9028 (evaluator=string-compare condition=OpenSearch replace=false)
11:00:30,146 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'opensearch': org.alfresco.repo.web.scripts.config.OpenSearchElementReader
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
e sections list
11:00:30,147 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/web-scripts-config.xml
11:00:30,147 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Completed initialisation
11:00:30,158 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor Repository Template Processor for extension ftl
11:00:30,161 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor Repository Script Processor for extension js
11:00:30,267 DEBUG [org.springframework.extensions.config.BaseConfigService] Retrieving configuration for 'OpenSearch'
11:00:30,267 DEBUG [org.springframework.extensions.config.BaseConfigService] Created initial config results using global section
11:00:30,267 DEBUG [org.springframework.extensions.config.DefaultLookupAlgorithm] org.springframework.extensions.config.ConfigSectionImpl@82f9028 (evaluator=string-compare condition=OpenSearch replace=false) matche
s
11:00:38,022 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.search.IndexerComponent
11:00:38,022 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.security.permissions.impl.model.PermissionModel
11:00:38,044 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.security.permissions.impl.PermissionServiceImpl
11:00:38,044 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.security.permissions.dynamic.LockOwnerDynamicAuthority
11:00:38,118 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.springframework.extensions.config.xml.XMLConfigService
11:00:38,118 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.springframework.extensions.config.xml.XMLConfigService
11:00:38,118 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.shutdown.ShutdownBackstop
11:00:38,118 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.domain.schema.SchemaBootstrap
11:00:38,606 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.jgroups.AlfrescoJGroupsChannelFactory
11:00:38,606 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.avm.AvmBootstrap
11:00:38,606 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.dictionary.DictionaryRepositoryBootstrap
11:00:38,606 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.importer.system.SystemInfoBootstrap
.
.
11:00:47,586 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Commencing initialisation
11:00:47,586 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'string-compare': org.springframework.extensions.config.evaluator.StringEvaluator
11:00:47,586 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'object-type': org.springframework.extensions.config.evaluator.ObjectTypeEvaluator
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
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
pps/alfresco/WEB-INF/lib/spring-webscripts-1.0.0.CI-SNAPSHOT.jar!/org/springframework/extensions/webscripts/spring-webscripts-config.xml
11:00:47,587 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:META-INF/spring-webscripts-config-custom.xml
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
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
11:00:47,592 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.springframework.extensions.config.ServerElementReader@7c8b05ad for element named 'server'
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
SectionImpl@61833160 (evaluator=string-compare condition=Server replace=false)
11:00:47,593 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.springframework.extensions.config.RemoteConfigElementReader@6c1ec7a3 for element named 'remote'
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
SectionImpl@743e4500 (evaluator=string-compare condition=Remote replace=false)
11:00:47,597 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'server': org.springframework.extensions.config.ServerElementReader
11:00:47,597 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'remote': org.springframework.extensions.config.RemoteConfigElementReader
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
ections list

…überspringe eine Zeile
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
11:00:47,597 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Completed initialisation
11:00:47,597 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.springframework.extensions.webscripts.SearchPath$ProcessorLifecycle
11:00:59,544 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 373 Web Scripts (+0 failed), 614 URLs
11:00:59,544 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 2 Package Description Documents (+0 failed)
11:00:59,544 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 1 Schema Description Documents (+0 failed)
11:00:59,544 DEBUG [org.springframework.extensions.config.BaseConfigService] Resetting config service
11:00:59,544 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Commencing initialisation
11:00:59,545 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'string-compare': org.springframework.extensions.config.evaluator.StringEvaluator
11:00:59,545 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'object-type': org.springframework.extensions.config.evaluator.ObjectTypeEvaluator
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
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
pps/alfresco/WEB-INF/lib/spring-webscripts-1.0.0.CI-SNAPSHOT.jar!/org/springframework/extensions/webscripts/spring-webscripts-config.xml
11:00:59,545 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:META-INF/spring-webscripts-config-custom.xml
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
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
11:00:59,547 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.springframework.extensions.config.ServerElementReader@48459c1b for element named 'server'
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
SectionImpl@6f9bc97 (evaluator=string-compare condition=Server replace=false)
11:00:59,547 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.springframework.extensions.config.RemoteConfigElementReader@75cc6114 for element named 'remote'
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
SectionImpl@299c9fe7 (evaluator=string-compare condition=Remote replace=false)
11:00:59,548 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'server': org.springframework.extensions.config.ServerElementReader
11:00:59,548 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'remote': org.springframework.extensions.config.RemoteConfigElementReader
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
ctions list
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
ections list
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
11:00:59,548 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Completed initialisation
11:00:59,548 INFO  [org.springframework.extensions.webscripts.AbstractRuntimeContainer] Initialised Repository Web Script Container (in 11587.65ms)
11:00:59,558 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
11:00:59,560 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
11:00:59,560 DEBUG [org.springframework.extensions.config.BaseConfigService] Retrieving configuration for 'Remote'
11:00:59,560 DEBUG [org.springframework.extensions.config.BaseConfigService] Created initial config results using global section
11:00:59,560 DEBUG [org.springframework.extensions.config.DefaultLookupAlgorithm] org.springframework.extensions.config.ConfigSectionImpl@299c9fe7 (evaluator=string-compare condition=Remote replace=false) matches
11:00:59,560 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.config.xml.RepoXMLConfigService
11:00:59,562 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Commencing initialisation
11:00:59,562 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'string-compare': org.springframework.extensions.config.evaluator.StringEvaluator
11:00:59,562 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'object-type': org.springframework.extensions.config.evaluator.ObjectTypeEvaluator
11:00:59,562 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/web-client-config.xml
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
ient-config.xml
11:00:59,562 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/web-client-config-dialogs.xml
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
o/web-client-config-dialogs.xml
11:00:59,563 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/web-client-config-wizards.xml
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
o/web-client-config-wizards.xml
11:00:59,563 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/web-client-config-properties.xml
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
esco/web-client-config-properties.xml
11:00:59,563 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/web-client-config-navigation.xml
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
esco/web-client-config-navigation.xml
11:00:59,563 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/web-client-config-wcm.xml
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
b-client-config-wcm.xml
11:00:59,564 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/web-client-config-actions.xml
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

…überspringe eine Zeile
11:00:59,564 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/web-client-config-forum-actions.xml
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
lfresco/web-client-config-forum-actions.xml
11:00:59,564 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/web-client-config-wcm-actions.xml
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
resco/web-client-config-wcm-actions.xml
11:00:59,565 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/web-client-config-workflow-actions.xml
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
s/alfresco/web-client-config-workflow-actions.xml
11:00:59,565 DEBUG [org.springframework.extensions.config.source.BaseConfigSource] Retrieving input stream for source: classpath:alfresco/extension/web-client-config-custom.xml
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
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
onfig-custom.xml
11:00:59,575 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/web-client-config.xml
11:00:59,601 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'admin'
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
registered for element 'admin'
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
g.ConfigSectionImpl@354a6983 (evaluator=null condition=null replace=false)
11:00:59,601 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ClientElementReader@285532ca for element named 'client'
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
4a6983 (evaluator=null condition=null replace=false)
.
.  
11:00:59,629 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'node-type': org.alfresco.web.config.NodeTypeEvaluator
11:00:59,629 DEBUG [org.springframework.extensions.config.BaseConfigService] Added evaluator 'aspect-name': org.alfresco.web.config.AspectEvaluator
11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'client': org.alfresco.web.config.ClientElementReader
11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'sidebar': org.alfresco.web.config.SidebarElementReader
11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'property-sheet': org.alfresco.web.config.PropertySheetElementReader
11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'languages': org.alfresco.web.config.LanguagesElementReader
11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'navigation': org.alfresco.web.config.NavigationElementReader
11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'views': org.alfresco.web.config.ViewsElementReader
11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'wizards': org.alfresco.web.config.WizardsElementReader
11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'wcm': org.alfresco.web.config.WCMElementReader
11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'server': org.springframework.extensions.config.ServerElementReader
11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'advanced-search': org.alfresco.web.config.AdvancedSearchElementReader
11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'dashboards': org.alfresco.web.config.DashboardsElementReader
11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'command-servlet': org.alfresco.web.config.CommandServletElementReader
11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'actions': org.alfresco.web.config.ActionsElementReader
11:00:59,629 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Added element reader 'dialogs': org.alfresco.web.config.DialogsElementReader
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)
to the global section
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
ections list
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
e sections list
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
ctions list
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
alse) to the sections list
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
o the sections list
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)
to the sections list
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
he sections list
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
sections list
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
o the sections list

…überspringe eine Zeile
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)
to the sections list
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)
to the sections list
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)
to the sections list
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)
to the sections list
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)
to the sections list
11:00:59,630 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/web-client-config.xml
11:00:59,631 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/web-client-config-dialogs.xml
11:00:59,638 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'dialog-container'
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
registered for element 'dialog-container'
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
sions.config.ConfigSectionImpl@1c342c15 (evaluator=null condition=null replace=false)
11:00:59,638 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'plain-dialog-container'
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
registered for element 'plain-dialog-container'
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.
extensions.config.ConfigSectionImpl@1c342c15 (evaluator=null condition=null replace=false)
11:00:59,638 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.DialogsElementReader@6e2a1389 for element named 'dialogs'
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@
1c342c15 (evaluator=null condition=null replace=false)
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@
570eaaee (evaluator=node-type condition=fm:topic replace=false)
.
.
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)
to the global section
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
tions list
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
ions list
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
ions list
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
ons list
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
sections list
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
the sections list
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
lse) to the sections list
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)
to the sections list
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
o the sections list
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
se) to the sections list
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
alse) to the sections list
11:00:59,648 DEBUG [org.springframework.extensions.config.BaseConfigService] Added org.springframework.extensions.config.ConfigSectionImpl@6efa1b74 (evaluator=node-type condition=wcmwf:verifyBrokenLinksTask replace
=false) to the sections list
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
se) to the sections list
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
sections list
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

…überspringe eine Zeile
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
e sections list
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
ions list
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
tions list
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
ions list
11:00:59,648 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/web-client-config-dialogs.xml
11:00:59,648 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/web-client-config-wizards.xml
11:00:59,655 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'wizard-container'
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
egistered for element 'wizard-container'
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
sions.config.ConfigSectionImpl@5830b878 (evaluator=null condition=null replace=false)
11:00:59,655 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader null for element named 'plain-wizard-container'
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
registered for element 'plain-wizard-container'
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
.extensions.config.ConfigSectionImpl@5830b878 (evaluator=null condition=null replace=false)
11:00:59,656 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.WizardsElementReader@1da814d1 for element named 'wizards'
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@
5830b878 (evaluator=null condition=null replace=false)
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)
to the global section
11:00:59,662 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/web-client-config-wizards.xml
11:00:59,662 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/web-client-config-properties.xml
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'
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
gSectionImpl@442933dc (evaluator=node-type condition=content replace=false)
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'
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
gSectionImpl@2368e4dd (evaluator=node-type condition=folder replace=false)
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'
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
gSectionImpl@3effe655 (evaluator=node-type condition=wcm:avmplaincontent replace=false)
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'
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
gSectionImpl@2c6e85a7 (evaluator=node-type condition=wcm:avmlayeredcontent replace=false)
.
.
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
the sections list
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)
to the sections list
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
he sections list
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
e) to the sections list
.
.
11:00:59,698 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.NavigationElementReader@4a5ec877 for element named 'navigation'
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
nImpl@afdd280 (evaluator=node-type condition=fm:topic replace=false)
11:00:59,698 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.NavigationElementReader@4a5ec877 for element named 'navigation'
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
nImpl@53164a3b (evaluator=node-type condition=app:filelink replace=false)
11:00:59,698 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.NavigationElementReader@4a5ec877 for element named 'navigation'
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
nImpl@d0d1859 (evaluator=node-type condition=app:folderlink replace=false)

…überspringe eine Zeile
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
nImpl@2cf590bb (evaluator=node-type condition=wca:webfolder replace=false)
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
tions list
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
ions list
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
ons list
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
sections list
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
sections list
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
sections list
11:00:59,699 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/web-client-config-navigation.xml
11:00:59,699 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/web-client-config-wcm.xml
11:00:59,702 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.WCMElementReader@2df0fc0c for element named 'wcm'
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
(evaluator=null condition=null replace=false)
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)
to the global section
11:00:59,703 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/web-client-config-wcm.xml
11:00:59,703 DEBUG [org.springframework.extensions.config.BaseConfigService] Commencing parse of input stream for source: classpath:alfresco/web-client-config-actions.xml
11:00:59,719 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'
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@
f5a941b (evaluator=null condition=null replace=false)
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)
to the global section
11:00:59,748 DEBUG [org.springframework.extensions.config.BaseConfigService] Completed parse of input stream for source: classpath:alfresco/web-client-config-actions.xml
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
11:00:59,754 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'
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@
3a73a8c (evaluator=null condition=null replace=false)
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)
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
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
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
11:00:59,767 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'
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
be7c8cc (evaluator=null condition=null replace=false)
11:00:59,776 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'
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)
11:00:59,776 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'
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)
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)
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
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
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
e sections list
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
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
11:00:59,782 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'
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@

…überspringe eine Zeile
11:00:59,785 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'
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)
11:00:59,785 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'
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)
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)
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
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
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
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
11:00:59,786 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Completed initialisation
11:00:59,787 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.web.config.ConfigAdminInterpreter
11:00:59,787 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.web.app.servlet.AuthenticationFilter
11:00:59,787 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.springframework.extensions.config.xml.XMLConfigService
11:00:59,787 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.web.scripts.RepositoryTemplateProcessor$ProcessorLifecycle
11:00:59,787 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.springframework.extensions.webscripts.SearchPath$ProcessorLifecycle
11:01:06,587 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 264 Web Scripts (+0 failed), 274 URLs
11:01:06,589 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 8 Package Description Documents (+0 failed)
11:01:06,589 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 0 Schema Description Documents (+0 failed)
11:01:06,744 INFO  [org.springframework.extensions.webscripts.AbstractRuntimeContainer] Initialised Spring Surf Container Web Script Container (in 1981.7302ms)
11:01:06,783 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
11:01:06,865 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
11:01:06,974 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
11:01:06,978 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
11:01:07,174 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
11:01:07,179 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
root@alfi:/opt/alfresco# vim alfresco.extensions

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)
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
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
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
11:00:59,767 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'
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)
11:00:59,776 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'
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)
11:00:59,776 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'
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)
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)
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
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
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
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
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
11:00:59,782 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'
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)
11:00:59,785 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'
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)
11:00:59,785 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Retrieved element reader org.alfresco.web.config.ActionsElementReader@29e85fc7 for element named 'actions'
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)
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)
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
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
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
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
11:00:59,786 DEBUG [org.springframework.extensions.config.xml.XMLConfigService] Completed initialisation
11:00:59,787 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.web.config.ConfigAdminInterpreter
11:00:59,787 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.web.app.servlet.AuthenticationFilter
11:00:59,787 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.springframework.extensions.config.xml.XMLConfigService
11:00:59,787 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.alfresco.repo.web.scripts.RepositoryTemplateProcessor$ProcessorLifecycle
11:00:59,787 DEBUG [org.springframework.extensions.surf.util.AbstractLifecycleBean] Bootstrapping component org.springframework.extensions.webscripts.SearchPath$ProcessorLifecycle
11:01:06,587 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 264 Web Scripts (+0 failed), 274 URLs
11:01:06,589 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 8 Package Description Documents (+0 failed)
11:01:06,589 INFO  [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 0 Schema Description Documents (+0 failed)
11:01:06,744 INFO  [org.springframework.extensions.webscripts.AbstractRuntimeContainer] Initialised Spring Surf Container Web Script Container (in 1981.7302ms)
11:01:06,783 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
11:01:06,865 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
11:01:06,974 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
11:01:06,978 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
11:01:07,174 INFO  [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl
11:01:07,179 INFO  [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js
~                                                                                                                                               
jpfi_4454
Member II

Re: Alfresco Share login Probleme über https

Hi,
- das sind noch immer Logeinträge von /alfresco & /share
- kann das sein, dass dies lediglich die Logs vom server start sind? Interessanter sind die, die bei einem Zugriff auf /share ausgelöst werden.
VG,Jan
langr
Member II

Re: Alfresco Share login Probleme über https

Hallo Jan,

du hast recht.

Leider erscheinen aber keine weiteren Meldungen, wenn ich versuche, mich anzumelden. Ich habe den log-file mit tail -f alfresco.log offen, es passiert aber nichts. Hatte ja auch gehofft, dass man etwas sehen würde.

Ich werde am Montag einen neuen Versuch starten.

Grüße
langr
Member II

Re: Alfresco Share login Probleme über https

Hallo Jan,

den Fehler habe ich  inzwischen gefunden.
Es liegt an meinem Eintrag in der Datei web.xml des Tomcat. Ich wollte erzwingen, dass http Anfragen immer auf https umgelenkt werden und dies auch für den Benutzer sichtbar wird. (Statt  der Anzeige http://...:8080 soll https://...8443 stehen.) Nur allein mit dem redirect in der Datei server.xml funktioniert das nicht.

Wenn ich die folgenden Zeilen entferne, kann ich mich auch unter https://alfi...:8443/share einloggen.
<security-constraint>
      <web-resource-collection>
         <web-resource-name>Secure Apps</web-resource-name>
         <url-pattern>/*</url-pattern>
      </web-resource-collection>
      <user-data-constraint>
         <transport-guarantee>CONFIDENTIAL</transport-guarantee>
      </user-data-constraint>
   </security-constraint>

Ich weiß aber immer noch nicht, warum es dann bei https://alfi...:8443/alfresco trotzdem funktioniert hatte

Grüße