Bug 899611 (JBPAPP6-86)
| Summary: | Admin console: unable to add a console-handler | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Jan Martiska <jmartisk> | ||||
| Component: | Web Console | Assignee: | Dustin Kut Moy Cheung <dcheung> | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | |||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 6.0.0 | CC: | atangrin, bgeorges, brian.stansberry | ||||
| Target Milestone: | --- | ||||||
| Target Release: | EAP 6.0.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| URL: | http://jira.jboss.org/jira/browse/JBPAPP6-86 | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-11-05 02:42:36 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: | |||||||
| Attachments: |
|
||||||
In the latest jbossas7 nightly build, you are now required to choose between System.out and System.err only in the Target section. This resolves that Jira. Attachment: Added: console.png works in DR9, closing. Docs QE Status: Removed: NEW Fixing Affects and Fix in Version |
project_key: JBPAPP6 Start a standalone EAP instance. Navigate to Profile/Core/Logging/Handlers Try to add a log handler of type "console-handler". Creating a console handler apparently requires choosing a target- one of ["System.out","System.err"] and this choice is not given to the user when creating the handler, neither is any default value specified, so the creation fails on server. Server log: 9:59:23,960 ERROR [org.jboss.as.controller] (HttpManagementService-threads - 48) Operation ("add") failed - address: ([ ("subsystem" => "logging"), ("console-handler" => "agdsg") ]) - failure description: "JBAS011531: Invalid value for target name. Valid names include: [System.out, System.err]"