Skip to main content

BI report generation broken after ujpgrade from 23.10 to 24.10 - solution

  • April 8, 2025
  • 2 replies
  • 36 views

Forum|alt.badge.img+6

Upgrading BI from 23.10 to 24.10 breaks PDF report generation, update removes few required JAVA libraries xmlbeans-2.3.0.jar and dom4j-2.1.4.jar.

You can download missing JARs from
https://repo1.maven.org/maven2/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar
https://repo1.maven.org/maven2/org/dom4j/dom4j/2.1.4/dom4j-2.1.4.jar

Copy them to /usr/share/centreon-bi/bin/cbis_lib/ and report generation should work again.

2 replies

rchauvel
Centreonian
Forum|alt.badge.img+18
  • Centreonian
  • June 10, 2025

That is weird, we have not seen this before. Is it really with PDF generation or rather XLS?


Forum|alt.badge.img+2
  • Steward *
  • June 3, 2026

That is weird, we have not seen this before. Is it really with PDF generation or rather XLS?

Hello,

After upgrading to 24.10.24 we are now having an issue with XLS generation, while using xmlbeans-2.3.0.  (We are getting errors such as Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.NoSuchMethodError: 'org.apache.xmlbeans.XmlOptions org.apache.xmlbeans.XmlOptions.setUseDefaultNamespace(boolean)' [in thread "pool-5-thread-1"]
    at org.apache.poi.xssf.model.SharedStringsTable.<clinit>(SharedStringsTable.java:96).

Could you please tell us which version we should be using instead?