FSCrawler docker-compose NoSuchElementException

123 Views Asked by At

I try to run FSCrawler via docker-compose following the steps described in https://fscrawler.readthedocs.io/en/fscrawler-2.9/installation.html#using-docker-compose.

ELASTIC_VERSION = "7.17.8"  
FSCRAWLER_VERSION = "2.9"  
PWD = ""

I verified that elasticsearch is running sucessfully.

On running docker-compose up fscrawler, I get the following exception.

Console Output

1

There are 1 best solutions below

1
On

You need to use the 2.10-SNAPSHOT which is much more stable although the name does not say that ;)