An internal error occurred during: “Start Ruble bundle manager”

后端 未结 8 2090
抹茶落季
抹茶落季 2021-02-13 02:47

I\'ve install the Aptana3 Eclipse plugin, I am using eclipse Version: Juno Service Release 1 Build id: 20121004-1855.

Each time I launch eclipse I see an error dialog th

相关标签:
8条回答
  • 2021-02-13 03:32

    I was having the same problem after a fresh install of Eclipse and Aptana.

    What fixed it for me was very close to what Jason mentioned in his Answer. I checked the available software sites in Eclipse --> Preferences --> Install/Update --> Available Software Sites.

    In this window there was an option for Aptana that was checked. I had given it a name of "Aptana" previously and the location was "http://download.aptana.com/studio3/plugin/install".

    There was a second location listed for Aptana at "http://download.aptana.com/studio3/plugin/update/" but this option was not checked nor did it have a name. I gave it the name "Aptana Update" and I put a check in the box. I then restarted Eclipse and the error went away.

    Let me note that I am using:
    Eclipse Standard/SDK
    Version: Kepler Service Release 1
    Build id: 20130919-0819
    AND
    Aptana Studio 3
    Version: 3.4.2.201308081736-7W7I57boG98RAi489ctbvKi7VXbq

    0 讨论(0)
  • 2021-02-13 03:33

    I solved this by using rvm to install zlib. I looked through my log file (Eclipse: Help > Aptana > View Log File) and saw a zlib error message right before the NullPointerException. If zlib isn't in your log, this probably won't fix your problem ;-)

    My system (Ubuntu) already had zlib1g and zlib1g-dev installed.

    rvm pkg install zlib
    rvm reinstall 1.9.3
    
    0 讨论(0)
  • 2021-02-13 03:39

    Install the support file for Windows http://gnuwin32.sourceforge.net/downlinks/zlib.php

    this solved my problem in Windows. As by Linux it comes as default.

    0 讨论(0)
  • 2021-02-13 03:47

    Look at your .log to find which bundle has an issue.

    Then uncheck, remove or change wrong url in the install/update available software sites : Eclipse -> Preferences -> Install/update -> Available Sofware Sites (to check this url, just copy/paste and look in browser..)

    Aptana update site (at current time...) : http://update.aptana.com/update/studio/3.2

    0 讨论(0)
  • 2021-02-13 03:47

    Try checking the available software sites in Eclipse --> preferences. Use the search field in preferences to get there quickly. I noticed there was an entry for:

    www.apanta.com

    The above address isn't the location of the package. Once I unchecked that box and selected the one for:

    Apanta http://download.aptana.com/studio3/plugin/install

    it started without the error. Not sure if this is the full solution, but it seems to work.

    0 讨论(0)
  • 2021-02-13 03:49

    There is a patch for this: https://bugs.eclipse.org/bugs/show_bug.cgi?id=445122#c51 I confirm it solves the problem.

    0 讨论(0)
提交回复
热议问题