Bug 779968 (SOA-2328)

Summary: jboss-log4j.xml - as modified by teiid install in SOA-P 5.1 ER1 requires change to the order in which elements are listed in file before it can be used
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Len DiMaggio <ldimaggi>
Component: EDSAssignee: Van Halbert <vhalbert>
Status: CLOSED WONTFIX QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.1.0.ER1   
Target Milestone: ---   
Target Release: FUTURE   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-2328
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-12-06 22:01:35 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:
Attachments:
Description Flags
jboss-log4j.xml.teiid.orig
none
jboss-log4j.xml.teiid.modified none

Description Len DiMaggio 2010-09-17 15:14:29 UTC
Complexity: Low
Workaround Description: The user must reorder the Teiid appender child element into the required order <!-- Order of child elements is renderer*,appender*,(category|logger)*,root?,categoryFactory?. --> before use.
project_key: SOA

See the attached files - the user must change made the order of the (commented out) elements added to the file before it can be used to avoid this error on server startup:
log4j:WARN The content of element type "log4j:configuration" must match "(renderer*,appender*,(category|logger)*,root?,categoryFactory?)".

 <!-- Order of child elements is appender*, logger*, root?. -->

Comment 1 Len DiMaggio 2010-09-17 15:15:27 UTC
Attachment: Added: jboss-log4j.xml.teiid.orig
Attachment: Added: jboss-log4j.xml.teiid.modified


Comment 2 Van Halbert 2011-01-12 13:20:00 UTC
Release Notes Docs Status: Added: Documented as Known Issue
Release Notes Text: Added: If the Teiid appender child element is enabled, without rearranging the child elements according to required order, then the following server startup error will be seen:  log4j:WARN The content of element type "log4j:configuration" must match "(renderer*,appender*,(category|logger)*,root?,categoryFactory?)".  
Workaround Description: Added: The user must reorder the Teiid appender child element into the required order <!-- Order of child elements is renderer*,appender*,(category|logger)*,root?,categoryFactory?. --> before use.
Complexity: Added: Low