hi all,
I'm trying to display a csv file on the client machine using web.show_document.
The application hangs and the following error message is shown in the Java console:
Forms Applet version is : 10.1.2.0
java.lang.OutOfMemoryError
<<no stack trace available>>
java.lang.OutOfMemoryError
<<no stack trace available>>
Exception occurred during event dispatching:
java.lang.OutOfMemoryError
<<no stack trace available>>
The size of the csv file is about 1.1 MB
The application server has 2 GB RAM and 4 GB virtual memory.
Can anybody help me.
Minto