-
Bug
-
Resolution: Done
-
Major
-
None
-
None
When EAP 7.4 image running with the locale like ja_JP which outputs non-ascii characters, HealthCheckProbe in readinessProve / livenessProbe will fail with the following messages:
sh-4.2$ /bin/bash -c /opt/eap/bin/readinessProbe.sh { "probe.eap.dmr.EapProbe": { "probe.eap.dmr.ServerStatusTest": "running", "probe.eap.dmr.DeploymentTest": { "ROOT.war": "OK" }, "probe.eap.dmr.BootErrorsTest": "No boot errors", "probe.eap.dmr.ServerRunningModeTest": "NORMAL" }, "probe.eap.dmr.HealthCheckProbe": { "probe.eap.dmr.HealthCheckTest": "Exception executing test: 'ascii' codec can't encode characters in position 13-16: ordinal not in range(128)" }
- clones
-
CLOUD-3172 readinessProve / livenessProbe fails with "'ascii' codec can't encode characters" when the locale supports non-ascii characters
-
- Pull Request
-
- links to