Kbase P177878: Appserver Broker is in a stopping state even though no one issued the shutdown command.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  13/12/2010 |
|
Status: Unverified
SYMPTOM(s):
AppServer Broker is in a stopping state even though no one issued the shutdown command.
Unhandled exception caught in <threadName>. (8419)
java.lang.OutOfMemoryError
Client disconnected : <socketInfo>. (8534)
Error <errMsg> ... disconnecting client. (8091)
Ending <threadType> thread: <threadName>. (8077)
Posted EAbnormalShutdownServerEvent for PID:
FACT(s) (Environment):
IBM AIX
OpenEdge 10.2B 64-bit
OpenEdge 10.2B 64-bit Service Pack 01
OpenEdge Server Technology Category: AppServer
CAUSE:
JVM running out of heap space.
FIX:
Increase JVM heap by changing following JVM startup parameters
-mx<size> set maximum Java heap size
-ms<size> set minimum Java heap size
Editing ubroker.properties file and add following JVM startup parameters for the specific broker, for example
[UBroker.AS.asbroker1]
jvmArgs="-ms256m -mx256m"
On Unix in $DLC/bin/java_env file, this parameters can also be specified as following:
JVMARGS="-ms256m -mx256m ${JVMARGS}"