• Cant' get this to work, what am I doing wrong?

    By Karen De Lucia 2 decades ago

    This is my log when I try to update feeds:

    Feed Reader Log:



    Program: Feed Reader

    Run Date: 05/21/2007



    Results:

    1:30:12 PM start…

    1:30:12 PM using thread: 0

    1:30:12 PM using thread: 1

    1:30:12 PM using thread: 2

    1:30:12 PM using thread: 3

    1:30:12 PM waiting…active threads: 4

    1:30:27 PM agent error for feed: http://www.scottgood.com/jsg/blog.nsf/stories.rss message: IOException: Connection establishment timed out

    1:30:27 PM thread released

    1:30:27 PM agent error for feed: http://dwlt.net/tapestry/dilbert.rdf message: IOException: Connection establishment timed out

    1:30:27 PM thread released

    1:30:27 PM waiting…active threads: 2

    1:30:27 PM agent error for feed: http://www.edbrill.com/ebrill/edbrill.nsf/blog.rss message: IOException: Connection establishment timed out

    1:30:27 PM thread released

    1:30:27 PM waiting…active threads: 1

    1:30:27 PM agent error for feed: http://www.alistapart.com/rss.xml message: IOException: Connection establishment timed out

    1:30:27 PM thread released

    1:30:27 PM threads complete

    1:30:27 PM done



    I could very well be doing something stupid. Any ideas? I just downloaded this and I'm trying to run it manually from the Notes client. Thanks!

    • could it be proxy related?

      By Ib Johansen 2 decades ago

      I had the same problem Karen, and in my case the java agents making the connection to the URL where the rss feed was located, was unable to get through our proxy.



      Adding a proxy to the java code could be done as described here: http://www.javaworld.com/javaworld/javatips/jw-javatip42.html



      at least it solved my problem..

      • Code example?

        By Martin Perrie 2 decades ago

        Hi, Do you have an example of the code changes required to get this work from behind a firewall. Thanks for any help.