Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to install Hibernate plugin for eclipse

I am using Eclipse Indigo. When I try to contact http://download.jboss.org/jbosstools/updates/development/indigo/ Installing updates result in an endless ...pending...

What is going wrong here? I thought it would be the firewall. Turned it off, no succes. Tried reading all the articles about this problem, could not find my solution there as well.

Hopefully someone can pinpoint me to the right direction.

like image 644
coder25 Avatar asked Feb 05 '12 09:02

coder25


3 Answers

Though less convenient, as the update site notes:

You can also download JBoss Tools as individual zips for offline installation. See JBoss Tools Downloads.

You might also try using Wireshark or some other traffic analyzer to see where in the process things are hanging. If it's just one bad repo, you might be able to route around it. There might be a way to get Eclipse to give you more logging to get the same information, but I don't know how offhand.

like image 95
blahdiblah Avatar answered Nov 12 '22 22:11

blahdiblah


It may be that you are behind a firewall. Make sure that you temporarily disable all firewall software and anti-virus software before running the update.

If you are behind a corporate firewall, you must configure your proxies correctly in Preferences -> General -> Network Connections.

Another possibility is that there is something wrong with your installation. Just to be certain, I'd recommend that you delete your old installation and start with a new one.

like image 24
Andrew Eisenberg Avatar answered Nov 12 '22 22:11

Andrew Eisenberg


If update site is not working for you (may be firewall or network issue), you can download the zip package from below URL. And go to Help->Install new software, click Add then Archive and select the zip files, note it also works for jar files.

http://www.jboss.org/tools/download/dev.html

like image 1
michaelliu Avatar answered Nov 12 '22 21:11

michaelliu