HTTP ERROR 404

(from github.com/iny)
Hello there,

I am experiencing such an error.

“HTTP ERROR 404” Fess log

Stay with love. @marevol

(from github.com/marevol)
Need more info…
Could you provide steps to reproduce it?

(from iny (Ida Sörndal) · GitHub)
Have you e-mailed? You can connect to the computer. My email address ilkiny21@gmail.com @marevol

2018-01-13 14:55 GMT+03:00 Shinsuke Sugaya notifications@github.com:

Need more info…
Could you provide steps to reproduce it?


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/codelibs/fess/issues/1436#issuecomment-357429472, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AXbBfidR_mKeB1Md2V_JLp4tqxoOfURcks5tKJmygaJpZM4RdMKp
.

(from github.com/marevol)
I’d like to reproduce it in MY environment.
For others, see Commercial Support.

(from github.com/iny)
So, what is the information I need to forward to you? @marevol

(from github.com/iny)
Installation I applied the steps one by one, it looks normal when I look at the service fess status report

Loaded: loaded (/usr/lib/systemd/system/fess.service; enabled; vendor preset:
Active: active (running) since Sat 2018-01-13 15:01:42 +03; 20 min ago

(from github.com/marevol)
Did you install a rpm package? but your fess.log does not look like for rpm installation.

(from github.com/iny)
No, I manually installed it as “zip”. @marevol My operating system is ubuntu.

(from marevol (Shinsuke Sugaya) · GitHub)

Loaded: loaded (/usr/lib/systemd/system/fess.service; enabled; vendor preset:

What does it means??

For zip package, just run ./bin/fess

(from iny (Ida Sörndal) · GitHub)
I am running but no response.

2018-01-13 15:44 GMT+03:00 Shinsuke Sugaya notifications@github.com:

Loaded: loaded (/usr/lib/systemd/system/fess.service; enabled; vendor
preset:

What does it means??

For zip package, just run ./bin/fess


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/codelibs/fess/issues/1436#issuecomment-357432755, or mute
the thread
https://github.com/notifications/unsubscribe-auth/AXbBfgM5uKZDHHkeGts2_tZH7dw-UJEoks5tKKVJgaJpZM4RdMKp
.

(from github.com/marevol)

(Install Java 8 or 9 and then...)
$ 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

That’s it.
For zip package, systemd is not used.

(from github.com/iny)
I’m following the “./bin/fess” step but there is no response. @marevol

(from marevol (Shinsuke Sugaya) · GitHub)

there is no response.

Need more details…

(from github.com/iny)
I do not get an answer when I enter “./bin/fess” on SSH. And I get an error when I connect to localhost:8080 from the internet.

(from marevol (Shinsuke Sugaya) · GitHub)

I get an error

Need more details…
Did you check log files?

(from github.com/iny)
Yep, you can look at it.

Fess.log
server_o.log

(from marevol (Shinsuke Sugaya) · GitHub)

Caused by: org.elasticsearch.client.transport.NoNodeAvailableException: None of the configured nodes are available: [{#transport#-1}{11hZc3jlQyWrwxH9bprcdQ}{localhost}{127.0.0.1:9300}]

Did you change configurations? For zip package, 9301 port should be used.

I think that it’s better to try this on a clean environment…

(from github.com/iny)
I tried, but the problem continues. @marevol

(from github.com/iny)
The file I have configured fess.in.sh

(from github.com/marevol)
Did zip package work by this steps without any changes?