BIRT - version may be negative or may be greater than 255 [message #1835504] |
Sat, 05 December 2020 03:55  |
Eclipse User |
|
|
|
Hello,
BIRT 2.3.2 is used in project and when openjdk version is upgraded to 1.8.0_275, get error "java.lang.IllegalArgumentException: Invalid version number: Version number may be negative or greater than 255" (com.ibm.icu_3.8.1.v20080530 ). Please advice how to solve.
Thanks in advance.
Attachment: logs.txt
(Size: 2.86KB, Downloaded 128 times)
|
|
|
Re: BIRT - version may be negative or may be greater than 255 [message #1838251 is a reply to message #1835504] |
Fri, 19 February 2021 14:25   |
Eclipse User |
|
|
|
We have upgraded the application to JDK1.8 and with some patchings as well which now at JDK1.8_0_261. Hence we are getting an error as shown below during the BIRT Report generation. When we downgraded the JDK 1.8 sub version to something like JDK1.8_241, it works just fine. Also we have already tried the same with icu4j-3.4.1.jar libraries but still with the same error. No clue at all so far. Then we tried to edit the VersionInfo.java file and edited the version check from 255 to 271. But no luck this time also. But still could see that the updated icu4j-4.8.jar is being recognized by the application during the BIRT report generation.
Please do help me out with the resolution. Am I still missing anything to check?
Caused by: java.lang.IllegalArgumentException: Invalid version number: Version number may be negative or greater than 255
at com.ibm.icu.util.VersionInfo.getInstance(VersionInfo.java:194) ~[icu4j-4.8.jar:4.8]
|
|
|
|
|
Re: BIRT - version may be negative or may be greater than 255 [message #1842348 is a reply to message #1841575] |
Wed, 16 June 2021 20:05  |
Eclipse User |
|
|
|
I am facing the same issue with my BIRT installation. I've tried several workarounds related to an updated ICU4 Jar (67.1+) which seems to work for other apps that are affected by this bug, but it doesn't seem to be working in this case with BIRT.
Has anyone found a solution to this problem that doesn't involve downgrading their Java or upgrading their BIRT installation?
|
|
|
Powered by
FUDForum. Page generated in 0.03405 seconds