Jayant Ghagre wrote:
Hello,

I am getting following error while transforming XML data file to PDF
using .XSL file. I have loaded FOP 0.95 in Oracle 11g R1 database. I am
calling FOP using Java Stored Procedure.

The same code executes without any errors in stand-alone mode (Windows XP
with JDK 1.5)

Exception in thread "Root Thread" java.lang.StackOverflowError
      at java.lang.String.valueOf(String.java)

When running within Oracle Instance you may just need more than 64Kb stack space. You could try specifying -Xss2M to JVM startup parameters to see if it resolves the issue

Thanks,

Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to