on ‎2020 Feb 17 11:59 AM
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
=================================================================================
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Increase in stack size solved the problem
Thank you very much
i got it fixed by changing Stack size in property "tomcat.generaloptions" from -Xss256X to -Xss512K,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 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.