Jenkins Install, Service Start failure

6,608

I found a solution based on this answer by Jan The issue is that Windows is looking for the certificate for the service and your server does not have access to the Internet. Your best option is to enable Internet access to the server for the installation of Jenkins. You wont need it once Jenkins is installed.

You could also try to disable certificate checking this way (though I'm unsure if this will work.)

1) Create the directory: C:\Program Files (x86)\Jenkins

2) Create a text file named jenkins.exe.config

3) Add the following text to the text file:

<configuration> 
  <runtime> 
     <generatePublisherEvidence enabled="false"/> 
  </runtime> 
</configuration>

4) Run setup as an Administrator

Share:
6,608

Related videos on Youtube

M1ke
Author by

M1ke

Engineering as a lifestyle; enthused by technology &amp; a fledgling entrepreneur. Love new music, tea, ale &amp; motorbiking. Founder of Ground Control Skydiving #SOreadytohelp

Updated on September 18, 2022

Comments

  • M1ke
    M1ke over 1 year

    Trying to install Jenkins as the sole administrator user on Windows 7, with UAC turned off, the following error appears:

    Image

    Nothing I have tried has been able to fix this, the system installed fine from the same file (though I did reinstall to check) on another PC running the same OS with the same settings