Skip to content
Discussion options

You must be logged in to vote

It looks like you are copying files to the wildfly directories as root, while WildFly is not running as root. WildFly can then not read your files. That is why you get:
java.io.FileNotFoundException: /opt/wildfly/standalone/configuration/keystore/truststore.jks (Permission denied)

Fix permissions on your files so that WildFly can read them.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@oculos
Comment options

Answer selected by oculos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants