While enabling secure-admin on Payara paltform
I receive this error:
$ ./asadmin enable-secure-admin
Enter admin user name> admin
Enter admin password for user “admin”>
remote failure: NCLS-SECURITY-05200 : org.jvnet.hk2.config.TransactionFailure: Constraints for this JmxConnector configuration have been violated: on property [ port ] violation reason [ must be between 1 and 65535, or reference a system property using the form ${SYSTEM_PROPERTY_NAME} ]
Constraints for this JmxConnector configuration have been violated: on property [ port ] violation reason [ must be between 1 and 65535, or reference a system property using the form ${SYSTEM_PROPERTY_NAME} ]
Command enable-secure-admin failed.
How can set the system property ?
Thank You
Fabrizio