[Bug 8545] New: ZOOM is silent on connection errors
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8545 Priority: P5 - low Change sponsored?: --- Bug ID: 8545 Assignee: gmcharlt@gmail.com Summary: ZOOM is silent on connection errors Severity: enhancement Classification: Unclassified OS: All Reporter: starsid@gmail.com Hardware: All Status: NEW Version: unspecified Component: Searching Product: Koha In file Context.pm, # forge to server $Zconn->connect($host, 0); # check for errors and warn if ($Zconn->errcode() !=0) { warn "something wrong with the connection: ". $Zconn->errmsg(); } the error checking code does not warn when I change $host to something garbage. The subsequent search query just returns an empty set without any errors. OS: Ubuntu 12.04 Koha: 3.9-1~git+20120524174206.f9352e89 Zoom: 1.26-1build2 I also checked this on CentOS 6.2 with Koha 3.08.03 and ZOOM installed as the latest version from the latest CPAN (I can check exact version numbers if needed). -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8545 Siddhartha Bagaria <starsid@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |starsid@gmail.com -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8545 --- Comment #1 from Siddhartha Bagaria <starsid@gmail.com> --- This is because the error code will not necessarily work in the async mode. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8545 --- Comment #2 from Siddhartha Bagaria <starsid@gmail.com> --- (In reply to comment #1)
This is because the error code will not necessarily work in the async mode.
I was partly wrong above. The eval's catch block is commented out. So the error is not caught immediately. If the async mode is off, then the connect failed error is caught while making the query. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8545 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |9234 -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org