[JBoss JIRA] (JBDS-4595) Unresolved Bundles after install all the stuff from RH Central
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4595?page=com.atlassian.jira.plugin.... ]
Nick Boldt edited comment on JBDS-4595 at 10/25/17 12:21 PM:
-------------------------------------------------------------
Looking at your ALL_EXCEPT files, I see lots of duplicate IUs but many in ~/.eclipse are older than the ones from the RPM.
Possible reasons for httpclient 4.5.2 conflict:
* o.j.t.openshift.io.core require-bundles httpclient 4.0 - NOT A PROBLEM as any 4.x version would be allowed here
* jmx.jolokia plugin in jbt-server includes 4.5.2 inside a lib/ folder - NOT A PROBLEM, nested jar within a plugin
* o.e.ecf.filetransfer.httpclient4.feature includes org.apache.httpcomponents.httpclient 4.5.2.v20170210-0925
** this is then required by c.j.ds.core.rpmdeps.feature
** but we exclude org.apache.httpcomponents.httpclient from the RPM, so that it can be resolved via symlink:
{code}
#➔ find /opt/rh/rh-eclipse47/root/usr/share/eclipse/droplets/devstudio/ -name "*httpclient*jar" -exec ls -l {} \;
/opt/rh/rh-eclipse47/root/usr/share/eclipse/droplets/devstudio/eclipse/plugins/org.apache.httpcomponents.httpclient_4.3.6.jar -> /opt/rh/rh-java-common/root/usr/share/java/httpcomponents/httpclient.jar
/opt/rh/rh-eclipse47/root/usr/share/eclipse/droplets/devstudio/eclipse/plugins/org.apache.httpcomponents.httpclient.cache_4.3.6.jar -> /opt/rh/rh-java-common/root/usr/share/java/httpcomponents/httpclient-cache.jar
{code}
If you delete your ~/.eclipse folder and install everything from Central again (minus Spring boot wizard, which we know has a bug upstream), one connector at a time, can you determine which connector is causing the conflict?
was (Author: nickboldt):
Looking at your ALL_EXCEPT files, I see lots of duplicate IUs but many in ~/.eclipse are older than the ones from the RPM.
If you delete your ~/.eclipse folder and install everything from Central again (minus Spring boot wizard, which we know has a bug upstream), one connector at a time, can you determine which connector is causing the conflict?
> 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: findPackages.sh, p2browser_org.apache.httpcomponents.httpclient.png, rh-eclipse47-devstudio11.1-0.20171024.0823.el7.log.20171025-0935_strict-ONLY_SPRING_IDE.txt, rh-eclipse47-devstudio11.1-0.20171024.0823.el7.log.20171025-0935_strict-ONLY_SPRING_IDE_packages.txt, rh-eclipse47-devstudio11.1-0.20171024.0823.el7.log.20171025-1005_strict-ALL_EXCEPT_SPRING_IDE.txt, rh-eclipse47-devstudio11.1-0.20171024.0823.el7.log.20171025-1005_strict-ALL_EXCEPT_SPRING_IDE_packages.txt, rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171024-1353_strict.txt, rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171025-1040_strict.txt, rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171025-1105_strict.txt, rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171025-1105_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)
7 years
[JBoss JIRA] (JBDS-4595) Unresolved Bundles after install all the stuff from RH Central
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4595?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-4595:
----------------------------------
I've installed everything in Central (except Spring IDE features) and cannot reproduce your constraint violation w.r.t httpclient 4.5.2.
[^rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171025-1040_strict.txt]
[^rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171025-1105_strict.txt]
Here's my RHEL 7.4 environment:
{code}
#➔ uname -a
Linux t460p-rhel7-vm02 3.10.0-693.2.2.el7.x86_64 #1 SMP Sat Sep 9 03:55:24 EDT 2017 x86_64 x86_64 x86_64 GNU/Linux
#➔ java -version
java version "9"
Java(TM) SE Runtime Environment (build 9+181)
Java HotSpot(TM) 64-Bit Server VM (build 9+181, mixed mode)
#➔ yum history info 25 | grep devstudio
Command Line : install rh-eclipse47-devstudio rh-eclipse47-eclipse rh-maven33-maven rh-java-common-guava rh-eclipse47-lucene rh-eclipse47-eclipse-pde rh-eclipse47-eclipse-cdt rh-eclipse47-eclipse-cdt-native rh-java-common-ant rh-maven33-velocity rh-maven33-jboss-ejb-3.1-api
Install rh-eclipse47-devstudio-11.1-0.20171017.2012.el7.x86_64 @rh-eclipse47-devstudio-snapshots-11.1
#➔ cat /etc/yum.repos.d/rh-eclipse47-devstudio.repo | grep snapshots-11.1 -A2
[rh-eclipse47-devstudio-snapshots-11.1]
name=rh-eclipse47-devstudio-snapshots-11.1
baseurl=https://devstudio.redhat.com/11/snapshots/rpms/11.1.0/x86_64/
enabled=1
{code}
> 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: findPackages.sh, p2browser_org.apache.httpcomponents.httpclient.png, rh-eclipse47-devstudio11.1-0.20171024.0823.el7.log.20171025-0935_strict-ONLY_SPRING_IDE.txt, rh-eclipse47-devstudio11.1-0.20171024.0823.el7.log.20171025-0935_strict-ONLY_SPRING_IDE_packages.txt, rh-eclipse47-devstudio11.1-0.20171024.0823.el7.log.20171025-1005_strict-ALL_EXCEPT_SPRING_IDE.txt, rh-eclipse47-devstudio11.1-0.20171024.0823.el7.log.20171025-1005_strict-ALL_EXCEPT_SPRING_IDE_packages.txt, rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171024-1353_strict.txt, rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171025-1040_strict.txt, rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171025-1105_strict.txt, rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171025-1105_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)
7 years
[JBoss JIRA] (JBDS-4595) Unresolved Bundles after install all the stuff from RH Central
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4595?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-4595:
-----------------------------
Attachment: rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171025-1105_strict.txt
> 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: findPackages.sh, p2browser_org.apache.httpcomponents.httpclient.png, rh-eclipse47-devstudio11.1-0.20171024.0823.el7.log.20171025-0935_strict-ONLY_SPRING_IDE.txt, rh-eclipse47-devstudio11.1-0.20171024.0823.el7.log.20171025-0935_strict-ONLY_SPRING_IDE_packages.txt, rh-eclipse47-devstudio11.1-0.20171024.0823.el7.log.20171025-1005_strict-ALL_EXCEPT_SPRING_IDE.txt, rh-eclipse47-devstudio11.1-0.20171024.0823.el7.log.20171025-1005_strict-ALL_EXCEPT_SPRING_IDE_packages.txt, rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171024-1353_strict.txt, rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171025-1040_strict.txt, rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171025-1105_strict.txt, rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171025-1105_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)
7 years
[JBoss JIRA] (JBDS-4595) Unresolved Bundles after install all the stuff from RH Central
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4595?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-4595:
-----------------------------
Attachment: rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171025-1105_strict.txt
> 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: findPackages.sh, p2browser_org.apache.httpcomponents.httpclient.png, rh-eclipse47-devstudio11.1-0.20171024.0823.el7.log.20171025-0935_strict-ONLY_SPRING_IDE.txt, rh-eclipse47-devstudio11.1-0.20171024.0823.el7.log.20171025-0935_strict-ONLY_SPRING_IDE_packages.txt, rh-eclipse47-devstudio11.1-0.20171024.0823.el7.log.20171025-1005_strict-ALL_EXCEPT_SPRING_IDE.txt, rh-eclipse47-devstudio11.1-0.20171024.0823.el7.log.20171025-1005_strict-ALL_EXCEPT_SPRING_IDE_packages.txt, rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171024-1353_strict.txt, rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171025-1040_strict.txt, rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171025-1105_strict.txt, rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171025-1105_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)
7 years
[JBoss JIRA] (JBDS-4595) Unresolved Bundles after install all the stuff from RH Central
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4595?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-4595:
-----------------------------
Attachment: rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171025-1040_strict.txt
> 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: findPackages.sh, p2browser_org.apache.httpcomponents.httpclient.png, rh-eclipse47-devstudio11.1-0.20171024.0823.el7.log.20171025-0935_strict-ONLY_SPRING_IDE.txt, rh-eclipse47-devstudio11.1-0.20171024.0823.el7.log.20171025-0935_strict-ONLY_SPRING_IDE_packages.txt, rh-eclipse47-devstudio11.1-0.20171024.0823.el7.log.20171025-1005_strict-ALL_EXCEPT_SPRING_IDE.txt, rh-eclipse47-devstudio11.1-0.20171024.0823.el7.log.20171025-1005_strict-ALL_EXCEPT_SPRING_IDE_packages.txt, rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171024-1353_strict.txt, rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171025-1040_strict.txt, rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171025-1105_strict.txt, rh-eclipse47-devstudio4.7.1-5.2.el7.log.20171025-1105_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)
7 years
[JBoss JIRA] (JBIDE-25299) Maven Source Lookup changing source attachment to wrong artifact
by Rich DiCroce (JIRA)
Rich DiCroce created JBIDE-25299:
------------------------------------
Summary: Maven Source Lookup changing source attachment to wrong artifact
Key: JBIDE-25299
URL: https://issues.jboss.org/browse/JBIDE-25299
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven
Affects Versions: 4.5.1.AM3
Environment: Eclipse 4.7.1a
Reporter: Rich DiCroce
Maven Source Lookup sometimes causes Eclipse to use an incorrect sources attachment. If Maven Source Lookup is disabled using Window -> Preferences, General -> Startup and Shutdown, the problem does not occur.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years
[JBoss JIRA] (JBDS-4595) Unresolved Bundles after install all the stuff from RH Central
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-4595?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBDS-4595:
----------------------------------
Looking at your ALL_EXCEPT files, I see lots of duplicate IUs but many in ~/.eclipse are older than the ones from the RPM.
If you delete your ~/.eclipse folder and install everything from Central again (minus Spring boot wizard, which we know has a bug upstream), one connector at a time, can you determine which connector is causing the conflict?
> 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: findPackages.sh, p2browser_org.apache.httpcomponents.httpclient.png, rh-eclipse47-devstudio11.1-0.20171024.0823.el7.log.20171025-0935_strict-ONLY_SPRING_IDE.txt, rh-eclipse47-devstudio11.1-0.20171024.0823.el7.log.20171025-0935_strict-ONLY_SPRING_IDE_packages.txt, rh-eclipse47-devstudio11.1-0.20171024.0823.el7.log.20171025-1005_strict-ALL_EXCEPT_SPRING_IDE.txt, rh-eclipse47-devstudio11.1-0.20171024.0823.el7.log.20171025-1005_strict-ALL_EXCEPT_SPRING_IDE_packages.txt, 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)
7 years
[JBoss JIRA] (JBIDE-25298) Deprecate VPE
by Jeff MAURY (JIRA)
Jeff MAURY created JBIDE-25298:
----------------------------------
Summary: Deprecate VPE
Key: JBIDE-25298
URL: https://issues.jboss.org/browse/JBIDE-25298
Project: Tools (JBoss Tools)
Issue Type: Task
Components: visual-page-editor-core
Affects Versions: 4.5.1.AM3
Reporter: Jeff MAURY
As it is based on a out of support technology, we may envisage deprecation
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years