Bug 1025430
Summary: | Log filled with warnings about wrong property option source expressions | ||
---|---|---|---|
Product: | [JBoss] JBoss Operations Network | Reporter: | Lukas Krejci <lkrejci> |
Component: | Core Server | Assignee: | Thomas Segismont <tsegismo> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | JON 3.2 | CC: | myarboro, rhatlapa, tsegismo |
Target Milestone: | ER07 | ||
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: | 2014-01-02 20:43:30 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: | |||
Bug Blocks: | 1012435 |
Description
Lukas Krejci
2013-10-31 16:38:28 UTC
There's a 3rd one similar to these: "Option source expression for property socket-binding and target configuration not found" "Option source expression for property outbound-socket-binding-ref and target configuration not found" That would be logged when you navigate to the configuration page of an IMAP/POP3 service resource and the value of "outbound-socket-binding-ref" is something which does not exist in the "standard-sockets" service configuration under "Remote outbound sockets" list property. I could simply turn off these logs but I'd like to know more about your use case first. Can you point me at a running JON server? My bad, now I have reproduced the issue with single instance of EAP6 JON plugin testsuite run. It happens during creation and configuration of Mail server (POP3/IMAP/SMTP). First is created mail session and in the mail session is created mail server with only the mandatory parameters filled. Even when I tried to manually add smtp server it caused the WARN messages. Fixed in master commit de1da8c171b7bc453ba882ff25d081b1123d2075 Author: Thomas Segismont <tsegismo> Date: Wed Nov 6 10:58:37 2013 +0100 AS7 plugin descriptor: removed option source element from readonly properties of some "Managed Server" service types. ConfigurationManager: set log level down to DEBUG (the missing configuration property is something that can happen) and added details to all log messages Cherry-picked to release/jon3.2.x commit 5a19be8f3762f3391d1dfa450e79ba3b208c4989 Author: Thomas Segismont <tsegismo> Date: Wed Nov 6 10:58:37 2013 +0100 Moving to ON_QA as available for testing with new brew build. Mass moving all of these from ER6 to target milestone ER07 since the ER6 build was bad and QE was halted for the same reason. |