-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Site Not Reachable #204
Comments
The URLs point to "https://bitbucket.org/thsoft/thsoft-update/raw/master/" which seems not to expose the update site in the format as it did previously. The content is still there - try "https://bitbucket.org/thsoft/thsoft-update/src/master/" in a browser. Note the difference "raw" vs "src". What you could (try to) do until the official update site is available again is dowload the update site repository and use it as local update site. |
Thanks @nittka, the URL you provided helped me. However, it exposes a HTML page with a repository viewer, not the actual data and this is not usable as Eclipse Update Site. But I clicked on one of the JAR files and a raw link was provided on the HTML page. The URL for a raw file looks like this: https://bitbucket.org/thsoft/thsoft-update/raw/a33ddde7e75a310c58ec04c2f585424c4ee3b17d/artifacts.jar I replaced the commit ID with Then I removed the JAR file name to derive the base path for the update site: https://bitbucket.org/thsoft/thsoft-update/raw/master/ Curiously, this is exactly the URL you mentioned in the beginning. And this URL is actually usable as update site URL 😉 (to reproduce, try in Eclipse under Help | Install New Software: http(s)://eclipse.thsoft.hu/ does not work, but https://bitbucket.org/thsoft/thsoft-update/raw/master/ works) So the problem seems to be the redirection from http(s)://eclipse.thsoft.hu/ to the Bitbucket URL, not the update site itself. Did something change in the redirection? Or maybe a HTTP vs. HTTPS or certificate issue? |
Sorry for the late response. I verified that installation succeeds if you go to Install New Software, enter http://eclipse.thsoft.hu/ and install Elysium. (Note that only http works, https does not.) Since this is an update site, you can't browse its contents with a browser. (You might inspect the exact network requests that Eclipse uses to load the update site contents using a network traffic inspector, if you are interested.) What are the exact steps you tried? |
With which Eclipse version did you try to reproduce this? Probably it only happens on newer versions, in my case Steps to reproduce:
Result: Note that the error message contains the URL If you use the URL |
I found the stack trace of the root issue in the log:
|
Thank you for the investigation! It seems that this version of Eclipse forces HTTPS. I contacted my hosting provider to fix the certificate. Please use |
Hi, I hope this is the right place to post this issue. Since a few days I cannot reach the Eclipse update site anymore. I tried both
but I get a "resource not found" page at Bitbucket. Was the update site moved to a new location? If so, what is the new URL?
Thank you very much and regards 🙂
The text was updated successfully, but these errors were encountered: