Reputation: 13
I am trying to add a Management User using the add-user.bat. My JAVA-HOME is set to the current JDK. The error I'm getting is this:
Keep in mind, I'm not the most Tech savvy person ever, so even simple suggestions might work
Upvotes: 1
Views: 3110
Reputation: 6307
To fix an "Access is Denied" error you should be able to either:
A) Run the command prompt as administrator, then do those steps again, or
B) Edit the file permissions of mgmt-users.properties
in the standalone
configuration folder, so that your user (or everyone) can edit the file.
Upvotes: 2