https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32934
--- Comment #10 from Brendan Lawlor <[email protected]> --- Test Notes: Add port mapping to ktd docker-compose-lihgt.yml services: koha: ports: - "6001:6001" In ktd --shell install telnet sudo apt update && sudo apt install -y telnet Check that SIP server is running: sudo koha-sip --status kohadev Connect to SIP server and send messages: kohadev-koha@kohadevbox:koha(main)$ telnet localhost 6001 Trying ::1... Connection failed: Connection refused Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 9300CNterm1|COterm1|CPCPL| 941 11YY20240411 14540120270411 145401AOCPL|AA23529001000463|AB39999000001259|ACterm1|BIN| 121NNY20240419 151631AOCPL|AA23529001000463|AB39999000001259|AJDream of fair to middling women /|AH| ^] 96 Connection closed by foreign host. Check Edna's checkouts, checkout date is 4/11/2027 and due date is 4/16/2027 Check the item in Apply patch. The patch applies without an error, but then there's an issue when you try to restart_all kohadev-koha@kohadevbox:koha(main)$ restart_all Restarting Apache httpd web server: apache2. Restarting Koha ILS: koha-commonStopping Plack daemon for kohadev:. Stopping Z39.50/SRU daemon for kohadev:. Stopping Koha worker daemon for kohadev (default):. Stopping Koha worker daemon for kohadev (long_tasks):. Stopping Koha indexing daemon for kohadev:. Successfully stopped all services for instance koha-common:. Starting Plack daemon for kohadev:. Starting Z39.50/SRU daemon for kohadev:Global symbol "$checkout" requires explicit package name (did you forget to declare "my $checkout"?) at /kohadevbox/koha/C4/Circulation.pm line 4307. Compilation failed in require at /kohadevbox/koha/Koha/Items.pm line 27. BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Items.pm line 27. Compilation failed in require at /kohadevbox/koha/Koha/Statistic.pm line 25. BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Statistic.pm line 25. Compilation failed in require at /kohadevbox/koha/Koha/Statistics.pm line 23. BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Statistics.pm line 23. Compilation failed in require at /kohadevbox/koha/C4/Stats.pm line 22. BEGIN failed--compilation aborted at /kohadevbox/koha/C4/Stats.pm line 22. Compilation failed in require at /kohadevbox/koha/C4/Accounts.pm line 23. BEGIN failed--compilation aborted at /kohadevbox/koha/C4/Accounts.pm line 23. Compilation failed in require at /kohadevbox/koha/C4/Overdues.pm line 30. BEGIN failed--compilation aborted at /kohadevbox/koha/C4/Overdues.pm line 30. Compilation failed in require at /kohadevbox/koha/C4/Members.pm line 27. BEGIN failed--compilation aborted at /kohadevbox/koha/C4/Members.pm line 27. Compilation failed in require at /kohadevbox/koha/C4/Letters.pm line 29. BEGIN failed--compilation aborted at /kohadevbox/koha/C4/Letters.pm line 29. Compilation failed in require at /kohadevbox/koha/Koha/Auth/TwoFactorAuth.pm line 23. BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Auth/TwoFactorAuth.pm line 23. Compilation failed in require at /kohadevbox/koha/C4/Auth.pm line 40. BEGIN failed--compilation aborted at /kohadevbox/koha/C4/Auth.pm line 40. Compilation failed in require at /kohadevbox/koha/C4/Serials.pm line 37. BEGIN failed--compilation aborted at /kohadevbox/koha/C4/Serials.pm line 37. Compilation failed in require at /kohadevbox/koha/Koha/Biblio.pm line 29. BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Biblio.pm line 29. Compilation failed in require at /kohadevbox/koha/Koha/Biblios.pm line 25. BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Biblios.pm line 25. Compilation failed in require at /kohadevbox/koha/Koha/Libraries.pm line 25. BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Libraries.pm line 25. Compilation failed in require at /kohadevbox/koha/Koha/Object/Limit/Library.pm line 22. BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Object/Limit/Library.pm line 22. Compilation failed in require at /usr/lib/x86_64-linux-gnu/perl-base/base.pm line 135. ...propagated at /usr/lib/x86_64-linux-gnu/perl-base/base.pm line 157. BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/AuthorisedValue.pm line 25. Compilation failed in require at /kohadevbox/koha/Koha/AuthorisedValues.pm line 25. BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/AuthorisedValues.pm line 25. Compilation failed in require at /kohadevbox/koha/C4/Koha.pm line 27. BEGIN failed--compilation aborted at /kohadevbox/koha/C4/Koha.pm line 27. Compilation failed in require at /kohadevbox/koha/C4/Biblio.pm line 88. BEGIN failed--compilation aborted at /kohadevbox/koha/C4/Biblio.pm line 88. Compilation failed in require at /kohadevbox/koha/Koha/Z3950Responder.pm line 22. BEGIN failed--compilation aborted at /kohadevbox/koha/Koha/Z3950Responder.pm line 22. Compilation failed in require at /kohadevbox/koha/misc/z3950_responder.pl line 27. BEGIN failed--compilation aborted at /kohadevbox/koha/misc/z3950_responder.pl line 27. failed! Starting Koha worker daemon for kohadev (default):. Starting Koha worker daemon for kohadev (long_tasks):. Starting Koha indexing daemon for kohadev:. . -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
