-
Notifications
You must be signed in to change notification settings - Fork 580
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
helidon mp config does not work on windows #1038
Comments
Got the same errors when creating quickstart MP under Windows. Run -------------------------------------------------------
T E S T S
-------------------------------------------------------
Running io.helidon.examples.quickstart.mp.MainTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.578 sec <<< FAILURE! - in io.helidon.examples.quickstart.mp.MainTest
io.helidon.examples.quickstart.mp.MainTest Time elapsed: 0.576 sec <<< ERROR!
io.helidon.config.ConfigException: Cannot load data from mandatory source UrlConfig[file:/D:/hantsylabs/helidon-sample/helidon-quickstart-mp/target/test-classes/META-INF/microprofile-config.properties]. Configuration at url 'file:/D:/hantsylabs/helidon-sample/helidon-quickstart-mp/target/test-classes/META-INF/microprofile-config.properties' GET is not accessible.
at io.helidon.examples.quickstart.mp.MainTest.startTheServer(MainTest.java:39)
Caused by: io.helidon.config.ConfigException: Configuration at url 'file:/D:/hantsylabs/helidon-sample/helidon-quickstart-mp/target/test-classes/META-INF/microprofile-config.properties' GET is not accessible.
at io.helidon.examples.quickstart.mp.MainTest.startTheServer(MainTest.java:39)
Caused by: java.nio.file.InvalidPathException: Illegal char <:> at index 2: /D:/hantsylabs/helidon-sample/helidon-quickstart-mp/target/test-classes/META-INF/microprofile-config.properties
at io.helidon.examples.quickstart.mp.MainTest.startTheServer(MainTest.java:39)
Results :
Tests in error:
MainTest.startTheServer:39 ▒ Config Cannot load data from mandatory source Url...
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
|
This is a blocker for Windows users. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
helidon-quickstart-mp fails on windows:
This issue does not occur on 1.2.1
The text was updated successfully, but these errors were encountered: