question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

404 for http://localhost:8080/etcdkeeper

See original GitHub issue

start command

 ./etcdkeeper -cacert /etc/kubernetes/pki/etcd/ca.crt -key /etc/kubernetes/pki/etcd/healthcheck-client.key -cert /etc/kubernetes/pki/etcd/healthcheck-client.crt -p 8080 -usetls

[root@master1 etcdmanagelog]# curl http://localhost:8080/etcdkeeper
404 page not found

then change to default configuration to start, still not working

[root@master1 ~]# ./etcdkeeper
2019/09/18 17:39:09 listening on 0.0.0.0:8080
[root@master1 etcdmanagelog]# curl http://localhost:8080/etcdkeeper
404 page not found

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:7
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
dselanscommented, Oct 23, 2020

etcdkeeper does not bundle the assets in the binary - you must start the binary from the same directory that contains the assets dir.

@yudar1024 it looks like you’re starting the app from ~ - does that dir also contain assets?

0reactions
sfxworkscommented, Jul 22, 2020

Same results as above.

I am port-forwarding my etcd server from k8s, but it’s bound to localhost:2379.

docker run -p 8080 evildecay/etcdkeeper:v0.7.6
Unable to find image 'evildecay/etcdkeeper:v0.7.6' locally
v0.7.6: Pulling from evildecay/etcdkeeper
21c83c524219: Already exists
cba3307ef371: Pull complete
83457583e5c3: Pull complete
09fc7fc12a0c: Pull complete
41b716d2e8ec: Pull complete
Digest: sha256:f70a3f393f21447c9e68c08ba53f7c6557190ec4ff1481bf74042b204af75416
Status: Downloaded newer image for evildecay/etcdkeeper:v0.7.6
2020-07-22 18:07:20.909011 I | listening on 0.0.0.0:8080
curl -I localhost:8080
curl: (7) Failed to connect to localhost port 8080: Connection refused
Read more comments on GitHub >

github_iconTop Results From Across the Web

apache - http://localhost:8080/ Access Error: 404 -- Not Found ...
After installing, I typed localhost:8080 in my browser to see if Tomcat is working. However,it showed error message like this: Access Error: 404...
Read more >
Getting 404 error when trying http://localhost:8080 after ...
I am getting error below error, after installing and starting Tomcat Server. HTTP Status 404 - / type Status report message / description...
Read more >
标签: etcd - 点滴
docker run -it -d --name etcdkeeper \ -p 8080:8080 \ deltaprojects/etcdkeeper ... 目录下在http://localhost:2380 和集群中其他节点通信在http://localhost:2379 ...
Read more >
Weird problem with reverse proxy and authentication
location / { proxy_pass http://localhost:8080/; proxy_set_header Host ... what does the nginx server log show ( 404: file not found ) ...
Read more >
standalone-shared - Nexedi
roles/etckeeper/tasks/main.yml . ... [2022-08-17 18:26:14,739] DEBUG Looking up "http://127.0.0.1:8080/getFullComputerInformation?computer_id=local_computer ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found