-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
[KC17] Frequent "Unexpected server error" mostly without any log #10892
Comments
I had the same issue, removing the old container and rebuilding it fixed it for me. |
Yes but it comes back... |
Have you checked your environment variables or commands? Some of them changed. |
yes, yes :-)
|
Which docker-compose version are you using? Maybe try removing them? I think in some cases docker copied the env vars with the quotation marks. I am just guessing here though. |
@pedroigor could this perhaps also be solved by #10917 ? Just guessing here, as it seems to be resteasy related. I never experienced this error, and could not reproduce. |
Not sure. @semangard Can you please tell us when that happens? If during authentication, accessing the admin/account console, etc? |
Hello @pedroigor |
Thanks. It should be fixed already because we had some fixes related to a similar problem:
If the issue still persists, please re-open. |
Describe the bug
Hello,
I migrated from KC16 to KC17 on my local dev PC (quarkus) => DB migrated at KC17 startup.
I run KC17 as a Docker container.
I noticed I have frequently errors like: unexpected server error
AND there isn't any WARN or ERROR into the console logs.
I do not know where it could come from...
Version
17.0.0
Expected behavior
Correctly trap errors to be able to undertsand them and investigate further.
Actual behavior
Frequent "Unexpected server error" without any log
How to Reproduce?
No response
Anything else?
One time I got the stack trace:
or this one :
The text was updated successfully, but these errors were encountered: