OpenLiberty / open-liberty-tools

Open Liberty Tools are lightweight tools for developing, assembling, and deploying apps to Open Liberty.
http://openliberty.io
Eclipse Public License 1.0
51 stars 40 forks source link

"No Repository Found" When Installing Liberty Development Tools in Fresh Eclipse #422

Closed jpshiffler closed 3 years ago

jpshiffler commented 3 years ago

I'm getting the following error when trying to install Liberty Development Tools from the Eclipse Marketplace on a brand new Eclipse install - Eclipse version 2021-03 (4.19.0).

Steps to reproduce:

The error I get is "No repository found at http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/updates/wdt/2021-03_comp/."

This appears to be the same issue that was referenced in https://github.com/OpenLiberty/open-liberty-tools/issues/409#issuecomment-843979900. That user seemed to be fixed by telling Java to prefer IPv4, but I tried that and that has not worked for me.

Eclipse error log file is attached: .log

jpshiffler commented 3 years ago

My eclipse.ini file is as follows:

-startup plugins/org.eclipse.equinox.launcher_1.6.100.v20201223-0822.jar --launcher.library C:/Users/John/.p2/pool/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.100.v20210209-1541 -product org.eclipse.epp.package.jee.product -showsplash C:\Users\John.p2\pool\plugins\org.eclipse.epp.package.common_4.19.0.20210311-1200 --launcher.defaultAction openFile --launcher.appendVmargs -vm C:/Users/John/.p2/pool/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_15.0.2.v20210201-0955/jre/bin -vmargs -Djava.net.preferIPv4Stack=true -Dosgi.requiredJavaVersion=11 -Dosgi.instance.area.default=@user.home/eclipse-workspace -Dsun.java.command=Eclipse -XX:+UseG1GC -XX:+UseStringDeduplication --add-modules=ALL-SYSTEM -Dosgi.requiredJavaVersion=11 -Dosgi.dataAreaRequiresExplicitInit=true -Dorg.eclipse.swt.graphics.Resource.reportNonDisposed=true -Xms256m -Xmx2048m --add-modules=ALL-SYSTEM -Declipse.p2.max.threads=10 -Doomph.update.url=http://download.eclipse.org/oomph/updates/milestone/latest -Doomph.redirection.index.redirection=index:/->http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/

jpshiffler commented 3 years ago

The liberty developer tools health page on the Eclipse Marketplace site also reports this same message as an error (see https://www.eclipse.org/setups/marketplace/?id=1778478)

image

mattcolegate commented 3 years ago

@jpshiffler @bsbravo Coming back to this after a while, there is definitely content at https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/updates/wdt/2021-03_comp/ and https://www.eclipse.org/setups/marketplace/?id=1778478 shows no errors - what I think happened is that public.dhe.ibm.com was temporarily offline or unavailable when you last tried. I've been successful in installing, so what I will do is close this issue for now, but please reopen this if you continue to experience problems.