You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/05/25 12:55:07 UTC

[GitHub] sven-lange-last commented on issue #3705: Revert "Add ASF license to optional XML files and last gradle file."

sven-lange-last commented on issue #3705: Revert "Add ASF license to optional XML files and last gradle file."
URL: https://github.com/apache/incubator-openwhisk/pull/3705#issuecomment-392049152
 
 
   This is the exception occurring with the XML comment:
   
   ```
   Failed to auto configure default logger context
   Reported exception:
   ch.qos.logback.core.joran.spi.JoranException: Problem parsing XML document. See previously reported errors.
       at ch.qos.logback.core.joran.event.SaxEventRecorder.recordEvents(SaxEventRecorder.java:65)
       at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:151)
       at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:110)
       at ch.qos.logback.core.joran.GenericConfigurator.doConfigure(GenericConfigurator.java:53)
       at ch.qos.logback.classic.util.ContextInitializer.configureByResource(ContextInitializer.java:75)
       at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:150)
       at org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:84)
       at org.slf4j.impl.StaticLoggerBinder.<clinit>(StaticLoggerBinder.java:55)
       at org.slf4j.LoggerFactory.bind(LoggerFactory.java:150)
       at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:124)
       at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:412)
       at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:357)
       at kamon.util.logger.LazyLogger$.apply(LazyLogger.scala:46)
       at kamon.util.logger.LazyLogger$.apply(LazyLogger.scala:47)
       at kamon.Kamon$Instance.<init>(Kamon.scala:50)
       at kamon.Kamon$.<init>(Kamon.scala:30)
       at kamon.Kamon$.<clinit>(Kamon.scala)
       at whisk.core.controller.Controller$.main(Controller.scala:188)
       at whisk.core.controller.Controller.main(Controller.scala)
   Caused by: org.xml.sax.SAXParseException; systemId: jar:file:/controller/lib/openwhisk-common.jar!/logback.xml; lineNumber: 5; columnNumber: 6; The processing instruction target matching "[xX][mM][lL]" is not allowed.
       at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1239)
       at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:643)
       at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl.parse(SAXParserImpl.java:327)
       at ch.qos.logback.core.joran.event.SaxEventRecorder.recordEvents(SaxEventRecorder.java:59)
       ... 18 more
   00:01:20,741 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
   00:01:20,741 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
   00:01:20,741 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/controller/lib/openwhisk-common.jar!/logback.xml]
   00:01:20,769 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@3fb1549b - URL [jar:file:/controller/lib/openwhisk-common.jar!/logback.xml] is not of type file
   00:01:20,836 |-ERROR in ch.qos.logback.core.joran.event.SaxEventRecorder@ea6147e - XML_PARSING - Parsing fatal error on line 5 and column 6
   00:01:20,836 |-ERROR in ch.qos.logback.core.joran.event.SaxEventRecorder@ea6147e - org.xml.sax.SAXParseException; systemId: jar:file:/controller/lib/openwhisk-common.jar!/logback.xml; lineNumber: 5; columnNumber: 6; The processing instruction target matching "[xX][mM][lL]" is not allowed.
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services