HTTP ERROR 404

(from github.com/iny)
Nope. @marevol

(from github.com/iny)
What should I do? @marevol

(from github.com/iny)
I installed the Windows server again, and I get the same error. @marevol

(from github.com/marevol)

  1. Create /tmp/test.sh on Ubuntu as below:
#!/bin/bash

cd /tmp
pkill java
rm -rf fess-12.0.0*
wget https://github.com/codelibs/fess/releases/download/fess-12.0.0/fess-12.0.0.zip
unzip fess-12.0.0.zip
cd fess-12.0.0
./bin/fess &
sleep 60
curl localhost:9201
curl localhost:8080
cat logs/*.log
pkill java
  1. Run
bash -x /tmp/test.sh 2>&1 | tee /tmp/test.log
  1. Check /tmp/test.log