I am trying to setup crawler4j via eclipse(juno). When I run it, I am getting the below exception(even though the program keeps running without logging anything):
"Exception in thread "main" java.lang.NoSuchMethodError: com.sleepycat.je.EnvironmentConfig.setAllowCreate(Z)Lcom/sleepycat/je/EnvironmentConfig; at edu.uci.ics.crawler4j.crawler.CrawlController.(CrawlController.java:90) at packCrawler.BasicCrawlController.main(BasicCrawlController.java:81)" error?. I am also getting the same error. When I clicked on (CrawlController.java:90)"
I could see that there is no source attached for CrawlController in crawler4j-3.4.jar. So I can't make out whether there is method "setAllowCreate
" or not.
There is similar post at : NoSuchMethodError in crawler4j CrawelController class
But it does not exactly say how the problem got fixed. Does anybody have any suggestion?
Thanks very much for your time. Neha