Re: Trouble with PreparedStatement.setBinaryData or - Mailing list pgsql-jdbc

From Kevin Grittner
Subject Re: Trouble with PreparedStatement.setBinaryData or
Date
Msg-id s33921f4.008@gwmta.wicourts.gov
Whole thread Raw
List pgsql-jdbc
The memory setting for your IDE isn't necessarily what is used
for processes run from the IDE.  I don't use NetBeans, but in
Eclipse there is a place to define your launch parameters; you
should look for something similar in NetBeans and set use the
-Xmx setting there.


>>> Alfredo Rico <alfredorico@gmail.com> 09/27/05 10:17 AM >>>

. . .

The great and terrible problem is the following:
If input file (pdf, doc, png, txt whatever...) exceed 2 MB
I have the following exception:

javax.servlet.ServletException: La ejecución del
Servlet lanzó una excepción
org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(
MonitorFilter.java:362)
causa raíz
java.lang.OutOfMemoryError: Java heap space

. . .

Besides, I have increased JVM heap starting Netbeans IDE using the following
sentence:

$ ./netbeans -J-Xmx300m

And even don't work...


pgsql-jdbc by date:

Previous
From: Alfredo Rico
Date:
Subject: Trouble with PreparedStatement.setBinaryData or setBytes()
Next
From: Kris Jurka
Date:
Subject: Re: Trouble with PreparedStatement.setBinaryData or setBytes()