Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
After updating openjdk java 1.7.0.251 to 1.7.0.261 and running code the following error can be found
Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.ibm.icu.impl.NormalizerImpl
at com.ibm.icu.text.Normalizer$Mode.normalize(Normalizer.java:190)
at com.ibm.icu.text.Normalizer.normalize(Normalizer.java:1132)
at com.ibm.icu.text.Normalizer.normalize(Normalizer.java:1101)
at org.jasypt.normalization.Normalizer.normalizeWithIcu4j(Normalizer.java:204)
at org.jasypt.normalization.Normalizer.normalizeToNfc(Normalizer.java:129)
at org.jasypt.encryption.pbe.StandardPBEByteEncryptor.initialize(StandardPBEByteEncryptor.java:661)
... 93 more
Version-Release number of selected component (if applicable):
Installed Packages
Name : java-1.7.0-openjdk
Arch : x86_64
Epoch : 1
Version : 1.7.0.261
Release : 2.6.22.1.el6_10
Size : 93 M
Repo : installed
From repo : updates
Summary : OpenJDK Runtime Environment
URL : http://openjdk.java.net/
License : ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv1.1 and MPLv2.0 and Public Domain and W3C and zlib
Description : The OpenJDK runtime environment.
How reproducible:
Steps to Reproduce:
1. update openjdk to u261
2. run code that call class
3.
Actual results:
Expected results:
Additional info:
others do seem to be reporting on this issue: https://access.redhat.com/solutions/5026361
Comment 2Andrew John Hughes
2020-05-19 23:18:14 UTC
Description of problem: After updating openjdk java 1.7.0.251 to 1.7.0.261 and running code the following error can be found Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.ibm.icu.impl.NormalizerImpl at com.ibm.icu.text.Normalizer$Mode.normalize(Normalizer.java:190) at com.ibm.icu.text.Normalizer.normalize(Normalizer.java:1132) at com.ibm.icu.text.Normalizer.normalize(Normalizer.java:1101) at org.jasypt.normalization.Normalizer.normalizeWithIcu4j(Normalizer.java:204) at org.jasypt.normalization.Normalizer.normalizeToNfc(Normalizer.java:129) at org.jasypt.encryption.pbe.StandardPBEByteEncryptor.initialize(StandardPBEByteEncryptor.java:661) ... 93 more Version-Release number of selected component (if applicable): Installed Packages Name : java-1.7.0-openjdk Arch : x86_64 Epoch : 1 Version : 1.7.0.261 Release : 2.6.22.1.el6_10 Size : 93 M Repo : installed From repo : updates Summary : OpenJDK Runtime Environment URL : http://openjdk.java.net/ License : ASL 1.1 and ASL 2.0 and BSD and BSD with advertising and GPL+ and GPLv2 and GPLv2 with exceptions and IJG and LGPLv2+ and MIT and MPLv1.1 and MPLv2.0 and Public Domain and W3C and zlib Description : The OpenJDK runtime environment. How reproducible: Steps to Reproduce: 1. update openjdk to u261 2. run code that call class 3. Actual results: Expected results: Additional info: others do seem to be reporting on this issue: https://access.redhat.com/solutions/5026361