[Koha-bugs] [Bug 23640] L1 cache too long in SIP Server

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 6 02:48:50 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23640

--- Comment #33 from David Cook <dcook at prosentient.com.au> ---
Oh so we get /var/log/debug as well...

 64 Feb  6 01:35:39 9fb85e7ec5c6 koha_sip[2819]: Configuration::find_service:
Trying 6001/tcp
 65 Feb  6 01:35:39 9fb85e7ec5c6 koha_sip[2819]: Configuration::find_service:
Trying *:6001/tcp
 66 Feb  6 01:35:39 9fb85e7ec5c6 koha_sip[2819]: Configuration::find_service:
Trying 127.0.0.1:6001/tcp
 67 Feb  6 01:35:39 9fb85e7ec5c6 koha_sip[2819]: raw_transport: timeout is 60
 68 Feb  6 01:35:39 9fb85e7ec5c6 koha_sip[2819]: read_request trimmed 1
character(s)
 69 Feb  6 01:35:39 9fb85e7ec5c6 koha_sip[2819]:
Sip::MsgType::new('C4::SIP::Sip::MsgType', '9300CNkoha...', '93'): seq.no '0',
protocol 2
 70 Feb  6 01:35:39 9fb85e7ec5c6 koha_sip[2819]:
Sip::MsgType::_initialize('Login', '00CNkoha|COkoha|CPCPL', 'A1A1', '2', ...)
 71 Feb  6 01:35:39 9fb85e7ec5c6 koha_sip[2819]: login_core: $VAR1 = 'ILS';
 72 Feb  6 01:35:39 9fb85e7ec5c6 koha_sip[2819]: new ILS 'kohalibrary'
 73 Feb  6 01:35:39 9fb85e7ec5c6 koha_sip[2819]: raw_transport: uname/inst:
'koha/kohalibrary'
 74 Feb  6 01:35:39 9fb85e7ec5c6 koha_sip[2819]: read_request trimmed 2
character(s)
 75 Feb  6 01:35:39 9fb85e7ec5c6 koha_sip[2819]:
Sip::MsgType::new('C4::SIP::Sip::MsgType', '11YN202002...', '11'): seq.no '0',
protocol 2
 76 Feb  6 01:35:39 9fb85e7ec5c6 koha_sip[2819]:
Sip::MsgType::_initialize('Checkout', 'YN20200206    01353920200206   
013539AOCPL|AA1|AB3999900000001|ACkoha|BON|BIN', 'CCA18A18', '38', ...)
 77 Feb  6 01:35:39 9fb85e7ec5c6 koha_sip[2819]: new ILS::Patron(1): found
patron '1'
 78 Feb  6 01:35:39 9fb85e7ec5c6 koha_sip[2819]: new
ILS::Item('3999900000001'): found with title 'E Street shuffle :'
 79 Feb  6 01:35:39 9fb85e7ec5c6 koha_sip[2819]: ILS::Transaction::Checkout
performing checkout...

Oh wait the screen output from "perl C4/SIP/SIPServer.pm etc/SIPconfig.xml" is
now showing some errors:

Use of uninitialized value $key in index at
/kohadevbox/koha/C4/SIP/Sip/MsgType.pm line 337, <STDIN> line 1.
Use of uninitialized value $key in index at
/kohadevbox/koha/C4/SIP/Sip/MsgType.pm line 337, <STDIN> line 2.
DBD::mysql::st execute failed: Data too long for column 'branchcode' at row 1
[for Statement "INSERT INTO `issues` ( `auto_renew`, `borrowernumber`,
`branchcode`, `date_due`, `issuedate`, `itemnumber`, `onsite_checkout`) VALUES
( ?, ?, ?
, ?, ?, ?, ? )" with ParamValues: 0=0, 1=1, 2="kohalibrary", 3='2020-02-11
23:59:00', 4='2020-02-06 01:47:47', 5=1, 6=0] at
/usr/share/perl5/DBIx/Class/Storage/DBI.pm line 1836, <STDIN> line 2.

So that's just bad config...

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list