Not able to Install TestNG in Eclipse-Kepler












0














When I tried to Install TestNG on my VM (virtual Machine) getting an error
"Unable to read repository at http://beust.com/eclipse/content.xml."
"peer not authenticated"



I tried many solution available in the net but no luck.
Can any one please help me to fix this issue.



Eclipse Version: Kepler Service Release 1
Build id: 20130919-0819



Note: I don't have Admin Privilege on the VM



enter image description here
Thanks,
Kannan










share|improve this question
























  • Is the virtual machine insatlled on your personal machine or compnay's machine?
    – Ankit
    Jan 25 '17 at 9:42










  • It is company's machine. I get random VM everyday , I use to Install TestNG in the morning and work on it . But all of sudden a week back,I was not able to Install TestNG and the issue is continuing.
    – Kannan C
    Jan 25 '17 at 10:06










  • As a workaround, you can download the offline update site archive, then install from that archive: github.com/cbeust/testng-eclipse/blob/master/…
    – XuQing Tan
    Feb 1 '17 at 17:40
















0














When I tried to Install TestNG on my VM (virtual Machine) getting an error
"Unable to read repository at http://beust.com/eclipse/content.xml."
"peer not authenticated"



I tried many solution available in the net but no luck.
Can any one please help me to fix this issue.



Eclipse Version: Kepler Service Release 1
Build id: 20130919-0819



Note: I don't have Admin Privilege on the VM



enter image description here
Thanks,
Kannan










share|improve this question
























  • Is the virtual machine insatlled on your personal machine or compnay's machine?
    – Ankit
    Jan 25 '17 at 9:42










  • It is company's machine. I get random VM everyday , I use to Install TestNG in the morning and work on it . But all of sudden a week back,I was not able to Install TestNG and the issue is continuing.
    – Kannan C
    Jan 25 '17 at 10:06










  • As a workaround, you can download the offline update site archive, then install from that archive: github.com/cbeust/testng-eclipse/blob/master/…
    – XuQing Tan
    Feb 1 '17 at 17:40














0












0








0







When I tried to Install TestNG on my VM (virtual Machine) getting an error
"Unable to read repository at http://beust.com/eclipse/content.xml."
"peer not authenticated"



I tried many solution available in the net but no luck.
Can any one please help me to fix this issue.



Eclipse Version: Kepler Service Release 1
Build id: 20130919-0819



Note: I don't have Admin Privilege on the VM



enter image description here
Thanks,
Kannan










share|improve this question















When I tried to Install TestNG on my VM (virtual Machine) getting an error
"Unable to read repository at http://beust.com/eclipse/content.xml."
"peer not authenticated"



I tried many solution available in the net but no luck.
Can any one please help me to fix this issue.



Eclipse Version: Kepler Service Release 1
Build id: 20130919-0819



Note: I don't have Admin Privilege on the VM



enter image description here
Thanks,
Kannan







java eclipse selenium-webdriver testng testng-eclipse






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 25 '17 at 9:32









juherr

4,63511447




4,63511447










asked Jan 25 '17 at 9:14









Kannan CKannan C

2619




2619












  • Is the virtual machine insatlled on your personal machine or compnay's machine?
    – Ankit
    Jan 25 '17 at 9:42










  • It is company's machine. I get random VM everyday , I use to Install TestNG in the morning and work on it . But all of sudden a week back,I was not able to Install TestNG and the issue is continuing.
    – Kannan C
    Jan 25 '17 at 10:06










  • As a workaround, you can download the offline update site archive, then install from that archive: github.com/cbeust/testng-eclipse/blob/master/…
    – XuQing Tan
    Feb 1 '17 at 17:40


















  • Is the virtual machine insatlled on your personal machine or compnay's machine?
    – Ankit
    Jan 25 '17 at 9:42










  • It is company's machine. I get random VM everyday , I use to Install TestNG in the morning and work on it . But all of sudden a week back,I was not able to Install TestNG and the issue is continuing.
    – Kannan C
    Jan 25 '17 at 10:06










  • As a workaround, you can download the offline update site archive, then install from that archive: github.com/cbeust/testng-eclipse/blob/master/…
    – XuQing Tan
    Feb 1 '17 at 17:40
















Is the virtual machine insatlled on your personal machine or compnay's machine?
– Ankit
Jan 25 '17 at 9:42




Is the virtual machine insatlled on your personal machine or compnay's machine?
– Ankit
Jan 25 '17 at 9:42












It is company's machine. I get random VM everyday , I use to Install TestNG in the morning and work on it . But all of sudden a week back,I was not able to Install TestNG and the issue is continuing.
– Kannan C
Jan 25 '17 at 10:06




It is company's machine. I get random VM everyday , I use to Install TestNG in the morning and work on it . But all of sudden a week back,I was not able to Install TestNG and the issue is continuing.
– Kannan C
Jan 25 '17 at 10:06












As a workaround, you can download the offline update site archive, then install from that archive: github.com/cbeust/testng-eclipse/blob/master/…
– XuQing Tan
Feb 1 '17 at 17:40




As a workaround, you can download the offline update site archive, then install from that archive: github.com/cbeust/testng-eclipse/blob/master/…
– XuQing Tan
Feb 1 '17 at 17:40












5 Answers
5






active

oldest

votes


















1














URL http://beust.com/eclipse/content.xml will forward you to some other location (probably based on your geo location) to site with HTTPS enabled.



This site presented SSL certificate, which is not trusted by your JVM's keystore.



try it!



curl -Lv http://beust.com/eclipse/content.xml


Location: https://dl.bintray.com/testng-team/testng-eclipse-release//content.xml



In your screenshot it is notable by other error:



sun.security.validatorValidatorException : PKIX path building failed



You can try to use this guide to obtain and import site's CA certificate into your JVM's keystore.



But first I would examine this certificate if it's fake or even why JVM didn't recognize it (you are running up-to-date java installation, or not ?)






share|improve this answer





















  • please elaborate , where do I need to enter those URLs?
    – Kannan C
    Jan 25 '17 at 10:24










  • kannan-c, the testng eclipse plugins are hosted on bintray.com, and according to the error message, @rkosegi 's answer should solve your issue, that is importing the bintray CA certificate into the keystore
    – XuQing Tan
    Jan 25 '17 at 11:57










  • along with the article of importing SSL certificate, you can cross reference to this link for how to specify the keystore in eclipse. (Disclaim that I did not try these steps, but I read them, think that they should work, will write down a wiki about this later)
    – XuQing Tan
    Jan 25 '17 at 12:10



















1














Go to https://dl.bintray.com/testng-team/testng-eclipse-release/



Click updatesites/



Click any version.



copy resulting URL and use that to install testNG



Example:
Use following in eclipse install software.
https://dl.bintray.com/testng-team/testng-eclipse-release/updatesites/6.11.0.201703011520/






share|improve this answer





























    0














    the issue should be fixed now, since the update site http://beust.com/eclipse/ redirects to http://dl.bintray.com/testng-team/testng-eclipse-release/ (non ssl).






    share|improve this answer





























      0














      Please try below options....

      Option 1 : Follow steps in https://www.dev2qa.com/testng-eclipse-plugin/

      Option 2 : If using Option 1, TestNG is not reflecting properly in eclipse follow below URL
      https://www.techbeamers.com/install-testng-in-eclipse-ide/

      The URL for downloading the Zip file is for version 6.11. If you need a higher version get it downloaded from
      http://dl.bintray.com/testng-team/testng-eclipse-release/zipped/

      6.14.0 version worked for me.






      share|improve this answer





























        -1














        Just click on the following link



        http://dl.bintray.com/testng-team/testng-eclipse-release/



        Download the file "compositeArtifacts.xml" by clicking on it



        Copy the downloaded file to your eclipse folder(Source location) For eg:- C:Eclipseeclipse



        Now try again to install TestNG from eclipse, Done






        share|improve this answer





















          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f41847549%2fnot-able-to-install-testng-in-eclipse-kepler%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          5 Answers
          5






          active

          oldest

          votes








          5 Answers
          5






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1














          URL http://beust.com/eclipse/content.xml will forward you to some other location (probably based on your geo location) to site with HTTPS enabled.



          This site presented SSL certificate, which is not trusted by your JVM's keystore.



          try it!



          curl -Lv http://beust.com/eclipse/content.xml


          Location: https://dl.bintray.com/testng-team/testng-eclipse-release//content.xml



          In your screenshot it is notable by other error:



          sun.security.validatorValidatorException : PKIX path building failed



          You can try to use this guide to obtain and import site's CA certificate into your JVM's keystore.



          But first I would examine this certificate if it's fake or even why JVM didn't recognize it (you are running up-to-date java installation, or not ?)






          share|improve this answer





















          • please elaborate , where do I need to enter those URLs?
            – Kannan C
            Jan 25 '17 at 10:24










          • kannan-c, the testng eclipse plugins are hosted on bintray.com, and according to the error message, @rkosegi 's answer should solve your issue, that is importing the bintray CA certificate into the keystore
            – XuQing Tan
            Jan 25 '17 at 11:57










          • along with the article of importing SSL certificate, you can cross reference to this link for how to specify the keystore in eclipse. (Disclaim that I did not try these steps, but I read them, think that they should work, will write down a wiki about this later)
            – XuQing Tan
            Jan 25 '17 at 12:10
















          1














          URL http://beust.com/eclipse/content.xml will forward you to some other location (probably based on your geo location) to site with HTTPS enabled.



          This site presented SSL certificate, which is not trusted by your JVM's keystore.



          try it!



          curl -Lv http://beust.com/eclipse/content.xml


          Location: https://dl.bintray.com/testng-team/testng-eclipse-release//content.xml



          In your screenshot it is notable by other error:



          sun.security.validatorValidatorException : PKIX path building failed



          You can try to use this guide to obtain and import site's CA certificate into your JVM's keystore.



          But first I would examine this certificate if it's fake or even why JVM didn't recognize it (you are running up-to-date java installation, or not ?)






          share|improve this answer





















          • please elaborate , where do I need to enter those URLs?
            – Kannan C
            Jan 25 '17 at 10:24










          • kannan-c, the testng eclipse plugins are hosted on bintray.com, and according to the error message, @rkosegi 's answer should solve your issue, that is importing the bintray CA certificate into the keystore
            – XuQing Tan
            Jan 25 '17 at 11:57










          • along with the article of importing SSL certificate, you can cross reference to this link for how to specify the keystore in eclipse. (Disclaim that I did not try these steps, but I read them, think that they should work, will write down a wiki about this later)
            – XuQing Tan
            Jan 25 '17 at 12:10














          1












          1








          1






          URL http://beust.com/eclipse/content.xml will forward you to some other location (probably based on your geo location) to site with HTTPS enabled.



          This site presented SSL certificate, which is not trusted by your JVM's keystore.



          try it!



          curl -Lv http://beust.com/eclipse/content.xml


          Location: https://dl.bintray.com/testng-team/testng-eclipse-release//content.xml



          In your screenshot it is notable by other error:



          sun.security.validatorValidatorException : PKIX path building failed



          You can try to use this guide to obtain and import site's CA certificate into your JVM's keystore.



          But first I would examine this certificate if it's fake or even why JVM didn't recognize it (you are running up-to-date java installation, or not ?)






          share|improve this answer












          URL http://beust.com/eclipse/content.xml will forward you to some other location (probably based on your geo location) to site with HTTPS enabled.



          This site presented SSL certificate, which is not trusted by your JVM's keystore.



          try it!



          curl -Lv http://beust.com/eclipse/content.xml


          Location: https://dl.bintray.com/testng-team/testng-eclipse-release//content.xml



          In your screenshot it is notable by other error:



          sun.security.validatorValidatorException : PKIX path building failed



          You can try to use this guide to obtain and import site's CA certificate into your JVM's keystore.



          But first I would examine this certificate if it's fake or even why JVM didn't recognize it (you are running up-to-date java installation, or not ?)







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jan 25 '17 at 10:10









          rkosegirkosegi

          8,57053662




          8,57053662












          • please elaborate , where do I need to enter those URLs?
            – Kannan C
            Jan 25 '17 at 10:24










          • kannan-c, the testng eclipse plugins are hosted on bintray.com, and according to the error message, @rkosegi 's answer should solve your issue, that is importing the bintray CA certificate into the keystore
            – XuQing Tan
            Jan 25 '17 at 11:57










          • along with the article of importing SSL certificate, you can cross reference to this link for how to specify the keystore in eclipse. (Disclaim that I did not try these steps, but I read them, think that they should work, will write down a wiki about this later)
            – XuQing Tan
            Jan 25 '17 at 12:10


















          • please elaborate , where do I need to enter those URLs?
            – Kannan C
            Jan 25 '17 at 10:24










          • kannan-c, the testng eclipse plugins are hosted on bintray.com, and according to the error message, @rkosegi 's answer should solve your issue, that is importing the bintray CA certificate into the keystore
            – XuQing Tan
            Jan 25 '17 at 11:57










          • along with the article of importing SSL certificate, you can cross reference to this link for how to specify the keystore in eclipse. (Disclaim that I did not try these steps, but I read them, think that they should work, will write down a wiki about this later)
            – XuQing Tan
            Jan 25 '17 at 12:10
















          please elaborate , where do I need to enter those URLs?
          – Kannan C
          Jan 25 '17 at 10:24




          please elaborate , where do I need to enter those URLs?
          – Kannan C
          Jan 25 '17 at 10:24












          kannan-c, the testng eclipse plugins are hosted on bintray.com, and according to the error message, @rkosegi 's answer should solve your issue, that is importing the bintray CA certificate into the keystore
          – XuQing Tan
          Jan 25 '17 at 11:57




          kannan-c, the testng eclipse plugins are hosted on bintray.com, and according to the error message, @rkosegi 's answer should solve your issue, that is importing the bintray CA certificate into the keystore
          – XuQing Tan
          Jan 25 '17 at 11:57












          along with the article of importing SSL certificate, you can cross reference to this link for how to specify the keystore in eclipse. (Disclaim that I did not try these steps, but I read them, think that they should work, will write down a wiki about this later)
          – XuQing Tan
          Jan 25 '17 at 12:10




          along with the article of importing SSL certificate, you can cross reference to this link for how to specify the keystore in eclipse. (Disclaim that I did not try these steps, but I read them, think that they should work, will write down a wiki about this later)
          – XuQing Tan
          Jan 25 '17 at 12:10













          1














          Go to https://dl.bintray.com/testng-team/testng-eclipse-release/



          Click updatesites/



          Click any version.



          copy resulting URL and use that to install testNG



          Example:
          Use following in eclipse install software.
          https://dl.bintray.com/testng-team/testng-eclipse-release/updatesites/6.11.0.201703011520/






          share|improve this answer


























            1














            Go to https://dl.bintray.com/testng-team/testng-eclipse-release/



            Click updatesites/



            Click any version.



            copy resulting URL and use that to install testNG



            Example:
            Use following in eclipse install software.
            https://dl.bintray.com/testng-team/testng-eclipse-release/updatesites/6.11.0.201703011520/






            share|improve this answer
























              1












              1








              1






              Go to https://dl.bintray.com/testng-team/testng-eclipse-release/



              Click updatesites/



              Click any version.



              copy resulting URL and use that to install testNG



              Example:
              Use following in eclipse install software.
              https://dl.bintray.com/testng-team/testng-eclipse-release/updatesites/6.11.0.201703011520/






              share|improve this answer












              Go to https://dl.bintray.com/testng-team/testng-eclipse-release/



              Click updatesites/



              Click any version.



              copy resulting URL and use that to install testNG



              Example:
              Use following in eclipse install software.
              https://dl.bintray.com/testng-team/testng-eclipse-release/updatesites/6.11.0.201703011520/







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered Aug 4 '17 at 11:16









              user3247718user3247718

              112




              112























                  0














                  the issue should be fixed now, since the update site http://beust.com/eclipse/ redirects to http://dl.bintray.com/testng-team/testng-eclipse-release/ (non ssl).






                  share|improve this answer


























                    0














                    the issue should be fixed now, since the update site http://beust.com/eclipse/ redirects to http://dl.bintray.com/testng-team/testng-eclipse-release/ (non ssl).






                    share|improve this answer
























                      0












                      0








                      0






                      the issue should be fixed now, since the update site http://beust.com/eclipse/ redirects to http://dl.bintray.com/testng-team/testng-eclipse-release/ (non ssl).






                      share|improve this answer












                      the issue should be fixed now, since the update site http://beust.com/eclipse/ redirects to http://dl.bintray.com/testng-team/testng-eclipse-release/ (non ssl).







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Feb 5 '17 at 5:35









                      XuQing TanXuQing Tan

                      327211




                      327211























                          0














                          Please try below options....

                          Option 1 : Follow steps in https://www.dev2qa.com/testng-eclipse-plugin/

                          Option 2 : If using Option 1, TestNG is not reflecting properly in eclipse follow below URL
                          https://www.techbeamers.com/install-testng-in-eclipse-ide/

                          The URL for downloading the Zip file is for version 6.11. If you need a higher version get it downloaded from
                          http://dl.bintray.com/testng-team/testng-eclipse-release/zipped/

                          6.14.0 version worked for me.






                          share|improve this answer


























                            0














                            Please try below options....

                            Option 1 : Follow steps in https://www.dev2qa.com/testng-eclipse-plugin/

                            Option 2 : If using Option 1, TestNG is not reflecting properly in eclipse follow below URL
                            https://www.techbeamers.com/install-testng-in-eclipse-ide/

                            The URL for downloading the Zip file is for version 6.11. If you need a higher version get it downloaded from
                            http://dl.bintray.com/testng-team/testng-eclipse-release/zipped/

                            6.14.0 version worked for me.






                            share|improve this answer
























                              0












                              0








                              0






                              Please try below options....

                              Option 1 : Follow steps in https://www.dev2qa.com/testng-eclipse-plugin/

                              Option 2 : If using Option 1, TestNG is not reflecting properly in eclipse follow below URL
                              https://www.techbeamers.com/install-testng-in-eclipse-ide/

                              The URL for downloading the Zip file is for version 6.11. If you need a higher version get it downloaded from
                              http://dl.bintray.com/testng-team/testng-eclipse-release/zipped/

                              6.14.0 version worked for me.






                              share|improve this answer












                              Please try below options....

                              Option 1 : Follow steps in https://www.dev2qa.com/testng-eclipse-plugin/

                              Option 2 : If using Option 1, TestNG is not reflecting properly in eclipse follow below URL
                              https://www.techbeamers.com/install-testng-in-eclipse-ide/

                              The URL for downloading the Zip file is for version 6.11. If you need a higher version get it downloaded from
                              http://dl.bintray.com/testng-team/testng-eclipse-release/zipped/

                              6.14.0 version worked for me.







                              share|improve this answer












                              share|improve this answer



                              share|improve this answer










                              answered Nov 13 '18 at 9:44









                              LiyaLiya

                              1




                              1























                                  -1














                                  Just click on the following link



                                  http://dl.bintray.com/testng-team/testng-eclipse-release/



                                  Download the file "compositeArtifacts.xml" by clicking on it



                                  Copy the downloaded file to your eclipse folder(Source location) For eg:- C:Eclipseeclipse



                                  Now try again to install TestNG from eclipse, Done






                                  share|improve this answer


























                                    -1














                                    Just click on the following link



                                    http://dl.bintray.com/testng-team/testng-eclipse-release/



                                    Download the file "compositeArtifacts.xml" by clicking on it



                                    Copy the downloaded file to your eclipse folder(Source location) For eg:- C:Eclipseeclipse



                                    Now try again to install TestNG from eclipse, Done






                                    share|improve this answer
























                                      -1












                                      -1








                                      -1






                                      Just click on the following link



                                      http://dl.bintray.com/testng-team/testng-eclipse-release/



                                      Download the file "compositeArtifacts.xml" by clicking on it



                                      Copy the downloaded file to your eclipse folder(Source location) For eg:- C:Eclipseeclipse



                                      Now try again to install TestNG from eclipse, Done






                                      share|improve this answer












                                      Just click on the following link



                                      http://dl.bintray.com/testng-team/testng-eclipse-release/



                                      Download the file "compositeArtifacts.xml" by clicking on it



                                      Copy the downloaded file to your eclipse folder(Source location) For eg:- C:Eclipseeclipse



                                      Now try again to install TestNG from eclipse, Done







                                      share|improve this answer












                                      share|improve this answer



                                      share|improve this answer










                                      answered Mar 24 '17 at 13:37









                                      Ashish RawatAshish Rawat

                                      1




                                      1






























                                          draft saved

                                          draft discarded




















































                                          Thanks for contributing an answer to Stack Overflow!


                                          • Please be sure to answer the question. Provide details and share your research!

                                          But avoid



                                          • Asking for help, clarification, or responding to other answers.

                                          • Making statements based on opinion; back them up with references or personal experience.


                                          To learn more, see our tips on writing great answers.





                                          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                                          Please pay close attention to the following guidance:


                                          • Please be sure to answer the question. Provide details and share your research!

                                          But avoid



                                          • Asking for help, clarification, or responding to other answers.

                                          • Making statements based on opinion; back them up with references or personal experience.


                                          To learn more, see our tips on writing great answers.




                                          draft saved


                                          draft discarded














                                          StackExchange.ready(
                                          function () {
                                          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f41847549%2fnot-able-to-install-testng-in-eclipse-kepler%23new-answer', 'question_page');
                                          }
                                          );

                                          Post as a guest















                                          Required, but never shown





















































                                          Required, but never shown














                                          Required, but never shown












                                          Required, but never shown







                                          Required, but never shown

































                                          Required, but never shown














                                          Required, but never shown












                                          Required, but never shown







                                          Required, but never shown







                                          Popular posts from this blog

                                          Xamarin.iOS Cant Deploy on Iphone

                                          Glorious Revolution

                                          Dulmage-Mendelsohn matrix decomposition in Python