Replies: 1 comment 3 replies
-
Here is the output I'm getting: cd contrib/docker-compose-example-workplace
docker compose down -v
docker compose up
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I executed the following commands:
git clone [email protected]:dadoonet/fscrawler.git
cd fscrawler
cd contrib/docker-compose-workplacesearch
docker-compose up
But fscrawler does not seem to work:
fscrawler-enterprisesearch-1 | [2023-01-20T10:45:04.800+00:00][7][5040][app-server][INFO]: [3af2a636-4d2e-46b6-92ef-7433d57c1035] Started HEAD "/" for 127.0.0.1 at 2023-01-20 10:45:04 +0000
fscrawler-enterprisesearch-1 | [2023-01-20T10:45:04.809+00:00][7][5040][action_controller][INFO]: Processing by SharedTogo::HomeController#index as /
fscrawler-enterprisesearch-1 | [2023-01-20T10:45:04.811+00:00][7][5040][action_controller][INFO]: Redirected to http://localhost:3002/ws/search
fscrawler-enterprisesearch-1 | [2023-01-20T10:45:04.816+00:00][7][5040][action_controller][INFO]: Completed 302 Found in 6ms
fscrawler-enterprisesearch-1 | 127.0.0.1 - - [20/Jan/2023:10:45:04 +0000] "HEAD / HTTP/1.1" 302 0 "-" "curl/7.68.0"
fscrawler | Exception in thread "main" java.util.NoSuchElementException
fscrawler | at java.base/java.util.Scanner.throwFor(Scanner.java:937)
fscrawler | at java.base/java.util.Scanner.next(Scanner.java:1478)
fscrawler | at fr.pilato.elasticsearch.crawler.fs.cli.FsCrawlerCli.main(FsCrawlerCli.java:254)
My Enviroment:
Windows 10
FSCRAWLER_VERSION=2.10-SNAPSHOT
STACK_VERSION=8.6.0
Docker version 20.10.21, build baeda1f
Docker Compose version v2.12.2
Beta Was this translation helpful? Give feedback.
All reactions