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, 12 Jul 2022 15:09:17 +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=wQJUCunWSU4RhHhISbzIqgRIGS1wc2Z0uJ2/PZnpfNg=; b=PEfZYv3/jyAya0piFNZuzpvUkrraG301XwDWDeZwDkmq4ZQFN+mckqNtPsjzrfiDwslrQA9IlysFAYLo7FRsx9Rha5K6mX4gX2cvIVO3rnG2IQmebJKeKFOWD2mz25CDp4qpFiHj7sKgDo9lZrGJd+Eanwpj+hMsTLm1Hku9FFjZOan17jVOd72R0LzdyDxrdZhLQRv7O/9hGLmuPVQOO5x36J/Lq3VEH40fHStNB2tUmEtlDoIv27iRHQoV9PQ6HtUP/ax+nhZM9RN6df2kwKzya8fhlnEavAV/UIZBnIIktOtCOIUYrzQFHGEza3I0b4n3eUvnmal4XvlOaQmwpg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=VZhgljBSpa1y2L41JMByQSYIOeG04Hk4XMuEV1ch/OUVX1/PddGB/oJWTNrU4DNtNZEQVgR35sSbZlnxNaRYsEXwv0LX+dfgjALnjwJq/ycttojFclWzy9/JwS9PsJKEyoHAhvTblz4xu+ZWtgQcSdOOmA3g/5tlM/jG4v7rQX8sMxeu/aMUHbSVoM1anmxaClZgYqSUcV3sRtIBzK5GTuc5gwdxyWvfghu1V+vMvUigPxpT/1vmYQfx2N8Z7sMKAZ9mltSWBCTKTF/ylURWIZDUrfcW+VXJtMobkRuf1+QyiJPELlEDWMR0aSCmlpfNowN7PaGKujsZW4iifLUM5Q==
  • 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/740KgYhxmsHPN0617jWfQ
  • Thread-topic: [External] [birt-dev] BIRT 4.9.0 released

Hello Wim/Dev,

As we continue testing the latest version of BIRT we found an issue related to postscript printing/render. We occasionally use postscript printing format when our application prints reports directly to a printer on the network (old habit now days) and we need to tweak printing options such as number of copies, collate, scale, etc.

 

Getting the error below with latest version of BIRT (it was working fine with previous version). I logged a new issue on github - https://github.com/eclipse/birt/issues/1010. More details there.

Please, take a look at your convenience.

 

Otherwise, the new version runs good!

 

Thank you much,

Aleksey (Deltek)

 

SEVERE: An error happened while running the report. Cause:

java.lang.ClassCastException: class java.util.HashMap cannot be cast to class java.util.Properties (java.util.HashMap and java.util.Properties are in module java.base of loader 'bootstrap')

               at org.eclipse.birt.report.engine.emitter.postscript.PostscriptWriter.getFontPath(PostscriptWriter.java:741)

               at org.eclipse.birt.report.engine.emitter.postscript.PostscriptWriter.applyFont(PostscriptWriter.java:682)

               at org.eclipse.birt.report.engine.emitter.postscript.PostscriptWriter.drawString(PostscriptWriter.java:538)

               at org.eclipse.birt.report.engine.emitter.postscript.device.PostscriptPage.drawText(PostscriptPage.java:77)

               at org.eclipse.birt.report.engine.layout.emitter.AbstractPage.drawText(AbstractPage.java:97)

               at org.eclipse.birt.report.engine.layout.emitter.PageDeviceRender.drawTextAt(PageDeviceRender.java:703)

               at org.eclipse.birt.report.engine.layout.emitter.PageDeviceRender.drawText(PageDeviceRender.java:696)

               at org.eclipse.birt.report.engine.layout.emitter.PageDeviceRender.visitText(PageDeviceRender.java:142)

               at org.eclipse.birt.report.engine.nLayout.area.impl.TextArea.accept(TextArea.java:211)

               at org.eclipse.birt.report.engine.layout.emitter.PageDeviceRender.visitChildren(PageDeviceRender.java:176)

               at org.eclipse.birt.report.engine.layout.emitter.PageDeviceRender.visitContainer(PageDeviceRender.java:167)

               at org.eclipse.birt.report.engine.nLayout.area.impl.ContainerArea.accept(ContainerArea.java:244)

               at org.eclipse.birt.report.engine.layout.emitter.PageDeviceRender.visitChildren(PageDeviceRender.java:176)

               at org.eclipse.birt.report.engine.layout.emitter.PageDeviceRender.visitContainer(PageDeviceRender.java:167)

               at org.eclipse.birt.report.engine.nLayout.area.impl.ContainerArea.accept(ContainerArea.java:244)

               at org.eclipse.birt.report.engine.layout.emitter.PageDeviceRender.visitChildren(PageDeviceRender.java:176)

               at org.eclipse.birt.report.engine.layout.emitter.PageDeviceRender.visitContainer(PageDeviceRender.java:167)

               at org.eclipse.birt.report.engine.nLayout.area.impl.ContainerArea.accept(ContainerArea.java:244)

               at org.eclipse.birt.report.engine.layout.emitter.PageDeviceRender.visitChildren(PageDeviceRender.java:176)

               at org.eclipse.birt.report.engine.layout.emitter.PageDeviceRender.visitContainer(PageDeviceRender.java:167)

               at org.eclipse.birt.report.engine.nLayout.area.impl.ContainerArea.accept(ContainerArea.java:244)

               at org.eclipse.birt.report.engine.layout.emitter.PageDeviceRender.visitChildren(PageDeviceRender.java:176)

               at org.eclipse.birt.report.engine.layout.emitter.PageDeviceRender.visitContainer(PageDeviceRender.java:167)

               at org.eclipse.birt.report.engine.nLayout.area.impl.ContainerArea.accept(ContainerArea.java:244)

               at org.eclipse.birt.report.engine.layout.emitter.PageDeviceRender.visitChildren(PageDeviceRender.java:176)

               at org.eclipse.birt.report.engine.layout.emitter.PageDeviceRender.addPage(PageDeviceRender.java:435)

               at org.eclipse.birt.report.engine.layout.emitter.PageDeviceRender.visitPage(PageDeviceRender.java:405)

               at org.eclipse.birt.report.engine.layout.emitter.PageDeviceRender.visitContainer(PageDeviceRender.java:164)

               at org.eclipse.birt.report.engine.nLayout.area.impl.ContainerArea.accept(ContainerArea.java:244)

               at org.eclipse.birt.report.engine.layout.emitter.PageEmitter.startPage(PageEmitter.java:50)

               at org.eclipse.birt.report.engine.nLayout.LayoutEngine.outputPage(LayoutEngine.java:730)

               at org.eclipse.birt.report.engine.nLayout.area.impl.PageArea.outputPage(PageArea.java:555)

               at org.eclipse.birt.report.engine.nLayout.area.impl.PageArea.close(PageArea.java:539)

               at org.eclipse.birt.report.engine.nLayout.area.impl.RootArea.close(RootArea.java:192)

               at org.eclipse.birt.report.engine.nLayout.LayoutEngine.closeContainer(LayoutEngine.java:301)

               at org.eclipse.birt.report.engine.nLayout.LayoutEngine._endContainer(LayoutEngine.java:378)

               at org.eclipse.birt.report.engine.nLayout.LayoutEngine.endContainer(LayoutEngine.java:290)

               at org.eclipse.birt.report.engine.emitter.ContentEmitterAdapter.endPage(ContentEmitterAdapter.java:72)

               at org.eclipse.birt.report.engine.emitter.ContentEmitterUtil.endContent(ContentEmitterUtil.java:98)

               at org.eclipse.birt.report.engine.layout.html.buffer.DummyPageBuffer.endContainer(DummyPageBuffer.java:58)

               at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.end(HTMLPageLM.java:167)

               at org.eclipse.birt.report.engine.layout.html.HTMLPageLM.layout(HTMLPageLM.java:97)

               at org.eclipse.birt.report.engine.layout.html.HTMLReportLayoutEngine.layout(HTMLReportLayoutEngine.java:97)

               at org.eclipse.birt.report.engine.api.impl.RenderTask$PageRangeRender.render(RenderTask.java:547)

               at org.eclipse.birt.report.engine.api.impl.RenderTask.render(RenderTask.java:273)

 

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