codelibs / elasticsearch-river-web

Web Crawler for Elasticsearch
Apache License 2.0
234 stars 57 forks source link

[ERROR][org.codelibs.robot.helper.impl.LogHelperImpl] Crawling Exception #73

Open abanger opened 9 years ago

abanger commented 9 years ago

[2014-11-27 12:11:06,621][ERROR][org.codelibs.robot.helper.impl.LogHelperImpl] Crawling Exception at http://www.qzlab.cn/html/504/507/2014/1103/35027.html org.seasar.framework.exception.InstantiationRuntimeException: [ESSR0041]org.codelibs.robot.entity.AccessResult's creation failure, because java.lang.InstantiationException: org.codelibs.robot.entity.AccessResult at org.seasar.framework.util.ClassUtil.newInstance(ClassUtil.java:139) at org.seasar.framework.beans.util.CreateAndCopy.execute(CreateAndCopy.java:87) at org.codelibs.elasticsearch.web.robot.service.AbstractRobotService.get(AbstractRobotService.java:118) at org.codelibs.elasticsearch.web.robot.service.EsDataService.getAccessResult(EsDataService.java:54) at org.codelibs.elasticsearch.web.robot.service.EsUrlQueueService.visited(EsUrlQueueService.java:190) at org.codelibs.robot.processor.impl.DefaultResponseProcessor.processResult(DefaultResponseProcessor.java:129) at org.codelibs.robot.processor.impl.DefaultResponseProcessor.process(DefaultResponseProcessor.java:83) at org.codelibs.robot.S2RobotThread.processResponse(S2RobotThread.java:401) at org.codelibs.robot.S2RobotThread.run(S2RobotThread.java:190) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.InstantiationException: org.codelibs.robot.entity.AccessResult at java.lang.Class.newInstance(Class.java:359) at org.seasar.framework.util.ClassUtil.newInstance(ClassUtil.java:137) ... 9 more

marevol commented 9 years ago

Hmm, the installation seems to be failed. Reinstalling river-web, then please check all exceptions in Elasticsearch's log file.