firebase / quickstart-java

Quickstart samples for Firebase Java Admin SDK
Apache License 2.0
234 stars 143 forks source link

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

Open Khalid3e opened 4 years ago

Khalid3e commented 4 years ago

I was trying to run database example just to see how it works. I created a desktop server app for my project, and I changed DATABASE_URL with mine and "service-account.json" with my json.

But I got this in the log:

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.

I visited the link above but got no usable information why this is happening or where it is coming from...

25-04-2020: I checked connecting to database from my android client and it worked just fine. but not on the desktop server.

Phirke commented 3 years ago

Same issue, Have you solve it?

Khalid3e commented 3 years ago

Unfortunately no. This seems to be a forgotten repo 👎

I completely migrated all my data to another cloud!

Phirke commented 3 years ago

I have tried with stream path like "D://path/service-account.json" this resolves the error But database operations not happened Means CRUD operations not working. What can you suggest?

On Sat, Sep 11, 2021, 1:51 PM Khalid Elkadiri @.***> wrote:

Unfortunately no. This seems to be a forgotten repo 👎

I completely migrated all my data to another cloud!

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/firebase/quickstart-java/issues/32#issuecomment-917366254, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIKALDC7PDSHTIWHUPQ7LKDUBMGSLANCNFSM4MOQ2KNA .