FAQs (EN)



18. I get an exception of the type: Error during error handling: en.cib.xml.dom.XmlException: Transforming error (Factory-Configuration error).

de.cib.docserv.ServerManager.createExceptionXml(ServerManager.java:550)
de.cib.docserv.http.ServletBase.createExceptionXml(ServletBase.java:119)
de.cib.docserv.http.GenerateServlet.createExceptionXml(GenerateServlet.java:289)
de.cib.docserv.http.ServletBase.processException(ServletBase.java:98)
de.cib.docserv.http.ServletBase.doGet(ServletBase.java:155)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
Caused by: java.lang.ClassNotFoundException: org/apache/xalan/processor/TransformerFactoryImpl
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:169)
        at javax.xml.transform.FactoryFinder.newInstance(Unknown Source)
        at javax.xml.transform.FactoryFinder.find(Unknown Source)
        at javax.xml.transform.TransformerFactory.newInstance(Unknown Source)
        at de.cib.xml.dom.Dom.getStream(Dom.java:120)
        ... 32 more


Depending on the Tomcat version you are using, you will need to select the appropriate JDK. Released combinations are:

  • Tomcat v5 in combination with JRE 1.4
  • Tomcat v5.5 in combination with JRE 1.5 or 1.6
  • Tomcat v6 in combination with JRE 1.5 or 1.6 or 1.7
  • Tomcat v7 in combination with JRE 1.6 or 1.7
  • Tomcat v8 in combination with JRE 1.7 or 1.8
  • Tomcat v9 in combination with JRE 1.8