Disconnect invalidates 1 active statement handle

Hello, Every 10 minutes I receive the message "You have new mail in /var/spool/mail/root." The mail indicates the following line. DBI::db=HASH(0xa185448)->disconnect invalidates 1 active statement handle (either destroy statement handles or call finish on them before disconnecting) at /opt/otrs/Kernel/System/DB.pm line 222, <PRODUCT> line 4. I can see line 222 as... $Self->{dbh}->disconnect() if ($Self->{dbh}); ...but how does this relate to line 4 and how do I fix this problem? Thanks, David [root@raidsrv04 mail]# You have new mail in /var/spool/mail/root
From otrs@raidsrv04.tanner.com Mon Jan 29 14:40:04 2007 Return-Path:
Received: from raidsrv04.tanner.com (localhost.localdomain [127.0.0.1]) by raidsrv04.tanner.com (8.13.8/8.13.8) with ESMTP id l0TMe3uf025169 for ; Mon, 29 Jan 2007 14:40:03 -0800 Received: (from otrs@localhost) by raidsrv04.tanner.com (8.13.8/8.13.8/Submit) id l0TMe3tJ025166; Mon, 29 Jan 2007 14:40:03 -0800 Date: Mon, 29 Jan 2007 14:40:03 -0800 Message-Id: <200701292240.l0TMe3tJ025166@raidsrv04.tanner.com> From: root@raidsrv04.tanner.com (Cron Daemon) To: root@raidsrv04.tanner.com Subject: Cron $HOME/bin/GenericAgent.pl -c db >> /dev/null Content-Type: text/plain; charset=UTF-8 Auto-Submitted: auto-generated X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env:
DBI::db=HASH(0xa185448)->disconnect invalidates 1 active statement handle (either destroy statement handles or call finish on them before disconnecting) at /opt/otrs/Kernel/System/DB.pm line 222, <PRODUCT> line 4.
participants (1)
-
David Hatcher