Bug 23564

Summary: Port 6001 can not be up
Product: Koha Reporter: azmi kadir <pemburumalam>
Component: SIP2Assignee: Bugs List <koha-bugs>
Status: CLOSED INVALID QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: colin.campbell, gmcharlt, katrin.fischer, kyle.m.hall, m.de.rooy
Version: 18.11   
Hardware: All   
OS: Linux   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description azmi kadir 2019-09-06 16:34:20 UTC
HI,
I have tried to enable SIP2 FUNCTIONALITY but can not be upped or started.
So 6001 PORT  is closed.
Then, I try to run this command
- koha-shell kohalibrary
- perl /usr/share/koha/lib/C4/SIP/SIPServer.pm etc/koha/sites/kohalibrary/SIPconfig.xml

Then I got this error
".. mismatched tag at line 144, column 6, byte 5693 at /usr/lib/x86_64-linux-gnu/perl5/5.20/XML/Parser.pm line 187."

Thanks.

Best regards,
AZMI KADIR
Comment 1 Marcel de Rooy 2019-09-06 17:07:36 UTC
(In reply to azmi kadir from comment #0)

Azmi,
You'd better ask this question on the Koha mailing list.
BTW Did you forget a forward slash in the path to your SIPconfig?
I mean: /etc/koha/sites/kohalibrary/SIPconfig.xml

Regards
Comment 2 Katrin Fischer 2019-09-06 17:13:32 UTC
Please ask on the mailing list as Marcel suggested - many more people will read it there and be able to help you.

".. mismatched tag at line 144, column 6, byte 5693 at /usr/lib/x86_64-linux-gnu/perl5/5.20/XML/Parser.pm line 187."

Suggests that you have a syntax error in your configuration file, so this is more likely to be the cause than a bug.