Bug 1014501
Summary: | InvalidPluginConfigurationException in agent log - product type is JBoss EAP 6 instead of JBoss JPP 6 | ||
---|---|---|---|
Product: | [JBoss] JBoss Operations Network | Reporter: | mgottval <mgottval> |
Component: | Plugin -- JPP | Assignee: | Thomas Segismont <tsegismo> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Martin Vecera <mvecera> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | JON 3.2 | CC: | ahovsepy, hfnukal, mvecera, spinder, theute, tsegismo |
Target Milestone: | ER04 | Keywords: | Reopened |
Target Release: | JON 3.2.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-10-02 10:50:06 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: |
Description
mgottval
2013-10-02 08:54:22 UTC
*** This bug has been marked as a duplicate of bug 856845 *** Can you please run this command in your test JPP server CLI? [standalone@localhost:9999 /] :read-attribute(name=product-name) The outcome should be: { "outcome" => "success", "result" => "Portal Platform" } But I suspect it will be : { "outcome" => "success", "result" => "EAP" } In this case, please check with JPP engineering team why. Fixed in master commit 02ed9c403f3ee1aa7fb1b5f1e1cee5713997fa56 Author: Thomas Segismont <tsegismo> Date: Thu Oct 3 12:08:12 2013 +0200 Removed unused EPP entry which prevented deterministic constant look-up by product-name value Moving to ER4 as pushed after ER3 cutoff and not beta blocker. Moving to ON_QA for testing in the next build. Verified with JON 3.2.ER04 + JPP 6.1.CR03. |