You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/03/01 19:58:28 UTC

[GitHub] [camel-quarkus] sobkowiak opened a new issue #828: NullPointerException when starting with quarkus:dev goal

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [camel-quarkus] aldettinger commented on issue #828: NullPointerException when starting with quarkus:dev goal

Posted by GitBox <gi...@apache.org>.
aldettinger commented on issue #828: NullPointerException when starting with quarkus:dev goal
URL: https://github.com/apache/camel-quarkus/issues/828#issuecomment-603801199
 
 
   Thanks for taking a look @sobkowiak, I've checked the 1.0.0-M3 tags but I'm not able to reproduce this issue. Could you please check the same against 1.0.0-M5 (it's quarkus 1.3.0.Final under the hood).
   
   Also, the quarkus issue [#6168](https://github.com/quarkusio/quarkus/issues/6168) looks very [similar](https://github.com/quarkusio/quarkus/issues/6168#issuecomment-565719810), could you please try the [provided reproducer](https://github.com/quarkusio/quarkus/issues/6168#issuecomment-565651818) to check whether you would be hitting this issue.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services