-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crawler failed to start crawling #169
Comments
I tried to run crawler from your docker file with this : and again I get this error: ACHE Crawler 0.12.0-SNAPSHOT[2018-08-09 08:31:03,925]ERROR [main] (Main.java:260) - Crawler execution failed: Failed to open database at /data/default/data_url/dir java.lang.RuntimeException: Failed to open database at /data/default/data_url/dir |
After 2 days i tried some workaround its the files inside the ache container and i dont know why it cant access the database |
Sorry for the long delay to respond. I have just seen other people running into this same problem on Windows. This is related with the underlying RocksDB database engine that the crawler uses. Apparently, it doesn't work with Windows filesystems mounted with Docker. |
Hello, ache_1 | [2019-06-25 08:54:37,282]ERROR [qtp1550068122-12] (CrawlerResource.java:85) - Failed to start crawler. can you please help me. |
Seems like ACHE is not able to connect with Elasticsearch to check if index
already exists. So the problem might be with your Elasticsearch instance.
|
Thank you for reply. |
On window if i give Ubuntu elastic search instance its working fine, but problem occurring on windows elastic search instance . can you please tell me, what could be issue. |
We usually don't test or support running the crawler on Windows. Also, without any more detailed errors logs, it is hard to know what is happening. |
Crawler is supported on windows but problem occurred when connecting windows elastic search instance, currently connected with Ubuntu elastic instance its working fine on window, but i want elastic search on windows. |
I'm using docker-compose on windows 10
when I run "docker-compose up " everything works fine
elasticsearch works fine, DDT tool works fine but the crawler won't work, when I use deep crawling and use a text file it loads the urls but when I click Start Crawl i get this error "Failed to start the crawler".
and the error is :
The text was updated successfully, but these errors were encountered: