Re: [Koha] regarding problem with yaz-client
Dear Sir, I am getting again same error in step 2. Z> open tcp:z3950.loc.gov Connecting...error = System (lower-layer) error: Connection timed out As to network problem,Internet is comparatively fast upto 100 Mbps but I donot know about firewall that prevents IP connections on 7090 port? So suggest me how to overcome this problem? Is there any solution ???? with regards, vijay On Fri, Oct 17, 2008 at 12:32 PM, Frederic Demians <frederic@demians.fr> wrote:
I am using koha-3 on ubuntu 8.04 and yaz -version is 3.0.26-1 I am getting error during testing of yaz-client
Z> open tcp:z3950.loc.gov:7090/voyager?version=1.1&operation=searchRetrieve&query=dinosaur
Connecting...error = System (lower-layer) error: Connection timed out
Network error? Your host is to slow to reach z3950.loc.gov host? Or your firewall prevents IP connections on 7090 port?
You can try to use steps:
1. yaz-client 2. open tcp:z3950.loc.gov 3. base voyager 4. f dinosaur
If you have a timeout error at step 2, it's for sure a connection error. -- Frédéric
On 2008/10/17, at 8:44 PM, vijay kumar wrote:
Dear Sir, I am getting again same error in step 2. Z> open tcp:z3950.loc.gov Connecting...error = System (lower-layer) error: Connection timed out
As to network problem,Internet is comparatively fast upto 100 Mbps but I donot know about firewall that prevents IP connections on 7090 port? So suggest me how to overcome this problem? Is there any solution ????
with regards, vijay
You can try to use steps: 1. yaz-client 2. open tcp:z3950.loc.gov:7090 <<<<<<< ADD THE PORT 3. base voyager 4. f dinosaur
$ yaz-client Z> open tcp:z3950.loc.gov:7090 Connecting...OK. Sent initrequest. Connection accepted by v3 target. ID : 34 Name : Voyager LMS - Z39.50 Server (YAZ Proxy) Version: 2006.5.2/1.2.1.1 Options: search present Elapsed: 1.872320 Z>
On 2008/10/17, at 8:44 PM, vijay kumar wrote:
Dear Sir, I am getting again same error in step 2. Z> open tcp:z3950.loc.gov Connecting...error = System (lower-layer) error: Connection timed out
As to network problem,Internet is comparatively fast upto 100 Mbps but I donot know about firewall that prevents IP connections on 7090 port? So suggest me how to overcome this problem? Is there any solution ????
with regards, vijay
a more detailed example... $ yaz-client tcp:z3950.loc.gov:7090 Connecting...OK. Sent initrequest. Connection accepted by v3 target. ID : 34 Name : Voyager LMS - Z39.50 Server (YAZ Proxy) Version: 2006.5.2/1.2.1.1 Options: search present Elapsed: 0.475504 Z> base voyager Z> f dinosaur Sent searchRequest. Received SearchResponse. Search was a success. Number of hits: 1976 records returned: 0 Elapsed: 2.321614 Z>
Dear Sir, Again Getting same error after addding port also. Z> open tcp:z3950.loc.gov:7090 Connecting...error = System (lower-layer) error: Connection timed out Z> [2]+ Stopped ./yaz-client root@vijay-home:/usr/bin# yaz-client tcp:z3950.loc.gov:7090 Connecting...error = System (lower-layer) error: Connection timed out my yaz -version is 3.0.26-1 So guide me further.... With regards, vijay On Fri, Oct 17, 2008 at 1:25 PM, Mason James <mason.loves.sushi@gmail.com> wrote:
On 2008/10/17, at 8:44 PM, vijay kumar wrote:
Dear Sir, I am getting again same error in step 2. Z> open tcp:z3950.loc.gov Connecting...error = System (lower-layer) error: Connection timed out
As to network problem,Internet is comparatively fast upto 100 Mbps but I donot know about firewall that prevents IP connections on 7090 port? So suggest me how to overcome this problem? Is there any solution ????
with regards, vijay
a more detailed example...
$ yaz-client tcp:z3950.loc.gov:7090
Connecting...OK. Sent initrequest. Connection accepted by v3 target. ID : 34 Name : Voyager LMS - Z39.50 Server (YAZ Proxy) Version: 2006.5.2/1.2.1.1 Options: search present Elapsed: 0.475504 Z> base voyager Z> f dinosaur Sent searchRequest. Received SearchResponse. Search was a success. Number of hits: 1976 records returned: 0 Elapsed: 2.321614 Z>
On 2008/10/17, at 9:07 PM, vijay kumar wrote:
Dear Sir, Again Getting same error after addding port also. Z> open tcp:z3950.loc.gov:7090 Connecting...error = System (lower-layer) error: Connection timed out Z> [2]+ Stopped ./yaz-client root@vijay-home:/usr/bin# yaz-client tcp:z3950.loc.gov:7090 Connecting...error = System (lower-layer) error: Connection timed out
my yaz -version is 3.0.26-1
So guide me further....
With regards, vijay
try using telnet to test... $ telnet z3950.loc.gov 7090 Trying 140.147.249.38... Connected to ilsweb.loc.gov. Escape character is '^]'. ^] telnet> q Connection closed. $ if you can't connect to the host via telnet - you have a network issue. probably port 7090 is blocked for your network :(
On Fri, Oct 17, 2008 at 1:25 PM, Mason James <mason.loves.sushi@gmail.com> wrote:
On 2008/10/17, at 8:44 PM, vijay kumar wrote:
Dear Sir, I am getting again same error in step 2. Z> open tcp:z3950.loc.gov Connecting...error = System (lower-layer) error: Connection timed out
As to network problem,Internet is comparatively fast upto 100 Mbps but I donot know about firewall that prevents IP connections on 7090 port? So suggest me how to overcome this problem? Is there any solution ????
with regards, vijay
a more detailed example...
$ yaz-client tcp:z3950.loc.gov:7090
Connecting...OK. Sent initrequest. Connection accepted by v3 target. ID : 34 Name : Voyager LMS - Z39.50 Server (YAZ Proxy) Version: 2006.5.2/1.2.1.1 Options: search present Elapsed: 0.475504 Z> base voyager Z> f dinosaur Sent searchRequest. Received SearchResponse. Search was a success. Number of hits: 1976 records returned: 0 Elapsed: 2.321614 Z>
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Mason James -
vijay kumar