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

Installation in 2020-12 fails silently #527

Open
andilem opened this issue Feb 3, 2021 · 0 comments
Open

Installation in 2020-12 fails silently #527

andilem opened this issue Feb 3, 2021 · 0 comments

Comments

@andilem
Copy link

andilem commented Feb 3, 2021

When installing the feature group in 2020-12, everything seems to work, but the plugins cannot start.
The Eclipse error log shows:

FrameworkEvent ERROR
org.osgi.framework.BundleException: Could not resolve module: com.reprezen.swagedit [1014]
  Unresolved requirement: Require-Bundle: com.github.eclipsecolortheme; resolution:="optional"
  Unresolved requirement: Require-Bundle: com.reprezen.swagedit.core
    -> Bundle-SymbolicName: com.reprezen.swagedit.core; bundle-version="0.8.0.201909171245"; singleton:="true"
       com.reprezen.swagedit.core [1015]
         Unresolved requirement: Require-Bundle: com.reprezen.swagedit.dependencies; bundle-version="0.8.0"
           -> Bundle-SymbolicName: com.reprezen.swagedit.dependencies; bundle-version="0.8.0.201909171245"; singleton:="true"
              com.reprezen.swagedit.dependencies [1016]
                Unresolved requirement: Require-Bundle: javax.mail; bundle-version="1.4.0"
                  -> Bundle-SymbolicName: javax.mail; bundle-version="1.4.0.v201005080615"
                     javax.mail [1018]
                       Unresolved requirement: Import-Package: javax.activation; version="[1.1.0,1.2.0)"

It seems that the dependencies bundle depends on a very old version of javax.mail, which depends on a very old version of javax.activation, which is not installed automatically.

Manually adding javax.activation 1.1.0 (e.g. from Eclipse 2019-09) to my Eclipse installation resolves the problem.

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

1 participant