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
14:53:57.058 ERROR exceptions.FileException (FileException.java:158) - C:\SOURCE\sentinel-helicoid\Helicoid\conf\sentinel.yml Could not load the timeout property because of the exception: Unable to make field private final java.lang.String java.io.File.path accessible: module java.base does not "opens java.io" to unnamed module @3a4afd8d.
Please fix the file or pass the property in on the commandline using the -Dtimeout= option.
14:53:59.077 WARN configurations.Configuration (Configuration.java:256) - localhost env being used by default. No env property set. This can be set in the sentinel.yml config file with a 'env=' property or on the command line with the switch '-Denv='.
We are unable to load config files because of this issue
The text was updated successfully, but these errors were encountered:
Could not load the timeout property because of the exception: Unable to make field private final java.lang.String java.io.File.path accessible: module java.base does not "opens java.io" to unnamed module
Root cause seems to be the ConfigurationData class extending File. This seems to be no longer possible. The error appears to have been the File class throwing when it was trying to make portions of itself exposed to ConfigurationData.
I have a fix coming which will refactor the class to utilize File instead of extending it.
14:53:57.058 ERROR exceptions.FileException (FileException.java:158) - C:\SOURCE\sentinel-helicoid\Helicoid\conf\sentinel.yml Could not load the timeout property because of the exception: Unable to make field private final java.lang.String java.io.File.path accessible: module java.base does not "opens java.io" to unnamed module @3a4afd8d.
Please fix the file or pass the property in on the commandline using the -Dtimeout= option.
14:53:59.077 WARN configurations.Configuration (Configuration.java:256) - localhost env being used by default. No env property set. This can be set in the sentinel.yml config file with a 'env=' property or on the command line with the switch '-Denv='.
We are unable to load config files because of this issue
The text was updated successfully, but these errors were encountered: