-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
LogManager error of type GENERIC_FAILURE #44914
Comments
@dmlloyd has this since been fixed? |
This seems like a "new" problem to me, though if our simple banner cannot be encoded in You could try starting with |
I was able to reproduce this on Linux:
However I have not been able to reproduce it directly in |
Found the problem. It's a regression in the log manager. It's reported and fixed in jboss-logging/jboss-logmanager#500. |
Let’s try to get a fix in the Quarkus tree before next Tuesday so that I can include it in 3.17.4. |
+1 to have this in ideally in 3.17.4, we noticed the same fail in PR for Quarkus bump in https://github.com/quarkus-qe/quarkus-startstop |
Describe the bug
Since Quarkus 3.17.2, the following error is thrown when starting the application:
LogManager error of type GENERIC_FAILURE: Section header cannot be encoded into charset "windows-1252"
I have no settings regarding logging inside of the application.properties file. So everything should be set to defalt.
It was working fine with Quarkus 3.17.0.
Expected behavior
Before the Quarkus logo is being printed (see below)
--/ __ / / / / _ | / _ / /// / / / __/
-/ // / // / __ |/ , / ,< / // /\ \
--___// |//|//||_//
Actual behavior
Now the following message is shown
LogManager error of type GENERIC_FAILURE: Section header cannot be encoded into charset "windows-1252"
How to Reproduce?
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: