UNCLASSIFIED - NO CUI

Skip to content

SKIP UPGRADE Nexus IB image to disable fips

Branden Cobb requested to merge fips-sucks into main

For issue: https://repo1.dso.mil/platform-one/big-bang/apps/developer-tools/nexus/-/issues/17

Because of this:

Starting Nexus...
java.security.ProviderException: NSS module not available: fips
    at sun.security.pkcs11.SunPKCS11.<init>(SunPKCS11.java:283)
    at sun.security.pkcs11.SunPKCS11.<init>(SunPKCS11.java:103)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
    at sun.security.jca.ProviderConfig$2.run(ProviderConfig.java:224)
    at sun.security.jca.ProviderConfig$2.run(ProviderConfig.java:206)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.security.jca.ProviderConfig.doLoadProvider(ProviderConfig.java:206)
    at sun.security.jca.ProviderConfig.getProvider(ProviderConfig.java:187)
    at sun.security.jca.ProviderList.getProvider(ProviderList.java:233)
    at sun.security.jca.ProviderList.getService(ProviderList.java:331)
    at sun.security.jca.GetInstance.getInstance(GetInstance.java:157)
    at java.security.Security.getImpl(Security.java:721)
    at java.security.MessageDigest.getInstance(MessageDigest.java:170)
    at com.install4j.runtime.launcher.util.SingleInstance.getPathHash(SingleInstance.java:206)
    at com.install4j.runtime.launcher.util.SingleInstance.check(SingleInstance.java:65)
    at com.install4j.runtime.launcher.util.SingleInstance.checkForCurrentLauncher(SingleInstance.java:31)
    at com.install4j.runtime.launcher.UnixLauncher.checkSingleInstance(UnixLauncher.java:88)
    at com.install4j.runtime.launcher.UnixLauncher.main(UnixLauncher.java:67)
java.security.ProviderException: NSS module not available: fips
Edited by Branden Cobb

Merge request reports