[Koha] SIPconfig.xml

Colin Campbell colin.campbell at ptfs-europe.com
Mon Sep 22 20:17:20 NZST 2014


On Sat, Sep 20, 2014 at 11:42:14AM +0530, vishal patil wrote:
> Hi all,
> 
> I am facing problem with implementing 3M RFID system with koha, from log
> file I am getting below error:
> *Can't connect to TCP port 6001 on 0.0.0.0 [Address already in use]*
Sounds like you've already got something running using port 6001
> 
> I assigned the 0.0.0.0 IP address and port 6001 to the service, but I want
> to start it using specific IP address say 178.79.221.342:6001, when I
> changes the IP from 0.0.0.0 to any specific IP address the SIP service is
> not getting started.
> 
> I am using below commands to start SIP:
> export KOHA_CONF=/path to koha-conf.xml
> export PERL5LIB=/path to kohaclone
> perl -I C4/SIP/ -MILS C4/SIP/SIPServer.pm C4/SIP/SIPconfig.xml &
> 
> but when I checked with ps -ef | grep SIP
> service is not showing as started.

Because something is already running on port 6001 (see above). You need
to free up the port before the SIPServer can listen on it

Colin

-- 
Colin Campbell
Chief Software Engineer,
PTFS Europe Limited
Content Management and Library Solutions
+44 (0) 800 756 6803 (phone)
+44 (0) 7759 633626  (mobile)
colin.campbell at ptfs-europe.com
skype: colin_campbell2

http://www.ptfs-europe.com


More information about the Koha mailing list