cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP CommerceV2211 server startup issue

1,083

Hi, I am facing the below issue while starting Hybris server with 2211 code. Not sure if any one has faced this issue. appreciate any suggestions on this.

SAP commerce: CXCOMCL221100U_4-70007431

Java: SAP Machine 17

ERROR:

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'defaultAfterSaveListenerRegistry' defined in class path resource [core-spring.xml]: Unsatisfied dependency expressed through

bean property 'listeners'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultBackofficeRoleUpdateEventDispatcher' defined in class path resource

[backoffice-spring.xml]: Cannot resolve reference to bean 'modelService' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name

'defaultModelService' defined in class path resource [servicelayer-spring.xml]: Cannot resolve reference to bean 'sourceTransformer' while setting bean property 'sourceTransformer';

nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sourceTransformer' defined in class path resource [servicelayer-spring.xml]:

Cannot resolve reference to bean 'sldDataContainerProvider' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name

'defaultSLDDataContainerProvider' defined in class path resource [persistence-spring.xml]: Cannot resolve reference to bean 'sldItemDAO' while setting bean property 'sldItemDAO'; nested exception is

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultSLDItemDAO': Invocation of init method failed; nested exception is java.lang.IllegalArgumentException

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1534) ~[spring-beans-5.3.23.jar:5.3.23]

Accepted Solutions (0)

Answers (1)

Answers (1)

safin
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Jillela,

Would you please try this in command line window?

first run "ant clean all", then run "ant initialize"

Restart system again to see whether the error still be there

Thanks