Skip to content

Mariadb driver not working, can't access the server #161

Answered by primetomas
oculos asked this question in Q&A
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