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

spring eclipse feature does not install from Dockerfile #330

Open
magwas opened this issue May 6, 2019 · 1 comment
Open

spring eclipse feature does not install from Dockerfile #330

magwas opened this issue May 6, 2019 · 1 comment

Comments

@magwas
Copy link
Member

magwas commented May 6, 2019

$ /opt/eclipse/eclipse -application org.eclipse.equinox.p2.director -repository https://download.springsource.com/release/TOOLS/update/e4.11/ -installIUs org.springsource.sts.ide.feature.group -noSplash
org.eclipse.m2e.logback.configuration: The org.eclipse.m2e.logback.configuration bundle was activated before the state location was initialized. Will retry after the state location is initialized.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.eclipse.osgi.internal.loader.ModuleClassLoader (file:/opt/eclipse/plugins/org.eclipse.osgi_3.13.300.v20190218-1622.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
WARNING: Please consider reporting this to the maintainers of org.eclipse.osgi.internal.loader.ModuleClassLoader
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
log4j:WARN No appenders could be found for logger (org.apache.http.impl.conn.SingleClientConnManager).
log4j:WARN Please initialize the log4j system properly.
Installation failed.
The installable unit org.springsource.sts.ide.feature.group has not been found.
There were errors. See log file: /opt/eclipse/configuration/1557140365538.log

@magwas
Copy link
Member Author

magwas commented May 6, 2019

After install with hand, I have the following features installed: org.springframework.ide.eclipse.feature,org.springframework.ide.eclipse.autowire.feature,org.springframework.ide.eclipse.maven.feature,org.springframework.ide.eclipse.security.feature
But the command line
/opt/eclipse/eclipse -application org.eclipse.equinox.p2.director -repository https://download.springsource.com/release/TOOLS/update/e4.11/ -installIUs org.springframework.ide.eclipse.feature,org.springframework.ide.eclipse.autowire.feature,org.springframework.ide.eclipse.maven.feature,org.springframework.ide.eclipse.security.feature -noSplash

gives the same "has not been found" error

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

No branches or pull requests

1 participant