Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] ARE: Regarding BIRT issue " java.lang.IllegalArgumentException: Invalid version number: Version number may be negative or greater than 255"
  • From: Henning von Bargen <H.vonBargen@xxxxxxx>
  • Date: Tue, 13 Jul 2021 15:10:30 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=t-p.com; dmarc=pass action=none header.from=t-p.com; dkim=pass header.d=t-p.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-SenderADCheck; bh=CtMipmr2elvRy8KMmwVrJU9T2o3zG7AHtoiGZd1o568=; b=iaN44bAwWGlWGXBK9RskCmKJBZ1RLxU4+SypShCt5NpwcdSf/lSI2NTwIlNRTPL6rMJsFAki6FqLgpfxeAC0pgMFsBDbdTlVnhs5Ji92YADj3KIwD9GnFZ7itBGtAtW3jTE44ybaw6CNen7CuEBtjvX/GrjEx9WLE2bUcUc0v/QRRRDfI4KkDJSQA77MaQLVF0PYFtUYS3bZEeWDUrpnjB1D6DLWj0pwPVi2M2y2/JedvXd2p/0v8VU/xK4IOCZV5+fvAZVtA9Z28lJKfRVPFpsJ07I4mpbnfgF0AnDEm78oOmz+Btv4tpXqrPOZi7J6s7JIhjBskPQyG9demza3ug==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=gSjhfyOdkkMp0GgsjVcqj4PccGlvEDn3x6o9ir9JlLxgvxGo+NBAfzFl6asrbHOvGVrGNgUOMspeZvg394edAUokDZ0yA9jU2ayh9urZP9M+1p551Z7Bm20ZKEMeIPF3jYqsolaOqBA5ueKc0+n6vW8N5dUPvALMl/4Fu+4ohvYPS2Nfp5g7IimDFlHwvLTc5csKVl2vCO8YzpBjRqgnRMRHX34Gs/+2vya4P7ED6qjTmgAcBOVto963p1xO4CRCf3XiJ7S0kD4rxzrcxRUDnt5kb/VSN6+Hpm2QWdvnh5e87rcVkZI19hOPUoF5O698DmCcXMTIM7lGNx/2adBSew==
  • 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: Add3+TdrxfuJkxbZTuC40SaBMaLD8g==
  • Thread-topic: Regarding BIRT issue " java.lang.IllegalArgumentException: Invalid version number: Version number may be negative or greater than 255"

> Moreover we check the icu4j standard library , and also found similar issue reported in icu4j.jar
> But they fixed in version icu4j.java(version 68) as communicated by icu4j support.
 
Aditya, you probably mean https://unicode-org.atlassian.net/browse/ICU-21219 when you say it is fixed.

That issue is marked as fixed, but when I look at the source code of VersionInfo.class (as Alexander pointed out) I think it is NOT fixed.
From the activity history (click"All", the default is just "Comments") it seems that the issue was just marked as fixed without changing any code.

Anyway, this is an ICU4J issue.

If your find a fixed version of icu4j.jar, you can (at least for the runtime without OSGI) try to REPLACE  the file com.ibm.icu_63.1.0.v*.jar file in the ReportEngine/lib directory with the fixed version.
Then add the new file to the class-path.
If your are using ReportEngine/lib/* as a class-path entry, be sure to delete the old file!

You could also try the dirty workaround mentioned in the answers at https://stackoverflow.com/questions/64040255/invalid-version-number-version-number-may-be-negative-or-greater-than-255

HTH
Henning

Back to the top