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

SAP Commerce 1905 Server startup error

Former Member
1,143

Hi,

I upgraded Hybris from 6.2 to 1905. I am getting the below error during the server startup.

Server starts successfully sometimes, but in debug mode it always fails with below error.

Please find the attached log server-startup-error.txt

Thanks

=================================================================================

Accepted Solutions (1)

Accepted Solutions (1)

StefanKruk
Active Participant

The Problem you are facing is a StackOverflowExrror. This issue is resulting in

Cannot resolve reference to bean 'categoryRaoConverter' while setting bean property 'categoryConverter'

Could it be that you have a circular dependency in your spring configuration? If not try to increase the Heap Space for the debug mode. The best would be, if you compare the general settings and the debug settings.

tomcat.generaloptions, tomcat.debugjavaoptions and tomcat.javaoptions .

Maybe you have different memory settings set for the normal startup and the debug startup.

Former Member

Increase in stack size solved the problem

Thank you very much

Answers (1)

Answers (1)

former_member717801
Discoverer

i got it fixed by changing Stack size in property "tomcat.generaloptions" from -Xss256X to -Xss512K,