Hide Forgot
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?. -->
Attachment: Added: jboss-log4j.xml.teiid.orig Attachment: Added: jboss-log4j.xml.teiid.modified
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