无法安装合理的软件架构师v8.5

时间:2013-01-27 23:24:24

标签: eclipse rational-rsa

我在安装RSA V8.5时遇到以下异常,但我会再次安装它,但很想知道它背后的原因是什么,我们如何解决它。

Error during "complete" phase:
CRIMA1084E: The singleton bundle "org.eclipse.epf.richtext_1.6.0.v20101028_0720" 
cannot be installed in this Eclipse configuration because there is a 
non-singleton bundle "org.eclipse.epf.richtext_1.5.0.v20080714-1745" 
that is already installed.

感谢您分享您的知识。

1 个答案:

答案 0 :(得分:1)

您提到您选择通过扩展现有Eclipse安装来安装RSA。此消息告诉您RSA未安装特定组件,因为相同类型的组件(org.eclipse.epf.richtext)已作为非单例存在。

这可能会导致问题。虽然IBM确实为您提供了扩展现有Eclipse配置的机会,但它没有具体说明您允许扩展哪些Eclipse版本。您现有的Eclipse安装似乎是早于RSA本身提供的版本。

您应该执行以下操作之一:

  1. 不扩展现有的Eclipse安装。
  2. 确保您扩展的Eclipse安装与RSA附带的Eclipse安装版本相同,以确保兼容性。 RSA附带Eclipse平台版本3.6.3,即Eclipse Helios。