Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Java ClassNotFoundException when starting crawl #65

Open
ayoungprogrammer opened this issue Mar 1, 2018 · 1 comment
Open

Java ClassNotFoundException when starting crawl #65

ayoungprogrammer opened this issue Mar 1, 2018 · 1 comment

Comments

@ayoungprogrammer
Copy link

ayoungprogrammer commented Mar 1, 2018

I am running docker compose on docker-compose.yml.ache.

I started a focused crawl from a model built from DDT using approx 100 relevant and 100 irrelevant labels and got the following error.

ache_1           | java.lang.IllegalArgumentException: Failed to load smile classifier instance from file: /config/cyber_model/pageclassifier.model
ache_1           | 	at focusedCrawler.util.SmileUtil.loadSmileClassifier(SmileUtil.java:24)
ache_1           | 	at focusedCrawler.target.classifier.SmileTargetClassifier.create(SmileTargetClassifier.java:141)
ache_1           | 	at focusedCrawler.target.classifier.SmileTargetClassifier.create(SmileTargetClassifier.java:114)
ache_1           | 	at focusedCrawler.target.classifier.TargetClassifierFactory.create(TargetClassifierFactory.java:80)
ache_1           | 	at focusedCrawler.target.TargetStorage.create(TargetStorage.java:128)
ache_1           | 	at focusedCrawler.crawler.async.AsyncCrawler.create(AsyncCrawler.java:117)
ache_1           | 	at focusedCrawler.crawler.CrawlersManager.createCrawler(CrawlersManager.java:104)
ache_1           | 	at focusedCrawler.Main$StartCrawl.run(Main.java:246)
ache_1           | 	at focusedCrawler.Main.main(Main.java:59)
ache_1           | Caused by: java.lang.ClassNotFoundException: weka.classifiers.functions.SMO
@yamsgithub
Copy link
Contributor

@ayoungprogrammer I updated the docker after updating the ache version we were using. You should no longer see this issue. Please let us know if it is otherwise.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants