Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Exception in thread "main" java.lang.StackOverflowError
at java.lang.ClassLoader.getPackage(ClassLoader.java:1619)
at java.lang.Package.getPackage(Package.java:334)
at java.lang.Class.getPackage(Class.java:796)
at routines.system.JSONObject.wrap(JSONObject.java:1366)
at routines.system.JSONObject.populateMap(JSONObject.java:824)
at routines.system.JSONObject.<init>(JSONObject.java:250)
at routines.system.JSONObject.wrap(JSONObject.java:1372)
at routines.system.JSONObject.populateMap(JSONObject.java:824)
at routines.system.JSONObject.<init>(JSONObject.java:250)
at routines.system.JSONObject.wrap(JSONObject.java:1372)
at routines.system.JSONObject.populateMap(JSONObject.java:824)
at routines.system.JSONObject.<init>(JSONObject.java:250)
Hi, I'm having the same problem, did you find a solution? thanks
@andreapaglia - Could you please provide job screen shots with some input data you are trying to process?
It will help the community members to provide a better solution.
Warm Regards,
Nikhil Thampi
I actually solved my problem with a workaround: instead of passing the whole globalMap of the parent job to the child job, I passed to the child job only the parameters that the sub job actually needed to execute (that makes a lot of sense, now that I think about it).
It seems like the SQL queries contained in the parent globalMap, cause some problems to the child job when passed to it (even if not used)