Issue Type: Bug Bug
Affects Versions: 0.2.2
Assignee: Unassigned
Components: Project infrastructure
Created: 22/Jun/12 11:41 AM
Description:

Running the integration test I get this error in our project specific setup:

log4j:ERROR A "org.apache.log4j.ConsoleAppender" object is not assignable to a "org.apache.log4j.Appender" variable.
log4j:ERROR The class "org.apache.log4j.Appender" was loaded by
log4j:ERROR [25.0] whereas object of type
log4j:ERROR "org.apache.log4j.ConsoleAppender" was loaded by [sun.misc.Launcher$AppClassLoader@3182f0db].
log4j:ERROR Could not instantiate appender named "stdout".
log4j:ERROR A "org.apache.log4j.RollingFileAppender" object is not assignable to a "org.apache.log4j.Appender" variable.
log4j:ERROR The class "org.apache.log4j.Appender" was loaded by
log4j:ERROR [25.0] whereas object of type
log4j:ERROR "org.apache.log4j.RollingFileAppender" was loaded by [sun.misc.Launcher$AppClassLoader@3182f0db].
log4j:ERROR Could not instantiate appender named "R".

Bundle 25 is the OAuth API bundle, which includes log4j but does not explicitly imports the log4j package. Hence, it loads the log4j classes from the system classloader instead of the bundle classloader causing the error above.

Fix Versions: 0.2.3
Project: Amdatu Auth
Priority: Major Major
Reporter: Ivo Ladage - van Doorn
Security Level: Public (Issues without restricted access)
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers

Reply via email to