Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest docker image, not working? #3

Closed
michelbetancourt opened this issue Sep 19, 2016 · 13 comments
Closed

Latest docker image, not working? #3

michelbetancourt opened this issue Sep 19, 2016 · 13 comments

Comments

@michelbetancourt
Copy link

I've tried your latest docker image and it does not appear to work. Any thoughts?

docker run --rm -ti -p 7979:7979 kennedyoliveira/hystrix-dashboard

18:33:01.181 [vert.x-eventloop-thread-1] INFO  c.g.k.h.c.s.d.HystrixDashboardVerticle - Initializing the HystrixDashboardVerticle instance 1
18:33:01.210 [vert.x-eventloop-thread-1] INFO  c.g.k.h.c.s.d.HystrixDashboardVerticle - Compression support enabled: true
18:33:01.344 [vert.x-eventloop-thread-1] INFO  c.g.k.h.c.s.d.HystrixDashboardVerticle - Listening on port: 7979
18:33:01.344 [vert.x-eventloop-thread-1] INFO  c.g.k.h.c.s.d.HystrixDashboardVerticle - Access the dashboard in your browser: http://localhost:7979/hystrix-dashboard/
18:33:01.346 [vert.x-eventloop-thread-0] INFO  i.v.c.i.l.c.VertxIsolatedDeployer - Succeeded in deploying verticle

Via browser or Curl:

curl -v "http://localhost:7979/hystrix-dashboard/"
*   Trying ::1...
* Connected to localhost (::1) port 7979 (#0)
> GET /hystrix-dashboard/ HTTP/1.1
> Host: localhost:7979
> User-Agent: curl/7.43.0
> Accept: */*
>
< HTTP/1.1 404 Not Found
< Content-Length: 9
<
* Connection #0 to host localhost left intact
Not Found%
@kennedyoliveira
Copy link
Owner

Hey @michelbetancourt!

Thanks for your feedback, it was working, i just tried it now and looks like not working, really don't understand, tomorrow i'll take a closer look, as a workaround, you can use the version 1.5.2, with the command docker run --rm -ti -p 7979:7979 kennedyoliveira/hystrix-dashboard:1.5.2 or if you can download the fatjar direct from bintray (clicking in the download badge on readme), you can get a dashboard up and running pretty easily too.

I'm waiting on a new hystrix release to release a new version and improve some code too, because i improved the dashboard in this PR Netflix/Hystrix#1336, but i didn't expect the current version not working, since it was working, anyway, i'm gonna check it and fix whatever needs to be fixed and report back to you.

Sorry for the inconvenience.

@grissomsh
Copy link

I also tried, 1.5.2 works, 1.5.3 doesn't work.

No log info is useful to locate the root cause.

@kennedyoliveira
Copy link
Owner

Hey @grissomsh, I found the problem, more or less, bintray changed the URL I used to make the image, and then it failed the last update I did to image, I don't know what version is in this 1
5.3, but there are almost no difference between 1.5.3 and 1.5.2, I'm going to do a surgery in a couple of hours, and will be unable to use the computer maybe for just 2 days, after I came back to home i'll generate a new image, sorry for the inconvenience.

@michelbetancourt
Copy link
Author

look forward to the update, thanks.

@unindented
Copy link

@kennedyoliveira Hope the surgery went ok... Less importantly, did you get the chance to push the new image?

@kennedyoliveira
Copy link
Owner

Hey everyone, my surgery went ok, i'll try to push the new version with a new docker image today! Sorry for the delay.

@kennedyoliveira
Copy link
Owner

hey everyone, i just released a new version, but the docker hub is taking a while to build the image, but there's a 1.5.6 version, if you guys could try and give a feedback, the latest will be the same as this 1.5.6.

@kennedyoliveira
Copy link
Owner

The latest docker image is available now, i tested here and is working, waiting on your feedbacks.

@unindented
Copy link

Working perfectly for me too. Thank you @kennedyoliveira!

@kennedyoliveira
Copy link
Owner

@unindented thanks for the feedback, i'm glad it's working!
@michelbetancourt, @grissomsh did you guys tried the new image?

@grissomsh
Copy link

@kennedyoliveira I have forked your Dockfile and changed the version a little bit:

RUN curl https://repo1.maven.org/maven2/com/netflix/hystrix/hystrix-dashboard/1.5.6/hystrix-dashboard-1.5.6.war -o hystrix-dashboard.war

RUN curl https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-runner/9.3.9.v20160517/jetty-runner-9.3.9.v20160517.jar -o jetty-runner.jar

It works now (But I haven't try your image yet)

@kennedyoliveira
Copy link
Owner

@grissomsh i see, well, if you want to give a try again, it's working fine.

@kennedyoliveira
Copy link
Owner

closing the issue since it's working, if need any more discussion, please reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants