Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

Service Won't Start



  • The BuildMaster Service was not starting, probably after the lastest windows updates were applied. First discovered the problem with Jenkins and found this advice

    https://issues.jenkins-ci.org/browse/JENKINS-15596

    which worked so I also applied it to BuildMaster in bmservice.exe.config:
    <runtime>
    <generatePublisherEvidence enabled="false"/>
    </runtime>

    This also worked. Is this a known issue and is there a better work around / patch for it?



  • Thanks for the report, Andrew; if that's the case, then the problem is with the .NET CLR (and Windows Crypto) validating our code's signature.

    Basically, the server is attempting to download a certificate revocation list and taking a long time due to no internet access... and the service isn't starting in the mean time.

    It's not a big deal; we may ship with this setting in the future, as numerous folks experienced this as well.

    Long story short... this is a suitable workaround.



  • Thanks for the work around.
    Saved us much headache!



Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation