Kbase P24134: The last databases started in Progress Explorer don't start.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  29/04/2003 |
|
Status: Unverified
FACT(s) (Environment):
HP-UX 11 64-bit
FACT(s) (Environment):
Progress 9.1D
SYMPTOM(s):
The last databases started in Progress Explorer don't start ok
First databases started in Progress Explorer start ok.
Databases won't start from Progress Explorer, with errors in lg file:
No data received, awaiting Registration ACK. (9147)
Error registering with Admin Server. (8845)
Could not connect to Admin Server on port <port>, errno <errno>. (8856)
Could not connect to Admin Server on port <port>, errno <238>. (8856)
Unrecoverable error in connection to Admin Server, running unmanaged. (8850)
Error appearing in admserv.log:
java.lang.OutOfMemoryError: max threads limit being reached in VM
Databases start ok manually, but some databases can't be shut down.
CAUSE:
The error in admserv.log is the main problem. It indicates a system limitation in regards to how many threads a specific process can handle.
The errno 238 is a system timeout. Our process was waiting so long that it reached a system timeout limit. It was waiting because it couldn't get a thread.
FIX:
Increase the max_thread_proc kernel parameter.