Windows 10, Maven 3.6.0, Oracle JDK 1.8.0_201
Created a simple app using
mvn io.quarkus:quarkus-maven-plugin:0.12.0:create -DprojectGroupId=org.acme -DprojectArtifactId=getting-started -DclassName="org.acme.quickstart.GreetingResource" -Dpath="/hello"
Trying to run mvn compile quarkus:dev
[INFO] Using javaTool: C:\Program Files\Java\jdk1.8.0_161\jre\bin\java.EXE
[INFO] Using servlet resources E:\Projects\microtest\src\main\resources\META-INF\resources
Listening for transport dt_socket at address: 5005
Error: Could not find or load main class io.quarkus.dev.DevModeMain
Quarkus 0.12.0 . Cannot run the simplest example.
Logs:
E:\Projects\micro\test-app>mvn -X quarkus:dev
Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T21:41:47+03:00)
Maven home: E:\Tools\apache-maven-3.6.0\bin\..
Java version: 1.8.0_201, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk1.8.0_201\jre
Default locale: ru_RU, platform encoding: Cp1251
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG] Imported: javax.annotation.* < plexus.core
[DEBUG] Imported: javax.annotation.security.* < plexus.core
[DEBUG] Imported: javax.enterprise.inject.* < plexus.core
[DEBUG] Imported: javax.enterprise.util.* < plexus.core
[DEBUG] Imported: javax.inject.* < plexus.core
[DEBUG] Imported: org.apache.maven.* < plexus.core
[DEBUG] Imported: org.apache.maven.artifact < plexus.core
[DEBUG] Imported: org.apache.maven.classrealm < plexus.core
[DEBUG] Imported: org.apache.maven.cli < plexus.core
[DEBUG] Imported: org.apache.maven.configuration < plexus.core
[DEBUG] Imported: org.apache.maven.exception < plexus.core
[DEBUG] Imported: org.apache.maven.execution < plexus.core
[DEBUG] Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG] Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG] Imported: org.apache.maven.model < plexus.core
[DEBUG] Imported: org.apache.maven.monitor < plexus.core
[DEBUG] Imported: org.apache.maven.plugin < plexus.core
[DEBUG] Imported: org.apache.maven.profiles < plexus.core
[DEBUG] Imported: org.apache.maven.project < plexus.core
[DEBUG] Imported: org.apache.maven.reporting < plexus.core
[DEBUG] Imported: org.apache.maven.repository < plexus.core
[DEBUG] Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG] Imported: org.apache.maven.settings < plexus.core
[DEBUG] Imported: org.apache.maven.toolchain < plexus.core
[DEBUG] Imported: org.apache.maven.usability < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG] Imported: org.codehaus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.plexus.* < plexus.core
[DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG] Imported: org.codehaus.plexus.component < plexus.core
[DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG] Imported: org.codehaus.plexus.container < plexus.core
[DEBUG] Imported: org.codehaus.plexus.context < plexus.core
[DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG] Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG] Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG] Imported: org.eclipse.aether.* < plexus.core
[DEBUG] Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG] Imported: org.eclipse.aether.collection < plexus.core
[DEBUG] Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG] Imported: org.eclipse.aether.graph < plexus.core
[DEBUG] Imported: org.eclipse.aether.impl < plexus.core
[DEBUG] Imported: org.eclipse.aether.installation < plexus.core
[DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG] Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG] Imported: org.eclipse.aether.repository < plexus.core
[DEBUG] Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG] Imported: org.eclipse.aether.spi < plexus.core
[DEBUG] Imported: org.eclipse.aether.transfer < plexus.core
[DEBUG] Imported: org.eclipse.aether.version < plexus.core
[DEBUG] Imported: org.fusesource.jansi.* < plexus.core
[DEBUG] Imported: org.slf4j.* < plexus.core
[DEBUG] Imported: org.slf4j.helpers.* < plexus.core
[DEBUG] Imported: org.slf4j.spi.* < plexus.core
[DEBUG] Populating class realm maven.api
[INFO] Error stacktraces are turned on.
[DEBUG] Message scheme: color
[DEBUG] Message styles: debug info warning error success failure strong mojo project
[DEBUG] Reading global settings from E:\Tools\apache-maven-3.6.0\bin\..\conf\settings.xml
[DEBUG] Reading user settings from C:\Users\Foo Bar\.m2\settings.xml
[DEBUG] Reading global toolchains from E:\Tools\apache-maven-3.6.0\bin\..\conf\toolchains.xml
[DEBUG] Reading user toolchains from C:\Users\Foo Bar\.m2\toolchains.xml
[DEBUG] Using local repository at C:\Users\Foo Bar\.m2\repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for C:\Users\Foo Bar\.m2\repository
[INFO] Scanning for projects...
[DEBUG] Extension realms for project org.acme:getting-started:jar:1.0-SNAPSHOT: (none)
[DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[plexus.core, parent: null]
[DEBUG] Resolving plugin prefix quarkus from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix quarkus to io.quarkus:quarkus-maven-plugin from POM org.acme:getting-started:jar:1.0-SNAPSHOT
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: org.acme:getting-started:jar:1.0-SNAPSHOT
[DEBUG] Tasks: [quarkus:dev]
[DEBUG] Style: Regular
[DEBUG] =======================================================================
[INFO]
[INFO] ----------------------< org.acme:getting-started >----------------------
[INFO] Building getting-started 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[DEBUG] Resolving plugin prefix quarkus from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix quarkus to io.quarkus:quarkus-maven-plugin from POM org.acme:getting-started:jar:1.0-SNAPSHOT
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project: org.acme:getting-started:1.0-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): [compile+runtime]
[DEBUG] Repositories (dependencies): [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] Repositories (plugins) : [central (https://repo.maven.apache.org/maven2, default, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal: io.quarkus:quarkus-maven-plugin:0.12.0:dev (default-cli)
[DEBUG] Style: Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<buildDir default-value="${project.build.directory}"/>
<debug default-value="${debug}"/>
<jvmArgs default-value="${jvm.args}"/>
<outputDirectory default-value="${project.build.outputDirectory}"/>
<preventnoverify default-value="${preventnoverify}"/>
<project default-value="${project}"/>
<session default-value="${session}"/>
<sourceDir default-value="${project.build.sourceDirectory}"/>
</configuration>
[DEBUG] =======================================================================
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1793000, ConflictMarker.markTime=981200, ConflictMarker.nodeCount=217, ConflictIdSorter.graphTime=1478100, ConflictIdSorter.topsortTime=703100, ConflictIdSorter.conflictIdCount=95, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=15078100, ConflictResolver.conflictItemCount=206, DefaultDependencyCollector.collectTime=1038803300, DefaultDependencyCollector.transformTime=23202000}
[DEBUG] org.acme:getting-started:jar:1.0-SNAPSHOT
[DEBUG] io.quarkus:quarkus-resteasy:jar:0.12.0:provided
[DEBUG] io.quarkus:quarkus-core:jar:0.12.0:provided (scope managed from compile) (version managed from 0.12.0)
[DEBUG] commons-beanutils:commons-beanutils-core:jar:1.8.3:provided (version managed from 1.8.3)
[DEBUG] org.jboss.invocation:jboss-invocation:jar:1.5.2.Final:provided (version managed from 1.5.2.Final)
[DEBUG] org.wildfly.common:wildfly-common:jar:1.5.0.Final-format-001:provided (version managed from 1.5.0.Final-format-001)
[DEBUG] org.jboss.classfilewriter:jboss-classfilewriter:jar:1.2.4.Final:provided (version managed from 1.2.4.Final)
[DEBUG] io.quarkus.gizmo:gizmo:jar:1.0.0.Alpha2:provided (version managed from 1.0.0.Alpha2)
[DEBUG] org.jboss:jandex:jar:2.1.1.Final:provided (version managed from 2.1.1.Final)
[DEBUG] org.ow2.asm:asm:jar:6.2.1:provided (version managed from 6.2.1)
[DEBUG] io.quarkus:quarkus-core-runtime:jar:0.12.0:provided
[DEBUG] javax.inject:javax.inject:jar:1:provided (version managed from 1)
[DEBUG] javax.annotation:javax.annotation-api:jar:1.3.2:provided (version managed from 1.3.2)
[DEBUG] io.smallrye:smallrye-config:jar:1.3.5:provided (version managed from 1.3.5)
[DEBUG] org.eclipse.microprofile.config:microprofile-config-api:jar:1.3:provided (version managed from 1.3)
[DEBUG] org.osgi:org.osgi.annotation.versioning:jar:1.0.0:provided
[DEBUG] org.jboss.logging:jboss-logging:jar:3.3.2.Final:provided (version managed from 3.3.2.Final)
[DEBUG] org.jboss.logmanager:jboss-logmanager-embedded:jar:1.0.2:provided (version managed from 1.0.2) (exclusions managed)
[DEBUG] org.jboss.logging:jboss-logging-annotations:jar:2.1.0.Final:provided (version managed from 2.1.0.Final)
[DEBUG] org.jboss.threads:jboss-threads:jar:3.0.0.Alpha4:provided (version managed from 3.0.0.Alpha4)
[DEBUG] org.slf4j:slf4j-api:jar:1.7.25:provided (version managed from 1.7.25)
[DEBUG] org.jboss.slf4j:slf4j-jboss-logging:jar:1.1.0.Final:provided (version managed from 1.1.0.Final)
[DEBUG] org.graalvm.sdk:graal-sdk:jar:1.0.0-rc13:provided (version managed from 1.0.0-rc13)
[DEBUG] org.wildfly.security:wildfly-elytron-ssl:jar:2.0.0.Alpha1:provided (version managed from 2.0.0.Alpha1)
[DEBUG] org.wildfly.security:wildfly-elytron-auth-server:jar:2.0.0.Alpha1:provided (version managed from 2.0.0.Alpha1)
[DEBUG] org.wildfly.security:wildfly-elytron-permission:jar:2.0.0.Alpha1:provided
[DEBUG] org.wildfly.security:wildfly-elytron-base:jar:2.0.0.Alpha1:provided
[DEBUG] org.wildfly.security:wildfly-elytron-credential:jar:2.0.0.Alpha1:provided
[DEBUG] org.wildfly.security:wildfly-elytron-auth:jar:2.0.0.Alpha1:provided
[DEBUG] org.wildfly.security:wildfly-elytron-util:jar:2.0.0.Alpha1:provided
[DEBUG] org.wildfly.security:wildfly-elytron-x500:jar:2.0.0.Alpha1:provided
[DEBUG] org.wildfly.security:wildfly-elytron-x500-cert:jar:2.0.0.Alpha1:provided (version managed from 2.0.0.Alpha1)
[DEBUG] org.wildfly.security:wildfly-elytron-asn1:jar:2.0.0.Alpha1:provided
[DEBUG] org.wildfly.security:wildfly-elytron-x500-cert-util:jar:2.0.0.Alpha1:provided
[DEBUG] io.quarkus:quarkus-builder:jar:0.12.0:provided
[DEBUG] io.quarkus:quarkus-resteasy-common:jar:0.12.0:provided
[DEBUG] io.quarkus:quarkus-resteasy-common-runtime:jar:0.12.0:provided
[DEBUG] org.jboss.resteasy:resteasy-core:jar:4.0.0.Beta8:provided (version managed from 4.0.0.Beta8) (exclusions managed)
[DEBUG] org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec:jar:1.0.2.Final:provided (version managed from 1.0.2.Final)
[DEBUG] org.jboss.spec.javax.xml.bind:jboss-jaxb-api_2.3_spec:jar:1.0.1.Final:provided (version managed from 1.0.1.Final)
[DEBUG] org.jboss.resteasy:resteasy-core-spi:jar:4.0.0.Beta8:provided (version managed from 4.0.0.Beta8) (exclusions managed)
[DEBUG] org.reactivestreams:reactive-streams:jar:1.0.2:provided (version managed from 1.0.2)
[DEBUG] commons-io:commons-io:jar:2.5:provided (version managed from 2.5)
[DEBUG] net.jcip:jcip-annotations:jar:1.0:provided (version managed from 1.0)
[DEBUG] io.quarkus:quarkus-undertow:jar:0.12.0:provided (scope managed from compile) (version managed from 0.12.0)
[DEBUG] io.undertow:undertow-servlet:jar:2.0.19.Final:provided (version managed from 2.0.19.Final) (exclusions managed)
[DEBUG] io.undertow:undertow-core:jar:2.0.19.Final:provided (version managed from 2.0.19.Final)
[DEBUG] org.jboss.spec.javax.servlet:jboss-servlet-api_4.0_spec:jar:1.0.0.Final:provided (version managed from 1.0.0.Final)
[DEBUG] io.quarkus:quarkus-undertow-runtime:jar:0.12.0:provided
[DEBUG] org.jboss.xnio:xnio-nio:jar:3.7.0.Final:provided (version managed from 3.7.0.Final)
[DEBUG] org.jboss.xnio:xnio-api:jar:3.7.0.Final:provided (version managed from 3.7.0.Final) (exclusions managed)
[DEBUG] org.jboss.metadata:jboss-metadata-web:jar:11.0.0.Final:provided (version managed from 11.0.0.Final) (exclusions managed)
[DEBUG] org.jboss.metadata:jboss-metadata-common:jar:11.0.0.Final:provided
[DEBUG] io.quarkus:quarkus-arc:jar:0.12.0:provided (scope managed from compile) (version managed from 0.12.0)
[DEBUG] io.quarkus:quarkus-arc-runtime:jar:0.12.0:provided
[DEBUG] io.quarkus.arc:arc-runtime:jar:0.12.0:provided (version managed from 0.12.0)
[DEBUG] io.quarkus.arc:arc-processor:jar:0.12.0:provided (version managed from 0.12.0)
[DEBUG] javax.enterprise:cdi-api:jar:2.0.SP1:provided (version managed from 2.0.SP1)
[DEBUG] javax.el:javax.el-api:jar:3.0.0:provided
[DEBUG] javax.interceptor:javax.interceptor-api:jar:1.2:provided
[DEBUG] io.quarkus:quarkus-jaxb:jar:0.12.0:provided (scope managed from compile) (version managed from 0.12.0)
[DEBUG] io.quarkus:quarkus-jaxb-runtime:jar:0.12.0:provided
[DEBUG] io.quarkus:quarkus-resteasy-runtime:jar:0.12.0:provided
[DEBUG] javax.validation:validation-api:jar:2.0.1.Final:provided (version managed from 2.0.1.Final)
[DEBUG] com.sun.activation:jakarta.activation:jar:1.2.1:provided (version managed from 1.2.1)
[DEBUG] io.quarkus:quarkus-junit5:jar:0.12.0:test
[DEBUG] io.quarkus:quarkus-test-common:jar:0.12.0:test
[DEBUG] io.quarkus:quarkus-jsonp:jar:0.12.0:provided (scope managed from compile) (version managed from 0.12.0)
[DEBUG] io.quarkus:quarkus-jsonp-runtime:jar:0.12.0:provided
[DEBUG] org.glassfish:javax.json:jar:1.1.4:provided (version managed from 1.1.4)
[DEBUG] org.junit.jupiter:junit-jupiter-api:jar:5.4.0:test (version managed from 5.4.0)
[DEBUG] org.apiguardian:apiguardian-api:jar:1.0.0:test
[DEBUG] org.opentest4j:opentest4j:jar:1.1.1:test
[DEBUG] org.junit.platform:junit-platform-commons:jar:1.4.0:test
[DEBUG] org.junit.jupiter:junit-jupiter-params:jar:5.4.0:test (version managed from 5.4.0)
[DEBUG] org.junit.jupiter:junit-jupiter-engine:jar:5.4.0:test (version managed from 5.4.0)
[DEBUG] org.junit.platform:junit-platform-engine:jar:1.4.0:test
[DEBUG] io.rest-assured:rest-assured:jar:3.3.0:test (exclusions managed)
[DEBUG] org.codehaus.groovy:groovy:jar:2.4.15:test
[DEBUG] org.codehaus.groovy:groovy-xml:jar:2.4.15:test
[DEBUG] org.apache.httpcomponents:httpclient:jar:4.5.7:provided (version managed from 4.5.3)
[DEBUG] org.apache.httpcomponents:httpcore:jar:4.4.11:provided (version managed from 4.4.11)
[DEBUG] commons-logging:commons-logging:jar:1.2:provided (version managed from 1.2)
[DEBUG] commons-codec:commons-codec:jar:1.11:provided
[DEBUG] org.apache.httpcomponents:httpmime:jar:4.5.3:test
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:test
[DEBUG] org.hamcrest:hamcrest-library:jar:1.3:test
[DEBUG] org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1:test
[DEBUG] io.rest-assured:json-path:jar:3.3.0:test
[DEBUG] org.codehaus.groovy:groovy-json:jar:2.4.15:test
[DEBUG] io.rest-assured:rest-assured-common:jar:3.3.0:test
[DEBUG] io.rest-assured:xml-path:jar:3.3.0:test
[DEBUG] org.apache.commons:commons-lang3:jar:3.4:test
[DEBUG] javax.xml.bind:jaxb-api:jar:2.3.1:provided (version managed from 2.2.12) (exclusions managed)
[DEBUG] com.sun.xml.bind:jaxb-osgi:jar:2.2.10:test
[DEBUG] org.apache.sling:org.apache.sling.javax.activation:jar:0.1.0:test
[INFO]
[INFO] --- quarkus-maven-plugin:0.12.0:dev (default-cli) @ getting-started ---
[DEBUG] Dependency collection stats: {ConflictMarker.analyzeTime=1282700, ConflictMarker.markTime=733900, ConflictMarker.nodeCount=484, ConflictIdSorter.graphTime=490100, ConflictIdSorter.topsortTime=121400, ConflictIdSorter.conflictIdCount=105, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=11592900, ConflictResolver.conflictItemCount=236, DefaultDependencyCollector.collectTime=1115211700, DefaultDependencyCollector.transformTime=14331400}
[DEBUG] io.quarkus:quarkus-maven-plugin:jar:0.12.0:
[DEBUG] io.quarkus:quarkus-devtools-common:jar:0.12.0:compile
[DEBUG] io.quarkus:quarkus-devtools-common-core:jar:0.12.0:compile
[DEBUG] org.apache.maven:maven-plugin-api:jar:3.5.4:compile
[DEBUG] org.apache.maven:maven-model:jar:3.5.4:compile
[DEBUG] org.apache.maven:maven-artifact:jar:3.5.4:compile
[DEBUG] org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.3.3:compile
[DEBUG] javax.enterprise:cdi-api:jar:2.0.SP1:compile
[DEBUG] javax.el:javax.el-api:jar:3.0.0:compile
[DEBUG] javax.interceptor:javax.interceptor-api:jar:1.2:compile
[DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.24:compile
[DEBUG] org.codehaus.plexus:plexus-classworlds:jar:2.5.2:compile
[DEBUG] org.apache.maven:maven-core:jar:3.5.4:compile
[DEBUG] org.apache.maven:maven-settings:jar:3.5.4:compile
[DEBUG] org.apache.maven:maven-settings-builder:jar:3.5.4:compile
[DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.24:compile
[DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
[DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[DEBUG] org.apache.maven:maven-builder-support:jar:3.5.4:compile
[DEBUG] org.apache.maven:maven-repository-metadata:jar:3.5.4:compile
[DEBUG] org.apache.maven:maven-model-builder:jar:3.5.4:compile
[DEBUG] org.apache.maven:maven-resolver-provider:jar:3.5.4:compile
[DEBUG] org.apache.maven.resolver:maven-resolver-impl:jar:1.1.1:compile
[DEBUG] org.apache.maven.resolver:maven-resolver-api:jar:1.1.1:compile
[DEBUG] org.apache.maven.resolver:maven-resolver-spi:jar:1.1.1:compile
[DEBUG] org.apache.maven.resolver:maven-resolver-util:jar:1.1.1:compile
[DEBUG] org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
[DEBUG] commons-io:commons-io:jar:2.5:compile
[DEBUG] org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.3:compile
[DEBUG] com.google.inject:guice:jar:no_aop:4.2.0:compile
[DEBUG] aopalliance:aopalliance:jar:1.0:compile
[DEBUG] com.google.guava:guava:jar:27.0.1-jre:compile
[DEBUG] com.google.guava:failureaccess:jar:1.0.1:compile
[DEBUG] com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava:compile
[DEBUG] com.google.code.findbugs:jsr305:jar:3.0.2:compile
[DEBUG] org.checkerframework:checker-qual:jar:2.5.2:compile
[DEBUG] com.google.errorprone:error_prone_annotations:jar:2.2.0:compile
[DEBUG] com.google.j2objc:j2objc-annotations:jar:1.1:compile
[DEBUG] org.codehaus.mojo:animal-sniffer-annotations:jar:1.17:compile
[DEBUG] javax.inject:javax.inject:jar:1:compile
[DEBUG] org.codehaus.plexus:plexus-component-annotations:jar:1.7.1:compile
[DEBUG] org.apache.commons:commons-lang3:jar:3.5:compile
[DEBUG] org.apache.maven:maven-toolchain:jar:3.0-alpha-2:compile
[DEBUG] org.apache.maven:maven-compat:jar:3.0-alpha-2:compile
[DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-beta-3.0.5:compile
[DEBUG] org.apache.xbean:xbean-reflect:jar:3.4:compile
[DEBUG] log4j:log4j:jar:1.2.17:compile
[DEBUG] commons-logging:commons-logging-api:jar:1.1:compile
[DEBUG] com.google.code.google-collections:google-collect:jar:snapshot-20080530:compile
[DEBUG] junit:junit:jar:4.12:compile
[DEBUG] org.hamcrest:hamcrest-core:jar:1.3:compile
[DEBUG] org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-4:compile
[DEBUG] io.quarkus:quarkus-creator:jar:0.12.0:compile
[DEBUG] io.quarkus:quarkus-core:jar:0.12.0:compile
[DEBUG] commons-beanutils:commons-beanutils-core:jar:1.8.3:compile
[DEBUG] commons-logging:commons-logging:jar:1.2:compile
[DEBUG] org.jboss.invocation:jboss-invocation:jar:1.5.2.Final:compile
[DEBUG] org.wildfly.common:wildfly-common:jar:1.5.0.Final-format-001:compile
[DEBUG] org.jboss.classfilewriter:jboss-classfilewriter:jar:1.2.4.Final:compile
[DEBUG] io.quarkus.gizmo:gizmo:jar:1.0.0.Alpha2:compile
[DEBUG] org.jboss:jandex:jar:2.1.1.Final:compile
[DEBUG] org.ow2.asm:asm:jar:6.2.1:compile
[DEBUG] io.quarkus:quarkus-core-runtime:jar:0.12.0:compile
[DEBUG] javax.annotation:javax.annotation-api:jar:1.3.2:compile
[DEBUG] io.smallrye:smallrye-config:jar:1.3.5:compile
[DEBUG] org.eclipse.microprofile.config:microprofile-config-api:jar:1.3:compile
[DEBUG] org.osgi:org.osgi.annotation.versioning:jar:1.0.0:compile
[DEBUG] org.jboss.logging:jboss-logging:jar:3.3.2.Final:compile
[DEBUG] org.jboss.logging:jboss-logging-annotations:jar:2.1.0.Final:compile
[DEBUG] org.jboss.threads:jboss-threads:jar:3.0.0.Alpha4:compile
[DEBUG] org.jboss.slf4j:slf4j-jboss-logging:jar:1.1.0.Final:compile
[DEBUG] org.graalvm.sdk:graal-sdk:jar:1.0.0-rc13:compile
[DEBUG] org.wildfly.security:wildfly-elytron-ssl:jar:2.0.0.Alpha1:compile
[DEBUG] org.wildfly.security:wildfly-elytron-auth-server:jar:2.0.0.Alpha1:compile
[DEBUG] org.wildfly.security:wildfly-elytron-permission:jar:2.0.0.Alpha1:compile
[DEBUG] org.wildfly.security:wildfly-elytron-base:jar:2.0.0.Alpha1:compile
[DEBUG] org.wildfly.security:wildfly-elytron-credential:jar:2.0.0.Alpha1:compile
[DEBUG] org.wildfly.security:wildfly-elytron-auth:jar:2.0.0.Alpha1:compile
[DEBUG] org.wildfly.security:wildfly-elytron-util:jar:2.0.0.Alpha1:compile
[DEBUG] org.wildfly.security:wildfly-elytron-x500:jar:2.0.0.Alpha1:compile
[DEBUG] org.wildfly.security:wildfly-elytron-x500-cert:jar:2.0.0.Alpha1:compile
[DEBUG] org.wildfly.security:wildfly-elytron-asn1:jar:2.0.0.Alpha1:compile
[DEBUG] org.wildfly.security:wildfly-elytron-x500-cert-util:jar:2.0.0.Alpha1:compile
[DEBUG] io.quarkus:quarkus-builder:jar:0.12.0:compile
[DEBUG] org.apache.maven.resolver:maven-resolver-connector-basic:jar:1.1.1:compile
[DEBUG] org.apache.maven.resolver:maven-resolver-transport-file:jar:1.1.1:compile
[DEBUG] org.apache.maven.resolver:maven-resolver-transport-http:jar:1.1.1:compile
[DEBUG] org.apache.httpcomponents:httpclient:jar:4.5.7:compile
[DEBUG] commons-codec:commons-codec:jar:1.11:compile
[DEBUG] org.apache.httpcomponents:httpcore:jar:4.4.11:compile
[DEBUG] org.slf4j:jcl-over-slf4j:jar:1.7.25:runtime
[DEBUG] io.quarkus:quarkus-development-mode:jar:0.12.0:compile
[DEBUG] org.jboss.logmanager:jboss-logmanager-embedded:jar:1.0.2:compile
[DEBUG] org.apache.maven.shared:maven-artifact-transfer:jar:0.10.0:compile
[DEBUG] org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.1:compile
[DEBUG] org.sonatype.sisu:sisu-inject-plexus:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-inject-bean:jar:1.4.2:compile
[DEBUG] org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7:compile
[DEBUG] org.slf4j:slf4j-api:jar:1.7.25:compile
[DEBUG] jline:jline:jar:2.14.6:compile
[DEBUG] com.fasterxml.jackson.core:jackson-databind:jar:2.9.8:compile
[DEBUG] com.fasterxml.jackson.core:jackson-annotations:jar:2.9.8:compile
[DEBUG] com.fasterxml.jackson.core:jackson-core:jar:2.9.8:compile
[DEBUG] org.twdata.maven:mojo-executor:jar:2.3.0:compile
[DEBUG] org.slf4j:slf4j-simple:jar:1.7.25:test
[DEBUG] Created new class realm plugin>io.quarkus:quarkus-maven-plugin:0.12.0
[DEBUG] Importing foreign packages into class realm plugin>io.quarkus:quarkus-maven-plugin:0.12.0
[DEBUG] Imported: < maven.api
[DEBUG] Populating class realm plugin>io.quarkus:quarkus-maven-plugin:0.12.0
[DEBUG] Included: io.quarkus:quarkus-maven-plugin:jar:0.12.0
[DEBUG] Included: io.quarkus:quarkus-devtools-common:jar:0.12.0
[DEBUG] Included: io.quarkus:quarkus-devtools-common-core:jar:0.12.0
[DEBUG] Included: javax.enterprise:cdi-api:jar:2.0.SP1
[DEBUG] Included: javax.el:javax.el-api:jar:3.0.0
[DEBUG] Included: javax.interceptor:javax.interceptor-api:jar:1.2
[DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.24
[DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.24
[DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
[DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4
[DEBUG] Included: org.apache.maven:maven-builder-support:jar:3.5.4
[DEBUG] Included: org.apache.maven.resolver:maven-resolver-util:jar:1.1.1
[DEBUG] Included: org.apache.maven.shared:maven-shared-utils:jar:3.2.1
[DEBUG] Included: commons-io:commons-io:jar:2.5
[DEBUG] Included: org.eclipse.sisu:org.eclipse.sisu.inject:jar:0.3.3
[DEBUG] Included: com.google.inject:guice:jar:no_aop:4.2.0
[DEBUG] Included: aopalliance:aopalliance:jar:1.0
[DEBUG] Included: com.google.guava:guava:jar:27.0.1-jre
[DEBUG] Included: com.google.guava:failureaccess:jar:1.0.1
[DEBUG] Included: com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava
[DEBUG] Included: com.google.code.findbugs:jsr305:jar:3.0.2
[DEBUG] Included: org.checkerframework:checker-qual:jar:2.5.2
[DEBUG] Included: com.google.errorprone:error_prone_annotations:jar:2.2.0
[DEBUG] Included: com.google.j2objc:j2objc-annotations:jar:1.1
[DEBUG] Included: org.codehaus.mojo:animal-sniffer-annotations:jar:1.17
[DEBUG] Included: org.codehaus.plexus:plexus-component-annotations:jar:1.7.1
[DEBUG] Included: org.apache.commons:commons-lang3:jar:3.5
[DEBUG] Included: org.apache.xbean:xbean-reflect:jar:3.4
[DEBUG] Included: log4j:log4j:jar:1.2.17
[DEBUG] Included: commons-logging:commons-logging-api:jar:1.1
[DEBUG] Included: com.google.code.google-collections:google-collect:jar:snapshot-20080530
[DEBUG] Included: junit:junit:jar:4.12
[DEBUG] Included: org.hamcrest:hamcrest-core:jar:1.3
[DEBUG] Included: io.quarkus:quarkus-creator:jar:0.12.0
[DEBUG] Included: io.quarkus:quarkus-core:jar:0.12.0
[DEBUG] Included: commons-beanutils:commons-beanutils-core:jar:1.8.3
[DEBUG] Included: commons-logging:commons-logging:jar:1.2
[DEBUG] Included: org.jboss.invocation:jboss-invocation:jar:1.5.2.Final
[DEBUG] Included: org.wildfly.common:wildfly-common:jar:1.5.0.Final-format-001
[DEBUG] Included: org.jboss.classfilewriter:jboss-classfilewriter:jar:1.2.4.Final
[DEBUG] Included: io.quarkus.gizmo:gizmo:jar:1.0.0.Alpha2
[DEBUG] Included: org.jboss:jandex:jar:2.1.1.Final
[DEBUG] Included: org.ow2.asm:asm:jar:6.2.1
[DEBUG] Included: io.quarkus:quarkus-core-runtime:jar:0.12.0
[DEBUG] Included: javax.annotation:javax.annotation-api:jar:1.3.2
[DEBUG] Included: io.smallrye:smallrye-config:jar:1.3.5
[DEBUG] Included: org.eclipse.microprofile.config:microprofile-config-api:jar:1.3
[DEBUG] Included: org.osgi:org.osgi.annotation.versioning:jar:1.0.0
[DEBUG] Included: org.jboss.logging:jboss-logging:jar:3.3.2.Final
[DEBUG] Included: org.jboss.logging:jboss-logging-annotations:jar:2.1.0.Final
[DEBUG] Included: org.jboss.threads:jboss-threads:jar:3.0.0.Alpha4
[DEBUG] Included: org.jboss.slf4j:slf4j-jboss-logging:jar:1.1.0.Final
[DEBUG] Included: org.graalvm.sdk:graal-sdk:jar:1.0.0-rc13
[DEBUG] Included: org.wildfly.security:wildfly-elytron-ssl:jar:2.0.0.Alpha1
[DEBUG] Included: org.wildfly.security:wildfly-elytron-auth-server:jar:2.0.0.Alpha1
[DEBUG] Included: org.wildfly.security:wildfly-elytron-permission:jar:2.0.0.Alpha1
[DEBUG] Included: org.wildfly.security:wildfly-elytron-base:jar:2.0.0.Alpha1
[DEBUG] Included: org.wildfly.security:wildfly-elytron-credential:jar:2.0.0.Alpha1
[DEBUG] Included: org.wildfly.security:wildfly-elytron-auth:jar:2.0.0.Alpha1
[DEBUG] Included: org.wildfly.security:wildfly-elytron-util:jar:2.0.0.Alpha1
[DEBUG] Included: org.wildfly.security:wildfly-elytron-x500:jar:2.0.0.Alpha1
[DEBUG] Included: org.wildfly.security:wildfly-elytron-x500-cert:jar:2.0.0.Alpha1
[DEBUG] Included: org.wildfly.security:wildfly-elytron-asn1:jar:2.0.0.Alpha1
[DEBUG] Included: org.wildfly.security:wildfly-elytron-x500-cert-util:jar:2.0.0.Alpha1
[DEBUG] Included: io.quarkus:quarkus-builder:jar:0.12.0
[DEBUG] Included: org.apache.maven.resolver:maven-resolver-connector-basic:jar:1.1.1
[DEBUG] Included: org.apache.maven.resolver:maven-resolver-transport-file:jar:1.1.1
[DEBUG] Included: org.apache.maven.resolver:maven-resolver-transport-http:jar:1.1.1
[DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.5.7
[DEBUG] Included: commons-codec:commons-codec:jar:1.11
[DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.4.11
[DEBUG] Included: org.slf4j:jcl-over-slf4j:jar:1.7.25
[DEBUG] Included: io.quarkus:quarkus-development-mode:jar:0.12.0
[DEBUG] Included: org.jboss.logmanager:jboss-logmanager-embedded:jar:1.0.2
[DEBUG] Included: org.apache.maven.shared:maven-artifact-transfer:jar:0.10.0
[DEBUG] Included: org.apache.maven.shared:maven-common-artifact-filters:jar:3.0.1
[DEBUG] Included: org.sonatype.sisu:sisu-inject-bean:jar:1.4.2
[DEBUG] Included: org.sonatype.sisu:sisu-guice:jar:noaop:2.1.7
[DEBUG] Included: jline:jline:jar:2.14.6
[DEBUG] Included: com.fasterxml.jackson.core:jackson-databind:jar:2.9.8
[DEBUG] Included: com.fasterxml.jackson.core:jackson-annotations:jar:2.9.8
[DEBUG] Included: com.fasterxml.jackson.core:jackson-core:jar:2.9.8
[DEBUG] Included: org.twdata.maven:mojo-executor:jar:2.3.0
[DEBUG] Configuring mojo io.quarkus:quarkus-maven-plugin:0.12.0:dev from plugin realm ClassRealm[plugin>io.quarkus:quarkus-maven-plugin:0.12.0, parent: sun.misc.Launcher$AppClassLoader@4e25154f]
[DEBUG] Configuring mojo 'io.quarkus:quarkus-maven-plugin:0.12.0:dev' with basic configurator -->
[DEBUG] (f) buildDir = E:\Projects\micro\test-app\target
[DEBUG] (f) outputDirectory = E:\Projects\micro\test-app\target\classes
[DEBUG] (f) project = MavenProject: org.acme:getting-started:1.0-SNAPSHOT @ E:\Projects\micro\test-app\pom.xml
[DEBUG] (f) session = org.apache.maven.execution.MavenSession@6dd93a21
[DEBUG] (f) sourceDir = E:\Projects\micro\test-app\src\main\java
[DEBUG] -- end configuration --
[DEBUG] Detected Maven Version: 3.6.0
[DEBUG] Detected Maven Version (3.6.0) is allowed in [3.5.3,).
[DEBUG] Checking: C:\Program Files\Java\jdk1.8.0_201\jre\bin\java
[DEBUG] C:\Program Files\Java\jdk1.8.0_201\jre\bin\java is not executable
[DEBUG] Checking: C:\Program Files\Java\jdk1.8.0_201\jre\bin\java.COM
[DEBUG] Checking: C:\Program Files\Java\jdk1.8.0_201\jre\bin\java.EXE
[DEBUG] Executable: C:\Program Files\Java\jdk1.8.0_201\jre\bin\java.EXE
[DEBUG] findJavaTool, selected JVM: C:\Program Files\Java\jdk1.8.0_201\jre\bin\java.EXE
[INFO] Using javaTool: C:\Program Files\Java\jdk1.8.0_201\jre\bin\java.EXE
[INFO] Using servlet resources E:\Projects\micro\test-app\src\main\resources\META-INF\resources
Listening for transport dt_socket at address: 5005
Error: Could not find or load main class io.quarkus.dev.DevModeMain
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.342 s
[INFO] Finished at: 2019-03-28T01:15:54+02:00
[INFO] ------------------------------------------------------------------------
Could you execute mvn -X Quarkus:dev and see if you get any more output that would help debug the issue?
Thanks
Could you execute
mvn -X Quarkus:devand see if you get any more output that would help debug the issue?
Thanks
@geoand Done :)
This is a duplicate of #1402 that has been fixed for the 0.13.0 release.
The problem is that the local maven repository is located in a path with spaced:
[DEBUG] Using local repository at C:\Users\Foo Bar\.m2\repository
Issue #1402 gives a workaround of moving your local maven repository to a path without spaces.
@starksm64 so I guess we should close this, right?
Duplicate
Most helpful comment
This is a duplicate of #1402 that has been fixed for the 0.13.0 release.
The problem is that the local maven repository is located in a path with spaced:
[DEBUG] Using local repository at C:\Users\Foo Bar\.m2\repositoryIssue #1402 gives a workaround of moving your local maven repository to a path without spaces.