How to take heap dump of report server jvm process in R12 ?
Hi All,
We have customer running a report which does not complete for large range of data. Program is defined as Oracle reports and output type is XML
In the concurrent program log, no error is reported and the program does not enter the post processing phase. After enabling the report debug , got the following error.
Exception in thread "Thread-5" java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOfRange(Arrays.java:3209)
at java.lang.String.<init>(String.java:215)
at java.lang.StringBuffer.toString(StringBuffer.java:585)
at oracle.reports.utility.Utility.statusToString(Utility.java:693)
at oracle.reports.server.JobManager.updateJobStatus(JobManager.java:2397)