Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken docker build #3017

Closed
muloem opened this issue Mar 19, 2019 · 0 comments
Closed

Fix broken docker build #3017

muloem opened this issue Mar 19, 2019 · 0 comments
Assignees

Comments

@muloem
Copy link
Member

muloem commented Mar 19, 2019

The exception occurs while building:

Caused by: java.security.ProviderException: Could not initialize NSS
	at sun.security.pkcs11.SunPKCS11.<init>(SunPKCS11.java:223)
	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.getIndex(ProviderList.java:263)
	at sun.security.jca.ProviderList.getProviderConfig(ProviderList.java:247)
	at sun.security.jca.ProviderList.getProvider(ProviderList.java:253)
	at java.security.Security.getProvider(Security.java:503)
	at sun.security.ssl.SignatureAndHashAlgorithm.<clinit>(SignatureAndHashAlgorithm.java:415)
	... 110 more
Caused by: java.io.FileNotFoundException: /usr/lib/libnss3.so
	at sun.security.pkcs11.Secmod.initialize(Secmod.java:193)
	at sun.security.pkcs11.SunPKCS11.<init>(SunPKCS11.java:218)
muloem added a commit that referenced this issue Mar 19, 2019
muloem added a commit that referenced this issue Mar 19, 2019
muloem added a commit that referenced this issue Mar 19, 2019
muloem added a commit that referenced this issue Mar 19, 2019
@muloem muloem added this to the 1.9.44 Q... Q... milestone Mar 19, 2019
@ghost ghost assigned valllllll2000 Mar 21, 2019
stellanl added a commit that referenced this issue Mar 21, 2019
@muloem muloem closed this as completed Mar 22, 2019
@ghost ghost removed the Ready for testing label Mar 22, 2019
finnfiddle added a commit that referenced this issue Mar 29, 2019
* develop: (48 commits)
  [#3026]Stop updating the backend.
  [#3024] release notes
  Update bootstrap-deploy.sh
  [#3022]Avoid NPE if no user found.
  [#3018] release notes
  [#3018]Initial version of release notes.
  [#2969] Remove whitespace
  [#2971]Extract constants. Remove trailing whitespace.
  [#3017] Add NSS package
  [#3017] Add NSS package
  [#3017] Add NSS package
  [#3017] Add NSS package
  [#2970]Remove trailing whitespace.
  [#2970]Formatting...
  [#2802] unused function
  [#2802] do it the ember way
  [#2694] Remove backends configuration file
  [#2696] Refactor cascade node deletion
  [#2694] Remove backends deployment code
  [#2971]Stop calling taks on backend. Remove unused stuff.
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants