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

Eclipse plugin installation hangs #662

Open
hohwille opened this issue Sep 27, 2024 · 1 comment
Open

Eclipse plugin installation hangs #662

hohwille opened this issue Sep 27, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@hohwille
Copy link
Member

Expected behavior

As a IDEasy user, I want to automate my IDE installation with Eclipse including all required plugins so that I can develop with ease.

Actual behavior

Eclipse plugin installation stalls and the process does not seem to end.
The last thing I see in the logs when running ide -t eclipse is this:

Running command 'D:\projects\_ide\software\default\eclipse\eclipse\2024-09\eclipsec.exe' with arguments '-data' 'D:\projects\demo9\workspaces\main' '-keyring' 'C:\Users\hohwille\.eclipse\.keyring' '-configuration' 'D:\projects\demo9\plugins\eclipse\configuration' '-consoleLog' '-nosplash' '-application' 'org.eclipse.equinox.p2.director' '-repository' 'https://www.genuitec.com/updates/devstyle/ci/' '-installIU' 'com.genuitec.eclipse.theming.core.feature.feature.group' ...

BTW: standard windows taskmanager does not show any process named eclipsec.exe but I can find it in ProcessExplorer.
I killed the process and then IDEasy continued with the next plugin.
For the other plugins it did not hang but all plugin installations failed.

Steps to reproduce (bug) / Use Case of feature request (enhancement)

  1. ide eclipse

Related/Dependent Issues

#652 - I assume I broke Eclipse commandlet.

Comments/Hints:

Affected version:

  • 2024.09.002-beta-SNAPSHOT
@hohwille hohwille added the bug Something isn't working label Sep 27, 2024
@hohwille
Copy link
Member Author

From my trace logs:

HTTP Server 'Gateway Timeout': https://www.genuitec.com/updates/devstyle/ci/content.xml

So I think that we need to disable devstyle plugin as well. It also stopped working with Eclipse 2024-09 and prevents startup of Eclipse if the plugin installed. So we need to disable it.
Still need to analyze why the other plugins could not be installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant