Bug 1754465
| Summary: | [Satellite 6.6.0 Snap21] Null exception(mozilla.jss.crypto.AlreadyInitializedException)gets after restarting candlepin service. | |||
|---|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Devendra Singh <desingh> | |
| Component: | Candlepin | Assignee: | satellite6-bugs <satellite6-bugs> | |
| Status: | CLOSED ERRATA | QA Contact: | jcallaha | |
| Severity: | medium | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 6.6.0 | CC: | nmoumoul, pcreech | |
| Target Milestone: | 6.7.0 | Keywords: | Triaged | |
| Target Release: | Unused | |||
| Hardware: | x86_64 | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | candlepin-2.8.1-1 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1754488 (view as bug list) | Environment: | ||
| Last Closed: | 2020-04-14 13:25:37 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | 1754488 | |||
| Bug Blocks: | ||||
|
Description
Devendra Singh
2019-09-23 10:53:07 UTC
This exception is just noise and has no impact (which is why it is a WARN), and has already been fixed (no longer trying to initialize the CryptoManager twice) in current candlepin master (2.8/2.9) as part of https://github.com/candlepin/candlepin/pull/2400 Verified in Satellite 6.7 Snap 2
Service restart does not show the exception.
-bash-4.2# systemctl restart tomcat
-bash-4.2#
-bash-4.2# systemctl status tomcat
● tomcat.service - Apache Tomcat Web Application Container
Loaded: loaded (/usr/lib/systemd/system/tomcat.service; enabled; vendor preset: disabled)
Active: active (running) since Fri 2019-11-22 17:06:44 EST; 8s ago
Main PID: 20879 (java)
Tasks: 42
CGroup: /system.slice/tomcat.service
└─20879 /usr/lib/jvm/jre/bin/java -Xms1024m -Xmx4096m -classpath /usr/share/tomcat/bin/bootstrap.jar:/usr/share/tomcat/bin/tomcat-juli.jar:/usr/share/java/commons-daemon.jar -D...
Nov 22 17:06:51 <mysathost> server[20879]: Nov 22, 2019 5:06:51 PM com.google.inject.internal.ProxyFactory <init>
Nov 22 17:06:51 <mysathost> server[20879]: WARNING: Method [public void org.candlepin.model.ContentCurator.delete(org.candlepin.model.Persisted)] is synt...
Nov 22 17:06:51 <mysathost> server[20879]: Nov 22, 2019 5:06:51 PM com.google.inject.internal.ProxyFactory <init>
Nov 22 17:06:51 <mysathost> server[20879]: WARNING: Method [public void org.candlepin.model.CdnCurator.delete(org.candlepin.model.Persisted)] is syntheti...
Nov 22 17:06:51 <mysathost> server[20879]: Nov 22, 2019 5:06:51 PM com.google.inject.internal.ProxyFactory <init>
Nov 22 17:06:51 <mysathost> server[20879]: WARNING: Method [public void org.candlepin.model.RulesCurator.delete(org.candlepin.model.Persisted)] is synthe...
Nov 22 17:06:51 <mysathost> server[20879]: Nov 22, 2019 5:06:51 PM com.google.inject.internal.ProxyFactory <init>
Nov 22 17:06:51 <mysathost> server[20879]: WARNING: Method [public org.candlepin.model.Persisted org.candlepin.model.RulesCurator.create(org.candlepin.mo...
Nov 22 17:06:51 <mysathost> server[20879]: Nov 22, 2019 5:06:51 PM com.google.inject.internal.ProxyFactory <init>
Nov 22 17:06:51 <mysathost> server[20879]: WARNING: Method [public void org.candlepin.model.EntitlementCertificateCurator.delete(org.candlepin.model.Pers...
Hint: Some lines were ellipsized, use -l to show in full.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2020:1454 |