cancel
Showing results for 
Search instead for 
Did you mean: 

hybris fails to start after deleting extention customersupportbackoffice

0 Kudos
232

Hello,

we are using hybris 6.7.0.1. Since we don't need the extention customersupportbackoffice we deleted it by setting this in hybris/config/localextensions.xml.config:

 customersupportbackoffice=false

But after deployment with this changes, hybris is not starting because of the following exception:

[java] Caused by: java.lang.NoClassDefFoundError: org/springframework/integration/history/TrackableComponent [java] at java.lang.ClassLoader.defineClass1(Native Method) [java] at java.lang.ClassLoader.defineClass(ClassLoader.java:763)

Please see the attached file --> exception <-- for the full exception.

Actually, the class TrackableComponent is in the spring-integration-core-4.3.19.RELEASE.d is in package

org.springframework.integration.support.management

But why is hybris searching for it under org/springframework/integration/history/TrackableComponent ? How can we solve the problem?

Many thanks in advance!

Sven

View Entire Topic
0 Kudos

Yes, indeed, we had an old version of the spring-integration-jms (4.1.4.RELEASE) jar. Upgraded to 4.3.19.RELEASE (the version of our rest spring-integration jars) and it seems to work.