[jboss-jira] [JBoss JIRA] Updated: (JBAS-8648) log4j-appender SMTPAppender results in JoinpointException
Marco Kleijer (JIRA)
jira-events at lists.jboss.org
Thu Nov 18 09:57:09 EST 2010
[ https://jira.jboss.org/browse/JBAS-8648?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marco Kleijer updated JBAS-8648:
--------------------------------
Steps to Reproduce:
1. Uncomment de SMTPAppender in jboss-logging.xml
2. Add the appender to a logger eg:
<logger category="org.jboss">
<level name="INFO"/>
<handlers>
<handler-ref name="SMTP"/>
</handlers>
</logger>
3. Start the JBoss server
was:
1. Uncomment de SMTPAppender in jboss-logging.xml
2. Add the appender to a logger eg:
<logger category="org.jboss">
<level name="INFO"/>
<handlers>
<handler-ref name="SMTP"/>
</handlers>
</logger>
3. Start de JBoss server
> log4j-appender SMTPAppender results in JoinpointException
> ---------------------------------------------------------
>
> Key: JBAS-8648
> URL: https://jira.jboss.org/browse/JBAS-8648
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Logging
> Affects Versions: 6.0.0.M5
> Environment: Windows XP
> Reporter: Marco Kleijer
> Assignee: David Lloyd
> Attachments: stacktrace.txt
>
>
> When using the SMTPAppender as log4j-appender the deployment of the loggingframework will fail with the following error:
> Constructor not found org.jboss.logmanager.log4j.handlers.Log4jAppenderHandler[] in [ReflectConstructorInfoImpl at 9349f3{[ReflectClassInfoImpl at 1dbfb12{name=org.apache.log4j.Appender}]}]
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list