-
Bug
-
Resolution: Done
-
Blocker
-
7.1.0.DR19
Following error is caused by the need to erase default value from Formatter field to comply with the new alternatives validation. This doesn't seem to be possible in the composite operation called by the console. As a consequence the named formatter field is not editable in EAP 7.1.0.DR19 web console in contrary to the EAP 7.0.0 web console.
Handlers affected:
- console-handler
- file-handler
- periodic-rotating-file-handler
- periodic-size-rotating-file-handler
- size-rotating-file-handler
Failed to modify resource [ ("subsystem" => "logging"), ("console-handler" => "test-console-handler") ] Unexpected HTTP response: 500 Request { "operation" => "composite", "address" => [], "steps" => [ { "address" => [ ("subsystem" => "logging"), ("console-handler" => "test-console-handler") ], "operation" => "undefine-attribute", "name" => "formatter" }, { "address" => [ ("subsystem" => "logging"), ("console-handler" => "test-console-handler") ], "operation" => "write-attribute", "name" => "named-formatter", "value" => "PATTERN" } ] } Response Internal Server Error { "outcome" => "failed", "result" => { "step-1" => { "outcome" => "failed", "failure-description" => "WFLYCTL0158: Operation handler failed: java.lang.IllegalArgumentException: Formatter \"test-console-handler\" is not found", "rolled-back" => true }, "step-2" => { "outcome" => "failed", "rolled-back" => true } }, "failure-description" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => "WFLYCTL0158: Operation handler failed: java.lang.IllegalArgumentException: Formatter \"test-console-handler\" is not found"}}, "rolled-back" => true }
- is caused by
-
JBEAP-11549 Composite operation on periodic-rotating-file-handler fails
- Closed
- is incorporated by
-
JBEAP-11634 (7.1.0) Upgrade HAL to 2.9.11.Final
- Closed