Norconex Crawlers (or spiders) are flexible web and filesystem crawlers for collecting, parsing, and manipulating data from the web or filesystem to various data repositories such as search engines.
Hi,
It seems there's a regression with HttpCollector 2.8.0 (not reproduced in 2.7.1).
An Ajax crawl throws Null Pointer Exception :
java.lang.NullPointerException
at com.norconex.collector.http.fetch.impl.PhantomJSDocumentFetcher.createPhantomJSCommand(PhantomJSDocumentFetcher.java:1030)
at com.norconex.collector.http.fetch.impl.PhantomJSDocumentFetcher.fetchPhantomJSDocument(PhantomJSDocumentFetcher.java:799)
at com.norconex.collector.http.fetch.impl.PhantomJSDocumentFetcher.fetchDocument(PhantomJSDocumentFetcher.java:773)
at com.norconex.collector.http.pipeline.importer.DocumentFetcherStage.executeStage(DocumentFetcherStage.java:42)
on the line:
cmdArgs.add(argQuote( // phantom.js arg 7
screenshotDimensions.getWidth() + "x"
+ screenshotDimensions.getHeight()));
Hi, It seems there's a regression with HttpCollector 2.8.0 (not reproduced in 2.7.1). An Ajax crawl throws Null Pointer Exception :
on the line: