Skip to content

Instantly share code, notes, and snippets.

@ge0ffrey
Created September 20, 2019 06:57
Show Gist options
  • Save ge0ffrey/680f85f4bf8cda8c12d92618c317b07b to your computer and use it in GitHub Desktop.
Save ge0ffrey/680f85f4bf8cda8c12d92618c317b07b to your computer and use it in GitHub Desktop.
[INFO] ------------< org.optaplanner:optaplanner-quarkus-example >-------------
[INFO] Building OptaPlanner Quarkus example 7.28.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:3.1.1:tree (default-cli) @ optaplanner-quarkus-example ---
[INFO] org.optaplanner:optaplanner-quarkus-example:jar:7.28.0-SNAPSHOT
[INFO] +- org.optaplanner:optaplanner-core:jar:7.28.0-SNAPSHOT:compile
[INFO] | +- org.kie:kie-api:jar:7.28.0-SNAPSHOT:compile
[INFO] | | \- org.kie.soup:kie-soup-maven-support:jar:7.28.0-SNAPSHOT:compile
[INFO] | +- org.kie:kie-internal:jar:7.28.0-SNAPSHOT:compile
[INFO] | +- org.drools:drools-core:jar:7.28.0-SNAPSHOT:compile
[INFO] | | +- org.mvel:mvel2:jar:2.4.4.Final:compile
[INFO] | | +- org.kie.soup:kie-soup-commons:jar:7.28.0-SNAPSHOT:compile
[INFO] | | +- org.kie.soup:kie-soup-project-datamodel-commons:jar:7.28.0-SNAPSHOT:compile
[INFO] | | | \- org.kie.soup:kie-soup-project-datamodel-api:jar:7.28.0-SNAPSHOT:compile
[INFO] | | \- commons-codec:commons-codec:jar:1.10:compile
[INFO] | +- org.drools:drools-compiler:jar:7.28.0-SNAPSHOT:compile
[INFO] | | +- org.antlr:antlr-runtime:jar:3.5.2:compile
[INFO] | | +- org.eclipse.jdt.core.compiler:ecj:jar:4.6.1:compile
[INFO] | | \- com.google.protobuf:protobuf-java:jar:3.6.1:compile
[INFO] | +- org.apache.commons:commons-lang3:jar:3.8.1:compile
[INFO] | +- org.apache.commons:commons-math3:jar:3.4.1:compile
[INFO] | +- com.google.guava:guava:jar:25.0-jre:compile
[INFO] | | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | | +- org.checkerframework:checker-compat-qual:jar:2.0.0:compile
[INFO] | | +- com.google.errorprone:error_prone_annotations:jar:2.1.3:compile
[INFO] | | +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
[INFO] | | \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[INFO] | +- org.slf4j:slf4j-api:jar:1.7.26:compile
[INFO] | +- org.reflections:reflections:jar:0.9.11:compile
[INFO] | | \- org.javassist:javassist:jar:3.22.0-GA:compile
[INFO] | \- com.thoughtworks.xstream:xstream:jar:1.4.11.1:compile
[INFO] | +- xmlpull:xmlpull:jar:1.1.3.1:compile
[INFO] | \- xpp3:xpp3_min:jar:1.1.4c:compile
[INFO] +- io.quarkus:quarkus-resteasy:jar:0.22.0:compile
[INFO] | +- io.quarkus:quarkus-undertow:jar:0.22.0:compile
[INFO] | | +- io.quarkus:quarkus-arc:jar:0.22.0:compile
[INFO] | | | \- io.quarkus.arc:arc:jar:0.22.0:compile
[INFO] | | +- io.quarkus:quarkus-undertow-common-substitutions:jar:0.22.0:compile
[INFO] | | +- io.undertow:undertow-servlet:jar:2.0.22.Final:compile
[INFO] | | | +- io.undertow:undertow-core:jar:2.0.22.Final:compile
[INFO] | | | \- org.jboss.spec.javax.servlet:jboss-servlet-api_4.0_spec:jar:1.0.0.Final:compile
[INFO] | | +- org.jboss.xnio:xnio-nio:jar:3.6.5.Final:compile
[INFO] | | +- org.jboss.xnio:xnio-api:jar:3.6.5.Final:compile
[INFO] | | | +- org.wildfly.common:wildfly-common:jar:1.2.0.Final:compile
[INFO] | | | \- org.jboss.threads:jboss-threads:jar:3.0.0.Beta5:compile
[INFO] | | +- io.quarkus:quarkus-core:jar:0.22.0:compile
[INFO] | | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | | +- javax.annotation:javax.annotation-api:jar:1.3.2:compile
[INFO] | | | +- io.smallrye:smallrye-config:jar:1.3.5:compile
[INFO] | | | | \- org.eclipse.microprofile.config:microprofile-config-api:jar:1.3:compile
[INFO] | | | | \- org.osgi:org.osgi.annotation.versioning:jar:1.0.0:compile
[INFO] | | | +- org.jboss.logging:jboss-logging:jar:3.3.2.Final:compile
[INFO] | | | +- org.jboss.logmanager:jboss-logmanager-embedded:jar:1.0.3:compile
[INFO] | | | +- org.jboss.logging:jboss-logging-annotations:jar:2.1.0.Final:compile
[INFO] | | | +- org.jboss.slf4j:slf4j-jboss-logging:jar:1.2.0.Final:compile
[INFO] | | | +- org.graalvm.sdk:graal-sdk:jar:19.1.1:compile
[INFO] | | | +- org.wildfly.security:wildfly-elytron-ssl:jar:2.0.0.Alpha4:compile
[INFO] | | | | +- org.wildfly.security:wildfly-elytron-auth-server:jar:2.0.0.Alpha4:compile
[INFO] | | | | | \- org.wildfly.security:wildfly-elytron-permission:jar:2.0.0.Alpha4:compile
[INFO] | | | | +- org.wildfly.security:wildfly-elytron-base:jar:2.0.0.Alpha4:compile
[INFO] | | | | +- org.wildfly.security:wildfly-elytron-credential:jar:2.0.0.Alpha4:compile
[INFO] | | | | | +- org.wildfly.security:wildfly-elytron-keystore:jar:2.0.0.Alpha4:compile
[INFO] | | | | | \- org.wildfly.security:wildfly-elytron-provider-util:jar:2.0.0.Alpha4:compile
[INFO] | | | | +- org.wildfly.security:wildfly-elytron-auth:jar:2.0.0.Alpha4:compile
[INFO] | | | | +- org.wildfly.security:wildfly-elytron-util:jar:2.0.0.Alpha4:compile
[INFO] | | | | \- org.wildfly.security:wildfly-elytron-x500:jar:2.0.0.Alpha4:compile
[INFO] | | | \- org.wildfly.security:wildfly-elytron-x500-cert:jar:2.0.0.Alpha4:compile
[INFO] | | | +- org.wildfly.security:wildfly-elytron-asn1:jar:2.0.0.Alpha4:compile
[INFO] | | | \- org.wildfly.security:wildfly-elytron-x500-cert-util:jar:2.0.0.Alpha4:compile
[INFO] | | \- org.eclipse.microprofile.context-propagation:microprofile-context-propagation-api:jar:1.0-RC1:compile
[INFO] | | \- javax.enterprise:cdi-api:jar:2.0.SP1:compile
[INFO] | \- io.quarkus:quarkus-resteasy-server-common:jar:0.22.0:compile
[INFO] | +- io.quarkus:quarkus-resteasy-common:jar:0.22.0:compile
[INFO] | | +- org.jboss.resteasy:resteasy-core:jar:4.2.0.Final:compile
[INFO] | | | +- org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec:jar:1.0.1.Final:compile
[INFO] | | | +- org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.3_spec:jar:1.0.1.Final:compile
[INFO] | | | +- org.jboss.resteasy:resteasy-core-spi:jar:4.2.0.Final:compile
[INFO] | | | \- org.reactivestreams:reactive-streams:jar:1.0.2:compile
[INFO] | | +- org.jboss.resteasy:resteasy-context-propagation:jar:4.2.0.Final:compile
[INFO] | | | \- io.smallrye:smallrye-context-propagation:jar:1.0.7:compile
[INFO] | | | \- io.smallrye:smallrye-context-propagation-api:jar:1.0.7:compile
[INFO] | | \- com.sun.activation:jakarta.activation:jar:1.2.1:compile
[INFO] | +- javax.validation:validation-api:jar:2.0.1.Final:compile
[INFO] | \- io.quarkus:quarkus-jaxb:jar:0.22.0:compile
[INFO] | \- javax.xml.bind:jaxb-api:jar:2.3.1:compile
[INFO] +- junit:junit:jar:4.12:test
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:test
[INFO] \- org.mockito:mockito-core:jar:1.10.19:test
[INFO] \- org.objenesis:objenesis:jar:2.1:test
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.063 s
[INFO] Finished at: 2019-09-19T17:02:17+02:00
[INFO] ------------------------------------------------------------------------
[ge0ffrey@ge0ffreyDesktop2015 optaplanner-quarkus-example]$ mvn quarkus:dev
[INFO] Scanning for projects...
[INFO]
[INFO] ------------< org.optaplanner:optaplanner-quarkus-example >-------------
[INFO] Building OptaPlanner Quarkus example 7.28.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- quarkus-maven-plugin:0.22.0:dev (default-cli) @ optaplanner-quarkus-example ---
Listening for transport dt_socket at address: 5005
Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class org.jboss.logmanager.LogContext
at org.jboss.logmanager.LogManager.getLogger(LogManager.java:110)
at org.jboss.logmanager.LogManager.getLogger(LogManager.java:27)
at java.util.logging.LogManager.demandLogger(LogManager.java:551)
at java.util.logging.Logger.demandLogger(Logger.java:455)
at java.util.logging.Logger.getLogger(Logger.java:502)
at org.jboss.logging.JDKLogger.<init>(JDKLogger.java:33)
at org.jboss.logging.JDKLoggerProvider.getLogger(JDKLoggerProvider.java:24)
at org.jboss.logging.LoggerProviders.logProvider(LoggerProviders.java:156)
at org.jboss.logging.LoggerProviders.tryJDK(LoggerProviders.java:112)
at org.jboss.logging.LoggerProviders.findProvider(LoggerProviders.java:107)
at org.jboss.logging.LoggerProviders.find(LoggerProviders.java:34)
at org.jboss.logging.LoggerProviders.<clinit>(LoggerProviders.java:31)
at org.jboss.logging.Logger.getLogger(Logger.java:2465)
at org.jboss.logging.Logger.getLogger(Logger.java:2490)
at io.quarkus.dev.DevModeMain.<clinit>(DevModeMain.java:43)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment