Kbase P24604: WebSpeed agents hang in the BUSY state and dies with functio
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  24/07/2003 |
|
Status: Unverified
FACT(s) (Environment):
Webspeed 3.1D
FACT(s) (Environment):
HP-UX 11i
SYMPTOM(s):
WebSpeed agents hang in the BUSY state
Protrace generated from a kill -16
Stack trace from _progres/agent reads:
_wait_sys
wait
utwaitp
umoUnix
ioOSEscape
Error 4058 in server.log file
**Attribute <attribute> for the <widget id> has an invalid value of <string>. (4058)
CAUSE:
The stack shows that the agent is waiting on an OS-COMMAND call. Something in the program is issuing OS-COMMAND (or UNIX), and the agent is now waiting for this to complete. That is why the agent is stuck in a BUSY state.
FIX:
You either need to put a NO-WAIT phrase on the OS-COMMAND, or else make sure that the command you are running will complete.