From: Russell S. <rus...@st...> - 2010-09-01 03:58:15
|
Using python's kinterbase to talk to the server I am getting this error: kinterbasdb.OperationalError: (-923, 'isc_attach_database: \n connection rejected by remote interface') The server runs fine for after being started, then I will get a bunch of those errors from several different applications, then it will come good again for a while. It appears that after 24 hours or so it gets to the stage where it can't recover. These messages are appearing in /var/log/firebird2.5.log: titan (Client) Mon Aug 30 19:58:05 2010 INET/inet_error: connect errno = 111 I am trying to figure out what might be causing this, but in the mean time I will probably switch to the classic server. Can anybody give me some hints? The server is regularly asked to do large transactions they might take 30 to 40 seconds to complete. Oddly, when I do an lsof on fbserver when this is happening it typically has no client connections open. Database: firebird2.5-super Version: 2.5.0.26054 ReleaseCandidate3.ds2 OS: Debian Sarge 32bit The binary was compiled from the debian squeeze source package. |