Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [birt-dev] [External] BIRT 4.9.0 released
  • From: Aleksey Ivkin <AlekseyIvkin@xxxxxxxxxx>
  • Date: Tue, 26 Apr 2022 16:07:36 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=deltek.com; dmarc=pass action=none header.from=deltek.com; dkim=pass header.d=deltek.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=OwEQC3Hbs5l7t/EhaaO/M32h3NMgilRjQ4cuxTnjKCY=; b=MnUZQ497kw+fsBZBJSLFJyY2wgp6uwvNi390J7KRxBbTp+2mxu0CTIg9+Wu+kkXQm0lEMoOirmlZVQkPAa7byPb2pR69wow7jeVBZEvLa6rObMB9BjRWmzxW0Tdm1d5c84WtyR8pgj+9UU1JTwsrQLTLXQ9DbDJUogTm/TyQaZTaZRpcr/jkjtAru9cq3UeRISaMpuj3ITjIG4qjwXKrmJ+BOR2Q65/WAw8d543Nddb44UM1HwGV4pNJ51xyg1+NpxOn5Svvd0S9nYy7SW4yhuWjEQRFLQWmThVG6Jq/OwQjP10O+0zuiOAZevCA06sx89FIn0vrj7joep5DSn4snA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Gia03/cCELmZESrq9EPiUOMQTDctQgYr5b35CxtA+FMEqkNUBycpxU1GmgZSwxCJK+lbDgeQ/TsXXbGWJo/FFugJ/KolsXIQ9AxLTBm9n8ZK6LP1n/fLdRVU2g/buDA4fsBrm7oHhxgVqxy4VL4DC/uFiciiTkxBHiOxRzylcbLPNOUkXNlyvs9L8vfgA4QzXxBtlCjXcgic1Om9CzszKCCO1Hh949xYCd2zNNN4Vw8RlCVxKQ7shOO++tjTYprmdRjzb6eoCEXUdUjIRUJlTEiF/XvzZhAY9Au6hnDUVyeGwIZqCs0NFnZp2UNYLKANacZj85r/jDBrcsvIuBgykA==
  • Delivered-to: birt-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/birt-dev/>
  • List-help: <mailto:birt-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/birt-dev>, <mailto:birt-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/birt-dev>, <mailto:birt-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHYOVv0hzaONJ/740KgYhxmsHPN060Cmhyw
  • Thread-topic: [External] [birt-dev] BIRT 4.9.0 released

Hello Wim,

 

Cheers from Deltek, great milestone on BIRT 4.9 release!

 

We finally started testing BIRT 4.9 running it on Java 11 and Oracle Weblogic 14 and integrating it through BIRT Report Engine API. It looks good so far except for 1 issue related to a fatal error we are getting in Excel (“xlsx”) emitter. I just opened a defect/issue #954  - https://github.com/eclipse/birt/issues/954. Please, note that “xls” format works fine. It is the “xlsx” that fails.

 

Unfortunately, this is one is a major showstopper. Excel format is popular, used by almost all of our customers. As a result we are not able to upgrade to the latest BIRT version 4.9. Hopefully, your team will be able to provide a hint what is missing.

 

Thank you very much,

Aleksey

 

Caused by: org.eclipse.birt.report.engine.api.EngineException: Error happened while running the report.
at org.eclipse.birt.report.engine.api.impl.EngineTask.handleFatalExceptions(EngineTask.java:1867)
at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:275)
at com.deltek.enterprise.system.reporting.birt.engine.BirtNativeConnectionImpl.renderReport(BirtNativeConnectionImpl.java:2122)
... 45 more
Caused by: org.eclipse.birt.core.exception.BirtException: Unable to save file ("{}")
at uk.co.spudsoft.birt.emitters.excel.ExcelEmitter.end(ExcelEmitter.java:261)
at org.eclipse.birt.report.engine.api.impl.RenderTask$PageRangeRender.render(RenderTask.java:580)
at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:273)
... 46 more
Caused by: java.lang.NoSuchMethodError: org.apache.xmlbeans.XmlOptions.setEntityExpansionLimit(I)Lorg/apache/xmlbeans/XmlOptions;
at org.apache.poi.ooxml.POIXMLTypeLoader.(POIXMLTypeLoader.java:43)

at org.apache.poi.xssf.usermodel.XSSFWorkbook.commit(XSSFWorkbook.java:1766)
at org.apache.poi.ooxml.POIXMLDocumentPart.onSave(POIXMLDocumentPart.java:463)
at org.apache.poi.ooxml.POIXMLDocument.write(POIXMLDocument.java:236)
at uk.co.spudsoft.birt.emitters.excel.ExcelEmitter.end(ExcelEmitter.java:256)
... 48 more

Or

Caused by: org.eclipse.birt.report.engine.api.EngineException: Error happened while running the report.
at org.eclipse.birt.report.engine.api.impl.EngineTask.handleFatalExceptions(EngineTask.java:1867)
at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:275)
at com.deltek.enterprise.system.reporting.birt.engine.BirtNativeConnectionImpl.renderReport(BirtNativeConnectionImpl.java:2122)
... 45 more
Caused by: org.eclipse.birt.core.exception.BirtException: Unable to save file ("{}")
at uk.co.spudsoft.birt.emitters.excel.ExcelEmitter.end(ExcelEmitter.java:261)
at org.eclipse.birt.report.engine.api.impl.RenderTask$PageRangeRender.render(RenderTask.java:580)
at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:273)
... 46 more
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.poi.ooxml.POIXMLTypeLoader
at org.apache.poi.xssf.usermodel.XSSFWorkbook.commit(XSSFWorkbook.java:1766)

at org.apache.poi.ooxml.POIXMLDocumentPart.onSave(POIXMLDocumentPart.java:463)
at org.apache.poi.ooxml.POIXMLDocument.write(POIXMLDocument.java:236)
at uk.co.spudsoft.birt.emitters.excel.ExcelEmitter.end(ExcelEmitter.java:256)

 

 

From: birt-dev <birt-dev-bounces@xxxxxxxxxxx> On Behalf Of Wim Jongman
Sent: Wednesday, March 16, 2022 1:33 PM
To: Birt Dev project <birt-dev@xxxxxxxxxxx>
Subject: [External] [birt-dev] BIRT 4.9.0 released

 

Hello all,

 

BIRT 4.9.0 is released

 

 

Master is open for 4.10 development.

 

Here are all the issues resolved for this release:

 

 

Thanks to all participants.

 

Cheers,

 

Wim

 

 

This e-mail and any attachments are intended only for the named recipient(s) and may contain information that is legally privileged, confidential, or exempt from disclosure under applicable law. This message may be logged for archival purposes, may be reviewed by parties at Deltek other than those named in the message header, and may not necessarily constitute an official representation of Deltek. If you have received this message in error, or are not the named recipient(s), you may not retain copy or use this e-mail or any attachment for any purpose or disclose all or any part of the contents to any other person. Any such dissemination, distribution or copying of this e-mail or its attachments is strictly prohibited. Please immediately notify the sender and permanently delete this e-mail and any attachment from your computer.

You are responsible for complying with all applicable data protection, import, re-import, export, and re-export control laws, including any applicable license requirements, and country-specific sanctions programs. Without limiting the foregoing, you are solely responsible for compliance related to the information you send, via email, to Deltek, its employees, or agents. Please contact legalcompliance@xxxxxxxxxx with any questions or concerns.


Back to the top