Skip to content
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

Failed to start application (with profile prod) #10

Closed
kanedafromparis opened this issue Feb 24, 2024 · 0 comments · Fixed by #11
Closed

Failed to start application (with profile prod) #10

kanedafromparis opened this issue Feb 24, 2024 · 0 comments · Fixed by #11
Assignees

Comments

@kanedafromparis
Copy link
Contributor

it does not work neither on master nor on tag 20231106

./mvnw clean quarkus:build && cd target/quarkus-app/ && java -jar quarkus-run.jar campaign --template=222 https://www.parisjug.org/events/2024/03-12-ci-cd/
2024-02-24 15:06:38,664 INFO  [io.quarkus] (main) event-publisher 1.0.0-SNAPSHOT on JVM (powered by Quarkus 2.7.4.Final) started in 5.158s. 
2024-02-24 15:06:38,674 INFO  [io.quarkus] (main) Profile prod activated. 
2024-02-24 15:06:38,674 INFO  [io.quarkus] (main) Installed features: [cdi, picocli]
2024-02-24 15:06:38,682 ERROR [io.qua.run.Application] (main) Failed to start application (with profile prod): javax.enterprise.inject.UnsatisfiedResolutionException: No bean found for required type [class java.lang.Object] and qualifiers [[@io.quarkus.picocli.runtime.annotations.TopCommand()]]
	at io.quarkus.arc.impl.InstanceImpl.bean(InstanceImpl.java:188)
	at io.quarkus.arc.impl.InstanceImpl.getInternal(InstanceImpl.java:209)
	at io.quarkus.arc.impl.InstanceImpl.get(InstanceImpl.java:95)
	at io.quarkus.picocli.runtime.DefaultPicocliCommandLineFactory.create(DefaultPicocliCommandLineFactory.java:43)
	at io.quarkus.picocli.runtime.DefaultPicocl

java version

java --version                                                                                     
openjdk 11.0.21 2023-10-17
OpenJDK Runtime Environment Temurin-11.0.21+9 (build 11.0.21+9)
OpenJDK 64-Bit Server VM Temurin-11.0.21+9 (build 11.0.21+9, mixed mode)
@kanedafromparis kanedafromparis self-assigned this Feb 24, 2024
@kanedafromparis kanedafromparis linked a pull request Feb 24, 2024 that will close this issue
@sunix sunix closed this as completed in #11 Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant