-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
IllegalArgumentException: workerPoolSize must be > 0 if quarkus:dev fails to start #6209
Comments
Hi i've the same problema after adding the openapi extension.
|
Bump to this issue as well, I get this when trying to add an endpoint in a new class. Commenting out the new class resolves the issue. |
I think that this error message is misleading. |
I would agree with this, I am finding that if you have the objects in a library, this issue appears (and you lose openApi schema..) see my issue #6780 |
Fixes various logging problems on failed starts, including: - Vert.x error about undeploying verticles before vert.x was initialized - No logging if restart fails until issue is fixed - Startup failure reason being logged twice Fixes quarkusio#6209
Fixes various logging problems on failed starts, including: - Vert.x error about undeploying verticles before vert.x was initialized - No logging if restart fails until issue is fixed - Startup failure reason being logged twice Fixes quarkusio#6209
While developing an extension, if any error is thrown during initialization, the following misleading exception appears in the logs when running quarkus:dev:
The text was updated successfully, but these errors were encountered: