Kilobytes of not found in felix.log

Running Lucee 5.1 beta on JRE 1.8.0_92.

When we start up Lucee, we get a 100 KB log file that consists mostly of
lines like this:

DEBUG [Tue Jul 05 15:31:03 CDT 2016]:
state:ACTIVE
DEBUG [Tue Jul 05 15:31:03 CDT 2016]:
org.osgi.framework.bootdelegation:org.ietf.jgss,org.osgi.,org.omg.CORBA,org.omg.CORBA.portable,com.integral.fusiondebug.server,com.sun.msv.datatype,com.sun.msv.datatype.,com.sun.org.apache.xerces.internal.,com.apple.laf,com.apple.laf.,java.nio.charset,java.nio.charset.,javax.accessibility,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.metadata,javax.imageio.stream,javax.imageio.spi,javax.imageio.plugins.jpeg,javax.naming,javax.naming.,javax.management,javax.management.,javax.net,javax.net.ssl,javax.servlet,javax.servlet.http,javax.servlet.jsp,javax.servlet.jsp.tagext,javax.servlet.jsp.el,javax.sql,javax.print,javax.print.attribute,javax.security.sasl,javax.swing,javax.swing.event,javax.swing.text,javax.swing.tree,javax.swing.table,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.border,javax.swing.filechooser,lucee,lucee.,org.apache.felix,org.apache.felix.,javax.security.,org.w3c.dom,org.w3c.dom.,org.xml.sax,org.xml.sax.,javax.xml.,sun.,sun.misc
DEBUG [Tue Jul 05 15:31:03 CDT 2016]:
felix.cache.rootdir:C:\Lucee\lucee-server
DEBUG [Tue Jul 05 15:31:03 CDT 2016]:
class:lucee.runtime.engine.CFMLEngineImpl
DEBUG [Tue Jul 05 15:31:03 CDT 2016]:
Bundle lucee.core [64]
META-INF/services/org.apache.xerces.xni.parser.XMLParserConfiguration not
found by lucee.core [64]
DEBUG [Tue Jul 05 15:31:03 CDT 2016]:
Bundle org.lucee.xml.xerces [34]
META-INF/services/org.apache.xerces.xni.parser.XMLParserConfiguration not
found by org.lucee.xml.xerces [34]
DEBUG [Tue Jul 05 15:31:03 CDT 2016]:
Bundle lucee.core [64]
META-INF/services/org.apache.xerces.xni.parser.XMLParserConfiguration not
found by lucee.core [64]
DEBUG [Tue Jul 05 15:31:03 CDT 2016]:
Bundle org.lucee.xml.xerces [34]
META-INF/services/org.apache.xerces.xni.parser.XMLParserConfiguration not
found by org.lucee.xml.xerces [34]

and:

Bundle org.lucee.dom4j [69]
META-INF/services/javax.xml.parsers.SAXParserFactory not found by
org.lucee.dom4j [69]
DEBUG [Tue Jul 05 15:31:08 CDT 2016]:
Bundle lucee.core [64] META-INF/services/javax.xml.parsers.SAXParserFactory
not found by lucee.core [64]
DEBUG [Tue Jul 05 15:31:08 CDT 2016]:

Logging in to our application produces 3.9 megabytes of this:

Bundle org.lucee.xalan [21] META-INF/services/org.apache.xml.dtm.DTMManager
not found by org.lucee.xalan [21]
DEBUG [Tue Jul 05 15:35:31 CDT 2016]:
Bundle org.lucee.xalan [21] META-INF/services/org.apache.xml.dtm.DTMManager
not found by org.lucee.xalan [21]
DEBUG [Tue Jul 05 15:35:31 CDT 2016]:
Bundle lucee.core [64] META-INF/services/org.apache.xml.dtm.DTMManager not
found by lucee.core [64]
DEBUG [Tue Jul 05 15:35:31 CDT 2016]:
Bundle org.lucee.jaxrpc [1] META-INF/services/org.apache.xml.dtm.DTMManager
not found by org.lucee.jaxrpc [1]

It’s all just ‘DTMManager not found by (class).’

We installed Lucee via the 5.1 custom JAR on top of Tomcat 8.5.3. It is
working…is this just a case of needing to turn off DEBUG or is this
something we can solve? What are these three missing items
(XMLParserConfiguration, SAXParserFactory, and DTMManager)?

Thank you!
Sam