cancel
Showing results for 
Search instead for 
Did you mean: 

while intialising hybris system found an issue..?

Former Member
0 Kudos

Trying add Financial service to hybris system . while initializing system when synchronizing Product Catalog of Finace find a problem that "(7/8796638052382 vs 7/8796638150686) - this might take some time... INFO [hybrisHTTP4] (0000009J) [CatalogVersionSyncCronJob] Deadlock victim found in last dump. This will cause next round of synchronization. INFO [hybrisHTTP4] (0000009J) [CatalogVersionSyncMaster] 1539. pass, 6 (+7) of 7 items processed (85 %), 31.11 items/sec, 7 (+7, deadlocks:6) items dumped. INFO [hybrisHTTP4] (0000009J) [CatalogVersionSyncCronJob] comparing last dumps (7/8796638150686 vs 7/8796638248990) - this might take some time..."

This continues long time.(for 3 hours) Is i this completes initialization ..or else will it run forever?

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member437308
Active Participant
0 Kudos

Hello,


Could you present more data logs?
Please assure that you have not got outage of connection to the database? Sometimes it may be a reason.

Check the connection count on your databases.

Check the data sources statistics in the HAC:
Monitoring -> Database -> Data sources.

There is average time to get a connection and statistics how many are opened and what is the limit opened connection.


Regards, Tomasz

Former Member
0 Kudos

Hi ,

This problem was solved. This problem causes due to mysql connector jar. Previously i used mysql-----.5.1.6.jar , after update the version to 5.1.15.jar this probelm solved.