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

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". #2

Open
frederico-klein opened this issue Jan 15, 2025 · 2 comments
Open

Comments

@frederico-klein
Copy link

I tried running this on an linux/amd64, but I also got this error:

   docker run --rm --publish 8883:8883 --name todos pame/slinky-todos:0.2.0
    Server starting at Port 8883
    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.

And unsure if related, but the app itself doesn't seem to work. I cannot add or delete todo notes. I understand this is probably some sort of example on how you can build a web app, but I sort of actually wanted to use it as a todo notes server.

Thank you!

@pme123
Copy link
Owner

pme123 commented Jan 15, 2025

I have the same message. Have you tried to open it in the Browser: http://localhost:8883
It worked for me.

@frederico-klein
Copy link
Author

it opens the site just fine, it's the app itself which doesnt work. I cant add or delete notes.

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

2 participants