Consultor Eletrônico



Kbase P106054: Java out of memory error when passing a large temp table from server to client
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/7/2006
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.0B

SYMPTOM(s):

Java out of memory error when passing a large temp table from server to client

java.lang.OutOfMemoryError


AS -- Connection failure for host localhost port 41252 transport TCP. (9407)

AppServer fails passing large temp table to client. This problem only seems to occur in OpenEdge 10.0B.

CAUSE:

The machine does not have the enough configured memory for the Java heap.

FIX:

Modify the ubroker.properties file to allocate more memory for the Java heap. For example:
[UBroker.AS.asbroker1]
jvmArgs=-Xms128m -Xmx1024m
If these values do not resolve the issue, increase them until the error no longer occurs.