sobkowiak opened a new issue #828: NullPointerException when starting with quarkus:dev goal URL: https://github.com/apache/camel-quarkus/issues/828 I have checked out the 1.0.0-M3 tag and tried to start the `timer-log` sample using `mvn clean compile quarkus:dev`. The result is ```` Listening for transport dt_socket at address: 5005 Exception in thread "main" java.lang.RuntimeException: java.lang.NullPointerException at io.quarkus.dev.DevModeMain.main(DevModeMain.java:71) Caused by: java.lang.NullPointerException at sun.nio.fs.UnixPath.normalizeAndCheck(UnixPath.java:77) at sun.nio.fs.UnixPath.<init>(UnixPath.java:71) at sun.nio.fs.UnixFileSystem.getPath(UnixFileSystem.java:281) at java.nio.file.Paths.get(Paths.java:84) at io.quarkus.dev.RuntimeUpdatesProcessor.checkForFileChange(RuntimeUpdatesProcessor.java:307) at io.quarkus.dev.DevModeMain.start(DevModeMain.java:91) at io.quarkus.dev.DevModeMain.main(DevModeMain.java:67) ```` The same with previous versions. I tried also hello world created from scratch (without Camel) and it works (with the same Quarkus version) My Java and Maven versions ``` mvn -v Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 2019-04-04T21:00:29+02:00) Maven home: /home/ksobkowiak/.sdkman/candidates/maven/current Java version: 1.8.0_242, vendor: Oracle Corporation, runtime: /home/ksobkowiak/work/ttseiii/soft-knative/jvm/graalvm-ce-java8-20.0.0/jre Default locale: en_GB, platform encoding: UTF-8 OS name: "linux", version: "5.5.5-200.fc31.x86_64", arch: "amd64", family: "unix" ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
