Getting errors in the decoding of Dicom files. Any clues what would be causing this and how to fix?
Error 0: https://web.onepacs.com/t/zipdl?studyUid=xxx: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: Path does not chain with any of the trust anchors.
Error 1: https://web.onepacs.com/t/zipdl?studyUid=xxx: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: Path does not chain with any of the trust anchors.
Unable to retrieve the user settings from the server.
Re: Unable to retrieve the user settings from the server.
Hi,
Java 7 update 71 seems to have introduced a bug related to certificate validation. This issue is slated to be fixed in the next critical patch update for Java 7 (update 75). Unfortunately, Oracle does not publish their release dates for critical patch updates. In the meantime, the known workarounds are to upgrade to Java 8 update 25 (preferred) or downgrade to Java 7 update 67.
Regards,
Justin
Java 7 update 71 seems to have introduced a bug related to certificate validation. This issue is slated to be fixed in the next critical patch update for Java 7 (update 75). Unfortunately, Oracle does not publish their release dates for critical patch updates. In the meantime, the known workarounds are to upgrade to Java 8 update 25 (preferred) or downgrade to Java 7 update 67.
Regards,
Justin
Re: Unable to retrieve the user settings from the server.
Thanks Justin. Issue resolved.