cancel
Showing results for 
Search instead for 
Did you mean: 

hybris fails to start after deleting extention customersupportbackoffice

0 Kudos
221

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

Thank you very much!

former_member620692
Active Contributor
0 Kudos

You are most welcome.