<?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 HELP!? LDAP Synchronization Issues - timestamp in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/help-ldap-synchronization-issues-timestamp/m-p/267235#M220365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm getting the following errors when attempting to start and synchronize alfresco with my 2008 Active Directory controller - Failed to parse Timestamp&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;catalina.out : &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;16:43:23,694 User:System INFO&amp;nbsp; [management.subsystems.ChildApplicationContextFactory] Startup of 'Authentication' subsystem, ID: [Authentication, managed, ldap1] complete&lt;BR /&gt;16:43:23,704 User:System INFO&amp;nbsp; [security.sync.ChainingUserRegistrySynchronizer] Synchronizing users and groups with user registry 'ldap1'&lt;BR /&gt;16:43:23,717 User:System INFO&amp;nbsp; [security.sync.ChainingUserRegistrySynchronizer] Retrieving all groups from user registry 'ldap1'&lt;BR /&gt;16:43:23,756 User:System ERROR [security.sync.ChainingUserRegistrySynchronizer] Synchronization aborted due to error&lt;BR /&gt;org.alfresco.error.AlfrescoRuntimeException: 02020000 Failed to parse timestamp.&lt;BR /&gt;&lt;BR /&gt;Caused by: java.text.ParseException: Unparseable date: "20100506214148.0Z"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at java.text.DateFormat.parse(DateFormat.java:337)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.security.sync.ldap.LDAPUserRegistry.mapToNode(LDAPUserRegistry.java:977)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;… 50 more&lt;BR /&gt;16:43:23,812 User:System WARN&amp;nbsp; [security.sync.ChainingUserRegistrySynchronizer] Failed initial synchronize with user registries&lt;BR /&gt;org.alfresco.error.AlfrescoRuntimeException: 02020000 Failed to parse timestamp.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's my config with the obvious removed:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;BR /&gt;authentication.chain=passthru1:passthru,ldap1:ldap&lt;BR /&gt;&lt;BR /&gt;passthru.authentication.sso.enabled=false&lt;BR /&gt;passthru.authentication.allowGuestLogin=false&lt;BR /&gt;passthru.authentication.authenticateCIFS=false&lt;BR /&gt;passthru.authentication.authenticateFTP=false&lt;BR /&gt;passthru.authentication.servers=10.1.2.226&lt;BR /&gt;passthru.authentication.domain=myawesomedomain.local&lt;BR /&gt;passthru.authentication.useLocalServer=false&lt;BR /&gt;passthru.authentication.defaultAdministratorUserNames=linustorvalds&lt;BR /&gt;passthru.authentication.connectTimeout=5000&lt;BR /&gt;passthru.authentication.offlineCheckInterval=300&lt;BR /&gt;passthru.authentication.protocolOrder=TCPIP,NETBIOS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ldap.authentication.active=false&lt;BR /&gt;ldap.authentication.java.naming.security.authentication=simple&lt;BR /&gt;ldap.authentication.userNameFormat=%s&lt;BR /&gt;ldap.authentication.allowGuestLogin=false&lt;BR /&gt;ldap.authentication.java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory&lt;BR /&gt;ldap.authentication.java.naming.provider.url=ldap://10.1.2.226:389&lt;BR /&gt;ldap.authentication.escapeCommasInBind=false&lt;BR /&gt;ldap.authentication.escapeCommasInUid=false&lt;BR /&gt;ldap.synchronization.active=true&lt;BR /&gt;ldap.synchronization.java.naming.security.principal=linus@torvalds&lt;BR /&gt;ldap.synchronization.java.naming.security.credentials=ShhhhImnottelling! &lt;BR /&gt;ldap.synchronization.queryBatchSize=1000&lt;BR /&gt;ldap.synchronization.groupDifferentialQuery=(&amp;amp;(objectclass=nogroup)(!(modifyTimestamp&amp;lt;\={0})))&lt;BR /&gt;ldap.synchronization.personQuery=(&amp;amp;(objectclass=user)(userAccountControl\:1.2.840.113556.1.4.803\:\=512))&lt;BR /&gt;ldap.synchronization.personDifferentialQuery=(&amp;amp; (objectclass=user)(!(modifyTimestamp&amp;lt;\={0})))&lt;BR /&gt;ldap.synchronization.groupQuery=(objectclass\=group)&lt;BR /&gt;ldap.synchronization.groupSearchBase=cn\=users,dc\=domain,dc\=local&lt;BR /&gt;ldap.synchronization.userSearchBase=cn\=users,dc\=domain,dc\=local&lt;BR /&gt;ldap.synchronization.modifyTimestampAttributeName=modifyTimestamp&lt;BR /&gt;ldap.synchronization.timestampFormat=yyyyMMddHHmmss’.0Z’&lt;BR /&gt;ldap.synchronization.userIdAttributeName=sAMAccountName&lt;BR /&gt;ldap.synchronization.userFirstNameAttributeName=givenName&lt;BR /&gt;ldap.synchronization.userLastNameAttributeName=sn&lt;BR /&gt;ldap.synchronization.userEmailAttributeName=mail&lt;BR /&gt;ldap.synchronization.userOrganizationalIdAttributeName=msExchALObjectVersion&lt;BR /&gt;ldap.synchronization.defaultHomeFolderProvider=userHomesHomeFolderProvider&lt;BR /&gt;ldap.synchronization.groupIdAttributeName=cn&lt;BR /&gt;ldap.synchronization.groupType=Nogroup&lt;BR /&gt;ldap.synchronization.personType=user&lt;BR /&gt;ldap.synchronization.groupMemberAttributeName=member&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;cifs.enabled=false&lt;BR /&gt;&lt;BR /&gt;synchronization.synchronizeChangesOnly=true&lt;BR /&gt;synchronization.import.cron=0 0/10 * ? * *&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/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;BR /&gt;&lt;SPAN&gt;Anyone have any ideas or suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Mar 2011 22:07:39 GMT</pubDate>
    <dc:creator>soop</dc:creator>
    <dc:date>2011-03-02T22:07:39Z</dc:date>
    <item>
      <title>HELP!? LDAP Synchronization Issues - timestamp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-ldap-synchronization-issues-timestamp/m-p/267235#M220365</link>
      <description>Hi,I'm getting the following errors when attempting to start and synchronize alfresco with my 2008 Active Directory controller - Failed to parse Timestampcatalina.out : 16:43:23,694 User&lt;IMG id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;ystem INFO&amp;nbsp; [management.subsystems.ChildApplicationContextFactory] Startup of 'Authentication' subsystem, ID: [A</description>
      <pubDate>Wed, 02 Mar 2011 22:07:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-ldap-synchronization-issues-timestamp/m-p/267235#M220365</guid>
      <dc:creator>soop</dc:creator>
      <dc:date>2011-03-02T22:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: HELP!? LDAP Synchronization Issues - timestamp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-ldap-synchronization-issues-timestamp/m-p/267236#M220366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anything? Anyone? Bueller? … Bueller?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2011 14:09:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-ldap-synchronization-issues-timestamp/m-p/267236#M220366</guid>
      <dc:creator>soop</dc:creator>
      <dc:date>2011-03-03T14:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: HELP!? LDAP Synchronization Issues - timestamp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-ldap-synchronization-issues-timestamp/m-p/267237#M220367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;nothing?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2011 16:36:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-ldap-synchronization-issues-timestamp/m-p/267237#M220367</guid>
      <dc:creator>cjimenez2581</dc:creator>
      <dc:date>2011-09-26T16:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: HELP!? LDAP Synchronization Issues - timestamp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-ldap-synchronization-issues-timestamp/m-p/267238#M220368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried changing the time date format to :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.timestampFormat=yyyyMMddHHmmss'Z'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is suppose to be openldap time stamp format.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2011 19:30:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-ldap-synchronization-issues-timestamp/m-p/267238#M220368</guid>
      <dc:creator>pchoe</dc:creator>
      <dc:date>2011-09-28T19:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: HELP!? LDAP Synchronization Issues - timestamp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-ldap-synchronization-issues-timestamp/m-p/267239#M220369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The OP is old, but I'm posting a likely solution for posterity.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You have:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ldap.synchronization.timestampFormat=yyyyMMddHHmmss’.0Z’&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note the quotes there.&amp;nbsp; They're not single quotes, they're something else.&amp;nbsp; If you don't have actual single quotes in the format then that's the problem. replace with single quotes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OTOH, if you actually do have real single quotes there, ignore this reply.&amp;nbsp; I got confused by the forums converting your single quotes into backquotes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 20:22:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-ldap-synchronization-issues-timestamp/m-p/267239#M220369</guid>
      <dc:creator>bopolissimus</dc:creator>
      <dc:date>2012-11-28T20:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: HELP!? LDAP Synchronization Issues - timestamp</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-ldap-synchronization-issues-timestamp/m-p/267240#M220370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Mr.&amp;nbsp;&lt;A _jive_internal="true" data-userid="78736" data-username="bopolissimus" href="https://community.alfresco.com/people/bopolissimus" rel="nofollow noopener noreferrer"&gt;bopolissimus&lt;/A&gt;, i haved the same problem, and your reply was solved it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 17:40:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-ldap-synchronization-issues-timestamp/m-p/267240#M220370</guid>
      <dc:creator>zakaria366</dc:creator>
      <dc:date>2017-01-06T17:40:23Z</dc:date>
    </item>
  </channel>
</rss>

