You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into the following error when trying to start my natively compiled application docker container:
Exception in thread "main" java.lang.ExceptionInInitializerError
at java.lang.Class.ensureInitialized(DynamicHub.java:510)
at java.lang.Class.newInstance(DynamicHub.java:874)
at io.quarkus.runtime.Quarkus.run(Quarkus.java:66)
at io.quarkus.runtime.Quarkus.run(Quarkus.java:41)
at io.quarkus.runtime.Quarkus.run(Quarkus.java:120)
at io.quarkus.runner.GeneratedMain.main(Unknown Source)
Caused by: java.lang.RuntimeException: Failed to start quarkus
at io.quarkus.runner.ApplicationImpl.<clinit>(Unknown Source)
... 6 more
Caused by: java.lang.IllegalStateException: No OASFactoryResolver implementation found!
at org.eclipse.microprofile.openapi.spi.OASFactoryResolver.instance(OASFactoryResolver.java:77)
at io.quarkus.smallrye.openapi.runtime.OpenApiRecorder.classLoaderHack(OpenApiRecorder.java:80)
at io.quarkus.deployment.steps.SmallRyeOpenApiProcessor$classLoaderHack1558305429.deploy_0(Unknown Source)
at io.quarkus.deployment.steps.SmallRyeOpenApiProcessor$classLoaderHack1558305429.deploy(Unknown Source)
... 7 more
Is there something I'm missing? Should OpenAPI be disabled in production?
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of uname -a or ver
No response
Output of java -version
17
GraalVM version (if different from Java)
GraalVM 22.0.0.2 Java 17 CE
Quarkus version or git rev
2.7.2
Build tool (ie. output of mvnw --version or gradlew --version)
Gradle
Additional information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Hello,
I'm running into the following error when trying to start my natively compiled application docker container:
Is there something I'm missing? Should OpenAPI be disabled in production?
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
17
GraalVM version (if different from Java)
GraalVM 22.0.0.2 Java 17 CE
Quarkus version or git rev
2.7.2
Build tool (ie. output of
mvnw --version
orgradlew --version
)Gradle
Additional information
No response
The text was updated successfully, but these errors were encountered: