Skip to content

When run testlink using eclipse "Getting Error: pkix path building failed sun.security.provider.certpath.suncertpathbuilderexception"

rahuldantalwal edited this page Apr 27, 2016 · 1 revision

Solution:-

Step1:-Save InstallCert.java source from "https://confluence.atlassian.com/download/attachments/180292346/InstallCert.java? There will be a code content at the link . Save the content in a file in any directory by the name "InstallCert.java".

Step2:- From a command line prompt, cd to the directory where InstallCert.java file is saved.

Step3:- Run javac InstallCert.java Make sure java is on your path. See Installing Java for Confluence.

Step4:-Run java InstallCert. pass the parameter "servername" and port with the command . Port is an optional argument, java InstallCert testlink.jabong.in and press Enter again if required.

Step5:-Check the folder where InstallCert,java is kept . There will be a file named as jssecacerts Copy this file into $JAVA_HOME/jre/lib/security for the JRE that eclipse is using for its runtime.

Clone this wiki locally