<?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 Re: Desktop Sync error in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/desktop-sync-error/m-p/117145#M32428</link>
    <description>&lt;P&gt;J.Carlos, I would suggest engaging our support team through our portal (support.alfresco.com) where we'll be able to assist you further.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Sep 2020 10:33:35 GMT</pubDate>
    <dc:creator>astrachan</dc:creator>
    <dc:date>2020-09-14T10:33:35Z</dc:date>
    <item>
      <title>Desktop Sync error</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/desktop-sync-error/m-p/117144#M32427</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are tryng to install desktop sync, but show the following error:&lt;/P&gt;&lt;P&gt;"ERROR [2020-09-14 08:05:13.739] [main] org.alfresco.service.subscription.impl.config.ConfigurationImpl - Exception getting sync service configuration from repository&lt;BR /&gt;javax.net.ssl.SSLPeerUnverifiedException: Certificate for &amp;lt;172.31.184.24&amp;gt; doesn't match any of the subject alternative names: [*.ceca.es, ceca.es]"&lt;/P&gt;&lt;P&gt;We have a test enviroment whit https, this is our config.yml sync file:&lt;/P&gt;&lt;P&gt;springContextFileLocation: sync-spring.xml&lt;BR /&gt;version: 2.2.3 (19)&lt;/P&gt;&lt;P&gt;# ActiveMQ config&lt;BR /&gt;messaging:&lt;BR /&gt;username:&lt;BR /&gt;password:&lt;BR /&gt;dataFormat: defaultDataFormatDef&lt;BR /&gt;txnManager: syncRequiredTxn&lt;BR /&gt;nodeEvents:&lt;BR /&gt;numThreads: 1&lt;BR /&gt;events:&lt;BR /&gt;repo:&lt;BR /&gt;node:&lt;BR /&gt;peakChangesWindowSize: 1000&lt;BR /&gt;numConsumers: 5&lt;BR /&gt;maxConsumers: 10&lt;BR /&gt;threadAffinityTracking: WarnOnMismatch&lt;BR /&gt;prefetchSize: 1000&lt;BR /&gt;redelivery:&lt;BR /&gt;numRetries: 5&lt;BR /&gt;backOffMultiplier: 2.0&lt;BR /&gt;deadletterUri: jms:queue:dead.alfresco.repo.events.nodes&lt;BR /&gt;endpoint:&lt;BR /&gt;name: Consumer.[syncServiceId].VirtualTopic.alfresco.repo.events.nodes&lt;BR /&gt;uriName: ${messaging.events.repo.node.endpoint.name}&lt;BR /&gt;type: Queue&lt;BR /&gt;uri: syncActivemq:${messaging.events.repo.node.endpoint.uriName}&lt;BR /&gt;bean: org.apache.activemq:type=Broker,brokerName=localhost,destinationType=${messaging.events.repo.node.endpoint.type},destinationName=${messaging.events.repo.node.endpoint.name}&lt;BR /&gt;broker:&lt;BR /&gt;host: localhost&lt;BR /&gt;port: 61616&lt;BR /&gt;url: failover&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;tcp://${messaging.broker.host}:${messaging.broker.port}?wireFormat.maxInactivityDurationInitalDelay=30000)?timeout=3000&amp;amp;jms.useCompression=true&amp;amp;startupMaxReconnectAttempts=0&amp;amp;jms.redeliveryPolicy.maximumRedeliveries=${messaging.events.repo.node.maxConsumers}&lt;BR /&gt;pool:&lt;BR /&gt;maxConnections: 5&lt;BR /&gt;maxActiveSessionsPerConnection: 101&lt;BR /&gt;activeMQMetrics:&lt;BR /&gt;initialDelay: 10&lt;BR /&gt;period: 10&lt;/P&gt;&lt;P&gt;# SQL persistence config&lt;BR /&gt;sql:&lt;BR /&gt;#&lt;BR /&gt;# Manually control how the system handles maximum string lengths.&lt;BR /&gt;# Any zero or negative value is ignored.&lt;BR /&gt;# Only change this after consulting support or reading the appropriate Javadocs for&lt;BR /&gt;# org.alfresco.repo.domain.schema.SchemaBootstrap for V2.1.2&lt;BR /&gt;maximumStringLength: -1&lt;BR /&gt;#&lt;BR /&gt;# Limit hibernate session size by trying to amalgamate events for the L2 session invalidation&lt;BR /&gt;# - hibernate works as is up to this size&lt;BR /&gt;# - after the limit is hit events that can be grouped invalidate the L2 cache by type and not instance&lt;BR /&gt;# events may not group if there are post action listener registered (this is not the case with the default distribution)&lt;BR /&gt;hibernateMaxExecutions: 20000&lt;BR /&gt;db:&lt;BR /&gt;schema:&lt;BR /&gt;name: null&lt;BR /&gt;update:&lt;BR /&gt;flag: true&lt;BR /&gt;lockRetryCount: 5&lt;BR /&gt;lockRetryWaitSeconds: 1&lt;BR /&gt;driver: oracle.jdbc.OracleDriver&lt;BR /&gt;url: jdbc&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;racle:thin:@*********&lt;BR /&gt;username: **********&lt;BR /&gt;password: ***********&lt;BR /&gt;pool:&lt;BR /&gt;initial: 50&lt;BR /&gt;max: 100&lt;BR /&gt;statements:&lt;BR /&gt;enable: true&lt;BR /&gt;max: 275&lt;BR /&gt;min: 10&lt;BR /&gt;idle: 50&lt;BR /&gt;wait:&lt;BR /&gt;max: 5000&lt;BR /&gt;validate:&lt;BR /&gt;query:&lt;BR /&gt;borrow: true&lt;BR /&gt;return: false&lt;BR /&gt;evict:&lt;BR /&gt;interval: 600000&lt;BR /&gt;idle:&lt;BR /&gt;min: 1800000&lt;BR /&gt;#&lt;BR /&gt;# note: for 'db.pool.evict.num.tests' see &lt;A href="http://commons.apache.org/dbcp/configuration.html" target="_blank" rel="nofollow noopener noreferrer"&gt;http://commons.apache.org/dbcp/configuration.html&lt;/A&gt; (numTestsPerEvictionRun)&lt;BR /&gt;# and also following extract from "org.apache.commons.pool.impl.GenericKeyedObjectPool" (1.5.5)&lt;BR /&gt;#&lt;BR /&gt;# * The number of objects to examine during each run of the idle object evictor thread (if any).&lt;BR /&gt;# * When a negative value is supplied, &amp;lt;code&amp;gt;ceil({@link #getNumIdle})/abs({@link #getNumTestsPerEvictionRun})&amp;lt;/code&amp;gt;&lt;BR /&gt;# * tests will be run. I.e., when the value is &amp;lt;code&amp;gt;-n&amp;lt;/code&amp;gt;, roughly one &amp;lt;code&amp;gt;n&amp;lt;/code&amp;gt;th of the&lt;BR /&gt;# * idle objects will be tested per run.&lt;BR /&gt;#&lt;BR /&gt;num:&lt;BR /&gt;tests: 1&lt;BR /&gt;validate: false&lt;BR /&gt;abandoned:&lt;BR /&gt;detect: false&lt;BR /&gt;time: 300&lt;BR /&gt;#&lt;BR /&gt;# db.pool.abandoned.log=true (logAbandoned) adds overhead (&lt;A href="http://commons.apache.org/dbcp/configuration.html" target="_blank" rel="nofollow noopener noreferrer"&gt;http://commons.apache.org/dbcp/configuration.html&lt;/A&gt;)&lt;BR /&gt;# and also requires db.pool.abandoned.detect=true (removeAbandoned)&lt;BR /&gt;#&lt;BR /&gt;log: false&lt;BR /&gt;txn:&lt;BR /&gt;isolation: -1&lt;BR /&gt;transaction:&lt;BR /&gt;mode:&lt;BR /&gt;readOnly: PROPAGATION_REQUIRED, readOnly&lt;BR /&gt;default: PROPAGATION_REQUIRED&lt;/P&gt;&lt;P&gt;# Dropwizard specific server configuration. Custom user property names are not allowed in this section.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;server:&lt;BR /&gt;type: default&lt;BR /&gt;applicationConnectors:&lt;BR /&gt;- type: http&lt;BR /&gt;port: 9090&lt;BR /&gt;&lt;BR /&gt;# type: https&lt;BR /&gt;# keyStorePath: ./sync.jks&lt;BR /&gt;# keyStorePassword: N9SnIgrcAx7zWr&lt;BR /&gt;# keyStoreType: JCEKS&lt;BR /&gt;# validateCerts: false&lt;BR /&gt;&lt;BR /&gt;adminConnectors:&lt;BR /&gt;- type: http&lt;BR /&gt;port: 9093&lt;BR /&gt;requestLog:&lt;BR /&gt;appenders: []&lt;/P&gt;&lt;P&gt;repo:&lt;BR /&gt;scheme: https&lt;BR /&gt;hostname: 172.31.184.24&lt;BR /&gt;port:&lt;BR /&gt;syncconfig:&lt;BR /&gt;url: ${repo.scheme}://${repo.hostname}/alfresco/service/devicesync/config&lt;/P&gt;&lt;P&gt;sync:&lt;BR /&gt;descriptor:&lt;BR /&gt;name: SyncDescriptor&lt;BR /&gt;whitelistAllNodeTypes: false&lt;BR /&gt;checker:&lt;BR /&gt;endpoint: alfresco/service/devicesync/checktxns&lt;BR /&gt;# in ms&lt;BR /&gt;checkDuration: 60000&lt;BR /&gt;health:&lt;BR /&gt;events:&lt;BR /&gt;# in ms&lt;BR /&gt;eventLagTolerance: 5000&lt;BR /&gt;# Authentication config (for authenticating against a repository)&lt;BR /&gt;authentication:&lt;BR /&gt;basicAuthUrl: ${repo.scheme}://${repo.hostname}:${repo.port}/alfresco/s/api/authentication&lt;BR /&gt;cache:&lt;BR /&gt;expiryMs: 900000&lt;BR /&gt;cleanup:&lt;BR /&gt;# 28 days&lt;BR /&gt;keepPeriod: 28d&lt;BR /&gt;events:&lt;BR /&gt;# every hour&lt;BR /&gt;schedulerExpression: 0 0 * ? * *&lt;BR /&gt;# time for the job thread to sleep before releasing the lock after the job has completed(in seconds)&lt;BR /&gt;jobSleepTimeInSeconds: 25&lt;BR /&gt;# specify the number of records to return&lt;BR /&gt;maxItems: 10000&lt;BR /&gt;numThreads: 2&lt;BR /&gt;batchSize: 100&lt;BR /&gt;authEvents:&lt;BR /&gt;# every 4 hours&lt;BR /&gt;schedulerExpression: 0 0 */4 ? * *&lt;BR /&gt;# time for the job thread to sleep before releasing the lock after the job has completed(in seconds)&lt;BR /&gt;jobSleepTimeInSeconds: 25&lt;BR /&gt;# specify the number of records to return&lt;BR /&gt;maxItems: 10000&lt;BR /&gt;numThreads: 2&lt;BR /&gt;batchSize: 100&lt;BR /&gt;txns:&lt;BR /&gt;# every hour between 00:00 and 7:00&lt;BR /&gt;schedulerExpression: 0 0 0-7 ? * *&lt;BR /&gt;# time for the job thread to sleep before releasing the lock after the job has completed(in seconds)&lt;BR /&gt;jobSleepTimeInSeconds: 25&lt;BR /&gt;# specify the number of records to return&lt;BR /&gt;maxItems: 10000&lt;BR /&gt;numThreads: 2&lt;BR /&gt;batchSize: 100&lt;/P&gt;&lt;P&gt;# Syncer thread pool (for handling sync resolutions of client and repository changes)&lt;BR /&gt;threadpool:&lt;BR /&gt;size:&lt;BR /&gt;core: 100&lt;BR /&gt;max: 400&lt;BR /&gt;# Integer max value&lt;BR /&gt;queueCapacity: 2147483647&lt;BR /&gt;camel:&lt;BR /&gt;endpoint:&lt;BR /&gt;alfresco:&lt;BR /&gt;monitoring: activemq:topic:alfresco.monitoring&lt;BR /&gt;cluster:&lt;BR /&gt;# This specifies a particular network interface to use for clustering.&lt;BR /&gt;# It might be a wildcard value, such as 10.256.*.*, which means an attempt is made to bind with an interface having an IP address beginning with 10.256.&lt;BR /&gt;# If left empty Hazelcast will bind by default to a non-loopback IP e.g: 192.168.0.10&lt;BR /&gt;interface:&lt;BR /&gt;enabled: true&lt;BR /&gt;hazelcast:&lt;BR /&gt;autoinc:&lt;BR /&gt;# This enables Hazelcast to make several attempts to find a free port&lt;BR /&gt;# It's recommended that you do not use this property.&lt;BR /&gt;# However, it should be set to true when attempting to start multiple sync service instances on the same machine.&lt;BR /&gt;# In this case the loopback IP(127.0.0.1) must be specified for the sync.cluster.interface&lt;BR /&gt;port: false&lt;BR /&gt;metrics:&lt;BR /&gt;reporter:&lt;BR /&gt;graphite:&lt;BR /&gt;# ip of graphite server&lt;BR /&gt;address: 127.0.0.1&lt;BR /&gt;enabled: false&lt;BR /&gt;# in seconds&lt;BR /&gt;pollingInterval: 60&lt;BR /&gt;# port of graphite carbon receiver&lt;BR /&gt;port: 2003&lt;BR /&gt;prefix: org.alfresco.sync&lt;/P&gt;&lt;P&gt;hibernate:&lt;BR /&gt;jdbc:&lt;BR /&gt;use_streams_for_binary: true&lt;BR /&gt;batch_size: 32&lt;BR /&gt;show_sql: false&lt;BR /&gt;cache:&lt;BR /&gt;provider_class: org.alfresco.service.cache.HibernateCacheProvider&lt;BR /&gt;use_query_cache: false&lt;BR /&gt;use_second_level_cache: false&lt;BR /&gt;max_fetch_depth: 10&lt;BR /&gt;default_batch_fetch_size: 1&lt;BR /&gt;connection:&lt;BR /&gt;release_mode: auto&lt;BR /&gt;isolation: 2&lt;/P&gt;&lt;P&gt;logging:&lt;BR /&gt;level: INFO&lt;BR /&gt;loggers:&lt;BR /&gt;"org.alfresco.service.common.auth": WARN&lt;BR /&gt;"org.apache.activemq": WARN&lt;BR /&gt;"com.sun.jersey.api.container.filter.LoggingFilter": WARN&lt;BR /&gt;"org.alfresco.service": INFO&lt;BR /&gt;appenders:&lt;BR /&gt;- type: console&lt;BR /&gt;threshold: ALL&lt;BR /&gt;timeZone: UTC&lt;BR /&gt;target: stdout&lt;BR /&gt;logFormat: "%-5level [%d{yyyy-MM-dd HH:mm:ss.SSS}] [%thread] %logger - %msg%n"&lt;BR /&gt;- type: file&lt;BR /&gt;threshold: ALL&lt;BR /&gt;timeZone: UTC&lt;BR /&gt;currentLogFilename: ./logs/sync-service.log&lt;BR /&gt;archive: true&lt;BR /&gt;archivedLogFilenamePattern: ./logs/sync-service-%d.log.gz&lt;BR /&gt;archivedFileCount: 5&lt;BR /&gt;logFormat: "%-5level [%d{yyyy-MM-dd HH:mm:ss.SSS}] [%thread] %logger - %msg%n"&lt;/P&gt;&lt;P&gt;Any one can tell me what are we doing wrong?&lt;/P&gt;&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;J.Carlos&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 06:14:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/desktop-sync-error/m-p/117144#M32427</guid>
      <dc:creator>Juancarlos_gp</dc:creator>
      <dc:date>2020-09-14T06:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Desktop Sync error</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/desktop-sync-error/m-p/117145#M32428</link>
      <description>&lt;P&gt;J.Carlos, I would suggest engaging our support team through our portal (support.alfresco.com) where we'll be able to assist you further.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 10:33:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/desktop-sync-error/m-p/117145#M32428</guid>
      <dc:creator>astrachan</dc:creator>
      <dc:date>2020-09-14T10:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Desktop Sync error</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/desktop-sync-error/m-p/117146#M32429</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/80545"&gt;@Juancarlos_gp&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;One of our engineers points out that you say that the env is with https configured but in config.xml sync service try to connect to - type: http&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;port: 9090, that’s the isssue.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You should configure the type: https and the key store, which are not defined in the config.xml.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also, in global properties use  dsync.service.uris instead of sync.service.uris &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Sep 2020 10:56:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/desktop-sync-error/m-p/117146#M32429</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-09-14T10:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Desktop Sync error</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/desktop-sync-error/m-p/117147#M32430</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/80545"&gt;@Juancarlos_gp&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Glad my response helped you out &amp;amp; thanks for accepting as a solution - its really helpful to other users when a solution is accepted.&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; best wishes,&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 08:15:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/desktop-sync-error/m-p/117147#M32430</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-09-22T08:15:51Z</dc:date>
    </item>
  </channel>
</rss>

