[
https://issues.jboss.org/browse/JBDS-4595?page=com.atlassian.jira.plugin....
]
Nick Boldt edited comment on JBDS-4595 at 10/24/17 4:41 PM:
------------------------------------------------------------
There appear to be two connectors causing problems. When I simply install Spring, I get
this:
[^rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171024-1353_strict.txt]
So we'll need to figure out which plugins have require-bundle restrictions instead of
import-package ones, and submit a fix upstream to
https://github.com/spring-projects/spring-ide/issues
----
For the other conflict between *org.apache.httpcomponents.fluent-hc 4.3.6* and
*org.apache.httpcomponents 4.5.2* as reported by org.eclipse.userstorage.oauth,
org.eclipse.epp.mpc.ui, org.eclipse.epp.mpc.core, and org.eclipse.userstorage.ui, the
issue could be caused by the fact that userstorage.ui requires these bundles:
{code}org.apache.httpcomponents.httpclient;bundle-version="[4.3.0,5.0.0)",
org.apache.httpcomponents.httpcore;bundle-version="[4.3.0,5.0.0),
org.eclipse.userstorage;bundle-version="[1.0.0,2.0.0)"{code}
And org.eclipse.userstorage bundle-requires:
{code}org.apache.httpcomponents.fluent-hc;bundle-version="[4.3.0,5.0.0)",
org.apache.httpcomponents.httpclient;bundle-version="[4.3.0,5.0.0)",
org.apache.httpcomponents.httpcore;bundle-version="[4.3.0,5.0.0)"{code}
But because on my disk I have org.apache.httpcomponents.fluent-hc_4.3.6.jar,
org.apache.httpcomponents.httpclient-cache_4.3.6.jar and
org.apache.httpcomponents.httpclient_4.3.6.jar installed, I can't seem to reproduce
the above issue.
Where do you see a 4.5.2 jar in your installation? is it in ~/.eclipse or in /opt/rh/ ?
was (Author: nickboldt):
There appear to be two connectors causing problems. When I simply install Spring, I get
this:
[^rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171024-1353_strict.txt]
For the other conflict between *org.apache.httpcomponents.fluent-hc 4.3.6* and
*org.apache.httpcomponents 4.5.2* as reported by org.eclipse.userstorage.oauth,
org.eclipse.epp.mpc.ui, org.eclipse.epp.mpc.core, and org.eclipse.userstorage.ui, the
issue could be caused by the fact that userstorage.ui requires these bundles:
{code}org.apache.httpcomponents.httpclient;bundle-version="[4.3.0,5.0.0)",
org.apache.httpcomponents.httpcore;bundle-version="[4.3.0,5.0.0),
org.eclipse.userstorage;bundle-version="[1.0.0,2.0.0)"{code}
And org.eclipse.userstorage bundle-requires:
{code}org.apache.httpcomponents.fluent-hc;bundle-version="[4.3.0,5.0.0)",
org.apache.httpcomponents.httpclient;bundle-version="[4.3.0,5.0.0)",
org.apache.httpcomponents.httpcore;bundle-version="[4.3.0,5.0.0)"{code}
But because on my disk I have org.apache.httpcomponents.fluent-hc_4.3.6.jar,
org.apache.httpcomponents.httpclient-cache_4.3.6.jar and
org.apache.httpcomponents.httpclient_4.3.6.jar installed, I can't seem to reproduce
the above issue.
Where do you see a 4.5.2 jar in your installation? is it in ~/.eclipse or in /opt/rh/ ?
Unresolved Bundles after install all the stuff from RH Central
--------------------------------------------------------------
Key: JBDS-4595
URL:
https://issues.jboss.org/browse/JBDS-4595
Project: Red Hat JBoss Developer Studio (devstudio)
Issue Type: Bug
Components: central, central-update, rpm
Affects Versions: 11.1.0.GA
Reporter: Lukáš Valach
Assignee: Nick Boldt
Fix For: 11.1.0.GA
Attachments: rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171024-1353_strict.txt
Our "Install all from Central" test found some BundleExceptions in the log, see
\[1\].
\[1\]
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/user/lvalach...
It seems that there are some plugins which are not compatible with each others. The
"install one by one" test passed as green \[2\]. So individual plugins work
fine.
\[2\]
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/user/lvalach...
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)