Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problem downloading webpages

0 views
Skip to first unread message

ab

unread,
Jul 10, 2007, 9:29:11 PM7/10/07
to
I have a crawler that downloads the contents of a given URL. The code
runs well on my machine. I exported the jar file to another machine
and I am not getting any results from the crawler. I am guessing this
is a security issue and that I need to check a box somewhere for the
same. I am running the code on a windows machine. It does have a
firewall , but disabling the firewall did not help.

Please let me know if you have an idea as to what the issue might be.

Regards,
Akanksha

Andrew Thompson

unread,
Jul 11, 2007, 1:47:40 AM7/11/07
to
ab wrote:
..
>...I am guessing this is a security issue ...

Why guess, when the stack traces are
descriptive and specific?

Can you produce an SSCCE that
demonstrates this behaviour?
<http://www.physci.org/codes/sscce.html>

--
Andrew Thompson
http://www.athompson.info/andrew/

Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.aspx/java-general/200707/1

Roedy Green

unread,
Jul 24, 2007, 8:52:58 AM7/24/07
to
On Wed, 11 Jul 2007 01:29:11 -0000, ab <akanks...@gmail.com>
wrote, quoted or indirectly quoted someone who said :

>I have a crawler that downloads the contents of a given URL. The code
>runs well on my machine. I exported the jar file to another machine
>and I am not getting any results from the crawler. I am guessing this
>is a security issue and that I need to check a box somewhere for the
>same. I am running the code on a windows machine. It does have a
>firewall , but disabling the firewall did not help.

Get a dump of the console to see if you are getting any exceptions.
What Responsecodes are you getting from your HTTP GETs?
--
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com

0 new messages