Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.3.1 - Petals CLI
-
Fix Version/s: 3.0.0 - Petals CLI
-
Component/s: Command 'connect'
-
Security Level: Public
-
- Environment:
- -
Activity
| Field | Original Value | New Value |
|---|---|---|
| Status | New [ 10000 ] | Open [ 10002 ] |
| Priority | Minor [ 4 ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Description |
If the JMX port has an invalid value, an invalid error message is returned:
{code} > petals-cli -h localhost -n invalid-value -u petals -p petals - ERROR: Argument value of option '-h' has an invalid value 'invalid-value' {code} The option indicated in the error message is not the expected one. It should be '{{-n}}' ! |
If the JMX port has an invalid value, an invalid error message is returned:
{code} > petals-cli -h localhost -n invalid-value -u petals -p petals - ERROR: Argument value of option '-h' has an invalid value 'localhost' {code} The option indicated in the error message is not the expected one. It should be '{{-n}}', and the invalid value: {{invalid-value}} ! |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Fix Version/s | 3.0.0 - Petals CLI [ 10675 ] | |
| Resolution | Fixed [ 1 ] |