Hi all
i am new to web service.I am getting this exception on my server which is RHEL 5.5

error Failed to access the WSDL at: https://172.30.17.141:5010/SecureWebService/ActiveCampaignDetailsSecure?wsdl. It failed with:

sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target.

I have imported the certificate but still getting the same error.while all other server(RHEL 5.2) with same certificate are running ok.

I have read wsdl is platform independent and java is also.
so what can be issue.Please suggest.Thanks

the problem is solved.It is the java path problem.when i use java -version it shows the openjdk instead of sun jdk.so i just added path to bin of sun jdk in my bash profile.Because i have installed the certificate in cacerts of sun jdk not openjdk.

Hi all
i am new to web service.I am getting this exception on my server which is RHEL 5.5

error Failed to access the WSDL at: https://172.30.17.141:5010/SecureWebService/ActiveCampaignDetailsSecure?wsdl. It failed with:

sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target.

I have imported the certificate but still getting the same error.while all other server(RHEL 5.2) with same certificate are running ok.

I have read wsdl is platform independent and java is also.
so what can be issue.Please suggest.Thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.