@jcaballeroa It appears the issue is related to this property:
pki.monitor.expiringSoonThreshold=25%
The problem may stem from unusual locale settings on your computer that do not properly recognize the percentage symbol (%). To address this, follow these steps in order:
Step 1: Modify the property
-
Edit the configuration file containing pki.monitor.expiringSoonThreshold=25%
. Change this setting to the decimal format (0.25) instead of using a percentage, pki.monitor.expiringSoonThreshold=0.25
.
-
Restart the Mango service to apply the new settings.
If the issue persists, proceed with Step 2:
Step 2: Check your locale settings
-
Ensure your system uses a standard locale, such as en_US, where the percentage symbol (%) is recognized correctly. Adjust your locale settings if necessary.
-
Restart the Mango service again to apply these changes.
Please implement these steps and let us know on the forum whether this resolves the issue. Your feedback is invaluable and can assist others experiencing similar issues.