so, what can I do to find the problem. Can I create a python script to find it. Because I know that it's can be : - a port problem, (but I think the RSS file use the 80) - a firewall problem - a router problem (I suppose that the network administrator have upgrade correctly all the router) - something else. I am completely lost in this problem. But I am positive ;-) -----Original Message----- From: Norm Petterson [mailto:njp@njp.us] Sent: 03 June 2004 14:20 To: Dieter Maurer; Passin, Tom Cc: zope@zope.org; HERITIER Damien Subject: Re: [Zope] problem with RSS ----- Original Message ----- From: "Dieter Maurer" <dieter@handshake.de> To: "Passin, Tom" <tpassin@mitretek.org> Cc: <zope@zope.org>; "HERITIER Damien" <HERITIDA@london.cic.fr> Sent: Wednesday, June 02, 2004 5:59 PM Subject: RE: [Zope] problem with RSS
Passin, Tom wrote at 2004-6-2 10:59 -0400:
From: zope-bounces@zope.org [mailto:zope-bounces@zope.org] On Behalf Of HERITIER Damien
I use zope 2.7 and plone 2.0 And I can't read the rss file I tested different product : RSSChannel, ZExternal, RSSSummary. And all the time I have the same error : IOError [Errno socket error] (10061, 'Connection refused')
This means: no server listening at port 10061.
No, this indicates a time-out due possibly to no server listening on whatever port you're trying (say 80 for instance), or to firewall blockage, or even a router that doesn't adhere to current TCP/IP standards (e.g., your TCP/IP implementation uses congestion control bits in its headers but some intermediate router's firmware hasn't been updated to handle them).
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
participants (1)
-
HERITIER Damien