[JBoss JIRA] (JBIDE-24219) Installation of JBoss Fuse Tools results in conflicting dependency while installing from Central
by Lars Heinemann (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24219?page=com.atlassian.jira.plugi... ]
Lars Heinemann commented on JBIDE-24219:
----------------------------------------
[~odockal] can we please move that issue to FUSETOOLS project?
> Installation of JBoss Fuse Tools results in conflicting dependency while installing from Central
> -------------------------------------------------------------------------------------------------
>
> Key: JBIDE-24219
> URL: https://issues.jboss.org/browse/JBIDE-24219
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, central-update, maven
> Affects Versions: 4.4.4.AM2
> Environment: Eclipse JEE-NEON based on neon.3
> JBT 4.4.4.AM2
> Reporter: Ondrej Dockal
> Priority: Critical
> Attachments: docker_reddeer.zip
>
>
> We have got a conflicting dependency during installation of Fuse Tooling:
> {code}
> Cannot complete the install because of a conflicting dependency.
> Software being installed: JBoss Fuse Tooling Apache Camel Editor 9.1.0.Final-v20170214-0902-B104 (org.fusesource.ide.camel.editor.feature.feature.group 9.1.0.Final-v20170214-0902-B104)
> Software currently installed: Tycho Project Configurators 0.8.0.201409231215 (org.sonatype.tycho.m2e.feature.feature.group 0.8.0.201409231215)
> Only one of the following can be installed at once:
> Tycho Project Configurators 0.8.0.201409231215 (org.sonatype.tycho.m2e 0.8.0.201409231215)
> Tycho Project Configurators 0.9.0.201609061714 (org.sonatype.tycho.m2e 0.9.0.201609061714)
> Cannot satisfy dependency:
> From: JBoss Fuse Tooling Apache Camel Editor 9.1.0.Final-v20170214-0902-B104 (org.fusesource.ide.camel.editor.feature.feature.group 9.1.0.Final-v20170214-0902-B104)
> To: org.fusesource.ide.project [9.1.0.Final-v20170214-0902-B104]
> Cannot satisfy dependency:
> From: Fuse Project Plugin 9.1.0.Final-v20170214-0902-B104 (org.fusesource.ide.project 9.1.0.Final-v20170214-0902-B104)
> To: bundle org.sonatype.tycho.m2e 0.9.0
> Cannot satisfy dependency:
> From: Tycho Project Configurators 0.8.0.201409231215 (org.sonatype.tycho.m2e.feature.feature.group 0.8.0.201409231215)
> To: org.sonatype.tycho.m2e [0.8.0.201409231215]
> {code}
> We have found out that m2e discovery catalog ([url|http://download.eclipse.org/technology/m2e/discovery/directory-1.7.xml], that is usually used when we import integration tests plugins into IDE, is installing org.sonatype.tycho.m2e.feature.feature.group 0.8.0.201409231215 feature. This version is in conflict with the one that Fuse Tooling uses as its target platform ([here|http://download.jboss.org/jbosstools/targetplatforms/jbtistarget/4.4...] - org.sonatype.tycho.m2e_0.9.0.201609061714.jar).
> [~apodhrad] You might want to take a look here, I am not sure if we need to update (report to upstream) discovery catalog url to use newer version of tycho configurator ([here|http://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-tycho/] - 0.9.0).
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBTIS-1071) Reduce the number of duplicates in the update site for fuse-tooling-9.2.0.CI
by Paul Leacu (JIRA)
[ https://issues.jboss.org/browse/JBTIS-1071?page=com.atlassian.jira.plugin... ]
Paul Leacu commented on JBTIS-1071:
-----------------------------------
[~lhein] [~apodhrad] - Hey - Id like to execute the following command in the following directories to clean up CI cruft - I wanted to pass it by you first:
cd /media/TOOLS-ssh/neon/integration/updates/integration-stack/fuse-tooling/
find . -name "org*.jar" -type f -mtime +10 -delete
This will clean up all CI org*.jars greater than 10 days old.
WDYT?
> Reduce the number of duplicates in the update site for fuse-tooling-9.2.0.CI
> ----------------------------------------------------------------------------
>
> Key: JBTIS-1071
> URL: https://issues.jboss.org/browse/JBTIS-1071
> Project: JBoss Tools Integration Stack
> Issue Type: Task
> Components: build, Fuse IDE
> Affects Versions: 10.2.0.GA
> Reporter: Andrej Podhradsky
> Assignee: Paul Leacu
>
> The following update site
> http://download.jboss.org/jbosstools/neon/integration/updates/integration...
> contains lots of duplicated bundles.
> Moreover, there are some bundles with the same timestamp but with various build numbers
> {code}
> org.jboss.tools.fuse.transformation.editor_9.2.0.CI-v20170327-0935-B94.jar
> org.jboss.tools.fuse.transformation.editor_9.2.0.CI-v20170327-0935-B95.jar
> org.jboss.tools.fuse.transformation.editor_9.2.0.CI-v20170327-0935-B96.jar
> org.jboss.tools.fuse.transformation.editor_9.2.0.CI-v20170327-0935-B97.jar
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBDS-4343) Installation hangs on 'Configuring toolingorg.eclipse.equinox.launcher.*'
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4343?page=com.atlassian.jira.plugin.... ]
Denis Golovin commented on JBDS-4343:
-------------------------------------
There is nothing we could really do here. What installer does is just call Eclipse p2-director and gives it repository URL inside jar and target destination.
There were no changes in installer related to this, there might be something related to changes in repository itself.
Also we might need to look at latest p2-director eclipse application and update our modified version here
https://github.com/jbdevstudio/jbdevstudio-product/blob/master/p2-directo...
> Installation hangs on 'Configuring toolingorg.eclipse.equinox.launcher.*'
> -------------------------------------------------------------------------
>
> Key: JBDS-4343
> URL: https://issues.jboss.org/browse/JBDS-4343
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 10.4.0.AM2
> Environment: devstudio-10.4.0.AM2-v20170330-1543-B348-installer-standalone.jar
> Reporter: Jan Richter
> Assignee: Denis Golovin
> Attachments: install.png
>
>
> The installer spends several minutes in this state:
> !install.png|thumbnail!
> Just for comparison
> - AM1 installation takes total of about 2 minutes 15 seconds
> - AM2 takes 5 minutes 40 seconds
> There is no shortage of memory or disk I/O availability, the CPU is not topped off (even though AM2 eats up more CPU itself during this time).
> DTRACE=true reveals nothing interesting really, this is what it says in the particular moment (notice how much time the operation takes):
> {noformat}
> Configuring toolingorg.eclipse.equinox.launcher.gtk.linux.x86_64
> Preparing to commit the provisioning operation.
> Committing the provisioning operation.
> Operation completed in 289855 ms.
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBDS-4343) Installation hangs on 'Configuring toolingorg.eclipse.equinox.launcher.*'
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4343?page=com.atlassian.jira.plugin.... ]
Denis Golovin reassigned JBDS-4343:
-----------------------------------
Assignee: Denis Golovin
> Installation hangs on 'Configuring toolingorg.eclipse.equinox.launcher.*'
> -------------------------------------------------------------------------
>
> Key: JBDS-4343
> URL: https://issues.jboss.org/browse/JBDS-4343
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: installer
> Affects Versions: 10.4.0.AM2
> Environment: devstudio-10.4.0.AM2-v20170330-1543-B348-installer-standalone.jar
> Reporter: Jan Richter
> Assignee: Denis Golovin
> Attachments: install.png
>
>
> The installer spends several minutes in this state:
> !install.png|thumbnail!
> Just for comparison
> - AM1 installation takes total of about 2 minutes 15 seconds
> - AM2 takes 5 minutes 40 seconds
> There is no shortage of memory or disk I/O availability, the CPU is not topped off (even though AM2 eats up more CPU itself during this time).
> DTRACE=true reveals nothing interesting really, this is what it says in the particular moment (notice how much time the operation takes):
> {noformat}
> Configuring toolingorg.eclipse.equinox.launcher.gtk.linux.x86_64
> Preparing to commit the provisioning operation.
> Committing the provisioning operation.
> Operation completed in 289855 ms.
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years
[JBoss JIRA] (JBDS-4349) Installer ignores Hyper-v
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4349?page=com.atlassian.jira.plugin.... ]
Denis Golovin commented on JBDS-4349:
-------------------------------------
This is known issue, if you do systeminfo.exe in console you'll see there is no info about virtualization related switches anymore, but it says hyper-v is enabled instead.
> Installer ignores Hyper-v
> -------------------------
>
> Key: JBDS-4349
> URL: https://issues.jboss.org/browse/JBDS-4349
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 10.4.0.AM2
> Reporter: Jan Richter
>
> I have enabled Hyper-v. On confirmation page, Hyper-v is not present, instead it still offers to install Virtualbox.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years