Created 0 thumbnail files

(from github.com/FaKod)
No thumbnails are generated with default settings using Docker Version codelibs/fess:latest

Job “Thumbnail Generator” is running, but returns “Created 0 thumbnail files”

What am I doing wrong?

(from github.com/marevol)
Thumbnail feature requires photomjs command.
I do not think Docker image contains it.
So, the current Docker image does not support it.
Any contribution is welcome :slight_smile:

(from github.com/FaKod)
ok, so there just has to be the phantomjs binary somewhere in PATH?

(from github.com/marevol)
Yes.

(from github.com/FaKod)
Hmm, installed it, basically using this: https://gist.github.com/ianchen06/db12a2ecc7f1218f8e7e

but no effect (things like phantomjs hello.js are working)
Did not restart FESS

(from github.com/marevol)
Fess checks if phantomjs command exists on startup.

(from github.com/FaKod)
added a PR to docker-fess