whenever i try to install plugin in eclipse ... from help->install new software...
when i give the download link in the workspace it gives the error of multiple problem and says "unable to read repository" ..
what that mean ? any solution ?
whenever i try to install plugin in eclipse ... from help->install new software...
when i give the download link in the workspace it gives the error of multiple problem and says "unable to read repository" ..
what that mean ? any solution ?
Quick diagnostic summary tied to the posts above: the combination of "Unable to read repository" and the Java socket error "Cannot assign requested address: connect" usually means Eclipse's JVM cannot open an outbound TCP connection to the update host (network/route/DNS issue, local host mapping, or something on the machine intercepting Java traffic), not that the repository itself is definitely down. and were right to ask for the exact address, and correctly pointed toward network/permission causes — below are focused, practical steps to narrow it down.
Try these quick tests outside Eclipse (replace <host> with the hostname shown in your error message):
ping <host>
nslookup <host>
tracert <host>
curl -I http://<host>/ # or open the same address in a web browser What the results mean:
A couple of practical, non-duplicate notes not yet in the thread: double-check the URL you typed for trailing punctuation or spaces (forum output sometimes shows a trailing dot after content.xml), and if Eclipse is installed under a protected folder, try a fresh portable copy extracted to a writable folder (e.g., C:\eclipse) to rule out permission/UAC write-protection without needing to change system ACLs.
Next useful info to paste here if you want more help: the tail of workspace/.metadata/.log around the timestamp of the failure, the OS, the output of java -version used by Eclipse, and the exact results of the commands above. If you need a short workaround while debugging, download the update-site archive with a browser (if reachable) and install from local archive or use the dropins folder.
Jump to Post— stultuske 1,129ehm ... you may have given a wrong url. there may be problems with your internet connection, ....
but without giving a bit more information, it's pretty difficult to give a more profound answer.
Jump to Post— tux4life 2,072What is the download link and where did you get it from?
Jump to Post— JamesCherrill 4,733
Nobody can help unless you are prepared to give a lot more information. Eg Which version of Eclipse? Is this all plugins? Just one plugin? Which one, exactly? Ignoring peoples' questions will get you nowhere.
ehm ... you may have given a wrong url. there may be problems with your internet connection, ....
but without giving a bit more information, it's pretty difficult to give a more profound answer.
What is the download link and where did you get it from?
my internet connection is working fine..
i always get the problem of "encountered problem in connection to the software sites
Nobody can help unless you are prepared to give a lot more information. Eg Which version of Eclipse? Is this all plugins? Just one plugin? Which one, exactly? Ignoring peoples' questions will get you nowhere.
i have eclipse (indigo) ...
when go to the help->install new software..
soon i enter this window it gives the error
"encountered problem in connection to the software sites"
after ignoring I have tried to enter the link in the work with area.. in the same window...
it never loads the site contents it gives me the error as
"Multiple problems occured"
&
"unable to read repository at http://download.eclipse.org/releases/indigo"
is this enough now?
plz help
OK, that helps to narrow it down!
when i edit the eclipse.ini file..
it says "ACCESS DENIED"
now what ?
Is Eclipse open? If not, this looks like an access privileges problem - try running as administrator, or change the security on the eclipse folder to allow full control for all users.
I'm an Englishman living in France, and the England vs France Rugby match is about to start on the TV, so, sorry, but I'm going to be unavailable for a while. Good luck, I'm sure someone else can help...
Some sites could not be found. See the error log for more detail.
Unable to read repository at
Cannot assign requested address: connect
Unable to read repository at
Cannot assign requested address: connect
Unable to read repository at
Cannot assign requested address: connect
this is the list of errors when i try to install plugins through eclipse...
plz help me out!
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.