An internal error occurred during: “Loading bundle[…]”

China☆狼群 提交于 2019-11-27 22:02:20

I had the same issue. Building from the previous post, and in case it was missed, the Eclipse team has already provided a patch:

Steps to apply patch:

  1. Open Eclipse > Help > Install New Software
  2. In "Work with:" field, enter http://download.eclipse.org/eclipse/updates/4.4/
  3. From the populated list, select Eclipse 4.4.1 Patches for bug 445122 . Click "Next"
  4. Let Eclipse perform the needed checks. Click "Next"
  5. In "Install Details" screen, click "Next"
  6. Finish the patch installation process and restart Eclipse.

The problem on my Eclipse was gone after this. In Win7 I am using: Eclipse IDE for Java Developers Version: Luna Service Release 1 (4.4.1) Build id: 20140925-1800

I updated the aptana plug-in to 3.7 dev version and the bundle error message dissapeared and it showed the standar aptana start page. Here the link to update it: http://studio-jenkins.appcelerator.org/job/studio3-feature-development/lastSuccessfulBuild/artifact/dist/ Now I hope that version works. Definitely there was a compatibility between eclipse luna 4.4 and aptana plugin 3.6.

I resolved the issue by updating the IVYDE plugin to the latest build version: https://builds.apache.org/job/IvyDE-updatesite/lastSuccessfulBuild/artifact/trunk/build/

This updates ivy to the 2.5 version and ivyde to the 2.3 version

Do the following:

  1. In EclipsegGo to the "Help" menu and select "Install New Software"
  2. Work with: https://builds.apache.org/job/IvyDE-updatesite/lastSuccessfulBuild/artifact/trunk/build/, then click "Add"
  3. A popup window opens, enter name: Ivy Update Site, Click "OK"
  4. Wait while it shows "pending"
  5. Click Select All to select "Apache Ivy Library" and "Apache IvyDE Eclipse plugins"
  6. Hit Next on the next two screens, then accept the license and click "Finish"
  7. If you get a warning about unsigned code, click "OK"
  8. When propmpted to restart eclipse, click "OK"

The class cast exception is a regression in Eclipse 4.4.1 (Luna SR1) Equinox component: https://bugs.eclipse.org/bugs/show_bug.cgi?id=445122

As a number of components were broken by that (Apache IvyDE is just one of them), I plan to avoid using this version of Eclipse and will wait for the next one (SR2).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!