Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ato
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question 1: Can the crawled data be saved locally as text?
Question 2: After a link is climbed, can it be climbed again?
Current test results, the same link is crawling again error
bug is:
严重: Can't create bean 'warcWriter'; Can't create bean 'dispositionProcessors'; Can't create bean 'crawlController'; Can't create bean 'frontier'; Can't create bean 'seeds'
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'seeds': Unsatisfied dependency expressed through method 'setSeedListeners' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'frontier': Unsatisfied dependency expressed through method 'setCrawlController' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'crawlController': Unsatisfied dependency expressed through method 'setDispositionChain' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dispositionProcessors' defined in URL [file:/D:/MyProduct/heritrix3/./jobs/spider2/crawler-beans.cxml]: Cannot resolve reference to bean 'warcWriter' while setting bean property 'processors' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'warcWriter' defined in URL [file:/D:/MyProduct/heritrix3/./jobs/spider2/crawler-beans.cxml]: Instantiation of bean failed; nested exception is java.lang.ExceptionInInitializerError
Beta Was this translation helpful? Give feedback.
All reactions