Disconnecting dead server

Posted by kunal.watkar on 08-May-2014 14:19

Hi,

I am getting message "Disconnecting dead server <number> (2525)" in the database log file. It seems that the client connections were active to the server process that DB log is indicating as dead.

Any idea, why server process gets dead ?

All Replies

Posted by gus on 08-May-2014 14:37

have you examined the database log files? there may be some clues there.

Posted by kunal.watkar on 08-May-2014 14:41

Hi Gus,

I checked the log file. There were 2 instances today, when I got this message.

On the first instance, it was also showing Memory Violation.

On the second instance, there was a hangup signal.

But I am confused, if these messages are the effect of disconnecting dead server or the cause of this message.

Posted by gus on 09-May-2014 08:35

the database .lg file messages identify the process that produced the message. if the server produced a memory violation, then it would have crashed as a result, leaving its network clients with no server. then those cleint connections would eventually be cleaned with the messages you saw.

This thread is closed