meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
sap_hybris_commerce:cms_cockpit_wcms:common_reasons_of_synchronisation_failures [2022/10/23 10:02] – [Common reasons of synchronisation failures] Antonio Robirosasap_hybris_commerce:cms_cockpit_wcms:common_reasons_of_synchronisation_failures [2024/05/06 20:54] (current) – stacktrace logging Antonio Robirosa
Line 67: Line 67:
 d.h.p.c.j.s.AbstractItemCopyContext : An exception occured during synchronization for item: 8796388590637 of type: Content Slot-Beziehung für eine Seitenvorlage d.h.p.c.j.s.AbstractItemCopyContext : An exception occured during synchronization for item: 8796388590637 of type: Content Slot-Beziehung für eine Seitenvorlage
 </code> </code>
-Put a breakpoint inside de.hybris.platform.catalog.jalo.synchronization.GenericCatalogCopyContext#copy(de.hybris.platform.catalog.jalo.synchronization.ItemCopyCreator, de.hybris.platform.jalo.Item, de.hybris.platform.jalo.Item, de.hybris.platform.catalog.jalo.ItemSyncTimestamp) to find out what exception was thrown. The sync job don't log the stacktrace of this exception.+Put a breakpoint inside de.hybris.platform.catalog.jalo.synchronization.GenericCatalogCopyContext#copy(de.hybris.platform.catalog.jalo.synchronization.ItemCopyCreator, de.hybris.platform.jalo.Item, de.hybris.platform.jalo.Item, de.hybris.platform.catalog.jalo.ItemSyncTimestamp) to find out what exception was thrown.  
  
 The cause are usually validate interceptors or after save listeners which prevent creating the target hybris item. The cause are usually validate interceptors or after save listeners which prevent creating the target hybris item.
 +
 +
 +You can enable logging of stacktraces in the sync jobs by setting **synchronization.itemcopycreator.stacktraces** to true. You need log level INFO or finer at the Logger de.hybris.platform.catalog.jalo.synchronization.ItemCopyCreator. Please see https://help.sap.com/docs/SAP_COMMERCE_CLOUD_PUBLIC_CLOUD/aa417173fe4a4ba5a473c93eb730a417/1c60bf4de9bf4ada99b587f569bbb9ec.html?locale=en-US
  
 ==== Userful flexible search queries ==== ==== Userful flexible search queries ====