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

Marketplace Client does not open up #2212

Closed
jochenw opened this issue Aug 22, 2024 · 7 comments
Closed

Marketplace Client does not open up #2212

jochenw opened this issue Aug 22, 2024 · 7 comments

Comments

@jochenw
Copy link

jochenw commented Aug 22, 2024

Hi,

using a freshly extracted eclipse-platform-4.33M3-win32-x86_64.zip on Windows 11 in an empty workspace directory, I cannot open the Marketplace Client (Help / Eclipse Marketplace ...), because that fails with an error message

image

This is reproducable since 4.33M1, on Windows, and Linux.
The following plugins have been installed from the Eclipse plugin repository:

Installation

I am also attaching my .log file

Jochen

.log

@jochenw
Copy link
Author

jochenw commented Aug 22, 2024

As a workaround, I am doing the plugin installation in some steps:

  1. Install only the Marketplace client.
  2. Install some items from the Marketplace. (Always surprised, that this works, because most of them depend on the presence of plugins, that will be installed in step 3, thus are so far missing.)
  3. Install the rest of the plugins from the above list.

@akurtakov
Copy link
Member

This is not something eclipse platform can help with - Please report to https://github.com/eclipse-mpc/epp.mpc .

@merks
Copy link
Contributor

merks commented Aug 22, 2024

Most likely this is a variation of this issue:

eclipse-orbit/orbit-simrel#40

I know for sure that MPC was not working for exactly this reason because the underlying http client libraries were not working and hence anything using them is broken, include JGit and MPC.

I'm hopeful it will be fixed in SimRel M3 on Friday.

Note that I believe an IDE that is broken in this way cannot be updated so that it's no longer broken.

@merks merks closed this as not planned Won't fix, can't repro, duplicate, stale Aug 22, 2024
@merks
Copy link
Contributor

merks commented Aug 22, 2024

@jochenw

Note that the M3 SImRel repository is available now:

https://download.eclipse.org/releases/2024-09/202408231000/

On Friday https://download.eclipse.org/releases/2024-09/ will compose it.

So you could follow your normal steps but get your updates from 202408231000.

@jochenw
Copy link
Author

jochenw commented Aug 22, 2024

I will try that, @merks. Thank you!

@jochenw
Copy link
Author

jochenw commented Aug 22, 2024

Happy to report, that the following procedure works, indeed.

  1. Extract the file eclipse-platform-4.33M3-win32-x86_64.zip, creating a new "eclipse" folder.
  2. Adding https://download.eclipse.org/releases/2024-09/202408231000/ as a new update site.
  3. Install all my necessary extensions/plugins from that update site, rather than using "All available repositories".
  4. Continue normally, using the Marketplace client.

@merks
Copy link
Contributor

merks commented Aug 22, 2024

@jochenw

That's super nice of you to test and confirm the results! 🏅 This problem really caused me a lot of grief and worry for folks updating to the release in September...

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

3 participants