Problems with installing TFS plugin for Eclipse - java

I wanted to install TFS plugin for Eclipse (Juno).
I pressed Help->Install New Software. Then, "Add" -> entered the address which written at Microsoft web-site (http://dl.microsoft.com/eclipse/tfs/).
Eclipse tried to do load it for some time, then it gave me an error:
"Communication with repository at http://dl.microsoft.com/eclipse/tfs/ failed.
Read timed out"
After that mistake I updated all the plugins and Eclipse, restarted Eclipse and operating system (Windows 7). The error was the same all the time.
What can be wrong?

I have found out that instead of the way described above, it can be downloaded directly from http://www.microsoft.com/en-us/download/details.aspx?id=30661
Then, it can be installed as "From Archive"

maybe you are using (or not! using) a proxy connection
adjust your "Preferences - General - Network Connection" settings
instructions -> TFS plugin for eclipse

Related

How to fix "Unable to read repository at https://qmetry.github.io/qaf/editor/bdd/eclipse/content.xml.java.util.NoSuchElementException". exception

I am trying to install QAF BDD from eclipse marketplace. I am using Eclipse Oxygen 4.7.2. During installation I'm facing an exception like
Unable to read repository at
https://qmetry.github.io/qaf/editor/bdd/eclipse/content.xml.java.util.NoSuchElementException.
Is there any updated path for qmetry from which I can install QAF BDD?
I've tried changing different network proxy settings, also by the option Install new Software, still not working. If there is anything I am missing please let me know.
This behavior is observed when tried to installed plugin inside VPN where access restricted. In such case user from few enterprises install using local site by getting plugin zip from their IT team. Another reason can be corporate proxy.

Gradle sync fail for a Grails project in IntelliJ IDEA

I'm using IntelliJ IDEA 2017.3 and having trouble with a basic project in Grails in it - when Gradle starts syncing the project after starting up the IDE, all the checkmarks are green and labeled as "OK", my Messages tab is empty but still I get an alert on top of the editing pane reading "Gradle project sync failed. Basic functionality (e.g. editting, debugging) will not work properly".
I've tried removing the .gradle folder, the Restart and Invalidate option, giving IntelliJ a local path to Gradle as opposed to just telling it to use the default - all to no avail. I'm behind a corporate proxy but it is set up in IntelliJ so it shouldn't be blocking anything (especially since all the syncing seems to be working just fine).
What could be the problem? Versions of my stack:
Grails Version: 3.3.8
Groovy Version: 2.4.15
JVM Version: 1.8.0_181
Gradle Version: 3.5
I've tried ensuring that proxy's not the problem according to #dkb suggestion but it does not seem to be malfunctioning - I did Invalidate and Restart again and after running bootRun, Gradle correctly downloaded Apache Ant to run the application so it doesn't seem likely to be the culprit here.
IntelliJ also kept nagging me for Android SDK (who knows why but OK) which I could not install "normally" in the corporate setting but in the end I did provide it through IDEA's Settings -> System Settings -> Android SDK -> Edit and downloading some arbitrary API and the SDK tools through there so it shouldn't be the problem either (or at least I presume it shouldn't).
In line with #y.bedrov's suggestion, I am attaching the log after reproducing the issue (external link cause it exceeds SO's post character limits).

Eclipse-PMD : error while installing through eclipse market place

I'm trying to install the PMD source code analyser plugin for Eclipse. It's available through Eclipse Market Place, but I'm getting following problem in the phase of installation :
Why am I getting this problem ?
EDIT
I do not have this menu even though I have added the ruleset configuration file
I'm the creator of eclipse-pmd, the plugin you are trying to install. I tried to install it myself just now and it worked without any problems. So I can only guess what could be the problem in your case:
The repository was temporarily not available
Simply try again.
You are using a (very) old version of Eclipse
The plugin requires Eclipse Indigo (3.7) or later. I tried to install eclipse-pmd with Indigo and Luna just now and it worked both times.
Run Eclipse with Java 7
You need to run Eclipse with a JRE 7 or later. There have been problems during the installation with people using an older JRE in the past. However they could finish the installation but Eclipse silently refused to load the plugin (this has been fixed a few versions ago though).
Proxy configuration
Although unlikely as you came this far, please open the proxy configuration in Eclipse and check if the settings are correct and the domain is accessible.
If you tried everything I suggested above and are still not able to install the plugin, please head over to the project's Github page and open an issue.

Issues with Eclipse setup on Ubuntu 12.04

I am facing setup issues in my eclipse Kepler on Ubuntu 12.04 on Virtual box.
Firstly i was facing issue same as:
Eclipse Open declaration in Java project
I tried everything mentioned here, but nothing seems to be working for me...
Then I explored some more, and get another error message similar to:
I am getting resource not on the buildpath of the project
As per its 1st answer, 2nd point go to "Java Build Path", I tried going there, but i cannot find any "Java Build Path" section in my project property.
When I click on Project properties, it shows only options given in the following screenshot:
I know this is some easy setup issue, but i am unable to handle it.
The answer is a write-up of the discussion in the comments:
If you are on Ubuntu 12.04 and install Eclipse you could end up with a bare-bones install without the Java Development Tools (JDT).
After installing the package manually via Help -> Install New Software and then searching for Programming Languages / Eclipse Java Development Tools Java development should work.
For maven projects you should use the import Existing Maven Projects instead of importing it as a java project.

Can not add plug in for MAven in Eclipse Helios

I want to add plug in for Maven in Eclipse Helios (64 bit) on SLES 11. When I open Help -> Install new software and try to add url "http://download.eclipse.org/technology/m2e/release". It gives me following error
"unable to connect to repository http://download.eclipse.org/technology/m2e/release"
I have also tried to uncheck the option "Contact all update sites " and checking the proxy settings from General -> preferences -> Network Connection as well and the proxy settings seems ok.
Any idea whats going wrong ? In eclipse, I am not able to open Eclipse MArketplace and url in internal browser of eclipse. It seems that eclipse is not connecting to internet at all.
It seems you simply have the wrong link. The correct one is http://download.eclipse.org/technology/m2e/releases (missed the s) (Source: http://wiki.eclipse.org/Maven_Integration). Also, unless you are forced to use Helios, consider updating Eclipse to the Kepler release.
Try to Configure your eclipse.ini with argument -Djava.net.preferIPv4Stack=true
Starting eclipse with this arg works for me

Categories

Resources