Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8301284 | 20.0.1 | Sheila Kamath | P3 | Resolved | Delivered | |
JDK-8301285 | 17.0.7-oracle | Sheila Kamath | P3 | Resolved | Delivered | |
JDK-8301286 | 11.0.19-oracle | Sheila Kamath | P3 | Resolved | Delivered | |
JDK-8301287 | 8u381 | Raymond Gallardo | P3 | Resolved | Fixed | b02 |
The JMX simple and delegation samples need additional access controls added to config/access.properties in order to run properly. Without them, the client will exit with the following exception:
java.lang.SecurityException: Access denied! Invalid access level for requested MBeanServer operation.
The username line in simple config/access.properties should be changed to:
username readwrite \
create SimpleStandard \
unregister
The username and delegate lines in delegation config/access.properties should be changed to:
username readwrite \
create SimpleStandard \
unregister
delegate readwrite \
create SimpleStandard \
unregister
java.lang.SecurityException: Access denied! Invalid access level for requested MBeanServer operation.
The username line in simple config/access.properties should be changed to:
username readwrite \
create SimpleStandard \
unregister
The username and delegate lines in delegation config/access.properties should be changed to:
username readwrite \
create SimpleStandard \
unregister
delegate readwrite \
create SimpleStandard \
unregister
- backported by
-
JDK-8301284 JMX simple and delegation security samples don't work because of missing access control entries
- Resolved
-
JDK-8301285 JMX simple and delegation security samples don't work because of missing access control entries
- Resolved
-
JDK-8301286 JMX simple and delegation security samples don't work because of missing access control entries
- Resolved
-
JDK-8301287 JMX simple and delegation security samples don't work because of missing access control entries
- Resolved