Skip to content
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

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

Closed
jpshiffler opened this issue May 21, 2021 · 3 comments

Comments

@jpshiffler
Copy link

jpshiffler commented May 21, 2021

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 #409 (comment). 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
Copy link
Author

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
[email protected]/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
Copy link
Author

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
Copy link
Contributor

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants