Consultor Eletrônico



Kbase P25868: Error 1007 in the database log file.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

FACT(s) (Environment):

UNIX

SYMPTOM(s):

Error in the database log file.

SYSTEM ERROR: unexpected wakeup from wait code <number>, user <user-number> (1007)

Error 1007 is issued by the watchdog.

The user number for the watchdog is the same as the user number in error 1007.

Database crashes.

CAUSE:

The process for user <user-number> was killed with kill -9 while it was waiting for another process on a resource.
When the other process releases the resource, it tries to wake up the waiting process, but the waiting process is now gone.

FIX:

Do NOT use kill -9 to disconnect a Progress client. Error 1007 is only one of the many possible problems that kill -9 can cause.