log4j:WARN No appenders could be found for logger
Posted: Sat Oct 29, 2005 12:20 am
When I launch my plugin (which is trying to use JAXB to unmarshal an xml
file with the extension wis), it dies with the following console output
on the launching eclipse (not the launched eclipse):
=============
log4j:WARN No appenders could be found for logger (com.oxygenxml.editor.EditorPlugin).
log4j:WARN Please initialize the log4j system properly.
Schema file wi-schema.wis opened
entered readSchema()
context created
unmarshaller created: com.webinfra.wischema.impl.runtime.UnmarshallerImpl@10b755d
=============
The last four lines are my debugging output, the log4j warning lines are apparently yours.
What causes the log4j warning lines to appear?
I have not seen this problem before and suspect it is preventing me from seeing
diagnostics that would help me debug my jaxb problem.
I am running:
XML Editor 6.1, build 2005072212
Eclipse SDK, Version: 3.1.0, Build id: I20050627-1435
XP Pro.
file with the extension wis), it dies with the following console output
on the launching eclipse (not the launched eclipse):
=============
log4j:WARN No appenders could be found for logger (com.oxygenxml.editor.EditorPlugin).
log4j:WARN Please initialize the log4j system properly.
Schema file wi-schema.wis opened
entered readSchema()
context created
unmarshaller created: com.webinfra.wischema.impl.runtime.UnmarshallerImpl@10b755d
=============
The last four lines are my debugging output, the log4j warning lines are apparently yours.
What causes the log4j warning lines to appear?
I have not seen this problem before and suspect it is preventing me from seeing
diagnostics that would help me debug my jaxb problem.
I am running:
XML Editor 6.1, build 2005072212
Eclipse SDK, Version: 3.1.0, Build id: I20050627-1435
XP Pro.