The exception is:java.lang.OutOfMemoryError: Java heap space
Hello All,
When my BPEL process starts, it gets the count of records from SQL Database and the while loop iterates that many times( count of records).
After i get the record, i do some validation of the data and insert into good or bad data tables.The Source SQL table consists of like roughly 45000 rows.
My BPEL process after getting 1500 rows, it faulted. When i see the logs, it says The exception is:java.lang.OutOfMemoryError: Java heap space.
Please help me how to fix this. Do i need to increase the memory settings in setSOADomainEnv.cmd ?
Thanks,
Naresh