Actions
Bug #9905
closedjava.lang.InternalError when calling the internal API on Redhat because of invalid version of nss
Pull Request:
Severity:
Critical - prevents main use of Rudder | no workaround | data loss | security
UX impact:
User visibility:
Getting started - demo | first install | level 1 Techniques
Effort required:
Priority:
74
Name check:
Fix check:
Regression:
Description
In the logs
[2017-01-05 17:31:34] INFO application - registered property: java.specification.vendor="Oracle Corporation" [2017-01-05 17:31:34] INFO application - registered property: java.specification.version="1.7" [2017-01-05 17:31:34] INFO application - registered property: java.vendor.url.bug="http://bugreport.sun.com/bugreport/" [2017-01-05 17:31:34] INFO application - registered property: java.version="1.7.0_111" [2017-01-05 17:31:34] INFO application - registered property: java.vm.info="mixed mode" [2017-01-05 17:31:34] INFO application - registered property: java.vm.name="OpenJDK 64-Bit Server VM" [2017-01-05 17:31:34] INFO application - registered property: java.vm.specification.name="Java Virtual Machine Specification" [2017-01-05 17:31:34] INFO application - registered property: java.vm.specification.vendor="Oracle Corporation" [2017-01-05 17:31:34] INFO application - registered property: java.vm.specification.version="1.7" [2017-01-05 17:31:34] INFO application - registered property: java.vm.vendor="Oracle Corporation" [2017-01-05 17:31:34] INFO application - registered property: java.vm.version="24.111-b01" [2017-01-05 17:31:34] INFO application - registered property: jetty.home="/opt/rudder/jetty7" ... Caused by: java.lang.InternalError at sun.security.ec.SunEC.initialize(Native Method) at sun.security.ec.SunEC.access$000(SunEC.java:49) at sun.security.ec.SunEC$1.run(SunEC.java:61) at sun.security.ec.SunEC$1.run(SunEC.java:58) at java.security.AccessController.doPrivileged(Native Method) at sun.security.ec.SunEC.<clinit>(SunEC.java:58) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:526) at java.lang.Class.newInstance(Class.java:383) at sun.security.jca.ProviderConfig$2.run(ProviderConfig.java:221) at sun.security.jca.ProviderConfig$2.run(ProviderConfig.java:206)
see also : https://bugs.centos.org/view.php?id=11245
Actions