twitter-archive / diffy

Find potential bugs in your services with Diffy
https://twitter.com/diffyproject
Apache License 2.0
3.83k stars 368 forks source link

Diffy admin won't load, no errors, StaticLoggerBinder warning #85

Closed franhaselden closed 4 years ago

franhaselden commented 5 years ago

Tried running both the example in the documentation and with my own servers. I'm running with Docker.

I get no errors, except a warning:

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

Admin pane won't load either (404) on http://localhost:8888/admin/

The Diffy interface loads and shows the expected candidate server, primary server and secondary server along with correct reset and change times, but it simply won't load any further nor give any errors

puneetkhanduri commented 5 years ago

I don't have a complete answer off the bat but for starters the admin port (8881) is different from the UI port (8888).

You can turn logging on from the admin console for the DifferenceProxy package to see if there are any networking or payload parsing failures happening. Please share the logs once you have them for further troubleshooting if necessary.

benjamin-bergia commented 5 years ago

See issue here. running the 20180711 image works but not latest.

benjamin-bergia commented 5 years ago

It looks like the latest image on docker hub has an issue. It is way smaller in size and after running docker build and running the master, I have no issues. Would it be possible to rebuild and push the latest?

puneetkhanduri commented 5 years ago

Please migrate to https://github.com/opendiffy/diffy. This repo is very old and hasn't been upgraded in a while.

thinkerou commented 5 years ago

@puneetkhanduri consider to archive the repo which only support to read? thanks!