# Pastebin RO8jgpzZ DB<4> n main::place_simple_hold(iNCIPit.cgi:1729): 1729: my $resp = simplereq( CIRC(), 'open-ils.circ.holds.create', $authtoken, $ahr ); DB<4> n main::place_simple_hold(iNCIPit.cgi:1730): 1730: my $e = new_editor( xact => 1, authtoken => $session{authtoken} ); DB<4> p $resp HASH(0x46eae78) DB<5> use Data::Dumper; DB<6> p Dumper($resp); $VAR1 = { 'payload' => '21621034244036', 'desc' => 'The attempt to query to the DB failed', 'servertime' => 'Tue Aug 7 17:01:09 2018', 'pid' => 5694, 'debug' => 'Exception: OpenSRF::DomainObject::oilsMethodException 2018-08-07T17:01:09 OpenILS::Utils::CStoreEditor /usr/local/share/perl/5.22.1/OpenILS/Utils/CStoreEditor.pm:855 <500> Severe query error -- see error log for more details ', 'textcode' => 'DATABASE_QUERY_FAILED', 'stacktrace' => '/usr/local/share/perl/5.22.1/OpenILS/Utils/CStoreEditor.pm:856 (eval 4258):1 /usr/local/share/perl/5.22.1/OpenILS/Application/Circ/Holds.pm:264', 'ilsevent' => '2002' }; DB<7> p $ahr->pickup_lib 112 DB<8> p Dumper($ahr); $VAR1 = bless( [ undef, undef, undef, undef, 1, undef, undef, undef, undef, 'C', undef, undef, '', undef, undef, '112', undef, undef, undef, '10157796', undef, undef, 10741447, '21621034244036', undef, undef, undef, undef, undef, undef, 't' ], 'Fieldmapper::action::hold_request' ); DB<9>