Why we are getting this StackOverflowError in logs after deploying code in server?
Hi Team,
We are implementing functionalities of XYZ workitem by performing integration between two systems as we have deployed our code in the server (6.0.6.1) and after that we are getting errors in our log file, but when we are running the code in our local there is no error.
The error we are getting in the log it is mentioned below:
2023-09-22 09:05:00 ERROR ErrorLogger:2361 - Job (DEFAULT.CreateTask threw an exception.
org.quartz.SchedulerException: Job threw an unhandled exception.
at org.quartz.core.JobRunShell.run(JobRunShell.java:224) [quartz-2.1.7.jar:?]
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) [quartz-2.1.7.jar:?]
Caused by: java.lang.StackOverflowError
at org.eclipse.lyo.oslc4j.enovia.services.WorkItemServices.<init>(WorkItemServices.java:134) ~[classes/:?]
org.quartz.SchedulerException: Job threw an unhandled exception.
at org.quartz.core.JobRunShell.run(JobRunShell.java:224) [quartz-2.1.7.jar:?]
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557) [quartz-2.1.7.jar:?]
Caused by: java.lang.StackOverflowError
at org.eclipse.lyo.oslc4j.enovia.services.WorkItemServices.<init>(WorkItemServices.java:134) ~[classes/:?]
Can you please assist on this issue?
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Sep 22 '23, 10:18 a.m.Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Sep 22 '23, 10:44 a.m.