|
|
|
|
|
|
Re: BIRT 3.7.2 or later version working on WebSphere 8 [message #1160759 is a reply to message #1053499] |
Tue, 29 October 2013 06:33  |
Eclipse User |
|
|
|
Hi Howard Yeung,
I had exactly the same error as yours. I am using BIRT 3.7.2 and IBM WAS 8.5
With reference to the bug detailed below,
https://bugs.eclipse.org/bugs/show_bug.cgi?id=351052
I added the following line before the Platform.startup(..) call
RegistryProviderFactory.releaseDefault();
After this, BIRT reports are working fine.
I'm doubtful, as to whether this will break anything in WAS's runtime or not. BIRT's Platform start-up does set a Registry Provider, so i guess that should be fine. The only concern here is maybe the Provider set by BIRT may not be compatible with what WAS wants. Experts, please help me here ...
Also, Please have a look at the following bug as well,
https://bugs.eclipse.org/bugs/show_bug.cgi?id=412103
This is the actual bug, occurs, when Platform restart is attempted.
But, in our case, WAS runtime has started the Platform, with the RegistryProvider set by it.
Here, the problem is more of BIRT runtime not re-using (or does not wants to / cannot re-use) a Registry Provider if already set. Maybe, it needs its own version.
I'm not sure of the solution i have used.
Experts, please guide ...
|
|
|
Powered by
FUDForum. Page generated in 0.03505 seconds