Jang_Leung

Micro Focus Frequent Contributor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-04-27
13:53
402 views
(BSM) Support Tip: BSM 9.26 not starting - Password file read access must be restricted
BSM not starting, showing the following error:
INFO | jvm 1 | 2015/11/12 18:16:59 | Error: Password file read access must be restricted: D:\HPBSM/JRE64/lib/management/jmxremote.password
This seems to be a permissions error, to fix the permissions run this 2 lines on a command prompt:
icacls jmxremote.password /reset /Q /C
icacls jmxremote.password /inheritance:r /grant:r Administrators:(r,w) /T /Q /C
icacls jmxremote.access /reset /Q /C
icacls jmxremote.access /inheritance:r /grant:r Administrators:(r,w) /T /Q /C
Regards,
JangSong Leung
MicroFocus Support
If you find that this or any post resolves your issue, please be sure to mark it as an accepted solution.
0 Replies