You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: java.net.URISyntaxException: Illegal character in path at index 10: file:///C:\Users\XXXX/XXXX/XXX.properties
at org.aeonbits.owner.ConfigURIFactory.newURI(ConfigURIFactory.java:39) ~[owner-1.0.8.jar:na]
at org.aeonbits.owner.PropertiesManager.toURIs(PropertiesManager.java:130) ~[owner-1.0.8.jar:na]
at org.aeonbits.owner.PropertiesManager.<init>(PropertiesManager.java:105) ~[owner-1.0.8.jar:na]
at org.aeonbits.owner.DefaultFactory.create(DefaultFactory.java:43) ~[owner-1.0.8.jar:na]
at org.aeonbits.owner.ConfigCache.getOrCreate(ConfigCache.java:87) ~[owner-1.0.8.jar:na]
at org.aeonbits.owner.ConfigCache.getOrCreate(ConfigCache.java:40) ~[owner-1.0.8.jar:na]
I think it's caused bu the back slash () in the user home folder in windows.
The text was updated successfully, but these errors were encountered:
On windows when i try to use
I have this exception :
I think it's caused bu the back slash () in the user home folder in windows.
The text was updated successfully, but these errors were encountered: