Actions
Bug #9358
closedBuild may fail on rhel6
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Sometimes on rhel6 we get the following error.
02:49:46 Exception in thread "main" java.lang.InternalError
02:49:46 at sun.security.ec.SunEC.initialize(Native Method)
02:49:46 at sun.security.ec.SunEC.access$000(SunEC.java:49)
02:49:46 at sun.security.ec.SunEC$1.run(SunEC.java:61)
02:49:46 at sun.security.ec.SunEC$1.run(SunEC.java:58)
02:49:46 at java.security.AccessController.doPrivileged(Native Method)
02:49:46 at sun.security.ec.SunEC.<clinit>(SunEC.java:58)
Since SunEC should not be mandatory, we can just disable it.
Updated by Benoît PECCATTE about 8 years ago
- Status changed from New to In progress
- Assignee set to Benoît PECCATTE
Updated by Benoît PECCATTE about 8 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Benoît PECCATTE to Matthieu CERDA
- Pull Request set to https://github.com/Normation/rudder-packages/pull/1105
Updated by Benoît PECCATTE about 8 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset rudder-packages|e811b88d4b60b69d260adb4d58ca48916b866c3e.
Updated by Benoît PECCATTE about 8 years ago
- Target version changed from 4.0.0~rc2 to 318
Updated by Vincent MEMBRÉ about 8 years ago
- Target version changed from 318 to 4.0.0~rc2
Updated by Vincent MEMBRÉ about 8 years ago
- Target version changed from 4.0.0~rc2 to 4.0.0~rc1
Updated by Alexis Mousset about 8 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 4.0.0 which was released the 10th November 2016.
Actions