Skip to content
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

README should be updated #102

Open
valonsejdini opened this issue Mar 11, 2019 · 1 comment
Open

README should be updated #102

valonsejdini opened this issue Mar 11, 2019 · 1 comment

Comments

@valonsejdini
Copy link

The Dropwizard instructions in the README should be updated to note that the
system property palantir.config.key_path must be set before running the DW app as otherwise you will end up with following error. Something like: java -Dpalantir.config.key_path=/path_of_key_file -jar your_dw_app.jar server config.yml , or some other means.

Caused by: java.nio.file.NoSuchFileException: var/conf/encrypted-config-value.key at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214) at java.nio.file.Files.newByteChannel(Files.java:361) at java.nio.file.Files.newByteChannel(Files.java:407) at java.nio.file.Files.readAllBytes(Files.java:3152) at com.palantir.config.crypto.KeyFileUtils.keyWithTypeFromPath(KeyFileUtils.java:41) at com.palantir.config.crypto.KeyFileUtils.keyPairFromPath(KeyFileUtils.java:65) at com.palantir.config.crypto.KeyFileUtils.keyPairFromDefaultPath(KeyFileUtils.java:77) at com.palantir.config.crypto.KeyFileUtils.decryptUsingDefaultKeys(KeyFileUtils.java:33) ... 21 more

@Hau-Hau
Copy link

Hau-Hau commented Dec 28, 2024

One more reason to update readme is fact that since v6.0.0 dropwizard commands has been decomissed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants