Hi, now i have corrected start SIP2Server but when i try to login, server reply me invalid login: telnet localhost 8023 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. login: sipterm1 password: term1 Invalid login login: password: Invalid login login: password: Invalid login Login OK. Initiating SIP 9300CNsipterm1|COterm1|CPMAIN 940 Connection closed by foreign host. but my SIPServer.xml is the same to this on: https://sites.google.com/a/liblime.com/koha-manual/Home/Table-of-Contents/Ap... https://sites.google.com/a/liblime.com/koha-manual/Home/Table-of-Contents/Ap... What is the possible problem? Thanks -- View this message in context: http://www.nabble.com/Invalid-Login-on-SIP2-Server...-why--tp21951242p219512... Sent from the Koha - Discuss mailing list archive at Nabble.com.
MHmhmh after the login i send this msg 2300120080623 172148AOIpsa|AA23820002060444|ACsipterm1|ADbadpassword|\r\n but server reply: Connection closed by foreign host. on server screen i recived this msg: "Can't call method "check_inst_id" on an undefined value at /Sip/MsgType.pm line 483." what is the problem? on google i have not found anything -- View this message in context: http://www.nabble.com/Invalid-Login-on-SIP2-Server...-why--tp21951242p219525... Sent from the Koha - Discuss mailing list archive at Nabble.com.
2009/2/11 Luigi Ipsa <l.piccione@ipsa.eu>
MHmhmh after the login i send this msg 2300120080623 172148AOIpsa|AA23820002060444|ACsipterm1|ADbadpassword|\r\n
but server reply: Connection closed by foreign host.
on server screen i recived this msg: "Can't call method "check_inst_id" on an undefined value at /Sip/MsgType.pm line 483."
what is the problem? on google i have not found anything
-- View this message in context: http://www.nabble.com/Invalid-Login-on-SIP2-Server...-why--tp21951242p219525... Sent from the Koha - Discuss mailing list archive at Nabble.com.
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
To create a login for SIP, you have to have the user specified both in your SIPconfig.xml and set up as a staff user with that same exact login and the "circulate" permission. I'm not sure why it gave you that Login OK... message, but it is almost certainly a bug. -- Jesse Weaver
Now, i have setting permission of circulation on my account but when i try to login server reply: check_api_auth returns ok Telnet Login Timed out at ./SIPServer.pm line 234, <STDIN> chunk 2. why? -- View this message in context: http://www.nabble.com/Invalid-Login-on-SIP2-Server...-why--tp21951242p219741... Sent from the Koha - Discuss mailing list archive at Nabble.com.
hi Luigi, i just came out of the same problem few days back.nothing great in that.i beilieve i can help u out.let me know your Operating system and make sure to check the syslog file and post the error. regards, vimal
hi vimal, i use ubuntu server 8.04 without any update. this is syslog start sip2server->try to login with user: sipterm1 and pwd: tem1 Feb 12 12:46:41 koha-ubuntu-804 acs-server[9694]: 2009/02/12-12:46:41 SIPServer (type Net::Server::PreFork) starting! pid(9694) Feb 12 12:46:41 koha-ubuntu-804 acs-server[9694]: Binding to TCP port 6001 on host 127.0.0.1 Feb 12 12:46:41 koha-ubuntu-804 acs-server[9694]: Binding to TCP port 8023 on host * Feb 12 12:46:41 koha-ubuntu-804 acs-server[9694]: Group Not Defined. Defaulting to EGID '1000 1000 113 112 107 46 44 30 29 25 24 20 4' Feb 12 12:46:41 koha-ubuntu-804 acs-server[9694]: User Not Defined. Defaulting to EUID '1000' Feb 12 12:46:46 koha-ubuntu-804 acs-server[9695]: Configuration::find_service: Trying 8023/tcp Feb 12 12:46:46 koha-ubuntu-804 acs-server[9695]: telnet_transport: timeout is 60 Feb 12 12:46:50 koha-ubuntu-804 acs-server[9695]: telnet_transport 1: uid length 9, pwd length 7 Feb 12 12:46:50 koha-ubuntu-804 acs-server[9695]: get_clean_string pre-clean(length 9): sipterm1^M Feb 12 12:46:50 koha-ubuntu-804 acs-server[9695]: get_clean_string post-clean(length 8): sipterm1 Feb 12 12:46:50 koha-ubuntu-804 acs-server[9695]: get_clean_string pre-clean(length 7): term1^M Feb 12 12:46:50 koha-ubuntu-804 acs-server[9695]: get_clean_string post-clean(length 5): term1 Feb 12 12:46:50 koha-ubuntu-804 acs-server[9695]: telnet_transport 2: uid length 8, pwd length 5 Feb 12 12:46:51 koha-ubuntu-804 acs-server[9695]: Successful login/auth for 'sipterm1' of 'Ipsa' Feb 12 12:46:51 koha-ubuntu-804 acs-server[9695]: login_core: $VAR1 = 'ILS'; Feb 12 12:46:51 koha-ubuntu-804 acs-server[9695]: Sip::Configuration::Service=HASH(0x851c8a0): Loading ILS implementation 'ILS' for instituti$ Feb 12 12:46:51 koha-ubuntu-804 acs-server[9695]: telnet_transport: Login timed out vimal laxman wrote:
hi Luigi, i just came out of the same problem few days back.nothing great in that.i beilieve i can help u out.let me know your Operating system and make sure to check the syslog file and post the error.
regards, vimal
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- View this message in context: http://www.nabble.com/Invalid-Login-on-SIP2-Server...-why--tp21951242p219744... Sent from the Koha - Discuss mailing list archive at Nabble.com.
hello all, i got the same problem as L. Ipsa (*), with a small difference: May 12 07:40:23 catalogue3 <182>May 12 07:40:23 acs-server[17151]: Successful login/auth for 'cap3m' of 'CMI' May 12 07:40:23 catalogue3 <183>May 12 07:40:23 acs-server[17151]: login_core: $VAR1 = 'ILS'; Telnet Login Timed out at ./SIPServer.pm line 234, <STDIN> chunk 2. May 12 07:40:23 catalogue3 <179>May 12 07:40:23 acs-server[17151]: Sip::Configuration::Service=HASH(0x8a7f324): Loading ILS implementation 'ILS' for institution 'CMI' failed May 12 07:40:23 catalogue3 <179>May 12 07:40:23 acs-server[17151]: telnet_transport: Login timed out In my case, the loading of "ILS implementation" failed!? anybody can help? how can i verify if user cap3m is correctly defined? I'm surprised to get 0 rows with this select: mysql> select flag,user_permissions.code as code from user_permissions join permissions USING (module_bit, code) JOIn userflags ON (permissions.module_bit = userflags.bit) JOIN borrowers ON (user_permissions.borrowernumber=borrowers.borrowernumber) where userid='cap3m'; Empty set (0.00 sec) thanks in advance for help, (*) http://lists.katipo.co.nz/public/koha/2009-February/017045.html Luigi Ipsa wrote:
hi vimal,
i use ubuntu server 8.04 without any update.
this is syslog start sip2server->try to login with user: sipterm1 and pwd: tem1
Feb 12 12:46:41 koha-ubuntu-804 acs-server[9694]: 2009/02/12-12:46:41 SIPServer (type Net::Server::PreFork) starting! pid(9694) Feb 12 12:46:41 koha-ubuntu-804 acs-server[9694]: Binding to TCP port 6001 on host 127.0.0.1 Feb 12 12:46:41 koha-ubuntu-804 acs-server[9694]: Binding to TCP port 8023 on host * Feb 12 12:46:41 koha-ubuntu-804 acs-server[9694]: Group Not Defined. Defaulting to EGID '1000 1000 113 112 107 46 44 30 29 25 24 20 4' Feb 12 12:46:41 koha-ubuntu-804 acs-server[9694]: User Not Defined. Defaulting to EUID '1000' Feb 12 12:46:46 koha-ubuntu-804 acs-server[9695]: Configuration::find_service: Trying 8023/tcp Feb 12 12:46:46 koha-ubuntu-804 acs-server[9695]: telnet_transport: timeout is 60 Feb 12 12:46:50 koha-ubuntu-804 acs-server[9695]: telnet_transport 1: uid length 9, pwd length 7 Feb 12 12:46:50 koha-ubuntu-804 acs-server[9695]: get_clean_string pre-clean(length 9): sipterm1^M Feb 12 12:46:50 koha-ubuntu-804 acs-server[9695]: get_clean_string post-clean(length 8): sipterm1 Feb 12 12:46:50 koha-ubuntu-804 acs-server[9695]: get_clean_string pre-clean(length 7): term1^M Feb 12 12:46:50 koha-ubuntu-804 acs-server[9695]: get_clean_string post-clean(length 5): term1 Feb 12 12:46:50 koha-ubuntu-804 acs-server[9695]: telnet_transport 2: uid length 8, pwd length 5 Feb 12 12:46:51 koha-ubuntu-804 acs-server[9695]: Successful login/auth for 'sipterm1' of 'Ipsa' Feb 12 12:46:51 koha-ubuntu-804 acs-server[9695]: login_core: $VAR1 = 'ILS'; Feb 12 12:46:51 koha-ubuntu-804 acs-server[9695]: Sip::Configuration::Service=HASH(0x851c8a0): Loading ILS implementation 'ILS' for instituti$ Feb 12 12:46:51 koha-ubuntu-804 acs-server[9695]: telnet_transport: Login timed out
Hi... Does anyone found solution for this problem? Thanks -- View this message in context: http://www.nabble.com/Invalid-Login-on-SIP2-Server...-why--tp21951242p249674... Sent from the Koha - Discuss mailing list archive at Nabble.com.
The error message is informative. It tells you that you couldn't load the ILS.pm module for CMI. That means there isn't an <institution> element with id="CMI" in your SIPconfig.xml. As the comment there says: Institution tags are for enabled branches. There needs to be one institution stanza for each institution named in the accounts above. So it doesn't seem to have anything to do with the database. Copy one of the <institution> lines and change the id to CMI. Restart the SIPServer and try again. --Joe Atzberger On Tue, May 12, 2009 at 1:50 AM, ghenry <ghenry@cmi.univ-mrs.fr> wrote:
hello all, i got the same problem as L. Ipsa (*), with a small difference:
May 12 07:40:23 catalogue3 <182>May 12 07:40:23 acs-server[17151]: Successful login/auth for 'cap3m' of 'CMI' May 12 07:40:23 catalogue3 <183>May 12 07:40:23 acs-server[17151]: login_core: $VAR1 = 'ILS'; Telnet Login Timed out at ./SIPServer.pm line 234, <STDIN> chunk 2. May 12 07:40:23 catalogue3 <179>May 12 07:40:23 acs-server[17151]: Sip::Configuration::Service=HASH(0x8a7f324): Loading ILS implementation 'ILS' for institution 'CMI' failed May 12 07:40:23 catalogue3 <179>May 12 07:40:23 acs-server[17151]: telnet_transport: Login timed out
In my case, the loading of "ILS implementation" failed!?
anybody can help? how can i verify if user cap3m is correctly defined? I'm surprised to get 0 rows with this select: mysql> select flag,user_permissions.code as code from user_permissions join permissions USING (module_bit, code) JOIn userflags ON (permissions.module_bit = userflags.bit) JOIN borrowers ON (user_permissions.borrowernumber=borrowers.borrowernumber) where userid='cap3m'; Empty set (0.00 sec)
thanks in advance for help,
hi vimal,
i use ubuntu server 8.04 without any update.
this is syslog start sip2server->try to login with user: sipterm1 and
(*) http://lists.katipo.co.nz/public/koha/2009-February/017045.html Luigi Ipsa wrote: pwd:
tem1
Feb 12 12:46:41 koha-ubuntu-804 acs-server[9694]: 2009/02/12-12:46:41 SIPServer (type Net::Server::PreFork) starting! pid(9694) Feb 12 12:46:41 koha-ubuntu-804 acs-server[9694]: Binding to TCP port 6001 on host 127.0.0.1 Feb 12 12:46:41 koha-ubuntu-804 acs-server[9694]: Binding to TCP port 8023 on host * Feb 12 12:46:41 koha-ubuntu-804 acs-server[9694]: Group Not Defined. Defaulting to EGID '1000 1000 113 112 107 46 44 30 29 25 24 20 4' Feb 12 12:46:41 koha-ubuntu-804 acs-server[9694]: User Not Defined. Defaulting to EUID '1000' Feb 12 12:46:46 koha-ubuntu-804 acs-server[9695]: Configuration::find_service: Trying 8023/tcp Feb 12 12:46:46 koha-ubuntu-804 acs-server[9695]: telnet_transport: timeout is 60 Feb 12 12:46:50 koha-ubuntu-804 acs-server[9695]: telnet_transport 1: uid length 9, pwd length 7 Feb 12 12:46:50 koha-ubuntu-804 acs-server[9695]: get_clean_string pre-clean(length 9): sipterm1^M Feb 12 12:46:50 koha-ubuntu-804 acs-server[9695]: get_clean_string post-clean(length 8): sipterm1 Feb 12 12:46:50 koha-ubuntu-804 acs-server[9695]: get_clean_string pre-clean(length 7): term1^M Feb 12 12:46:50 koha-ubuntu-804 acs-server[9695]: get_clean_string post-clean(length 5): term1 Feb 12 12:46:50 koha-ubuntu-804 acs-server[9695]: telnet_transport 2: uid length 8, pwd length 5 Feb 12 12:46:51 koha-ubuntu-804 acs-server[9695]: Successful login/auth for 'sipterm1' of 'Ipsa' Feb 12 12:46:51 koha-ubuntu-804 acs-server[9695]: login_core: $VAR1 = 'ILS'; Feb 12 12:46:51 koha-ubuntu-804 acs-server[9695]: Sip::Configuration::Service=HASH(0x851c8a0): Loading ILS implementation 'ILS' for instituti$ Feb 12 12:46:51 koha-ubuntu-804 acs-server[9695]: telnet_transport: Login timed out <http://lists.katipo.co.nz/mailman/listinfo/koha>
hi... my problem is i can't load ILS module from MAIN. i already have the id for MAIN in one of my <institution> lines. <institution id="MAIN" implementation="ILS" parms=""> <policy checkin="true" checkout="true" renewal="true" status_update="false" offline="false" timeout="100" retries="5" /> </institution> is there anything wrong in my institution line Thanks Joe Atzberger wrote:
The error message is informative. It tells you that you couldn't load the ILS.pm module for CMI. That means there isn't an <institution> element with id="CMI" in your SIPconfig.xml.
As the comment there says:
Institution tags are for enabled branches. There needs to be one institution stanza for each institution named in the accounts above.
So it doesn't seem to have anything to do with the database. Copy one of the <institution> lines and change the id to CMI. Restart the SIPServer and try again.
--Joe Atzberger
On Tue, May 12, 2009 at 1:50 AM, ghenry <ghenry@cmi.univ-mrs.fr> wrote:
hello all, i got the same problem as L. Ipsa (*), with a small difference:
May 12 07:40:23 catalogue3 <182>May 12 07:40:23 acs-server[17151]: Successful login/auth for 'cap3m' of 'CMI' May 12 07:40:23 catalogue3 <183>May 12 07:40:23 acs-server[17151]: login_core: $VAR1 = 'ILS'; Telnet Login Timed out at ./SIPServer.pm line 234, <STDIN> chunk 2. May 12 07:40:23 catalogue3 <179>May 12 07:40:23 acs-server[17151]: Sip::Configuration::Service=HASH(0x8a7f324): Loading ILS implementation 'ILS' for institution 'CMI' failed May 12 07:40:23 catalogue3 <179>May 12 07:40:23 acs-server[17151]: telnet_transport: Login timed out
In my case, the loading of "ILS implementation" failed!?
anybody can help? how can i verify if user cap3m is correctly defined? I'm surprised to get 0 rows with this select: mysql> select flag,user_permissions.code as code from user_permissions join permissions USING (module_bit, code) JOIn userflags ON (permissions.module_bit = userflags.bit) JOIN borrowers ON (user_permissions.borrowernumber=borrowers.borrowernumber) where userid='cap3m'; Empty set (0.00 sec)
thanks in advance for help,
hi vimal,
i use ubuntu server 8.04 without any update.
this is syslog start sip2server->try to login with user: sipterm1 and
(*) http://lists.katipo.co.nz/public/koha/2009-February/017045.html Luigi Ipsa wrote: pwd:
tem1
Feb 12 12:46:41 koha-ubuntu-804 acs-server[9694]: 2009/02/12-12:46:41 SIPServer (type Net::Server::PreFork) starting! pid(9694) Feb 12 12:46:41 koha-ubuntu-804 acs-server[9694]: Binding to TCP port 6001 on host 127.0.0.1 Feb 12 12:46:41 koha-ubuntu-804 acs-server[9694]: Binding to TCP port 8023 on host * Feb 12 12:46:41 koha-ubuntu-804 acs-server[9694]: Group Not Defined. Defaulting to EGID '1000 1000 113 112 107 46 44 30 29 25 24 20 4' Feb 12 12:46:41 koha-ubuntu-804 acs-server[9694]: User Not Defined. Defaulting to EUID '1000' Feb 12 12:46:46 koha-ubuntu-804 acs-server[9695]: Configuration::find_service: Trying 8023/tcp Feb 12 12:46:46 koha-ubuntu-804 acs-server[9695]: telnet_transport: timeout is 60 Feb 12 12:46:50 koha-ubuntu-804 acs-server[9695]: telnet_transport 1: uid length 9, pwd length 7 Feb 12 12:46:50 koha-ubuntu-804 acs-server[9695]: get_clean_string pre-clean(length 9): sipterm1^M Feb 12 12:46:50 koha-ubuntu-804 acs-server[9695]: get_clean_string post-clean(length 8): sipterm1 Feb 12 12:46:50 koha-ubuntu-804 acs-server[9695]: get_clean_string pre-clean(length 7): term1^M Feb 12 12:46:50 koha-ubuntu-804 acs-server[9695]: get_clean_string post-clean(length 5): term1 Feb 12 12:46:50 koha-ubuntu-804 acs-server[9695]: telnet_transport 2: uid length 8, pwd length 5 Feb 12 12:46:51 koha-ubuntu-804 acs-server[9695]: Successful login/auth for 'sipterm1' of 'Ipsa' Feb 12 12:46:51 koha-ubuntu-804 acs-server[9695]: login_core: $VAR1 = 'ILS'; Feb 12 12:46:51 koha-ubuntu-804 acs-server[9695]: Sip::Configuration::Service=HASH(0x851c8a0): Loading ILS implementation 'ILS' for instituti$ Feb 12 12:46:51 koha-ubuntu-804 acs-server[9695]: telnet_transport: Login timed out <http://lists.katipo.co.nz/mailman/listinfo/koha>
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
-- View this message in context: http://www.nabble.com/Invalid-Login-on-SIP2-Server...-why--tp21951242p250204... Sent from the Koha - Discuss mailing list archive at Nabble.com.
participants (6)
-
ghenry -
Jesse -
Joe Atzberger -
lindamr -
Luigi Ipsa -
vimal laxman