这对我来说是个难题。下面显示了当我尝试进行亚马逊搜索时引发异常的代码部分:
AWSECommerceServiceLocator locator = new AWSECommerceServiceLocator(fooConfig);
locator.setAWSECommerceServicePortEndpointAddress(SourceCountry.USA.getPortAddress());
//throws exception
AWSECommerceServicePortType type = locator.getAWSECommerceServicePort();
继承人例外:
NativeException:bc.exceptions.FatalException:javax.net.ssl.SSLHandshakeException:sun.security.validator.ValidatorException:PKIX 路径构建失败:sun.security.provider.certpath.SunCertPathBuilderException:无法找到请求目标的有效证书路径
奇怪的是,这种情况间歇性地发生。有时,一切都很完美。有人有什么想法吗?在这一点上,非常感谢任何帮助。
谢谢。