Hi,

Mike Dickson wrote:

Any ideas on what is up given the following error and logkit.xconf?
Error:

org.apache.avalon.framework.configuration.ConfigurationException: No log targets configured for the root logger. at org.apache.avalon.excalibur.logger.LogKitLoggerManager.setupLoggers(LogKitLoggerManager.java:531) at org.apache.avalon.excalibur.logger.LogKitLoggerManager.configure(LogKitLoggerManager.java:407) at org.apache.avalon.framework.container.ContainerUtil.configure(ContainerUtil.java:240) at org.apache.cocoon.servlet.CocoonServlet.initLogger(CocoonServlet.java:826) at org.apache.cocoon.servlet.CocoonServlet.init(CocoonServlet.java:311)
You need to have a category with name=""

   <category log-level="INFO" name="">
     <log-target id-ref="core"/>
     <log-target id-ref="error"/>
   </category>

This is the root logger category; it's in there in the shipping logkit.xconf, I suggest you restore it...

Ellis.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]