facebook

Unable to add plug ins

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #351912 Reply

    NickCase
    Participant

    Hello,

    Just installed myEclipse for Spring 2014. I’m trying to add some plugins but I’m not able to. I keep getting an error saying my network settings haven’t been configured; but when I look, they are in there and they are set up correctly. I have even gone so far as to add manual proxy settings and I’m still not getting anywhere.

    Thank you for your help.

    #351917 Reply

    support-tony
    Keymaster

    Nick,

    After setting your proxy at Window->Preferences->General->Network Connections, are you able to access any Web Site, from the internal web browser (which usually appears in the bottom central panel but can be started via (Window->Show View->Web Browser)? If not, your proxy settings may not be accurate.

    Check the .log file in the .metadata folder of the workspace. If there are messages of the form, “System property http.proxyHost is not set but should be 192.168.5.102.” then you may need to restart MyEclipse or add extra options to the myeclipseforspring.ini file (in the same directory as the myeclipseforspring.exe file) something like:

    -Dhttp.proxyPort=8080
    -Dhttp.proxyHost=XXX
    -Dhttp.proxyUser=XXX
    -Dhttp.proxyPassword=XXX
    -Dhttp.nonProxyHosts=localhost|127.0.0.1

    This seems to be an issue with some eclipse installations.

    If this doesn’t work, then you may be able to install the plugin via a downloaded update site (check the plugin home page) or via a downloaded plugin dropped in the dropins folder.

    Please let us know if this helps.

    #351919 Reply

    NickCase
    Participant

    I am able to get to the internet via the internal browser.

    Looking through the log file I do see some error messages like:

    !ENTRY org.eclipse.core.net 1 0 2014-10-02 15:35:04.500
    !MESSAGE System property https.proxyHost is set to <proxyByName> but should be <ProxyByIP>

    And also others that say proxy is set but shouldn’t be and a few other variations. I think that has to do with me changing the connections between native, direct, and manual.

    I do notice other errors:

    !MESSAGE Could not access marketplace at http://marketplace.eclipse.org
    !STACK 0
    java.io.FileNotFoundException: http://marketplace.eclipse.org/api/p

    and:

    !MESSAGE Could not access marketplace at http://gosecure.genuitec.com:80/marketplace/4125-fFw-3330_2202-Brc-8144/1.0.0
    !STACK 0
    java.io.FileNotFoundException: http://gosecure.genuitec.com:80/marketplace/4125-fFw-3330_2202-Brc-8144/1.0.0/api/p

    Adding the parameters to the .ini file yields the same results as well

    Thanks again!

    Nick

    #351938 Reply

    support-tony
    Keymaster

    Nick,

    I’ve been able to replicate your problem and there seems to be an issue with network settings in eclipse Kepler. I’ve solved it on my setup by going to the network settings preferences page and clearing the SOCKS setting. Select the SOCKS line, hit the Clear button and click OK, then restart MyEclipse and try your plugin install again.

    Please let us know if this works.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Unable to add plug ins

You must be logged in to post in the forum log in