in my one ‘salesXML’ service i’m facing this issue when i’m trying to convert the csv files into xml file. the same process i’m doing for json format it is totally working fine but for xml it’s throwing this exception.
Are you invoking a service that has a recursive call? A StackOverflowError is typically caused by a recursive function that doesn’t terminate properly, i.e. it recurses indefinitely. Feel free to share the code and perhaps we can assist further.
Please share additional information about the service and how it is being run. Obviously you do not want to share sensitive or private info but share as much as you can. Right now all we know is that Java is involved. We do not know what product you’re using. What “salesXML” is. What the code does.
You’re making the group guess at what might be wrong. Posting just the error message and nothing else and expecting useful help is a bit optimistic.
hey Holger, Thanks for the reply.
I have resolved the issue.
Actually in my integration server i’m having some issues after doing some changes on the service and after restarting the server i got the expected output.