Consultor Eletrônico



Kbase P6317: _progres processes hanging after appserver/webspeed broker is stopped
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   15/10/2008
Status: Verified

FACT(s) (Environment):

Progress 9.1B
IBM AIX

SYMPTOM(s):

_progres processes hanging after webspeed broker is stopped

AdminServer dumps javacore.txt files

C-0001>(25-Jun-02 16:13:58:976) EOFException received on client connection : C-0001. (8084)

Error 8084 appears in broker log file

The dumping of javacore is happening occasionally during shutdown of Name Servers
and/or Application/webspeed Brokers.

CAUSE:

This is due to a bug in the AIX JVM.

FIX:

Turn off JIT from JVM. There are 2 ways to accomplish this:

1. Set an environment variable (JIT=-nojit; export JIT) before
starting the Admin Server.

2. Add it in the $DLC/bin/java_env file.

In that file, find the AIX specific area.
In this area modify the JIT="" to JIT="-nojit".