Bug 777821 (SOA-347)

Summary: Non-fatal error - in production server log4j file
Product: [JBoss] JBoss Enterprise SOA Platform 4 Reporter: Len DiMaggio <ldimaggi>
Component: ConfigurationAssignee: Mike Brock <cbrock>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 4.2 Beta 2CC: rruss
Target Milestone: ---   
Target Release: 4.2 CR2   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-347
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
4.3 - as used in SOA-P beta2 build soa-4.2.0.beta2.zip
Last Closed: 2008-02-04 18:48:50 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:

Description Len DiMaggio 2008-01-21 17:11:25 UTC
Date of First Response: 2008-01-28 10:18:44
project_key: SOA

Seeing this error when the server is started:

11:57:38,705 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
log4j:WARN Continuable parsing error 90 and column 16
log4j:WARN The content of element type "appender" must match "(errorHandler?,param*,layout?,filter*,appender-ref*)".

    81      <!-- Buffer events and log them asynchronously -->
    82      <appender name="ASYNC" class="org.apache.log4j.AsyncAppender">
    83          <errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
    84          <appender-ref ref="FILE"/>
    85          <param name="Threshold" value="INFO"/> 
    86          <!--
    87          <appender-ref ref="CONSOLE"/>
    88          <appender-ref ref="SMTP"/>
    89          -->
    90      </appender>
    91

Comment 1 Len DiMaggio 2008-01-21 17:14:23 UTC
Link: Added: This issue depends JBPAPP-557


Comment 2 Len DiMaggio 2008-01-21 17:14:53 UTC
Link: Added: This issue related SOA-222


Comment 3 Len DiMaggio 2008-01-23 21:18:47 UTC
Assigning to Trevor - this should only be a matter of EAP fixing the bug, right?

Comment 5 Len DiMaggio 2008-02-04 18:48:50 UTC
Verified fixed in CR2 build.