Paoloc,
I am sorry you having so many issues with RBD.
First, of all, I would like to make two suggestions that might help you
- When upgrading to a new version/release/fixpack, I would suggest installing a second software development instance. So, you can keep your old one and then install a new one and upgrade it, delete it, etc without affecting the one that you have working the way you want. For example, I have 8 different instances from RBD V7.5 to V9.1 and various combinations of 32 bit and 64 bit.
- when you install a new level, please always create a new workspace and import your projects into that new workspace. You don't state whether you are trying to reuse workspaces between levels.
On your problem at this point, it seems that you it is having problems with finding Eclipse or within Eclipse itself (which RBD is based on).
I looked up the root cause which was a nullpointerException.
Some possible causes were installing WAS 8.0 in the same location as RBD. This is not allowed (see RAD doc on this: http://www-01.ibm.com/support/knowledgecenter/#!/SSRTLW_8.0.4/com.ibm.rad.install.doc/topics/t_install_was8.html
Or other WAS/RAD (which would include RBD since RBD is based on RAD)..where it was suggested to "uninstall WAS or any fixpacks) if it was installed in the same folder as RBD.
I am thinking that in the install/uninstall/etc process things have gotten out of sync in the classes.
Can you reinstall one more time and make sure the non-shared directory uses a different folder than you have been using previously. If you are installing WAS, then make sure it is installed in a separate folder.
And on this new install, you may also want to change the eclipse.ini to specify a new "shareClasses name)
As shipped - Xshareclasses:name=IBMSDP_%u
maybe change to: Xshareclasses:name=IBMSDP2_%u
I
markevans