While Im running the code in developer level. I’m getting the below error . Can anyone help please .
The below error is occurring when I’m trying to save the Pipeline value.
What version of IS/Developer are you using? There are many reasons for Stack Over flow error. If any recursive function is invoked which runs infinite, the stack might get increased. Does it happen only while you invoke saveRestorePipeline service? Or if you try to run any service, you get this?
You can also try increasing the stack memory by setting the value -Xss in developer.bat file.
Senthil,actually here Im calling one service which converts doc to XML…but the thing is prior to this service I have two more service which is doing samething for different TP…but only in this (third service) after converting it to XML im using pipeline service…so here Im getting the error.
But one good news is…I resolved this issue…by changing the Java MIn and MAx heap space…but I think this is not feasible…so please provide ur valuable inputs on this