Based on the stack trace, your JVM needs the certificates in the certification path. If you are calling out to a web service, then this applies to the JVM that the Java based plugin server uses. Get public parts of the certificates from the Root CA to the end node and create a java keystore that contains the certificates and change the JVM configuration to use that keystore: http://www.sslshopper.com/article-most-common-java-keytool-keystore-commands.html
The second part of the issue seems to be that the url is not valid; hence the URI not found error. As Frederick suggested, check the URI in a browser. Axton Grams On Tue, Oct 2, 2012 at 8:54 AM, Grooms, Frederick W < [email protected]> wrote: > Sue, > What happens when you try to open that same https WSDL url on a browser on > your machine? > > Fred > > -----Original Message----- > From: Action Request System discussion list(ARSList) [mailto: > [email protected]] On Behalf Of Barber, Sue > Sent: Tuesday, October 02, 2012 8:48 AM > To: [email protected] > Subject: URI not found - https > > ** > Happy October! > > We are attempting to load a WSDL as a set fields action in a filter. It > works if we use an http, but we get the following error as a https entry. > I have reviewed previous posts on the issue and have found nothing that has > fixed our issue, so I thought I would ask again if anyone has been able to > resolve this issue or at least point me in the right direction. > > ARS Server is: > 7.6.03 Build 001 > Linux OS > Oracle DB 11.2 > > > ERROR: URI not found https://xxxxxxxxxxxxxxx.svc?wsdl > > Additional Details: > sun.security.validator.ValidatorException: PKIX path building failed: > sun.security.provider.certpath.SunCertPathBuilderException: unable to find > valid certification path to requested target > com.bmc.arsys.ws.util.ARWSException: URI not found > https://arscomp.dev.mitre.org/ArsToCompucom.svc?wsdl > at > com.bmc.arsys.ws.util.WsdlUtil.validateWSDL(WsdlUtil.java:176) > at > com.bmc.arsys.ws.util.WsdlUtil.newDocument(WsdlUtil.java:219) > > > Thanks in advance, Sue Barber > > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are" > _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"

