Code: Select all
Software error:
DBD::DB2::dr FETCH failed: handle 1 is owned by thread db433d0 not current thread bb849f8 (handles can't be shared between threads and your driver may need a CLONE method added) at /usr/share/perl5/Apache/DBI.pm line 97.
For help, please send mail to the webmaster (webmaster@localhost), giving this error message and the time and date of the error.
Aufgrund der Meldung vermute ich, dass versucht wird die gleiche Verbindung mehrfach zu verwenden, dies aber nicht möglich ist. Die Frage wäre dann, wie können wir einstellen, dass mehrere Verbindunen verwendet werden sollen.