after enabling the sip using this cd /usr/share/koha/lib export PERL5LIB=/usr/share/koha/lib export KOHA_CONF=/etc/koha/sites/library/koha-conf.xml perl -IC4/SIP/ -MILS C4/SIP/SIPServer.pm /etc/koha/SIPconfig.xml after a while it stopped working and if again we use these command it will start but again it stopped whenever i reboot my system or few minutes wait any suggestion????
Do you have any clues why this might be, for example try to see sip-error.log or sip.log if there is any messages about any issues. We came across bug 27151 which sometimes kills/stops the sip2 server for us.
(In reply to Joonas Kylmälä from comment #1) > Do you have any clues why this might be, for example try to see > sip-error.log or sip.log if there is any messages about any issues. We came > across bug 27151 which sometimes kills/stops the sip2 server for us. no but when i check the status of sip it show running but but when i use sip tool to check it not be able to connect until i again repeat these process cd /usr/share/koha/lib export PERL5LIB=/usr/share/koha/lib export KOHA_CONF=/etc/koha/sites/library/koha-conf.xml perl -IC4/SIP/ -MILS C4/SIP/SIPServer.pm /etc/koha/SIPconfig.xml if i run these command its working fine for some time but after that same issue occured and when i check sip status for instance it shows running
Ok, please figure out first why koha-sip --enable <instance> and koha-sip --start <instance> doesn't work – otherwise it is quite difficult to help if you have custom procedure to starting the server.
(In reply to Joonas Kylmälä from comment #3) > Ok, please figure out first why koha-sip --enable <instance> and koha-sip > --start <instance> doesn't work – otherwise it is quite difficult to help if > you have custom procedure to starting the server. koha-sip --start library not working thats why i use the manual way to start sip but it not possible to cause after a while it stopped working
Discussion has moved to bug 27169, marking this as duplicate. *** This bug has been marked as a duplicate of bug 27169 ***