on 2019 Jul 29 3:02 PM
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
Instead of putting customersupportbackoffice=false
into hybris/config/localextensions.xml.config
, you can simply comment out customersupportbackoffice
in localextensions.xml
and it will work for you.
Update based on your clarification:
Please check if https://stackoverflow.com/questions/34683309/with-spring-boot-and-integration-dsl-getting-error-clas... helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
11 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.