Closed ppalaga closed 6 years ago
This is caused by the fact that the root group cannot access /wildfly/standalone/tmp/auth. It is solvable by adding X to the existing chmod -R ug+rw /wildfly thus changing it to chmod -R ug+rwX /wildfly.
/wildfly/standalone/tmp/auth
X
chmod -R ug+rw /wildfly
chmod -R ug+rwX /wildfly
A PR follows
This is caused by the fact that the root group cannot access
/wildfly/standalone/tmp/auth
. It is solvable by addingX
to the existingchmod -R ug+rw /wildfly
thus changing it tochmod -R ug+rwX /wildfly
.A PR follows