[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnumed-devel] Some unhandled exceptions, also console output
From: |
Karsten Hilbert |
Subject: |
Re: [Gnumed-devel] Some unhandled exceptions, also console output |
Date: |
Tue, 29 Jun 2010 11:58:44 +0200 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
On Mon, Jun 28, 2010 at 10:10:48PM -0700, Jim Busser wrote:
> Adjusting PYTHONPATH ...
...
> ,========================================================
> | Unhandled exception caught !
> | Type : <class 'psycopg2.InterfaceError'>
> | Value: connection already closed
> `========================================================
> Traceback (most recent call last):
> File "gnumed.py", line 532, in <module>
> shutdown_backend()
> File "gnumed.py", line 461, in shutdown_backend
> gmPG2.shutdown()
> File "/Users/djb/gnumed-client.0.7.6/Gnumed/pycommon/gmPG2.py", line 1339,
> in shutdown
> __ro_conn_pool.shutdown()
> File "/Users/djb/gnumed-client.0.7.6/Gnumed/pycommon/gmPG2.py", line 1167,
> in shutdown
> _log.debug('closing pooled database connection, pool key: %s, backend
> PID: %s', conn_key, self._used[conn_key].get_backend_pid())
> psycopg2.InterfaceError: connection already closed
That is fallout from the earlier lost connection. It is
being reported during shutdown and cleanup.
Karsten
--
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346
- [Gnumed-devel] Some unhandled exceptions, also console output, Jim Busser, 2010/06/29
- Re: [Gnumed-devel] Some unhandled exceptions, also console output, Sebastian Hilbert, 2010/06/29
- Re: [Gnumed-devel] Some unhandled exceptions, also console output, Karsten Hilbert, 2010/06/29
- Re: [Gnumed-devel] Some unhandled exceptions, also console output, Sebastian Hilbert, 2010/06/29
- Re: [Gnumed-devel] Some unhandled exceptions, also console output, Karsten Hilbert, 2010/06/29
- Re: [Gnumed-devel] Some unhandled exceptions, also console output, Sebastian Hilbert, 2010/06/29
- Re: [Gnumed-devel] Some unhandled exceptions, also console output, Sebastian Hilbert, 2010/06/29
Re: [Gnumed-devel] Some unhandled exceptions, also console output, Karsten Hilbert, 2010/06/29
Re: [Gnumed-devel] Some unhandled exceptions, also console output,
Karsten Hilbert <=