mohankreddy / crawler4j

Automatically exported from code.google.com/p/crawler4j
0 stars 0 forks source link

Incompatible argument to function Exception #148

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Following tutorial of Basic Crawler
2. Setting the arguments for root folder and number of crawlers
3. Executing the program in Eclipse

What is the expected output? What do you see instead?
--> Outgoing links expected
--> Exception in thread "main" java.lang.VerifyError: 
(class:org/apache/http/params/HttpProtocolParamBean, method: setVersion 
signature: (Lorg/apache/http/HttpVersion;)V) Incompatible argument to function
    at edu.uci.ics.crawler4j.fetcher.PageFetcher.<init>(PageFetcher.java:81)
    at edu.uci.ics.crawler4j.examples.basic.ControllerWithShutdown.main(ControllerWithShutdown.java:48)

What version of the product are you using?
--> Crawler4j-3.3

Please provide any additional information below.
--> I am using Mac and passing /Users/<Mac Name>/Downloads/Data as 1st argument 
along with 5 as second argument.

Original issue reported on code.google.com by salokhe....@gmail.com on 2 May 2012 at 12:37

GoogleCodeExporter commented 9 years ago
Same problem :(

Original comment by AldoCast...@gmail.com on 11 Oct 2012 at 6:59

GoogleCodeExporter commented 9 years ago
Try having the first argument in quotes.

It is working for me though.

Please post the exact argument list you run it with please so I can check it. 

Original comment by avrah...@gmail.com on 11 Aug 2014 at 1:43

GoogleCodeExporter commented 9 years ago
Not a bug or feature request

Original comment by avrah...@gmail.com on 11 Aug 2014 at 1:43