I am new to Quarkus and running a simple program and every time get an error. Although I have used various plugin versions. 2.5, 2.9, 2.2 but no one #26049
Replies: 6 comments 2 replies
-
What Maven version are you using? What's the output of |
Beta Was this translation helpful? Give feedback.
-
Also what's the JDK you're using to build the app |
Beta Was this translation helpful? Give feedback.
-
@gastaldi thank you, i solved the problem. |
Beta Was this translation helpful? Give feedback.
-
@gastaldi I have another problem. When I run the ./mvnw package so it fails, due to test fails. I cloned the code again and tried but failed. secondly, it is running on my colleague machine. I have same maven, java version as he have. But still error. don't know exactly. |
Beta Was this translation helpful? Give feedback.
-
Can you paste the error here? |
Beta Was this translation helpful? Give feedback.
-
@gastaldi 2022-06-10 15:29:12,797 ERROR [? .io/.1.0]] (build-61) Log output from the failed container: [ERROR] Tests run: 12, Failures: 0, Errors: 1, Skipped: 11, Time elapsed: 70.694 s <<< FAILURE! - in de.hiqs.daybird.database.mongo.modules.address.entrypoints.AddressApiQueryTest Caused by: java.lang.RuntimeException: Caused by: io.quarkus.builder.BuildException: Caused by: java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Container startup failed [INFO] Running de.hiqs.daybird.database.mongo.modules.address.entrypoints.AddressEntityApiCrudTest |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
org.apache.maven.InternalErrorException: Internal error: com.google.inject.ProvisionException: Unable to provision, see the following errors:
Error in custom provider, java.lang.TypeNotPresentException: Type io.quarkus.maven.components.BootstrapSessionListener not present at ClassRealm[extension>io.quarkus:quarkus-maven-plugin:2.7.5.Final, parent: sun.misc.Launcher$AppClassLoader@4e25154f] (via modules: org.eclipse.sisu.wire.WireModule -> org.eclipse.sisu.plexus.PlexusBindingModule) while locating org.apache.maven.AbstractMavenLifecycleParticipant annotated with @com.google.inject.name.Named(value=quarkus-bootstrap)
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions