<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Invitation sites des utilisateurs externes (4.0.c) in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/invitation-sites-des-utilisateurs-externes-4-0-c/m-p/198921#M152051</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Bonjour à tous,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cela fait plusieurs jours que je teste une migration de la 3.3 vers la 4.0, après avoir lutter un peu j'ai reussi a migrer les données et activer toutes les fonctions que je souhaitais (Synchro et auth via ldap,sharepoint, gdoc, CIFS via ntlm)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Notre alfresco est déployé sur une debian en utilisant l'installateur fournit sur &lt;/SPAN&gt;&lt;A href="http://dev.alfresco.com/downloads/nightly/dist/alfresco-community-4.0.c-installer-linux-x64.bin" rel="nofollow noopener noreferrer"&gt;http://dev.alfresco.com/downloads/nightly/dist/alfresco-community-4.0.c-installer-linux-x64.bin&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;J'utilise la nightly 4.0.c car sur la 4.0.b les sites crée via sharepoint sont corrompus (il manque un '}' dans la configuration du tableau de bord) ce qui a été corrigé en 4.0.c.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mon soucis concerne l'invitation des utilisateurs externes, j'ai deux problemes distincts : &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;1 - Probleme d'url&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Lorsque j'invite un nouvel utilisateur depuis Share (avec le formulaire nom-prenom-email), le mail est bien envoyé mais les urls sont erronées : &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://*****:8081/sharepage/accept-invite?inviteId=activiti$1494&amp;amp;inviteeUserName=test_u&amp;amp;siteShortName=testbeta&amp;amp;inviteTicket=9c2673b7-c730-4f0d-a669-29bb99c91faf" rel="nofollow noopener noreferrer"&gt;http://*****:8081/sharepage/accept-invite?inviteId=activiti$1494&amp;amp;inviteeUserName=test_u&amp;amp;siteShortName=testbeta&amp;amp;inviteTicket=9c2673b7-c730-4f0d-a669-29bb99c91faf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://*****:8081/sharepage/reject-invite?inviteId=activiti$1494&amp;amp;inviteeUserName=test_u&amp;amp;siteShortName=testbeta&amp;amp;inviteTicket=9c2673b7-c730-4f0d-a669-29bb99c91faf" rel="nofollow noopener noreferrer"&gt;http://*****:8081/sharepage/reject-invite?inviteId=activiti$1494&amp;amp;inviteeUserName=test_u&amp;amp;siteShortName=testbeta&amp;amp;inviteTicket=9c2673b7-c730-4f0d-a669-29bb99c91faf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Il manque un "/" entre "share" et "page".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Lorsque j'invite un utilisateur existant dans le LDAP (donc en utilisant la recherche), les urls sont correctes, c'est la ou je ne comprend pas d'ou peut venir le problème.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;2 - Les utilisateurs externes ne peuvent pas se logger.&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Si j'utilise l'url d'acceptation en la corrigeant, la tache se deroule et l'utilisateur externe apparait bien dans les membres du Site. Mais il est impossible de se logger en utilisant les identifiants fournit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dans le navigateur de noeuds je vois que cet utilisateur a toujours&amp;nbsp; l'attribut "usr:enabled = false", ce qui ne devrait plus être le cas une fois qu'il a accepter l'invitation d'apres ce que j'ai compris du code la la class InviteHelper.java :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt; public void acceptNominatedInvitation(Map&amp;lt;String, Object&amp;gt; executionVariables){&lt;BR /&gt;…&lt;BR /&gt;&amp;nbsp; if (false==authenticationService.getAuthenticationEnabled(invitee))&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; authenticationService.setAuthenticationEnabled(invitee, true);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;…&lt;BR /&gt;}&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Voici ma configuration : &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;alfresco-global.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;BR /&gt;###############################&lt;BR /&gt;## Common Alfresco Properties #&lt;BR /&gt;###############################&lt;BR /&gt;&lt;BR /&gt;dir.root=/opt/alfresco/alf_data&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;alfresco.context=alfresco&lt;BR /&gt;alfresco.host=*****&lt;BR /&gt;alfresco.port=8081&lt;BR /&gt;alfresco.protocol=http&lt;BR /&gt;&lt;BR /&gt;share.context=share&lt;BR /&gt;share.host=*****&lt;BR /&gt;share.port=8081&lt;BR /&gt;share.protocol=http&lt;BR /&gt;&lt;BR /&gt;### database connection properties ###&lt;BR /&gt;db.driver=org.gjt.mm.mysql.Driver&lt;BR /&gt;db.username=*****&lt;BR /&gt;db.password=*****&lt;BR /&gt;db.name=alfresco&lt;BR /&gt;db.url=jdbc:mysql://*****:3306/alfresco&lt;BR /&gt;&lt;BR /&gt;### Authentication&lt;BR /&gt;authentication.chain=alfrescoNtlm1:alfrescoNtlm,ldap-klb:ldap&lt;BR /&gt;&lt;BR /&gt;### Migration &lt;BR /&gt;&lt;BR /&gt;#db.schema.update=true&lt;BR /&gt;#index.recovery.mode=FULL&lt;BR /&gt;&lt;BR /&gt;### FTP Server Configuration ###&lt;BR /&gt;ftp.enabled=true&lt;BR /&gt;ftp.port=21&lt;BR /&gt;ftp.ipv6.enabled=false&lt;BR /&gt;&lt;BR /&gt;### RMI service ports ###&lt;BR /&gt;alfresco.rmi.services.port=50500&lt;BR /&gt;avm.rmi.service.port=0&lt;BR /&gt;avmsync.rmi.service.port=0&lt;BR /&gt;attribute.rmi.service.port=0&lt;BR /&gt;authentication.rmi.service.port=0&lt;BR /&gt;repo.rmi.service.port=0&lt;BR /&gt;action.rmi.service.port=0&lt;BR /&gt;deployment.rmi.service.port=0&lt;BR /&gt;&lt;BR /&gt;### External executable locations ###&lt;BR /&gt;ooo.exe=/opt/alfresco/openoffice/program/soffice.bin&lt;BR /&gt;ooo.enabled=true&lt;BR /&gt;ooo.port=8100&lt;BR /&gt;ooo.port=8100&lt;BR /&gt;img.root=/opt/alfresco/common&lt;BR /&gt;img.dyn=${img.root}/lib&lt;BR /&gt;img.exe=${img.root}/bin/convert&lt;BR /&gt;swf.exe=/opt/alfresco/common/bin/pdf2swf&lt;BR /&gt;jodconverter.enabled=false &lt;BR /&gt;jodconverter.officeHome=/opt/alfresco/openoffice &lt;BR /&gt;jodconverter.portNumbers=8100 &lt;BR /&gt;&lt;BR /&gt;### Initial admin password ###&lt;BR /&gt;alfresco_user_store.adminpassword=********************&lt;BR /&gt;&lt;BR /&gt;### E-mail site invitation setting ###&lt;BR /&gt;notification.email.siteinvite=true&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;### File Protocol Root ###&lt;BR /&gt;protocols.rootPath=/${spaces.company_home.childname}/${spaces.sites.childname}&lt;BR /&gt;&lt;BR /&gt;### License location ###&lt;BR /&gt;dir.license.external=/opt/alfresco&lt;BR /&gt;&lt;BR /&gt;### Solr indexing ###&lt;BR /&gt;#index.subsystem.name=lucene&lt;BR /&gt;index.subsystem.name=lucene&lt;BR /&gt;#dir.keystore=${dir.root}/keystore&lt;BR /&gt;solr.port.ssl=8443&lt;BR /&gt;&lt;BR /&gt;### BPM Engine ###&lt;BR /&gt;system.workflow.engine.jbpm.enabled=false&lt;BR /&gt;&lt;BR /&gt;### Sharepoint&lt;BR /&gt;&lt;BR /&gt;vti.server.port=7070&lt;BR /&gt;vti.server.external.host=*****&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Je ne trouve aucune information (jira, forum) concernant un problème similaire ce qui fait que je ne sais pas si c'est un bug ou un problème de configuration de ma part. Cela fait plusieurs jours que je suis sur ce soucis qui est bloquant pour notre utilisation d'alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[EDIT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;J'ajout ici les logs de démarrage qui semble presquent parfait (ce qui fait plaisir comparé a ce que nous avions en 3.3g)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;16:38:33,660 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'sysAdmin' subsystem, ID: [sysAdmin, default]&lt;BR /&gt;16:38:33,768 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'sysAdmin' subsystem, ID: [sysAdmin, default] complete&lt;BR /&gt;16:38:47,637 WARN&amp;nbsp; [org.alfresco.util.AbstractTriggerBean] Job ehCacheTracerJob is not active/enabled&lt;BR /&gt;16:38:53,938 INFO&amp;nbsp; [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor Repository Template Processor for extension ftl&lt;BR /&gt;16:38:53,940 INFO&amp;nbsp; [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor Repository Script Processor for extension js&lt;BR /&gt;16:39:05,327 INFO&amp;nbsp; [org.alfresco.repo.domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.&lt;BR /&gt;16:39:08,140 INFO&amp;nbsp; [org.alfresco.repo.domain.schema.SchemaBootstrap] No changes were made to the schema.&lt;BR /&gt;16:39:08,601 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Search' subsystem, ID: [Search, managed, lucene]&lt;BR /&gt;16:39:08,992 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Search' subsystem, ID: [Search, managed, lucene] complete&lt;BR /&gt;16:39:10,092 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'thirdparty' subsystem, ID: [thirdparty, default]&lt;BR /&gt;16:39:11,155 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'thirdparty' subsystem, ID: [thirdparty, default] complete&lt;BR /&gt;16:39:11,156 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'OOoDirect' subsystem, ID: [OOoDirect, default]&lt;BR /&gt;16:39:13,530 WARN&amp;nbsp; [org.alfresco.util.OpenOfficeConnectionTester] An initial OpenOffice connection could not be established.&lt;BR /&gt;16:39:13,539 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'OOoDirect' subsystem, ID: [OOoDirect, default] complete&lt;BR /&gt;16:39:16,616 INFO&amp;nbsp; [org.alfresco.repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: /opt/alfresco/alf_data&lt;BR /&gt;16:39:16,746 INFO&amp;nbsp; [org.alfresco.repo.admin.patch.PatchExecuter] Checking for patches to apply …&lt;BR /&gt;16:39:18,662 INFO&amp;nbsp; [org.alfresco.repo.admin.patch.PatchExecuter] No patches were required.&lt;BR /&gt;16:39:18,687 INFO&amp;nbsp; [org.alfresco.repo.module.ModuleServiceImpl] Found 1 module(s).&lt;BR /&gt;16:39:18,780 INFO&amp;nbsp; [org.alfresco.repo.module.ModuleServiceImpl] Starting module 'org.alfresco.module.vti' version 1.2.&lt;BR /&gt;16:39:18,789 DEBUG [org.alfresco.repo.module.ModuleComponentHelper] Started module 'ModuleDetails[{module.version=1.2, module.description=Alfresco Vti Extension, module.id=org.alfresco.module.vti, module.repo.version.max=999, module.title=Vti, module.repo.version.min=0, module.installState=INSTALLED, module.installDate=2011-12-12T12:45:44.284+01:00}]' including 0components.&lt;BR /&gt;16:39:18,797 DEBUG [org.alfresco.repo.module.ModuleComponentHelper] Installed module found in distribution: org.alfresco.module.vti&lt;BR /&gt;16:39:18,800 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'fileServers' subsystem, ID: [fileServers, default]&lt;BR /&gt;16:39:19,603 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1]&lt;BR /&gt;16:39:19,835 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Authentication' subsystem, ID: [Authentication, managed, alfrescoNtlm1] complete&lt;BR /&gt;16:39:19,835 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Authentication' subsystem, ID: [Authentication, managed, ldap-klb]&lt;BR /&gt;16:39:20,074 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Authentication' subsystem, ID: [Authentication, managed, ldap-klb] complete&lt;BR /&gt;16:39:21,455 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'fileServers' subsystem, ID: [fileServers, default] complete&lt;BR /&gt;16:39:21,456 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'imap' subsystem, ID: [imap, default]&lt;BR /&gt;16:39:21,611 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'imap' subsystem, ID: [imap, default] complete&lt;BR /&gt;16:39:21,611 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'email' subsystem, ID: [email, outbound]&lt;BR /&gt;16:39:21,903 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'email' subsystem, ID: [email, outbound] complete&lt;BR /&gt;16:39:21,903 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'email' subsystem, ID: [email, inbound]&lt;BR /&gt;16:39:22,002 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'email' subsystem, ID: [email, inbound] complete&lt;BR /&gt;16:39:22,002 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'googledocs' subsystem, ID: [googledocs, default]&lt;BR /&gt;16:39:22,096 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'googledocs' subsystem, ID: [googledocs, default] complete&lt;BR /&gt;16:39:22,096 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Subscriptions' subsystem, ID: [Subscriptions, default]&lt;BR /&gt;16:39:22,150 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Subscriptions' subsystem, ID: [Subscriptions, default] complete&lt;BR /&gt;16:39:22,187 INFO&amp;nbsp; [org.alfresco.repo.usage.UserUsageTrackingComponent] Disabled - clear non-missing user usages …&lt;BR /&gt;16:39:22,284 INFO&amp;nbsp; [org.alfresco.repo.usage.UserUsageTrackingComponent] Found 0 users to clear&lt;BR /&gt;16:39:22,284 INFO&amp;nbsp; [org.alfresco.repo.usage.UserUsageTrackingComponent] … cleared non-missing usages for 0 users&lt;BR /&gt;16:39:22,284 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Synchronization' subsystem, ID: [Synchronization, default]&lt;BR /&gt;16:39:22,350 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] Synchronizing users and groups with user registry 'ldap-klb'&lt;BR /&gt;16:39:22,382 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] Retrieving groups changed since 9 déc. 2011 18:28:20 from user registry 'ldap-klb'&lt;BR /&gt;16:39:26,431 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] ldap-klb Group Analysis: Commencing batch of 48 entries&lt;BR /&gt;16:39:27,666 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] ldap-klb Group Analysis: Processed 48 entries out of 48. 100 % complete. Rate: 38 per second. 0 failures detected.&lt;BR /&gt;16:39:27,666 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] ldap-klb Group Analysis: Completed batch of 48 entries&lt;BR /&gt;16:39:28,246 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] Retrieving users changed since 13 déc. 2011 11:27:40 from user registry 'ldap-klb'&lt;BR /&gt;16:39:28,466 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] ldap-klb User Creation and Association: Commencing batch of 0 entries&lt;BR /&gt;16:39:28,466 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] ldap-klb User Creation and Association: Completed batch of 0 entries&lt;BR /&gt;16:39:28,511 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] Finished synchronizing users and groups with user registry 'ldap-klb'&lt;BR /&gt;16:39:28,512 INFO&amp;nbsp; [org.alfresco.repo.security.sync.ChainingUserRegistrySynchronizer] 0 user(s) and 48 group(s) processed&lt;BR /&gt;16:39:28,529 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Synchronization' subsystem, ID: [Synchronization, default] complete&lt;BR /&gt;16:39:31,632 INFO&amp;nbsp; [org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - v1.6.0_22-b04; maximum heap size 989,875MB&lt;BR /&gt;16:39:31,655 INFO&amp;nbsp; [org.alfresco.service.descriptor.DescriptorService] Alfresco started (Community). Current version: 4.0.0 (c 3945) schema 5&amp;nbsp;023. Originally installed version: 3.3.0 (g 2860) schema 4&amp;nbsp;100.&lt;BR /&gt;16:39:31,658 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'ActivitiesFeed' subsystem, ID: [ActivitiesFeed, default]&lt;BR /&gt;16:39:31,817 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'ActivitiesFeed' subsystem, ID: [ActivitiesFeed, default] complete&lt;BR /&gt;16:39:31,817 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Starting 'Replication' subsystem, ID: [Replication, default]&lt;BR /&gt;16:39:31,884 INFO&amp;nbsp; [org.alfresco.repo.management.subsystems.ChildApplicationContextFactory] Startup of 'Replication' subsystem, ID: [Replication, default] complete&lt;BR /&gt;16:39:36,090 INFO&amp;nbsp; [org.alfresco.module.vti.VtiServer] Vti server started successfully on port: 7070&lt;BR /&gt;16:39:36,091 INFO&amp;nbsp; [org.alfresco.module.vti.VtiServer] Vti server SessionIdManagerWorkerName: jetty1&lt;BR /&gt;16:39:59,303 WARN&amp;nbsp; [org.springframework.extensions.webscripts.DeclarativeRegistry] Unable to register script classpath:webscripts/org/springframework/extensions/cmis/content.get.desc.xml due to error: 11130000 Web Script document org/springframework/extensions/cmis/content.get.desc.xml is attempting to define the url '/cmis/content:GET' already defined by org/alfresco/cmis/client/content.get.desc.xml&lt;BR /&gt;16:39:59,310 INFO&amp;nbsp; [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 469 Web Scripts (+1 failed), 736 URLs&lt;BR /&gt;16:39:59,310 INFO&amp;nbsp; [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 2 Package Description Documents (+0 failed)&lt;BR /&gt;16:39:59,310 INFO&amp;nbsp; [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 1 Schema Description Documents (+0 failed)&lt;BR /&gt;16:39:59,313 INFO&amp;nbsp; [org.springframework.extensions.webscripts.AbstractRuntimeContainer] Initialised Repository Web Script Container (in 23162.797ms)&lt;BR /&gt;16:39:59,347 INFO&amp;nbsp; [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl&lt;BR /&gt;16:39:59,355 INFO&amp;nbsp; [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js&lt;BR /&gt;16:40:01,102 INFO&amp;nbsp; [org.alfresco.util.OpenOfficeConnectionTester] The OpenOffice connection was re-established.&lt;BR /&gt;16:40:43,934 INFO&amp;nbsp; [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl&lt;BR /&gt;16:40:44,276 INFO&amp;nbsp; [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js&lt;BR /&gt;16:40:44,276 INFO&amp;nbsp; [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl&lt;BR /&gt;16:40:44,290 INFO&amp;nbsp; [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js&lt;BR /&gt;16:40:52,563 INFO&amp;nbsp; [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 315 Web Scripts (+0 failed), 325 URLs&lt;BR /&gt;16:40:52,563 INFO&amp;nbsp; [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 8 Package Description Documents (+0 failed)&lt;BR /&gt;16:40:52,563 INFO&amp;nbsp; [org.springframework.extensions.webscripts.DeclarativeRegistry] Registered 0 Schema Description Documents (+0 failed)&lt;BR /&gt;16:40:53,273 INFO&amp;nbsp; [org.springframework.extensions.webscripts.AbstractRuntimeContainer] Initialised Spring Surf Container Web Script Container (in 8958.1ms)&lt;BR /&gt;16:40:53,298 INFO&amp;nbsp; [org.springframework.extensions.webscripts.TemplateProcessorRegistry] Registered template processor freemarker for extension ftl&lt;BR /&gt;16:40:53,302 INFO&amp;nbsp; [org.springframework.extensions.webscripts.ScriptProcessorRegistry] Registered script processor javascript for extension js&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Avez vous des pistes sur l'origine du problème ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Dec 2011 13:21:11 GMT</pubDate>
    <dc:creator>jvanluyten</dc:creator>
    <dc:date>2011-12-13T13:21:11Z</dc:date>
    <item>
      <title>Invitation sites des utilisateurs externes (4.0.c)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/invitation-sites-des-utilisateurs-externes-4-0-c/m-p/198921#M152051</link>
      <description>Bonjour à tous,Cela fait plusieurs jours que je teste une migration de la 3.3 vers la 4.0, après avoir lutter un peu j'ai reussi a migrer les données et activer toutes les fonctions que je souhaitais (Synchro et auth via ldap,sharepoint, gdoc, CIFS via ntlm)Notre alfresco est déployé sur une debian</description>
      <pubDate>Tue, 13 Dec 2011 13:21:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/invitation-sites-des-utilisateurs-externes-4-0-c/m-p/198921#M152051</guid>
      <dc:creator>jvanluyten</dc:creator>
      <dc:date>2011-12-13T13:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Invitation sites des utilisateurs externes (4.0.c)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/invitation-sites-des-utilisateurs-externes-4-0-c/m-p/198922#M152052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Le probleme concernant l'URL à été résolu (verifié en 4.0.c):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ALF-12036" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ALF-12036&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2012 14:30:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/invitation-sites-des-utilisateurs-externes-4-0-c/m-p/198922#M152052</guid>
      <dc:creator>jvanluyten</dc:creator>
      <dc:date>2012-01-02T14:30:48Z</dc:date>
    </item>
  </channel>
</rss>

