[JBoss JIRA] (JBIDE-27006) Several configurator tests in maven.itests fails sporadically due to missing wait statement
by Zbyněk Červinka (Jira)
Zbyněk Červinka created JBIDE-27006:
---------------------------------------
Summary: Several configurator tests in maven.itests fails sporadically due to missing wait statement
Key: JBIDE-27006
URL: https://issues.redhat.com/browse/JBIDE-27006
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven
Affects Versions: 4.14.0.AM1
Reporter: Zbyněk Červinka
Assignee: Zbyněk Červinka
Fix For: 4.14.0.AM1
Attachments: org.jboss.tools.maven.ui.bot.test.configurator.JSFConfiguratorTest.testJSFConfigurator.png
h2. Several org.jboss.tools.maven.ui.bot.test.configurator tests fails sporadically due to missing wait statement when working with the Projects facets settings:
{code:java}
org.eclipse.reddeer.common.exception.WaitTimeoutExpiredException: Timeout after: 10 s.: window is available
at org.eclipse.reddeer.common.wait.WaitWhile.throwWaitTimeOutException(WaitWhile.java:116)
at org.eclipse.reddeer.common.wait.AbstractWait.timeoutExceeded(AbstractWait.java:207)
at org.eclipse.reddeer.common.wait.AbstractWait.wait(AbstractWait.java:151)
at org.eclipse.reddeer.common.wait.AbstractWait.<init>(AbstractWait.java:132)
at org.eclipse.reddeer.common.wait.AbstractWait.<init>(AbstractWait.java:97)
at org.eclipse.reddeer.common.wait.AbstractWait.<init>(AbstractWait.java:64)
at org.eclipse.reddeer.common.wait.AbstractWait.<init>(AbstractWait.java:50)
at org.eclipse.reddeer.common.wait.WaitWhile.<init>(WaitWhile.java:37)
at org.eclipse.reddeer.jface.preference.PreferenceDialog.ok(PreferenceDialog.java:119)
at org.jboss.tools.maven.ui.bot.test.AbstractMavenSWTBotTest.hasNature(AbstractMavenSWTBotTest.java:117)
at org.jboss.tools.maven.ui.bot.test.configurator.AbstractConfiguratorsTest.checkProjectWithRuntime(AbstractConfiguratorsTest.java:94)
at org.jboss.tools.maven.ui.bot.test.configurator.JSFConfiguratorTest.testJSFConfigurator(JSFConfiguratorTest.java:82)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.eclipse.reddeer.junit.internal.runner.statement.RunTestMethod.evaluate(RunTestMethod.java:48)
at org.eclipse.reddeer.junit.internal.runner.statement.RunBefores.evaluate(RunBefores.java:85)
at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeTestExtensions.evaluate(RunIBeforeTestExtensions.java:73)
at org.eclipse.reddeer.junit.internal.runner.statement.RunAfters.evaluate(RunAfters.java:72)
at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:59)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81)
at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46)
at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72)
at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68)
at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45)
at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44)
at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76)
at java.lang.Thread.run(Thread.java:748)
java.lang.AssertionError: The following shells remained open [Progress Information]
at org.junit.Assert.fail(Assert.java:88)
at org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt.run(CloseAllShellsExt.java:82)
at org.eclipse.reddeer.junit.extension.after.test.impl.CloseAllShellsExt.runAfterTest(CloseAllShellsExt.java:75)
at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterTestExtensions.evaluate(RunIAfterTestExtensions.java:72)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.runChild(RequirementsRunner.java:171)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.eclipse.reddeer.junit.internal.runner.statement.RunBeforeClasses.evaluate(RunBeforeClasses.java:81)
at org.eclipse.reddeer.junit.internal.runner.statement.FulfillRequirementsStatement.evaluate(FulfillRequirementsStatement.java:46)
at org.eclipse.reddeer.junit.internal.runner.statement.RunIBeforeClassExtensions.evaluate(RunIBeforeClassExtensions.java:72)
at org.eclipse.reddeer.junit.internal.runner.statement.RunAfterClasses.evaluate(RunAfterClasses.java:68)
at org.eclipse.reddeer.junit.internal.runner.statement.CleanUpRequirementStatement.evaluate(CleanUpRequirementStatement.java:45)
at org.eclipse.reddeer.junit.internal.runner.statement.RunIAfterClassExtensions.evaluate(RunIAfterClassExtensions.java:57)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.eclipse.reddeer.junit.internal.runner.RequirementsRunner.run(RequirementsRunner.java:153)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.junit.runners.Suite.runChild(Suite.java:128)
at org.junit.runners.Suite.runChild(Suite.java:27)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44)
at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:76)
at java.lang.Thread.run(Thread.java:748)
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (JBIDE-27005) Update server in webservices iTests
by Josef Kopriva (Jira)
Josef Kopriva created JBIDE-27005:
-------------------------------------
Summary: Update server in webservices iTests
Key: JBIDE-27005
URL: https://issues.redhat.com/browse/JBIDE-27005
Project: Tools (JBoss Tools)
Issue Type: Task
Components: integration-tests, webservices
Affects Versions: 4.14.0.AM1
Reporter: Josef Kopriva
There is old WF14 server, it should be updated to at least WF18.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (JBDS-4815) Fix eclipse marketplace issue installation for photon
by Stephane Bouchet (Jira)
[ https://issues.redhat.com/browse/JBDS-4815?page=com.atlassian.jira.plugin... ]
Stephane Bouchet updated JBDS-4815:
-----------------------------------
Description:
a new script has been deployed to eclipse marketplace that test installs in various base platform.
the installation for eclipse photon base fails with the following log [1] using update site url [2] .
[1]
{code:java}
a new script has been deployed to eclipse marketplace that test installs in various base platform.
the installation for eclipse photon base fails with the following log [1] using update site url [2] .
[1]
{code:java}
Cannot complete the install because of a conflicting dependency.
- Software being installed: artificial_root 1.0.0.v1579056897807
- Only one of the following can be installed at once:
- Debug Core 3.13.0.v20180821-1744 (org.eclipse.debug.core 3.13.0.v20180821-1744)
- Debug Core 3.12.0.v20180509-0959 (org.eclipse.debug.core 3.12.0.v20180509-0959)
- Only one of the following can be installed at once:
- Java Development Tools UI 3.14.0.v20180529-1023 (org.eclipse.jdt.ui 3.14.0.v20180529-1023)
- Java Development Tools UI 3.15.0.v20180829-2215 (org.eclipse.jdt.ui 3.15.0.v20180829-2215)
- Cannot satisfy dependency:
- From: artificial_root 1.0.0.v1579056897807
- To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.core.feature.feature.group [12.9.0.v20180928-1629,12.9.0.v20180928-1629]
- Cannot satisfy dependency:
- From: artificial_root 1.0.0.v1579056897807
- To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.fuse.feature.feature.group [12.9.0.v20180712-1939,12.9.0.v20180712-1939]
- Cannot satisfy dependency:
- From: artificial_root 1.0.0.v1579056897807
- To: org.eclipse.equinox.p2.iu; org.eclipse.platform.ide [4.8.0,5.0.0)
- Cannot satisfy dependency:
- From: Red Hat Developer Studio (Core Features) 12.9.0.v20180928-1629 (com.jboss.devstudio.core.feature.feature.group 12.9.0.v20180928-1629)
- To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.core.rpmdeps.feature.feature.group [12.9.0.v20180712-1939,12.9.0.v20180712-1939]
- Cannot satisfy dependency:
- From: Red Hat Developer Studio (Feature Dependencies) 12.9.0.v20180712-1939 (com.jboss.devstudio.core.rpmdeps.feature.feature.group 12.9.0.v20180712-1939)
- To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.feature.group 0.0.0
- Cannot satisfy dependency:
- From: Red Hat Fuse Tooling 12.9.0.v20180712-1939 (com.jboss.devstudio.fuse.feature.feature.group 12.9.0.v20180712-1939)
- To: org.eclipse.equinox.p2.iu; org.fusesource.ide.camel.editor.feature.feature.group 0.0.0
- Cannot satisfy dependency:
- From: Eclipse Java Development Tools 3.14.0.v20180611-0500 (org.eclipse.jdt.feature.group 3.14.0.v20180611-0500)
- To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.14.0.v20180529-1023,3.14.0.v20180529-1023]
- Cannot satisfy dependency:
- From: Eclipse Java Development Tools 3.15.0.v20180906-0745 (org.eclipse.jdt.feature.group 3.15.0.v20180906-0745)
- To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.11.0.v20180827-1040,3.11.0.v20180827-1040]
- Cannot satisfy dependency:
- From: Java Development Tools Launching Support 3.11.0.v20180827-1040 (org.eclipse.jdt.launching 3.11.0.v20180827-1040)
- To: osgi.bundle; org.eclipse.debug.core [3.13.0,4.0.0)
- Cannot satisfy dependency:
- From: Eclipse Platform 4.8.0.v20180611-0656 (org.eclipse.platform.feature.group 4.8.0.v20180611-0656)
- To: org.eclipse.equinox.p2.iu; org.eclipse.debug.core [3.12.0.v20180509-0959,3.12.0.v20180509-0959]
- Cannot satisfy dependency:
- From: Eclipse Platform 4.8.0.I20180611-0500 (org.eclipse.platform.ide 4.8.0.I20180611-0500)
- To: org.eclipse.equinox.p2.iu; org.eclipse.platform.feature.group [4.8.0.v20180611-0656,4.8.0.v20180611-0656]
- Cannot satisfy dependency:
- From: Red Hat Fuse Tooling Apache Camel Editor 11.1.0.v20180919-1503 (org.fusesource.ide.camel.editor.feature.feature.group 11.1.0.v20180919-1503)
- To: org.eclipse.equinox.p2.iu; org.fusesource.ide.launcher [11.1.0.v20180822-1200,11.1.0.v20180822-1200]
- Cannot satisfy dependency:
- From: Fuse Launcher Plugin 11.1.0.v20180822-1200 (org.fusesource.ide.launcher 11.1.0.v20180822-1200)
- To: osgi.bundle; org.eclipse.jdt.ui 3.15.0
org.eclipse.core.runtime.CoreException: Cannot complete the install because of a conflicting dependency.
at org.eclipse.oomph.util.OomphPlugin.coreException(OomphPlugin.java:280)
at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.resolve(ProfileTransactionImpl.java:426)
at org.eclipse.oomph.setup.p2.impl.P2TaskImpl.perform(P2TaskImpl.java:806)
at org.eclipse.oomph.setup.internal.installer.MarketplaceCatalogGenerator$2.run(MarketplaceCatalogGenerator.java:1024)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Contains: Software being installed: artificial_root 1.0.0.v1579056897807
Contains: Only one of the following can be installed at once:
Contains: Debug Core 3.13.0.v20180821-1744 (org.eclipse.debug.core 3.13.0.v20180821-1744)
Contains: Debug Core 3.12.0.v20180509-0959 (org.eclipse.debug.core 3.12.0.v20180509-0959)
Contains: Only one of the following can be installed at once:
Contains: Java Development Tools UI 3.14.0.v20180529-1023 (org.eclipse.jdt.ui 3.14.0.v20180529-1023)
Contains: Java Development Tools UI 3.15.0.v20180829-2215 (org.eclipse.jdt.ui 3.15.0.v20180829-2215)
Contains: Cannot satisfy dependency:
Contains: From: artificial_root 1.0.0.v1579056897807
Contains: To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.core.feature.feature.group [12.9.0.v20180928-1629,12.9.0.v20180928-1629]
Contains: Cannot satisfy dependency:
Contains: From: artificial_root 1.0.0.v1579056897807
Contains: To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.fuse.feature.feature.group [12.9.0.v20180712-1939,12.9.0.v20180712-1939]
Contains: Cannot satisfy dependency:
Contains: From: artificial_root 1.0.0.v1579056897807
Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.platform.ide [4.8.0,5.0.0)
Contains: Cannot satisfy dependency:
Contains: From: Red Hat Developer Studio (Core Features) 12.9.0.v20180928-1629 (com.jboss.devstudio.core.feature.feature.group 12.9.0.v20180928-1629)
Contains: To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.core.rpmdeps.feature.feature.group [12.9.0.v20180712-1939,12.9.0.v20180712-1939]
Contains: Cannot satisfy dependency:
Contains: From: Red Hat Developer Studio (Feature Dependencies) 12.9.0.v20180712-1939 (com.jboss.devstudio.core.rpmdeps.feature.feature.group 12.9.0.v20180712-1939)
Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.feature.group 0.0.0
Contains: Cannot satisfy dependency:
Contains: From: Red Hat Fuse Tooling 12.9.0.v20180712-1939 (com.jboss.devstudio.fuse.feature.feature.group 12.9.0.v20180712-1939)
Contains: To: org.eclipse.equinox.p2.iu; org.fusesource.ide.camel.editor.feature.feature.group 0.0.0
Contains: Cannot satisfy dependency:
Contains: From: Eclipse Java Development Tools 3.14.0.v20180611-0500 (org.eclipse.jdt.feature.group 3.14.0.v20180611-0500)
Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.14.0.v20180529-1023,3.14.0.v20180529-1023]
Contains: Cannot satisfy dependency:
Contains: From: Eclipse Java Development Tools 3.15.0.v20180906-0745 (org.eclipse.jdt.feature.group 3.15.0.v20180906-0745)
Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.11.0.v20180827-1040,3.11.0.v20180827-1040]
Contains: Cannot satisfy dependency:
Contains: From: Java Development Tools Launching Support 3.11.0.v20180827-1040 (org.eclipse.jdt.launching 3.11.0.v20180827-1040)
Contains: To: osgi.bundle; org.eclipse.debug.core [3.13.0,4.0.0)
Contains: Cannot satisfy dependency:
Contains: From: Eclipse Platform 4.8.0.v20180611-0656 (org.eclipse.platform.feature.group 4.8.0.v20180611-0656)
Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.debug.core [3.12.0.v20180509-0959,3.12.0.v20180509-0959]
Contains: Cannot satisfy dependency:
Contains: From: Eclipse Platform 4.8.0.I20180611-0500 (org.eclipse.platform.ide 4.8.0.I20180611-0500)
Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.platform.feature.group [4.8.0.v20180611-0656,4.8.0.v20180611-0656]
Contains: Cannot satisfy dependency:
Contains: From: Red Hat Fuse Tooling Apache Camel Editor 11.1.0.v20180919-1503 (org.fusesource.ide.camel.editor.feature.feature.group 11.1.0.v20180919-1503)
Contains: To: org.eclipse.equinox.p2.iu; org.fusesource.ide.launcher [11.1.0.v20180822-1200,11.1.0.v20180822-1200]
Contains: Cannot satisfy dependency:
Contains: From: Fuse Launcher Plugin 11.1.0.v20180822-1200 (org.fusesource.ide.launcher 11.1.0.v20180822-1200)
Contains: To: osgi.bundle; org.eclipse.jdt.ui 3.15.0
{code}
[2] https://devstudio.redhat.com/12/stable/composite/12.9.0
{code}
[2]
was:
a new script has been deployed to eclipse marketplace that test installs in various base platform.
the installation for eclipse photon base fails with the following log [1] using update site url [2] .
[1]
[2]
> Fix eclipse marketplace issue installation for photon
> -----------------------------------------------------
>
> Key: JBDS-4815
> URL: https://issues.redhat.com/browse/JBDS-4815
> Project: Red Hat CodeReady Studio (devstudio)
> Issue Type: Task
> Components: marketplace
> Affects Versions: 12.0.0.GA
> Reporter: Stephane Bouchet
> Priority: Major
>
> a new script has been deployed to eclipse marketplace that test installs in various base platform.
> the installation for eclipse photon base fails with the following log [1] using update site url [2] .
> [1]
> {code:java}
> a new script has been deployed to eclipse marketplace that test installs in various base platform.
> the installation for eclipse photon base fails with the following log [1] using update site url [2] .
> [1]
> {code:java}
> Cannot complete the install because of a conflicting dependency.
> - Software being installed: artificial_root 1.0.0.v1579056897807
> - Only one of the following can be installed at once:
> - Debug Core 3.13.0.v20180821-1744 (org.eclipse.debug.core 3.13.0.v20180821-1744)
> - Debug Core 3.12.0.v20180509-0959 (org.eclipse.debug.core 3.12.0.v20180509-0959)
> - Only one of the following can be installed at once:
> - Java Development Tools UI 3.14.0.v20180529-1023 (org.eclipse.jdt.ui 3.14.0.v20180529-1023)
> - Java Development Tools UI 3.15.0.v20180829-2215 (org.eclipse.jdt.ui 3.15.0.v20180829-2215)
> - Cannot satisfy dependency:
> - From: artificial_root 1.0.0.v1579056897807
> - To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.core.feature.feature.group [12.9.0.v20180928-1629,12.9.0.v20180928-1629]
> - Cannot satisfy dependency:
> - From: artificial_root 1.0.0.v1579056897807
> - To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.fuse.feature.feature.group [12.9.0.v20180712-1939,12.9.0.v20180712-1939]
> - Cannot satisfy dependency:
> - From: artificial_root 1.0.0.v1579056897807
> - To: org.eclipse.equinox.p2.iu; org.eclipse.platform.ide [4.8.0,5.0.0)
> - Cannot satisfy dependency:
> - From: Red Hat Developer Studio (Core Features) 12.9.0.v20180928-1629 (com.jboss.devstudio.core.feature.feature.group 12.9.0.v20180928-1629)
> - To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.core.rpmdeps.feature.feature.group [12.9.0.v20180712-1939,12.9.0.v20180712-1939]
> - Cannot satisfy dependency:
> - From: Red Hat Developer Studio (Feature Dependencies) 12.9.0.v20180712-1939 (com.jboss.devstudio.core.rpmdeps.feature.feature.group 12.9.0.v20180712-1939)
> - To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.feature.group 0.0.0
> - Cannot satisfy dependency:
> - From: Red Hat Fuse Tooling 12.9.0.v20180712-1939 (com.jboss.devstudio.fuse.feature.feature.group 12.9.0.v20180712-1939)
> - To: org.eclipse.equinox.p2.iu; org.fusesource.ide.camel.editor.feature.feature.group 0.0.0
> - Cannot satisfy dependency:
> - From: Eclipse Java Development Tools 3.14.0.v20180611-0500 (org.eclipse.jdt.feature.group 3.14.0.v20180611-0500)
> - To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.14.0.v20180529-1023,3.14.0.v20180529-1023]
> - Cannot satisfy dependency:
> - From: Eclipse Java Development Tools 3.15.0.v20180906-0745 (org.eclipse.jdt.feature.group 3.15.0.v20180906-0745)
> - To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.11.0.v20180827-1040,3.11.0.v20180827-1040]
> - Cannot satisfy dependency:
> - From: Java Development Tools Launching Support 3.11.0.v20180827-1040 (org.eclipse.jdt.launching 3.11.0.v20180827-1040)
> - To: osgi.bundle; org.eclipse.debug.core [3.13.0,4.0.0)
> - Cannot satisfy dependency:
> - From: Eclipse Platform 4.8.0.v20180611-0656 (org.eclipse.platform.feature.group 4.8.0.v20180611-0656)
> - To: org.eclipse.equinox.p2.iu; org.eclipse.debug.core [3.12.0.v20180509-0959,3.12.0.v20180509-0959]
> - Cannot satisfy dependency:
> - From: Eclipse Platform 4.8.0.I20180611-0500 (org.eclipse.platform.ide 4.8.0.I20180611-0500)
> - To: org.eclipse.equinox.p2.iu; org.eclipse.platform.feature.group [4.8.0.v20180611-0656,4.8.0.v20180611-0656]
> - Cannot satisfy dependency:
> - From: Red Hat Fuse Tooling Apache Camel Editor 11.1.0.v20180919-1503 (org.fusesource.ide.camel.editor.feature.feature.group 11.1.0.v20180919-1503)
> - To: org.eclipse.equinox.p2.iu; org.fusesource.ide.launcher [11.1.0.v20180822-1200,11.1.0.v20180822-1200]
> - Cannot satisfy dependency:
> - From: Fuse Launcher Plugin 11.1.0.v20180822-1200 (org.fusesource.ide.launcher 11.1.0.v20180822-1200)
> - To: osgi.bundle; org.eclipse.jdt.ui 3.15.0
> org.eclipse.core.runtime.CoreException: Cannot complete the install because of a conflicting dependency.
> at org.eclipse.oomph.util.OomphPlugin.coreException(OomphPlugin.java:280)
> at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.resolve(ProfileTransactionImpl.java:426)
> at org.eclipse.oomph.setup.p2.impl.P2TaskImpl.perform(P2TaskImpl.java:806)
> at org.eclipse.oomph.setup.internal.installer.MarketplaceCatalogGenerator$2.run(MarketplaceCatalogGenerator.java:1024)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> Contains: Software being installed: artificial_root 1.0.0.v1579056897807
> Contains: Only one of the following can be installed at once:
> Contains: Debug Core 3.13.0.v20180821-1744 (org.eclipse.debug.core 3.13.0.v20180821-1744)
> Contains: Debug Core 3.12.0.v20180509-0959 (org.eclipse.debug.core 3.12.0.v20180509-0959)
> Contains: Only one of the following can be installed at once:
> Contains: Java Development Tools UI 3.14.0.v20180529-1023 (org.eclipse.jdt.ui 3.14.0.v20180529-1023)
> Contains: Java Development Tools UI 3.15.0.v20180829-2215 (org.eclipse.jdt.ui 3.15.0.v20180829-2215)
> Contains: Cannot satisfy dependency:
> Contains: From: artificial_root 1.0.0.v1579056897807
> Contains: To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.core.feature.feature.group [12.9.0.v20180928-1629,12.9.0.v20180928-1629]
> Contains: Cannot satisfy dependency:
> Contains: From: artificial_root 1.0.0.v1579056897807
> Contains: To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.fuse.feature.feature.group [12.9.0.v20180712-1939,12.9.0.v20180712-1939]
> Contains: Cannot satisfy dependency:
> Contains: From: artificial_root 1.0.0.v1579056897807
> Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.platform.ide [4.8.0,5.0.0)
> Contains: Cannot satisfy dependency:
> Contains: From: Red Hat Developer Studio (Core Features) 12.9.0.v20180928-1629 (com.jboss.devstudio.core.feature.feature.group 12.9.0.v20180928-1629)
> Contains: To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.core.rpmdeps.feature.feature.group [12.9.0.v20180712-1939,12.9.0.v20180712-1939]
> Contains: Cannot satisfy dependency:
> Contains: From: Red Hat Developer Studio (Feature Dependencies) 12.9.0.v20180712-1939 (com.jboss.devstudio.core.rpmdeps.feature.feature.group 12.9.0.v20180712-1939)
> Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.feature.group 0.0.0
> Contains: Cannot satisfy dependency:
> Contains: From: Red Hat Fuse Tooling 12.9.0.v20180712-1939 (com.jboss.devstudio.fuse.feature.feature.group 12.9.0.v20180712-1939)
> Contains: To: org.eclipse.equinox.p2.iu; org.fusesource.ide.camel.editor.feature.feature.group 0.0.0
> Contains: Cannot satisfy dependency:
> Contains: From: Eclipse Java Development Tools 3.14.0.v20180611-0500 (org.eclipse.jdt.feature.group 3.14.0.v20180611-0500)
> Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.14.0.v20180529-1023,3.14.0.v20180529-1023]
> Contains: Cannot satisfy dependency:
> Contains: From: Eclipse Java Development Tools 3.15.0.v20180906-0745 (org.eclipse.jdt.feature.group 3.15.0.v20180906-0745)
> Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.11.0.v20180827-1040,3.11.0.v20180827-1040]
> Contains: Cannot satisfy dependency:
> Contains: From: Java Development Tools Launching Support 3.11.0.v20180827-1040 (org.eclipse.jdt.launching 3.11.0.v20180827-1040)
> Contains: To: osgi.bundle; org.eclipse.debug.core [3.13.0,4.0.0)
> Contains: Cannot satisfy dependency:
> Contains: From: Eclipse Platform 4.8.0.v20180611-0656 (org.eclipse.platform.feature.group 4.8.0.v20180611-0656)
> Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.debug.core [3.12.0.v20180509-0959,3.12.0.v20180509-0959]
> Contains: Cannot satisfy dependency:
> Contains: From: Eclipse Platform 4.8.0.I20180611-0500 (org.eclipse.platform.ide 4.8.0.I20180611-0500)
> Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.platform.feature.group [4.8.0.v20180611-0656,4.8.0.v20180611-0656]
> Contains: Cannot satisfy dependency:
> Contains: From: Red Hat Fuse Tooling Apache Camel Editor 11.1.0.v20180919-1503 (org.fusesource.ide.camel.editor.feature.feature.group 11.1.0.v20180919-1503)
> Contains: To: org.eclipse.equinox.p2.iu; org.fusesource.ide.launcher [11.1.0.v20180822-1200,11.1.0.v20180822-1200]
> Contains: Cannot satisfy dependency:
> Contains: From: Fuse Launcher Plugin 11.1.0.v20180822-1200 (org.fusesource.ide.launcher 11.1.0.v20180822-1200)
> Contains: To: osgi.bundle; org.eclipse.jdt.ui 3.15.0
> {code}
> [2] https://devstudio.redhat.com/12/stable/composite/12.9.0
> {code}
> [2]
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (JBDS-4815) Fix eclipse marketplace issue installation for photon
by Stephane Bouchet (Jira)
[ https://issues.redhat.com/browse/JBDS-4815?page=com.atlassian.jira.plugin... ]
Stephane Bouchet updated JBDS-4815:
-----------------------------------
Description:
a new script has been deployed to eclipse marketplace that test installs in various base platform.
the installation for eclipse photon base fails with the following log [1] using update site url [2] .
[1]
{code:java}
Cannot complete the install because of a conflicting dependency.
- Software being installed: artificial_root 1.0.0.v1579056897807
- Only one of the following can be installed at once:
- Debug Core 3.13.0.v20180821-1744 (org.eclipse.debug.core 3.13.0.v20180821-1744)
- Debug Core 3.12.0.v20180509-0959 (org.eclipse.debug.core 3.12.0.v20180509-0959)
- Only one of the following can be installed at once:
- Java Development Tools UI 3.14.0.v20180529-1023 (org.eclipse.jdt.ui 3.14.0.v20180529-1023)
- Java Development Tools UI 3.15.0.v20180829-2215 (org.eclipse.jdt.ui 3.15.0.v20180829-2215)
- Cannot satisfy dependency:
- From: artificial_root 1.0.0.v1579056897807
- To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.core.feature.feature.group [12.9.0.v20180928-1629,12.9.0.v20180928-1629]
- Cannot satisfy dependency:
- From: artificial_root 1.0.0.v1579056897807
- To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.fuse.feature.feature.group [12.9.0.v20180712-1939,12.9.0.v20180712-1939]
- Cannot satisfy dependency:
- From: artificial_root 1.0.0.v1579056897807
- To: org.eclipse.equinox.p2.iu; org.eclipse.platform.ide [4.8.0,5.0.0)
- Cannot satisfy dependency:
- From: Red Hat Developer Studio (Core Features) 12.9.0.v20180928-1629 (com.jboss.devstudio.core.feature.feature.group 12.9.0.v20180928-1629)
- To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.core.rpmdeps.feature.feature.group [12.9.0.v20180712-1939,12.9.0.v20180712-1939]
- Cannot satisfy dependency:
- From: Red Hat Developer Studio (Feature Dependencies) 12.9.0.v20180712-1939 (com.jboss.devstudio.core.rpmdeps.feature.feature.group 12.9.0.v20180712-1939)
- To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.feature.group 0.0.0
- Cannot satisfy dependency:
- From: Red Hat Fuse Tooling 12.9.0.v20180712-1939 (com.jboss.devstudio.fuse.feature.feature.group 12.9.0.v20180712-1939)
- To: org.eclipse.equinox.p2.iu; org.fusesource.ide.camel.editor.feature.feature.group 0.0.0
- Cannot satisfy dependency:
- From: Eclipse Java Development Tools 3.14.0.v20180611-0500 (org.eclipse.jdt.feature.group 3.14.0.v20180611-0500)
- To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.14.0.v20180529-1023,3.14.0.v20180529-1023]
- Cannot satisfy dependency:
- From: Eclipse Java Development Tools 3.15.0.v20180906-0745 (org.eclipse.jdt.feature.group 3.15.0.v20180906-0745)
- To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.11.0.v20180827-1040,3.11.0.v20180827-1040]
- Cannot satisfy dependency:
- From: Java Development Tools Launching Support 3.11.0.v20180827-1040 (org.eclipse.jdt.launching 3.11.0.v20180827-1040)
- To: osgi.bundle; org.eclipse.debug.core [3.13.0,4.0.0)
- Cannot satisfy dependency:
- From: Eclipse Platform 4.8.0.v20180611-0656 (org.eclipse.platform.feature.group 4.8.0.v20180611-0656)
- To: org.eclipse.equinox.p2.iu; org.eclipse.debug.core [3.12.0.v20180509-0959,3.12.0.v20180509-0959]
- Cannot satisfy dependency:
- From: Eclipse Platform 4.8.0.I20180611-0500 (org.eclipse.platform.ide 4.8.0.I20180611-0500)
- To: org.eclipse.equinox.p2.iu; org.eclipse.platform.feature.group [4.8.0.v20180611-0656,4.8.0.v20180611-0656]
- Cannot satisfy dependency:
- From: Red Hat Fuse Tooling Apache Camel Editor 11.1.0.v20180919-1503 (org.fusesource.ide.camel.editor.feature.feature.group 11.1.0.v20180919-1503)
- To: org.eclipse.equinox.p2.iu; org.fusesource.ide.launcher [11.1.0.v20180822-1200,11.1.0.v20180822-1200]
- Cannot satisfy dependency:
- From: Fuse Launcher Plugin 11.1.0.v20180822-1200 (org.fusesource.ide.launcher 11.1.0.v20180822-1200)
- To: osgi.bundle; org.eclipse.jdt.ui 3.15.0
org.eclipse.core.runtime.CoreException: Cannot complete the install because of a conflicting dependency.
at org.eclipse.oomph.util.OomphPlugin.coreException(OomphPlugin.java:280)
at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.resolve(ProfileTransactionImpl.java:426)
at org.eclipse.oomph.setup.p2.impl.P2TaskImpl.perform(P2TaskImpl.java:806)
at org.eclipse.oomph.setup.internal.installer.MarketplaceCatalogGenerator$2.run(MarketplaceCatalogGenerator.java:1024)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Contains: Software being installed: artificial_root 1.0.0.v1579056897807
Contains: Only one of the following can be installed at once:
Contains: Debug Core 3.13.0.v20180821-1744 (org.eclipse.debug.core 3.13.0.v20180821-1744)
Contains: Debug Core 3.12.0.v20180509-0959 (org.eclipse.debug.core 3.12.0.v20180509-0959)
Contains: Only one of the following can be installed at once:
Contains: Java Development Tools UI 3.14.0.v20180529-1023 (org.eclipse.jdt.ui 3.14.0.v20180529-1023)
Contains: Java Development Tools UI 3.15.0.v20180829-2215 (org.eclipse.jdt.ui 3.15.0.v20180829-2215)
Contains: Cannot satisfy dependency:
Contains: From: artificial_root 1.0.0.v1579056897807
Contains: To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.core.feature.feature.group [12.9.0.v20180928-1629,12.9.0.v20180928-1629]
Contains: Cannot satisfy dependency:
Contains: From: artificial_root 1.0.0.v1579056897807
Contains: To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.fuse.feature.feature.group [12.9.0.v20180712-1939,12.9.0.v20180712-1939]
Contains: Cannot satisfy dependency:
Contains: From: artificial_root 1.0.0.v1579056897807
Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.platform.ide [4.8.0,5.0.0)
Contains: Cannot satisfy dependency:
Contains: From: Red Hat Developer Studio (Core Features) 12.9.0.v20180928-1629 (com.jboss.devstudio.core.feature.feature.group 12.9.0.v20180928-1629)
Contains: To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.core.rpmdeps.feature.feature.group [12.9.0.v20180712-1939,12.9.0.v20180712-1939]
Contains: Cannot satisfy dependency:
Contains: From: Red Hat Developer Studio (Feature Dependencies) 12.9.0.v20180712-1939 (com.jboss.devstudio.core.rpmdeps.feature.feature.group 12.9.0.v20180712-1939)
Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.feature.group 0.0.0
Contains: Cannot satisfy dependency:
Contains: From: Red Hat Fuse Tooling 12.9.0.v20180712-1939 (com.jboss.devstudio.fuse.feature.feature.group 12.9.0.v20180712-1939)
Contains: To: org.eclipse.equinox.p2.iu; org.fusesource.ide.camel.editor.feature.feature.group 0.0.0
Contains: Cannot satisfy dependency:
Contains: From: Eclipse Java Development Tools 3.14.0.v20180611-0500 (org.eclipse.jdt.feature.group 3.14.0.v20180611-0500)
Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.14.0.v20180529-1023,3.14.0.v20180529-1023]
Contains: Cannot satisfy dependency:
Contains: From: Eclipse Java Development Tools 3.15.0.v20180906-0745 (org.eclipse.jdt.feature.group 3.15.0.v20180906-0745)
Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.11.0.v20180827-1040,3.11.0.v20180827-1040]
Contains: Cannot satisfy dependency:
Contains: From: Java Development Tools Launching Support 3.11.0.v20180827-1040 (org.eclipse.jdt.launching 3.11.0.v20180827-1040)
Contains: To: osgi.bundle; org.eclipse.debug.core [3.13.0,4.0.0)
Contains: Cannot satisfy dependency:
Contains: From: Eclipse Platform 4.8.0.v20180611-0656 (org.eclipse.platform.feature.group 4.8.0.v20180611-0656)
Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.debug.core [3.12.0.v20180509-0959,3.12.0.v20180509-0959]
Contains: Cannot satisfy dependency:
Contains: From: Eclipse Platform 4.8.0.I20180611-0500 (org.eclipse.platform.ide 4.8.0.I20180611-0500)
Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.platform.feature.group [4.8.0.v20180611-0656,4.8.0.v20180611-0656]
Contains: Cannot satisfy dependency:
Contains: From: Red Hat Fuse Tooling Apache Camel Editor 11.1.0.v20180919-1503 (org.fusesource.ide.camel.editor.feature.feature.group 11.1.0.v20180919-1503)
Contains: To: org.eclipse.equinox.p2.iu; org.fusesource.ide.launcher [11.1.0.v20180822-1200,11.1.0.v20180822-1200]
Contains: Cannot satisfy dependency:
Contains: From: Fuse Launcher Plugin 11.1.0.v20180822-1200 (org.fusesource.ide.launcher 11.1.0.v20180822-1200)
Contains: To: osgi.bundle; org.eclipse.jdt.ui 3.15.0
{code}
[2] https://devstudio.redhat.com/12/stable/composite/12.9.0
was:
a new script has been deployed to eclipse marketplace that test installs in various base platform.
the installation for eclipse photon base fails with the following log [1] using update site url [2] .
[1]
{code:java}
a new script has been deployed to eclipse marketplace that test installs in various base platform.
the installation for eclipse photon base fails with the following log [1] using update site url [2] .
[1]
{code:java}
Cannot complete the install because of a conflicting dependency.
- Software being installed: artificial_root 1.0.0.v1579056897807
- Only one of the following can be installed at once:
- Debug Core 3.13.0.v20180821-1744 (org.eclipse.debug.core 3.13.0.v20180821-1744)
- Debug Core 3.12.0.v20180509-0959 (org.eclipse.debug.core 3.12.0.v20180509-0959)
- Only one of the following can be installed at once:
- Java Development Tools UI 3.14.0.v20180529-1023 (org.eclipse.jdt.ui 3.14.0.v20180529-1023)
- Java Development Tools UI 3.15.0.v20180829-2215 (org.eclipse.jdt.ui 3.15.0.v20180829-2215)
- Cannot satisfy dependency:
- From: artificial_root 1.0.0.v1579056897807
- To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.core.feature.feature.group [12.9.0.v20180928-1629,12.9.0.v20180928-1629]
- Cannot satisfy dependency:
- From: artificial_root 1.0.0.v1579056897807
- To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.fuse.feature.feature.group [12.9.0.v20180712-1939,12.9.0.v20180712-1939]
- Cannot satisfy dependency:
- From: artificial_root 1.0.0.v1579056897807
- To: org.eclipse.equinox.p2.iu; org.eclipse.platform.ide [4.8.0,5.0.0)
- Cannot satisfy dependency:
- From: Red Hat Developer Studio (Core Features) 12.9.0.v20180928-1629 (com.jboss.devstudio.core.feature.feature.group 12.9.0.v20180928-1629)
- To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.core.rpmdeps.feature.feature.group [12.9.0.v20180712-1939,12.9.0.v20180712-1939]
- Cannot satisfy dependency:
- From: Red Hat Developer Studio (Feature Dependencies) 12.9.0.v20180712-1939 (com.jboss.devstudio.core.rpmdeps.feature.feature.group 12.9.0.v20180712-1939)
- To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.feature.group 0.0.0
- Cannot satisfy dependency:
- From: Red Hat Fuse Tooling 12.9.0.v20180712-1939 (com.jboss.devstudio.fuse.feature.feature.group 12.9.0.v20180712-1939)
- To: org.eclipse.equinox.p2.iu; org.fusesource.ide.camel.editor.feature.feature.group 0.0.0
- Cannot satisfy dependency:
- From: Eclipse Java Development Tools 3.14.0.v20180611-0500 (org.eclipse.jdt.feature.group 3.14.0.v20180611-0500)
- To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.14.0.v20180529-1023,3.14.0.v20180529-1023]
- Cannot satisfy dependency:
- From: Eclipse Java Development Tools 3.15.0.v20180906-0745 (org.eclipse.jdt.feature.group 3.15.0.v20180906-0745)
- To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.11.0.v20180827-1040,3.11.0.v20180827-1040]
- Cannot satisfy dependency:
- From: Java Development Tools Launching Support 3.11.0.v20180827-1040 (org.eclipse.jdt.launching 3.11.0.v20180827-1040)
- To: osgi.bundle; org.eclipse.debug.core [3.13.0,4.0.0)
- Cannot satisfy dependency:
- From: Eclipse Platform 4.8.0.v20180611-0656 (org.eclipse.platform.feature.group 4.8.0.v20180611-0656)
- To: org.eclipse.equinox.p2.iu; org.eclipse.debug.core [3.12.0.v20180509-0959,3.12.0.v20180509-0959]
- Cannot satisfy dependency:
- From: Eclipse Platform 4.8.0.I20180611-0500 (org.eclipse.platform.ide 4.8.0.I20180611-0500)
- To: org.eclipse.equinox.p2.iu; org.eclipse.platform.feature.group [4.8.0.v20180611-0656,4.8.0.v20180611-0656]
- Cannot satisfy dependency:
- From: Red Hat Fuse Tooling Apache Camel Editor 11.1.0.v20180919-1503 (org.fusesource.ide.camel.editor.feature.feature.group 11.1.0.v20180919-1503)
- To: org.eclipse.equinox.p2.iu; org.fusesource.ide.launcher [11.1.0.v20180822-1200,11.1.0.v20180822-1200]
- Cannot satisfy dependency:
- From: Fuse Launcher Plugin 11.1.0.v20180822-1200 (org.fusesource.ide.launcher 11.1.0.v20180822-1200)
- To: osgi.bundle; org.eclipse.jdt.ui 3.15.0
org.eclipse.core.runtime.CoreException: Cannot complete the install because of a conflicting dependency.
at org.eclipse.oomph.util.OomphPlugin.coreException(OomphPlugin.java:280)
at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.resolve(ProfileTransactionImpl.java:426)
at org.eclipse.oomph.setup.p2.impl.P2TaskImpl.perform(P2TaskImpl.java:806)
at org.eclipse.oomph.setup.internal.installer.MarketplaceCatalogGenerator$2.run(MarketplaceCatalogGenerator.java:1024)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Contains: Software being installed: artificial_root 1.0.0.v1579056897807
Contains: Only one of the following can be installed at once:
Contains: Debug Core 3.13.0.v20180821-1744 (org.eclipse.debug.core 3.13.0.v20180821-1744)
Contains: Debug Core 3.12.0.v20180509-0959 (org.eclipse.debug.core 3.12.0.v20180509-0959)
Contains: Only one of the following can be installed at once:
Contains: Java Development Tools UI 3.14.0.v20180529-1023 (org.eclipse.jdt.ui 3.14.0.v20180529-1023)
Contains: Java Development Tools UI 3.15.0.v20180829-2215 (org.eclipse.jdt.ui 3.15.0.v20180829-2215)
Contains: Cannot satisfy dependency:
Contains: From: artificial_root 1.0.0.v1579056897807
Contains: To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.core.feature.feature.group [12.9.0.v20180928-1629,12.9.0.v20180928-1629]
Contains: Cannot satisfy dependency:
Contains: From: artificial_root 1.0.0.v1579056897807
Contains: To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.fuse.feature.feature.group [12.9.0.v20180712-1939,12.9.0.v20180712-1939]
Contains: Cannot satisfy dependency:
Contains: From: artificial_root 1.0.0.v1579056897807
Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.platform.ide [4.8.0,5.0.0)
Contains: Cannot satisfy dependency:
Contains: From: Red Hat Developer Studio (Core Features) 12.9.0.v20180928-1629 (com.jboss.devstudio.core.feature.feature.group 12.9.0.v20180928-1629)
Contains: To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.core.rpmdeps.feature.feature.group [12.9.0.v20180712-1939,12.9.0.v20180712-1939]
Contains: Cannot satisfy dependency:
Contains: From: Red Hat Developer Studio (Feature Dependencies) 12.9.0.v20180712-1939 (com.jboss.devstudio.core.rpmdeps.feature.feature.group 12.9.0.v20180712-1939)
Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.feature.group 0.0.0
Contains: Cannot satisfy dependency:
Contains: From: Red Hat Fuse Tooling 12.9.0.v20180712-1939 (com.jboss.devstudio.fuse.feature.feature.group 12.9.0.v20180712-1939)
Contains: To: org.eclipse.equinox.p2.iu; org.fusesource.ide.camel.editor.feature.feature.group 0.0.0
Contains: Cannot satisfy dependency:
Contains: From: Eclipse Java Development Tools 3.14.0.v20180611-0500 (org.eclipse.jdt.feature.group 3.14.0.v20180611-0500)
Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.14.0.v20180529-1023,3.14.0.v20180529-1023]
Contains: Cannot satisfy dependency:
Contains: From: Eclipse Java Development Tools 3.15.0.v20180906-0745 (org.eclipse.jdt.feature.group 3.15.0.v20180906-0745)
Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.11.0.v20180827-1040,3.11.0.v20180827-1040]
Contains: Cannot satisfy dependency:
Contains: From: Java Development Tools Launching Support 3.11.0.v20180827-1040 (org.eclipse.jdt.launching 3.11.0.v20180827-1040)
Contains: To: osgi.bundle; org.eclipse.debug.core [3.13.0,4.0.0)
Contains: Cannot satisfy dependency:
Contains: From: Eclipse Platform 4.8.0.v20180611-0656 (org.eclipse.platform.feature.group 4.8.0.v20180611-0656)
Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.debug.core [3.12.0.v20180509-0959,3.12.0.v20180509-0959]
Contains: Cannot satisfy dependency:
Contains: From: Eclipse Platform 4.8.0.I20180611-0500 (org.eclipse.platform.ide 4.8.0.I20180611-0500)
Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.platform.feature.group [4.8.0.v20180611-0656,4.8.0.v20180611-0656]
Contains: Cannot satisfy dependency:
Contains: From: Red Hat Fuse Tooling Apache Camel Editor 11.1.0.v20180919-1503 (org.fusesource.ide.camel.editor.feature.feature.group 11.1.0.v20180919-1503)
Contains: To: org.eclipse.equinox.p2.iu; org.fusesource.ide.launcher [11.1.0.v20180822-1200,11.1.0.v20180822-1200]
Contains: Cannot satisfy dependency:
Contains: From: Fuse Launcher Plugin 11.1.0.v20180822-1200 (org.fusesource.ide.launcher 11.1.0.v20180822-1200)
Contains: To: osgi.bundle; org.eclipse.jdt.ui 3.15.0
{code}
[2] https://devstudio.redhat.com/12/stable/composite/12.9.0
{code}
[2]
> Fix eclipse marketplace issue installation for photon
> -----------------------------------------------------
>
> Key: JBDS-4815
> URL: https://issues.redhat.com/browse/JBDS-4815
> Project: Red Hat CodeReady Studio (devstudio)
> Issue Type: Task
> Components: marketplace
> Affects Versions: 12.0.0.GA
> Reporter: Stephane Bouchet
> Priority: Major
>
> a new script has been deployed to eclipse marketplace that test installs in various base platform.
> the installation for eclipse photon base fails with the following log [1] using update site url [2] .
> [1]
> {code:java}
> Cannot complete the install because of a conflicting dependency.
> - Software being installed: artificial_root 1.0.0.v1579056897807
> - Only one of the following can be installed at once:
> - Debug Core 3.13.0.v20180821-1744 (org.eclipse.debug.core 3.13.0.v20180821-1744)
> - Debug Core 3.12.0.v20180509-0959 (org.eclipse.debug.core 3.12.0.v20180509-0959)
> - Only one of the following can be installed at once:
> - Java Development Tools UI 3.14.0.v20180529-1023 (org.eclipse.jdt.ui 3.14.0.v20180529-1023)
> - Java Development Tools UI 3.15.0.v20180829-2215 (org.eclipse.jdt.ui 3.15.0.v20180829-2215)
> - Cannot satisfy dependency:
> - From: artificial_root 1.0.0.v1579056897807
> - To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.core.feature.feature.group [12.9.0.v20180928-1629,12.9.0.v20180928-1629]
> - Cannot satisfy dependency:
> - From: artificial_root 1.0.0.v1579056897807
> - To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.fuse.feature.feature.group [12.9.0.v20180712-1939,12.9.0.v20180712-1939]
> - Cannot satisfy dependency:
> - From: artificial_root 1.0.0.v1579056897807
> - To: org.eclipse.equinox.p2.iu; org.eclipse.platform.ide [4.8.0,5.0.0)
> - Cannot satisfy dependency:
> - From: Red Hat Developer Studio (Core Features) 12.9.0.v20180928-1629 (com.jboss.devstudio.core.feature.feature.group 12.9.0.v20180928-1629)
> - To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.core.rpmdeps.feature.feature.group [12.9.0.v20180712-1939,12.9.0.v20180712-1939]
> - Cannot satisfy dependency:
> - From: Red Hat Developer Studio (Feature Dependencies) 12.9.0.v20180712-1939 (com.jboss.devstudio.core.rpmdeps.feature.feature.group 12.9.0.v20180712-1939)
> - To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.feature.group 0.0.0
> - Cannot satisfy dependency:
> - From: Red Hat Fuse Tooling 12.9.0.v20180712-1939 (com.jboss.devstudio.fuse.feature.feature.group 12.9.0.v20180712-1939)
> - To: org.eclipse.equinox.p2.iu; org.fusesource.ide.camel.editor.feature.feature.group 0.0.0
> - Cannot satisfy dependency:
> - From: Eclipse Java Development Tools 3.14.0.v20180611-0500 (org.eclipse.jdt.feature.group 3.14.0.v20180611-0500)
> - To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.14.0.v20180529-1023,3.14.0.v20180529-1023]
> - Cannot satisfy dependency:
> - From: Eclipse Java Development Tools 3.15.0.v20180906-0745 (org.eclipse.jdt.feature.group 3.15.0.v20180906-0745)
> - To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.11.0.v20180827-1040,3.11.0.v20180827-1040]
> - Cannot satisfy dependency:
> - From: Java Development Tools Launching Support 3.11.0.v20180827-1040 (org.eclipse.jdt.launching 3.11.0.v20180827-1040)
> - To: osgi.bundle; org.eclipse.debug.core [3.13.0,4.0.0)
> - Cannot satisfy dependency:
> - From: Eclipse Platform 4.8.0.v20180611-0656 (org.eclipse.platform.feature.group 4.8.0.v20180611-0656)
> - To: org.eclipse.equinox.p2.iu; org.eclipse.debug.core [3.12.0.v20180509-0959,3.12.0.v20180509-0959]
> - Cannot satisfy dependency:
> - From: Eclipse Platform 4.8.0.I20180611-0500 (org.eclipse.platform.ide 4.8.0.I20180611-0500)
> - To: org.eclipse.equinox.p2.iu; org.eclipse.platform.feature.group [4.8.0.v20180611-0656,4.8.0.v20180611-0656]
> - Cannot satisfy dependency:
> - From: Red Hat Fuse Tooling Apache Camel Editor 11.1.0.v20180919-1503 (org.fusesource.ide.camel.editor.feature.feature.group 11.1.0.v20180919-1503)
> - To: org.eclipse.equinox.p2.iu; org.fusesource.ide.launcher [11.1.0.v20180822-1200,11.1.0.v20180822-1200]
> - Cannot satisfy dependency:
> - From: Fuse Launcher Plugin 11.1.0.v20180822-1200 (org.fusesource.ide.launcher 11.1.0.v20180822-1200)
> - To: osgi.bundle; org.eclipse.jdt.ui 3.15.0
> org.eclipse.core.runtime.CoreException: Cannot complete the install because of a conflicting dependency.
> at org.eclipse.oomph.util.OomphPlugin.coreException(OomphPlugin.java:280)
> at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.resolve(ProfileTransactionImpl.java:426)
> at org.eclipse.oomph.setup.p2.impl.P2TaskImpl.perform(P2TaskImpl.java:806)
> at org.eclipse.oomph.setup.internal.installer.MarketplaceCatalogGenerator$2.run(MarketplaceCatalogGenerator.java:1024)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> Contains: Software being installed: artificial_root 1.0.0.v1579056897807
> Contains: Only one of the following can be installed at once:
> Contains: Debug Core 3.13.0.v20180821-1744 (org.eclipse.debug.core 3.13.0.v20180821-1744)
> Contains: Debug Core 3.12.0.v20180509-0959 (org.eclipse.debug.core 3.12.0.v20180509-0959)
> Contains: Only one of the following can be installed at once:
> Contains: Java Development Tools UI 3.14.0.v20180529-1023 (org.eclipse.jdt.ui 3.14.0.v20180529-1023)
> Contains: Java Development Tools UI 3.15.0.v20180829-2215 (org.eclipse.jdt.ui 3.15.0.v20180829-2215)
> Contains: Cannot satisfy dependency:
> Contains: From: artificial_root 1.0.0.v1579056897807
> Contains: To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.core.feature.feature.group [12.9.0.v20180928-1629,12.9.0.v20180928-1629]
> Contains: Cannot satisfy dependency:
> Contains: From: artificial_root 1.0.0.v1579056897807
> Contains: To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.fuse.feature.feature.group [12.9.0.v20180712-1939,12.9.0.v20180712-1939]
> Contains: Cannot satisfy dependency:
> Contains: From: artificial_root 1.0.0.v1579056897807
> Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.platform.ide [4.8.0,5.0.0)
> Contains: Cannot satisfy dependency:
> Contains: From: Red Hat Developer Studio (Core Features) 12.9.0.v20180928-1629 (com.jboss.devstudio.core.feature.feature.group 12.9.0.v20180928-1629)
> Contains: To: org.eclipse.equinox.p2.iu; com.jboss.devstudio.core.rpmdeps.feature.feature.group [12.9.0.v20180712-1939,12.9.0.v20180712-1939]
> Contains: Cannot satisfy dependency:
> Contains: From: Red Hat Developer Studio (Feature Dependencies) 12.9.0.v20180712-1939 (com.jboss.devstudio.core.rpmdeps.feature.feature.group 12.9.0.v20180712-1939)
> Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.feature.group 0.0.0
> Contains: Cannot satisfy dependency:
> Contains: From: Red Hat Fuse Tooling 12.9.0.v20180712-1939 (com.jboss.devstudio.fuse.feature.feature.group 12.9.0.v20180712-1939)
> Contains: To: org.eclipse.equinox.p2.iu; org.fusesource.ide.camel.editor.feature.feature.group 0.0.0
> Contains: Cannot satisfy dependency:
> Contains: From: Eclipse Java Development Tools 3.14.0.v20180611-0500 (org.eclipse.jdt.feature.group 3.14.0.v20180611-0500)
> Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.ui [3.14.0.v20180529-1023,3.14.0.v20180529-1023]
> Contains: Cannot satisfy dependency:
> Contains: From: Eclipse Java Development Tools 3.15.0.v20180906-0745 (org.eclipse.jdt.feature.group 3.15.0.v20180906-0745)
> Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.jdt.launching [3.11.0.v20180827-1040,3.11.0.v20180827-1040]
> Contains: Cannot satisfy dependency:
> Contains: From: Java Development Tools Launching Support 3.11.0.v20180827-1040 (org.eclipse.jdt.launching 3.11.0.v20180827-1040)
> Contains: To: osgi.bundle; org.eclipse.debug.core [3.13.0,4.0.0)
> Contains: Cannot satisfy dependency:
> Contains: From: Eclipse Platform 4.8.0.v20180611-0656 (org.eclipse.platform.feature.group 4.8.0.v20180611-0656)
> Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.debug.core [3.12.0.v20180509-0959,3.12.0.v20180509-0959]
> Contains: Cannot satisfy dependency:
> Contains: From: Eclipse Platform 4.8.0.I20180611-0500 (org.eclipse.platform.ide 4.8.0.I20180611-0500)
> Contains: To: org.eclipse.equinox.p2.iu; org.eclipse.platform.feature.group [4.8.0.v20180611-0656,4.8.0.v20180611-0656]
> Contains: Cannot satisfy dependency:
> Contains: From: Red Hat Fuse Tooling Apache Camel Editor 11.1.0.v20180919-1503 (org.fusesource.ide.camel.editor.feature.feature.group 11.1.0.v20180919-1503)
> Contains: To: org.eclipse.equinox.p2.iu; org.fusesource.ide.launcher [11.1.0.v20180822-1200,11.1.0.v20180822-1200]
> Contains: Cannot satisfy dependency:
> Contains: From: Fuse Launcher Plugin 11.1.0.v20180822-1200 (org.fusesource.ide.launcher 11.1.0.v20180822-1200)
> Contains: To: osgi.bundle; org.eclipse.jdt.ui 3.15.0
> {code}
> [2] https://devstudio.redhat.com/12/stable/composite/12.9.0
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (JBDS-4815) Fix eclipse marketplace issue installation for photon
by Stephane Bouchet (Jira)
Stephane Bouchet created JBDS-4815:
--------------------------------------
Summary: Fix eclipse marketplace issue installation for photon
Key: JBDS-4815
URL: https://issues.redhat.com/browse/JBDS-4815
Project: Red Hat CodeReady Studio (devstudio)
Issue Type: Task
Components: marketplace
Affects Versions: 12.0.0.GA
Reporter: Stephane Bouchet
a new script has been deployed to eclipse marketplace that test installs in various base platform.
the installation for eclipse photon base fails with the following log [1] using update site url [2] .
[1]
[2]
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months