Bug 1273789
| Summary: | Do not initialize disabled extensions | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Alon Bar-Lev <alonbl> |
| Component: | Tools.Extensions | Assignee: | Alon Bar-Lev <alonbl> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ondra Machacek <omachace> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.6.0 | CC: | bugs, iheim |
| Target Milestone: | ovirt-3.6.1 | Keywords: | CodeChange |
| Target Release: | 3.6.1 | Flags: | alonbl:
ovirt-3.6.z?
alonbl: planning_ack? alonbl: devel_ack+ rule-engine: testing_ack+ |
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | infra | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-12-16 12:17:37 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Infra | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Target release should be placed once a package build is known to fix a issue. Since this bug is not modified, the target version has been reset. Please use target milestone to plan a fix for a oVirt release. [root@om-ovirt36 ~]# rpm -q rhevm-backend rhevm-backend-3.6.1-0.2.el6.noarch [root@om-ovirt36 ~]# ovirt-engine-extensions-tool aaa search --extension-name=ad2008-authz --entity-name=user* ... 2015-11-26 11:18:15 FINE Loading extension file 'ad2008-authz.properties' 2015-11-26 11:18:15 FINE Extension file 'ad2008-authz.properties' disabled 2015-11-26 11:18:15 FINE Loading extension file 'ad2008-authn.properties' 2015-11-26 11:18:15 FINE Extension file 'ad2008-authn.properties' disabled ... [root@om-ovirt36 ~]# echo $? 1 According to verification status and target milestone this issue should be fixed in oVirt 3.6.1. Closing current release. |
2015-10-21 10:36:22 SEVERE Extension 'null' initialization failed (ignored): null 2015-10-21 10:36:22 FINE Exception: java.lang.NullPointerException at java.util.concurrent.ConcurrentHashMap.hash(ConcurrentHashMap.java:333) at java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:988) at org.ovirt.engine.core.extensions.mgr.ExtensionsManager.initialize(ExtensionsManager.java:309) at org.ovirt.engine.exttool.core.ExtensionsToolExecutor.loadExtensions(ExtensionsToolExecutor.java:144) at org.ovirt.engine.exttool.core.ExtensionsToolExecutor.main(ExtensionsToolExecutor.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.jboss.modules.Module.run(Module.java:312) at org.jboss.modules.Main.main(Main.java:473)