[JBoss JIRA] (JBIDE-15941) Explorer: progress of deleting applications is not shown
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15941?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-15941:
------------------------------------------
thanks for the patch!
merged to upstream/master
> Explorer: progress of deleting applications is not shown
> --------------------------------------------------------
>
> Key: JBIDE-15941
> URL: https://issues.jboss.org/browse/JBIDE-15941
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.1.Beta1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: explorer
> Fix For: 4.2.0.Beta3
>
> Attachments: delete1.png, delete2.png, ProgressMonitor1.png, ProgressMonitor1.png, ProgressMonitor2.png, ProgressMonitor2.png, Progressmonitor3.png, Progressmonitor3.png
>
>
> When deleting more applications at once (tried 2 and 3), there is a progress bar. For first application it shows correctly name. But for any other application (second, third...) there is missing text label and also missing percentage of progress. See attached images.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-15941) Explorer: progress of deleting applications is not shown
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15941?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-15941:
-------------------------------------
Fix Version/s: 4.2.0.Beta3
(was: 4.2.x)
> Explorer: progress of deleting applications is not shown
> --------------------------------------------------------
>
> Key: JBIDE-15941
> URL: https://issues.jboss.org/browse/JBIDE-15941
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.1.1.Beta1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: explorer
> Fix For: 4.2.0.Beta3
>
> Attachments: delete1.png, delete2.png, ProgressMonitor1.png, ProgressMonitor1.png, ProgressMonitor2.png, ProgressMonitor2.png, Progressmonitor3.png, Progressmonitor3.png
>
>
> When deleting more applications at once (tried 2 and 3), there is a progress bar. For first application it shows correctly name. But for any other application (second, third...) there is missing text label and also missing percentage of progress. See attached images.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17469) Find proper way to check for allowed/supported runtime (no mo' strings please)
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17469?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-17469:
-------------------------------------
This is the list of eclipse plugins required by as.wtp.core
{code}
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.7.0",
org.eclipse.core.commands;bundle-version="3.6.0",
org.eclipse.core.resources;bundle-version="3.7.100",
org.eclipse.debug.core;bundle-version="3.7.100",
org.eclipse.emf.common;bundle-version="2.7.0",
org.eclipse.emf.ecore;bundle-version="2.7.0",
org.eclipse.jdt.core;bundle-version="3.7.0",
org.eclipse.jdt.launching;bundle-version="3.6.100",
org.eclipse.jem.util;bundle-version="2.1.2",
org.eclipse.jst.jee;bundle-version="1.0.401",
org.eclipse.jst.j2ee.core;bundle-version="1.2.100",
org.eclipse.jst.j2ee;bundle-version="1.1.500",
org.eclipse.jst.common.frameworks;bundle-version="1.1.500",
org.eclipse.jst.server.core;bundle-version="1.2.101",
org.eclipse.wst.common.project.facet.core;bundle-version="1.4.200",
org.eclipse.wst.server.core;bundle-version="1.1.302",
org.eclipse.wst.common.modulecore;bundle-version="1.2.100",
org.eclipse.wst.web;bundle-version="1.1.500",
org.eclipse.wst.common.frameworks;bundle-version="1.2.0",
org.eclipse.wst.common.emfworkbench.integration;bundle-version="1.2.100",
org.eclipse.equinox.security;bundle-version="1.2.0"
{code}
This is the list of jboss / jbt plugins required:
{code}
org.jboss.tools.foundation.core;bundle-version="1.1.0",
org.jboss.ide.eclipse.archives.core;bundle-version="3.5.0",
{code}
Ideally we wouldn't depend on archives.core, but I haven't figured out a way to break that dependency at this time sadly :(
Archives, as far as I know, has no dependencies, and foundation is jbt's lowest level plugin with no dependencies on almost anything except eclipse platform.
> Find proper way to check for allowed/supported runtime (no mo' strings please)
> ------------------------------------------------------------------------------
>
> Key: JBIDE-17469
> URL: https://issues.jboss.org/browse/JBIDE-17469
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: webservices
> Affects Versions: 4.1.1.Final
> Reporter: Radoslav Rábara
> Assignee: Brian Fitzpatrick
> Labels: respin-a
> Fix For: 4.2.0.Beta3
>
>
> JBIDE-17247 was fixed by using String comparison. There must be a more robust way to check for the appropriate runtime.
> [~rob.stryker], please advise.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17343) 12 Test Failure(s) in JBIDE 4.2.0.Beta2 for server component
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17343?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-17343:
--------------------------------
Fix Version/s: 4.2.0.Beta2
> 12 Test Failure(s) in JBIDE 4.2.0.Beta2 for server component
> ------------------------------------------------------------
>
> Key: JBIDE-17343
> URL: https://issues.jboss.org/browse/JBIDE-17343
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: server
> Affects Versions: 4.2.0.Beta2
> Reporter: Nick Boldt
> Assignee: Rob Stryker
> Priority: Critical
> Labels: testfailure
> Fix For: 4.2.0.Beta2
>
>
> *12 Test Failure(s) in JBIDE 4.2.0.Beta2 for server component:*
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_ma...
> # [org.jboss.tools.as.test.core.parametized.server.ProjectRuntimeClasspathTe...] (failing for 5 builds)
> # [org.jboss.tools.as.test.core.parametized.server.ProjectRuntimeClasspathTe...] (failing for 5 builds)
> # [org.jboss.tools.as.test.core.parametized.server.ProjectRuntimeClasspathTe...] (failing for 5 builds)
> # [org.jboss.tools.as.test.core.parametized.server.ProjectRuntimeClasspathTe...] (failing for 5 builds)
> # [org.jboss.tools.as.test.core.parametized.server.ProjectRuntimeClasspathTe...] (failing for 5 builds)
> # [org.jboss.tools.as.test.core.parametized.server.publishing.defect.Republi...] (failing for 5 builds)
> # [org.jboss.tools.as.test.core.parametized.server.publishing.defect.Republi...] (failing for 5 builds)
> # [org.jboss.tools.as.test.core.parametized.server.publishing.defect.Republi...] (failing for 5 builds)
> # [org.jboss.tools.as.test.core.parametized.server.publishing.defect.Republi...] (failing for 5 builds)
> # [org.jboss.tools.as.test.core.parametized.server.publishing.defect.Republi...] (failing for 5 builds)
> # [org.jboss.tools.as.test.core.parametized.server.publishing.defect.Republi...] (failing for 5 builds)
> # [org.jboss.tools.wtp.runtimes.tomcat.tests.TomcatDetectionTest|https://jen...] (failing for 31 builds)
> [Search for Test Failure JIRAs in JBIDE 4.2.0.Beta2 for server component|https://issues.jboss.org/issues/?jql=labels+IN+%28%22testfailur...]
> -----
> * {color:red}org.jboss.tools.as.test.core.parametized.server.ProjectRuntimeClasspathTest : testJBIDE1657EquivilentEntries[6]{color} (failing for 5 builds)
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_master/496/testReport/org.jboss.tools.as.test.core.parametized.server/ProjectRuntimeClasspathTest/testJBIDE1657EquivilentEntries_6_}
> <case>
> <age>5</age>
> <className>org.jboss.tools.as.test.core.parametized.server.ProjectRuntimeClasspathTest</className>
> <duration>6.457</duration>
> <errorStackTrace>java.lang.NullPointerException
> at org.jboss.ide.eclipse.as.classpath.core.runtime.modules.manifest.ModuleSlotManifestUtil.locateManifestFiles(ModuleSlotManifestUtil.java:159)
> at org.jboss.ide.eclipse.as.classpath.core.runtime.modules.manifest.ModuleSlotManifestUtil.getManifests(ModuleSlotManifestUtil.java:70)
> at org.jboss.ide.eclipse.as.classpath.core.runtime.modules.manifest.ModuleSlotManifestUtil.isCacheOutdated(ModuleSlotManifestUtil.java:41)
> at org.jboss.ide.eclipse.as.classpath.core.runtime.internal.ProjectRuntimeClasspathProvider.jbossModulesImplementation(ProjectRuntimeClasspathProvider.java:111)
> at org.jboss.ide.eclipse.as.classpath.core.runtime.internal.ProjectRuntimeClasspathProvider.resolveClasspathContainer(ProjectRuntimeClasspathProvider.java:85)
> at org.jboss.ide.eclipse.as.classpath.core.runtime.internal.UnknownLegacyClasspathContainerInitializer$RuntimeClasspathContainer.getClasspathEntries(UnknownLegacyClasspathContainerInitializer.java:84)
> at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:2699)
> at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:2616)
> at org.eclipse.jdt.internal.core.ClasspathEntry.validateClasspath(ClasspathEntry.java:1651)
> at org.eclipse.jdt.internal.core.SetClasspathOperation.verify(SetClasspathOperation.java:118)
> at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:783)
> at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:3097)
> at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:3059)
> at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:3112)
> at org.jboss.tools.as.test.core.parametized.server.ProjectRuntimeClasspathTest.testJBIDE1657EquivilentEntries(ProjectRuntimeClasspathTest.java:139)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
> at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
> at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:123)
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:86)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3781)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3419)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1152)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1033)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:635)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:578)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:114)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:233)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
> </errorStackTrace>
> <failedSince>492</failedSince>
> <name>testJBIDE1657EquivilentEntries[6]</name>
> <skipped>false</skipped>
> <status>FAILED</status>
> <stdout>Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> </stdout>
> </case>
> {code}
> * {color:red}org.jboss.tools.as.test.core.parametized.server.ProjectRuntimeClasspathTest : testJBIDE1657EquivilentEntries[7]{color} (failing for 5 builds)
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_master/496/testReport/org.jboss.tools.as.test.core.parametized.server/ProjectRuntimeClasspathTest/testJBIDE1657EquivilentEntries_7_}
> <case>
> <age>5</age>
> <className>org.jboss.tools.as.test.core.parametized.server.ProjectRuntimeClasspathTest</className>
> <duration>5.249</duration>
> <errorStackTrace>java.lang.NullPointerException
> at org.jboss.ide.eclipse.as.classpath.core.runtime.modules.manifest.ModuleSlotManifestUtil.locateManifestFiles(ModuleSlotManifestUtil.java:159)
> at org.jboss.ide.eclipse.as.classpath.core.runtime.modules.manifest.ModuleSlotManifestUtil.getManifests(ModuleSlotManifestUtil.java:70)
> at org.jboss.ide.eclipse.as.classpath.core.runtime.modules.manifest.ModuleSlotManifestUtil.isCacheOutdated(ModuleSlotManifestUtil.java:41)
> at org.jboss.ide.eclipse.as.classpath.core.runtime.internal.ProjectRuntimeClasspathProvider.jbossModulesImplementation(ProjectRuntimeClasspathProvider.java:111)
> at org.jboss.ide.eclipse.as.classpath.core.runtime.internal.ProjectRuntimeClasspathProvider.resolveClasspathContainer(ProjectRuntimeClasspathProvider.java:85)
> at org.jboss.ide.eclipse.as.classpath.core.runtime.internal.UnknownLegacyClasspathContainerInitializer$RuntimeClasspathContainer.getClasspathEntries(UnknownLegacyClasspathContainerInitializer.java:84)
> at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:2699)
> at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:2616)
> at org.eclipse.jdt.internal.core.ClasspathEntry.validateClasspath(ClasspathEntry.java:1651)
> at org.eclipse.jdt.internal.core.SetClasspathOperation.verify(SetClasspathOperation.java:118)
> at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:783)
> at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:3097)
> at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:3059)
> at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:3112)
> at org.jboss.tools.as.test.core.parametized.server.ProjectRuntimeClasspathTest.testJBIDE1657EquivilentEntries(ProjectRuntimeClasspathTest.java:139)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
> at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
> at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:123)
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:86)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3781)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3419)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1152)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1033)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:635)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:578)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:114)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:233)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
> </errorStackTrace>
> <failedSince>492</failedSince>
> <name>testJBIDE1657EquivilentEntries[7]</name>
> <skipped>false</skipped>
> <status>FAILED</status>
> <stdout>Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> </stdout>
> </case>
> {code}
> * {color:red}org.jboss.tools.as.test.core.parametized.server.ProjectRuntimeClasspathTest : testJBIDE1657EquivilentEntries[8]{color} (failing for 5 builds)
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_master/496/testReport/org.jboss.tools.as.test.core.parametized.server/ProjectRuntimeClasspathTest/testJBIDE1657EquivilentEntries_8_}
> <case>
> <age>5</age>
> <className>org.jboss.tools.as.test.core.parametized.server.ProjectRuntimeClasspathTest</className>
> <duration>5.244</duration>
> <errorStackTrace>java.lang.NullPointerException
> at org.jboss.ide.eclipse.as.classpath.core.runtime.modules.manifest.ModuleSlotManifestUtil.locateManifestFiles(ModuleSlotManifestUtil.java:159)
> at org.jboss.ide.eclipse.as.classpath.core.runtime.modules.manifest.ModuleSlotManifestUtil.getManifests(ModuleSlotManifestUtil.java:70)
> at org.jboss.ide.eclipse.as.classpath.core.runtime.modules.manifest.ModuleSlotManifestUtil.isCacheOutdated(ModuleSlotManifestUtil.java:41)
> at org.jboss.ide.eclipse.as.classpath.core.runtime.internal.ProjectRuntimeClasspathProvider.jbossModulesImplementation(ProjectRuntimeClasspathProvider.java:111)
> at org.jboss.ide.eclipse.as.classpath.core.runtime.internal.ProjectRuntimeClasspathProvider.resolveClasspathContainer(ProjectRuntimeClasspathProvider.java:85)
> at org.jboss.ide.eclipse.as.classpath.core.runtime.internal.UnknownLegacyClasspathContainerInitializer$RuntimeClasspathContainer.getClasspathEntries(UnknownLegacyClasspathContainerInitializer.java:84)
> at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:2699)
> at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:2616)
> at org.eclipse.jdt.internal.core.ClasspathEntry.validateClasspath(ClasspathEntry.java:1651)
> at org.eclipse.jdt.internal.core.SetClasspathOperation.verify(SetClasspathOperation.java:118)
> at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:783)
> at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:3097)
> at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:3059)
> at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:3112)
> at org.jboss.tools.as.test.core.parametized.server.ProjectRuntimeClasspathTest.testJBIDE1657EquivilentEntries(ProjectRuntimeClasspathTest.java:139)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
> at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
> at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:123)
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:86)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3781)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3419)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1152)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1033)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:635)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:578)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:114)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:233)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
> </errorStackTrace>
> <failedSince>492</failedSince>
> <name>testJBIDE1657EquivilentEntries[8]</name>
> <skipped>false</skipped>
> <status>FAILED</status>
> <stdout>Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> </stdout>
> </case>
> {code}
> * {color:red}org.jboss.tools.as.test.core.parametized.server.ProjectRuntimeClasspathTest : testJBIDE1657EquivilentEntries[11]{color} (failing for 5 builds)
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_master/496/testReport/org.jboss.tools.as.test.core.parametized.server/ProjectRuntimeClasspathTest/testJBIDE1657EquivilentEntries_11_}
> <case>
> <age>5</age>
> <className>org.jboss.tools.as.test.core.parametized.server.ProjectRuntimeClasspathTest</className>
> <duration>5.416</duration>
> <errorStackTrace>java.lang.NullPointerException
> at org.jboss.ide.eclipse.as.classpath.core.runtime.modules.manifest.ModuleSlotManifestUtil.locateManifestFiles(ModuleSlotManifestUtil.java:159)
> at org.jboss.ide.eclipse.as.classpath.core.runtime.modules.manifest.ModuleSlotManifestUtil.getManifests(ModuleSlotManifestUtil.java:70)
> at org.jboss.ide.eclipse.as.classpath.core.runtime.modules.manifest.ModuleSlotManifestUtil.isCacheOutdated(ModuleSlotManifestUtil.java:41)
> at org.jboss.ide.eclipse.as.classpath.core.runtime.internal.ProjectRuntimeClasspathProvider.jbossModulesImplementation(ProjectRuntimeClasspathProvider.java:111)
> at org.jboss.ide.eclipse.as.classpath.core.runtime.internal.ProjectRuntimeClasspathProvider.resolveClasspathContainer(ProjectRuntimeClasspathProvider.java:85)
> at org.jboss.ide.eclipse.as.classpath.core.runtime.internal.UnknownLegacyClasspathContainerInitializer$RuntimeClasspathContainer.getClasspathEntries(UnknownLegacyClasspathContainerInitializer.java:84)
> at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:2699)
> at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:2616)
> at org.eclipse.jdt.internal.core.ClasspathEntry.validateClasspath(ClasspathEntry.java:1651)
> at org.eclipse.jdt.internal.core.SetClasspathOperation.verify(SetClasspathOperation.java:118)
> at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:783)
> at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:3097)
> at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:3059)
> at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:3112)
> at org.jboss.tools.as.test.core.parametized.server.ProjectRuntimeClasspathTest.testJBIDE1657EquivilentEntries(ProjectRuntimeClasspathTest.java:139)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
> at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
> at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:123)
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:86)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3781)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3419)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1152)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1033)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:635)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:578)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:114)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:233)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
> </errorStackTrace>
> <failedSince>492</failedSince>
> <name>testJBIDE1657EquivilentEntries[11]</name>
> <skipped>false</skipped>
> <status>FAILED</status>
> <stdout>Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> </stdout>
> </case>
> {code}
> * {color:red}org.jboss.tools.as.test.core.parametized.server.ProjectRuntimeClasspathTest : testJBIDE1657EquivilentEntries[12]{color} (failing for 5 builds)
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_master/496/testReport/org.jboss.tools.as.test.core.parametized.server/ProjectRuntimeClasspathTest/testJBIDE1657EquivilentEntries_12_}
> <case>
> <age>5</age>
> <className>org.jboss.tools.as.test.core.parametized.server.ProjectRuntimeClasspathTest</className>
> <duration>5.687</duration>
> <errorStackTrace>java.lang.NullPointerException
> at org.jboss.ide.eclipse.as.classpath.core.runtime.modules.manifest.ModuleSlotManifestUtil.locateManifestFiles(ModuleSlotManifestUtil.java:159)
> at org.jboss.ide.eclipse.as.classpath.core.runtime.modules.manifest.ModuleSlotManifestUtil.getManifests(ModuleSlotManifestUtil.java:70)
> at org.jboss.ide.eclipse.as.classpath.core.runtime.modules.manifest.ModuleSlotManifestUtil.isCacheOutdated(ModuleSlotManifestUtil.java:41)
> at org.jboss.ide.eclipse.as.classpath.core.runtime.internal.ProjectRuntimeClasspathProvider.jbossModulesImplementation(ProjectRuntimeClasspathProvider.java:111)
> at org.jboss.ide.eclipse.as.classpath.core.runtime.internal.ProjectRuntimeClasspathProvider.resolveClasspathContainer(ProjectRuntimeClasspathProvider.java:85)
> at org.jboss.ide.eclipse.as.classpath.core.runtime.internal.UnknownLegacyClasspathContainerInitializer$RuntimeClasspathContainer.getClasspathEntries(UnknownLegacyClasspathContainerInitializer.java:84)
> at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:2699)
> at org.eclipse.jdt.internal.core.JavaProject.resolveClasspath(JavaProject.java:2616)
> at org.eclipse.jdt.internal.core.ClasspathEntry.validateClasspath(ClasspathEntry.java:1651)
> at org.eclipse.jdt.internal.core.SetClasspathOperation.verify(SetClasspathOperation.java:118)
> at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:783)
> at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:3097)
> at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:3059)
> at org.eclipse.jdt.internal.core.JavaProject.setRawClasspath(JavaProject.java:3112)
> at org.jboss.tools.as.test.core.parametized.server.ProjectRuntimeClasspathTest.testJBIDE1657EquivilentEntries(ProjectRuntimeClasspathTest.java:139)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
> at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
> at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:123)
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:86)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3781)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3419)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1152)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1033)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:635)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:578)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:114)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:233)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
> </errorStackTrace>
> <failedSince>492</failedSince>
> <name>testJBIDE1657EquivilentEntries[12]</name>
> <skipped>false</skipped>
> <status>FAILED</status>
> <stdout>Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> </stdout>
> </case>
> {code}
> * {color:red}org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest : testJBIDE6184_Odd_Republish_Error[0]{color} (failing for 5 builds)
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_master/496/testReport/org.jboss.tools.as.test.core.parametized.server.publishing.defect/RepublishDefectTest/testJBIDE6184_Odd_Republish_Error_0_}
> <case>
> <age>5</age>
> <className>org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest</className>
> <duration>9.625</duration>
> <errorDetails>/mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.tools.as.test.core/testDeployments/1400701673576/deploy/ear1.ear must be a folder beneath /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.tools.as.test.core/testDeployments/1400701673576/deploy/ear1.ear</errorDetails>
> <errorStackTrace>junit.framework.AssertionFailedError: /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.tools.as.test.core/testDeployments/1400701673576/deploy/ear1.ear must be a folder beneath /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.tools.as.test.core/testDeployments/1400701673576/deploy/ear1.ear
> at junit.framework.Assert.fail(Assert.java:57)
> at junit.framework.Assert.assertTrue(Assert.java:22)
> at junit.framework.TestCase.assertTrue(TestCase.java:192)
> at org.jboss.tools.as.test.core.parametized.server.publishing.AbstractPublishingTest.verifyList(AbstractPublishingTest.java:400)
> at org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest.JBIDE6184EarHasDynProjs(RepublishDefectTest.java:177)
> at org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest.testJBIDE6184_Odd_Republish_Error(RepublishDefectTest.java:129)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
> at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
> at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:123)
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:86)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3781)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3419)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1152)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1033)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:635)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:578)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:114)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:233)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
> </errorStackTrace>
> <failedSince>492</failedSince>
> <name>testJBIDE6184_Odd_Republish_Error[0]</name>
> <skipped>false</skipped>
> <status>FAILED</status>
> <stdout>org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest: org.jboss.ide.eclipse.as.systemCopyServer, zipped, metadata, permod_default
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.tools.as.test.core/testDeployments/1400701673576/deploy/ear1.ear
> </stdout>
> </case>
> {code}
> * {color:red}org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest : testJBIDE6184_Odd_Republish_Error[1]{color} (failing for 5 builds)
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_master/496/testReport/org.jboss.tools.as.test.core.parametized.server.publishing.defect/RepublishDefectTest/testJBIDE6184_Odd_Republish_Error_1_}
> <case>
> <age>5</age>
> <className>org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest</className>
> <duration>3.23</duration>
> <errorDetails>/mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.tools.as.test.core/testDeployments/1400701682698/deploy/ear2.ear must be a folder beneath /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.tools.as.test.core/testDeployments/1400701682698/deploy/ear2.ear</errorDetails>
> <errorStackTrace>junit.framework.AssertionFailedError: /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.tools.as.test.core/testDeployments/1400701682698/deploy/ear2.ear must be a folder beneath /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.tools.as.test.core/testDeployments/1400701682698/deploy/ear2.ear
> at junit.framework.Assert.fail(Assert.java:57)
> at junit.framework.Assert.assertTrue(Assert.java:22)
> at junit.framework.TestCase.assertTrue(TestCase.java:192)
> at org.jboss.tools.as.test.core.parametized.server.publishing.AbstractPublishingTest.verifyList(AbstractPublishingTest.java:400)
> at org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest.JBIDE6184EarHasDynProjs(RepublishDefectTest.java:177)
> at org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest.testJBIDE6184_Odd_Republish_Error(RepublishDefectTest.java:129)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
> at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
> at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:123)
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:86)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3781)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3419)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1152)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1033)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:635)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:578)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:114)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:233)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
> </errorStackTrace>
> <failedSince>492</failedSince>
> <name>testJBIDE6184_Odd_Republish_Error[1]</name>
> <skipped>false</skipped>
> <status>FAILED</status>
> <stdout>org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest: org.jboss.ide.eclipse.as.systemCopyServer, unzipped, metadata, permod_default
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.tools.as.test.core/testDeployments/1400701682698/deploy/ear2.ear
> </stdout>
> </case>
> {code}
> * {color:red}org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest : testJBIDE6184_Odd_Republish_Error[2]{color} (failing for 5 builds)
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_master/496/testReport/org.jboss.tools.as.test.core.parametized.server.publishing.defect/RepublishDefectTest/testJBIDE6184_Odd_Republish_Error_2_}
> <case>
> <age>5</age>
> <className>org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest</className>
> <duration>3.427</duration>
> <errorDetails>/mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.ide.eclipse.as.core/org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTestorg.jboss.ide.eclipse.as.60/deploy/ear3.ear must be a folder beneath /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.ide.eclipse.as.core/org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTestorg.jboss.ide.eclipse.as.60/deploy/ear3.ear</errorDetails>
> <errorStackTrace>junit.framework.AssertionFailedError: /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.ide.eclipse.as.core/org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTestorg.jboss.ide.eclipse.as.60/deploy/ear3.ear must be a folder beneath /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.ide.eclipse.as.core/org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTestorg.jboss.ide.eclipse.as.60/deploy/ear3.ear
> at junit.framework.Assert.fail(Assert.java:57)
> at junit.framework.Assert.assertTrue(Assert.java:22)
> at junit.framework.TestCase.assertTrue(TestCase.java:192)
> at org.jboss.tools.as.test.core.parametized.server.publishing.AbstractPublishingTest.verifyList(AbstractPublishingTest.java:400)
> at org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest.JBIDE6184EarHasDynProjs(RepublishDefectTest.java:177)
> at org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest.testJBIDE6184_Odd_Republish_Error(RepublishDefectTest.java:129)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
> at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
> at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:123)
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:86)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3781)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3419)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1152)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1033)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:635)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:578)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:114)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:233)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
> </errorStackTrace>
> <failedSince>492</failedSince>
> <name>testJBIDE6184_Odd_Republish_Error[2]</name>
> <skipped>false</skipped>
> <status>FAILED</status>
> <stdout>org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest: org.jboss.ide.eclipse.as.60, zipped, metadata, permod_default
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.ide.eclipse.as.core/org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTestorg.jboss.ide.eclipse.as.60/deploy/ear3.ear
> </stdout>
> </case>
> {code}
> * {color:red}org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest : testJBIDE6184_Odd_Republish_Error[3]{color} (failing for 5 builds)
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_master/496/testReport/org.jboss.tools.as.test.core.parametized.server.publishing.defect/RepublishDefectTest/testJBIDE6184_Odd_Republish_Error_3_}
> <case>
> <age>5</age>
> <className>org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest</className>
> <duration>3.232</duration>
> <errorDetails>/mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.ide.eclipse.as.core/org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTestorg.jboss.ide.eclipse.as.60/deploy/ear4.ear must be a folder beneath /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.ide.eclipse.as.core/org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTestorg.jboss.ide.eclipse.as.60/deploy/ear4.ear</errorDetails>
> <errorStackTrace>junit.framework.AssertionFailedError: /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.ide.eclipse.as.core/org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTestorg.jboss.ide.eclipse.as.60/deploy/ear4.ear must be a folder beneath /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.ide.eclipse.as.core/org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTestorg.jboss.ide.eclipse.as.60/deploy/ear4.ear
> at junit.framework.Assert.fail(Assert.java:57)
> at junit.framework.Assert.assertTrue(Assert.java:22)
> at junit.framework.TestCase.assertTrue(TestCase.java:192)
> at org.jboss.tools.as.test.core.parametized.server.publishing.AbstractPublishingTest.verifyList(AbstractPublishingTest.java:400)
> at org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest.JBIDE6184EarHasDynProjs(RepublishDefectTest.java:177)
> at org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest.testJBIDE6184_Odd_Republish_Error(RepublishDefectTest.java:129)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
> at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
> at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:123)
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:86)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3781)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3419)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1152)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1033)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:635)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:578)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:114)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:233)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
> </errorStackTrace>
> <failedSince>492</failedSince>
> <name>testJBIDE6184_Odd_Republish_Error[3]</name>
> <skipped>false</skipped>
> <status>FAILED</status>
> <stdout>org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest: org.jboss.ide.eclipse.as.60, unzipped, metadata, permod_default
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.ide.eclipse.as.core/org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTestorg.jboss.ide.eclipse.as.60/deploy/ear4.ear
> </stdout>
> </case>
> {code}
> * {color:red}org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest : testJBIDE6184_Odd_Republish_Error[4]{color} (failing for 5 builds)
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_master/496/testReport/org.jboss.tools.as.test.core.parametized.server.publishing.defect/RepublishDefectTest/testJBIDE6184_Odd_Republish_Error_4_}
> <case>
> <age>5</age>
> <className>org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest</className>
> <duration>3.331</duration>
> <errorDetails>/mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.ide.eclipse.as.core/org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTestorg.jboss.ide.eclipse.as.71/deploy/ear5.ear must be a folder beneath /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.ide.eclipse.as.core/org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTestorg.jboss.ide.eclipse.as.71/deploy/ear5.ear</errorDetails>
> <errorStackTrace>junit.framework.AssertionFailedError: /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.ide.eclipse.as.core/org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTestorg.jboss.ide.eclipse.as.71/deploy/ear5.ear must be a folder beneath /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.ide.eclipse.as.core/org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTestorg.jboss.ide.eclipse.as.71/deploy/ear5.ear
> at junit.framework.Assert.fail(Assert.java:57)
> at junit.framework.Assert.assertTrue(Assert.java:22)
> at junit.framework.TestCase.assertTrue(TestCase.java:192)
> at org.jboss.tools.as.test.core.parametized.server.publishing.AbstractPublishingTest.verifyList(AbstractPublishingTest.java:400)
> at org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest.JBIDE6184EarHasDynProjs(RepublishDefectTest.java:177)
> at org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest.testJBIDE6184_Odd_Republish_Error(RepublishDefectTest.java:129)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
> at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
> at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:123)
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:86)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3781)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3419)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1152)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1033)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:635)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:578)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:114)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:233)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
> </errorStackTrace>
> <failedSince>492</failedSince>
> <name>testJBIDE6184_Odd_Republish_Error[4]</name>
> <skipped>false</skipped>
> <status>FAILED</status>
> <stdout>org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest: org.jboss.ide.eclipse.as.71, zipped, metadata, permod_default
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.ide.eclipse.as.core/org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTestorg.jboss.ide.eclipse.as.71/deploy/ear5.ear
> </stdout>
> </case>
> {code}
> * {color:red}org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest : testJBIDE6184_Odd_Republish_Error[5]{color} (failing for 5 builds)
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_master/496/testReport/org.jboss.tools.as.test.core.parametized.server.publishing.defect/RepublishDefectTest/testJBIDE6184_Odd_Republish_Error_5_}
> <case>
> <age>5</age>
> <className>org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest</className>
> <duration>3.408</duration>
> <errorDetails>/mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.ide.eclipse.as.core/org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTestorg.jboss.ide.eclipse.as.71/deploy/ear6.ear must be a folder beneath /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.ide.eclipse.as.core/org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTestorg.jboss.ide.eclipse.as.71/deploy/ear6.ear</errorDetails>
> <errorStackTrace>junit.framework.AssertionFailedError: /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.ide.eclipse.as.core/org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTestorg.jboss.ide.eclipse.as.71/deploy/ear6.ear must be a folder beneath /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.ide.eclipse.as.core/org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTestorg.jboss.ide.eclipse.as.71/deploy/ear6.ear
> at junit.framework.Assert.fail(Assert.java:57)
> at junit.framework.Assert.assertTrue(Assert.java:22)
> at junit.framework.TestCase.assertTrue(TestCase.java:192)
> at org.jboss.tools.as.test.core.parametized.server.publishing.AbstractPublishingTest.verifyList(AbstractPublishingTest.java:400)
> at org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest.JBIDE6184EarHasDynProjs(RepublishDefectTest.java:177)
> at org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest.testJBIDE6184_Odd_Republish_Error(RepublishDefectTest.java:129)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.junit.runners.Suite.runChild(Suite.java:127)
> at org.junit.runners.Suite.runChild(Suite.java:26)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
> at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
> at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:123)
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:86)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:35)
> at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
> at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136)
> at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3781)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3419)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1152)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1033)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:635)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:578)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:114)
> at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:37)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:379)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:233)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
> </errorStackTrace>
> <failedSince>492</failedSince>
> <name>testJBIDE6184_Odd_Republish_Error[5]</name>
> <skipped>false</skipped>
> <status>FAILED</status>
> <stdout>org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTest: org.jboss.ide.eclipse.as.71, unzipped, metadata, permod_default
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> Before Wakeup
> After Wakeup
> /mnt/hudson_workspace/workspace/jbosstools-server_master/sources/as/tests/org.jboss.tools.as.test.core/target/work/data/.metadata/.plugins/org.jboss.ide.eclipse.as.core/org.jboss.tools.as.test.core.parametized.server.publishing.defect.RepublishDefectTestorg.jboss.ide.eclipse.as.71/deploy/ear6.ear
> </stdout>
> </case>
> {code}
> * {color:red}org.jboss.tools.wtp.runtimes.tomcat.tests.TomcatDetectionTest : testTomcatDetection{color} (failing for 31 builds)
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-server_master/496/testReport/org.jboss.tools.wtp.runtimes.tomcat.tests/TomcatDetectionTest/testTomcatDetection}
> <case>
> <age>31</age>
> <className>org.jboss.tools.wtp.runtimes.tomcat.tests.TomcatDetectionTest</className>
> <duration>4.407</duration>
> <errorDetails>expected:<3> but was:<2></errorDetails>
> <errorStackTrace>java.lang.AssertionError: expected:<3> but was:<2>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:743)
> at org.junit.Assert.assertEquals(Assert.java:118)
> at org.junit.Assert.assertEquals(Assert.java:555)
> at org.junit.Assert.assertEquals(Assert.java:542)
> at org.jboss.tools.wtp.runtimes.tomcat.tests.TomcatDetectionTest.testTomcatDetection(TomcatDetectionTest.java:64)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
> at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
> at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
> at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
> at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
> at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
> at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
> at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:123)
> at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:86)
> at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44)
> at org.eclipse.e4.ui.internal.workbench.swt.E4Testable$1.run(E4Testable.java:73)
> at java.lang.Thread.run(Thread.java:662)
> </errorStackTrace>
> <failedSince>466</failedSince>
> <name>testTomcatDetection</name>
> <skipped>false</skipped>
> <status>FAILED</status>
> </case>
> {code}
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17484) Trying to start a EAP/AS server in JBDS 8.beta2/JBT 420.beta2 raises exception
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17484?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-17484:
-------------------------------------
I don't know of any code at all while starting a server that requires xulrunner. All of the launching code is in core plugins and we have no deps on xulrunner, so I really don't see how this is connected. I'll be adding xulrunner as a component to maybe help debug this.
Anyone able to figure out where this trace is coming from?
Len: Can you get more of the stacktrace from the Caused-By error?
> Trying to start a EAP/AS server in JBDS 8.beta2/JBT 420.beta2 raises exception
> ------------------------------------------------------------------------------
>
> Key: JBIDE-17484
> URL: https://issues.jboss.org/browse/JBIDE-17484
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server, xulrunner
> Affects Versions: 4.2.0.Beta2
> Environment: RHEL 6.5
> OpenJDK 1.7
> 4.2.0.beta2
> Reporter: Len DiMaggio
> Assignee: Snjezana Peco
> Priority: Critical
> Fix For: 4.2.0.Beta3
>
>
> Trying to start a EAP/AS server in JBDS 8.beta2/JBT 420.beta2 raises this exception:
> May 29, 2014 3:32:09 PM org.xnio.ChannelListeners invokeChannelListener
> ERROR: A channel event listener threw an exception
> java.security.ProviderException: Could not initialize NSS
> at sun.security.pkcs11.SunPKCS11.<init>(SunPKCS11.java:223)
> at sun.security.pkcs11.SunPKCS11.<init>(SunPKCS11.java:103)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
> at sun.security.jca.ProviderConfig$2.run(ProviderConfig.java:224)
> at sun.security.jca.ProviderConfig$2.run(ProviderConfig.java:206)
> at java.security.AccessController.doPrivileged(Native Method)
> at sun.security.jca.ProviderConfig.doLoadProvider(ProviderConfig.java:206)
> at sun.security.jca.ProviderConfig.getProvider(ProviderConfig.java:187)
> at sun.security.jca.ProviderList.loadAll(ProviderList.java:281)
> at sun.security.jca.ProviderList.removeInvalid(ProviderList.java:298)
> at sun.security.jca.Providers.getFullProviderList(Providers.java:176)
> at java.security.Security.getProviders(Security.java:458)
> at org.xnio.sasl.SaslUtils.getFactories(SaslUtils.java:123)
> at org.xnio.sasl.SaslUtils.getSaslClientFactories(SaslUtils.java:100)
> at org.jboss.remoting3.remote.ClientConnectionOpenListener$Capabilities.handleEvent(ClientConnectionOpenListener.java:362)
> at org.jboss.remoting3.remote.ClientConnectionOpenListener$Capabilities.handleEvent(ClientConnectionOpenListener.java:227)
> at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:72)
> at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:189)
> at org.xnio.channels.TranslatingSuspendableChannel$1.handleEvent(TranslatingSuspendableChannel.java:103)
> at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:72)
> at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:189)
> at org.xnio.ssl.JsseConnectedSslStreamChannel.handleReadable(JsseConnectedSslStreamChannel.java:180)
> at org.xnio.channels.TranslatingSuspendableChannel$1.handleEvent(TranslatingSuspendableChannel.java:103)
> at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:72)
> at org.xnio.nio.NioHandle.run(NioHandle.java:90)
> at org.xnio.nio.WorkerThread.run(WorkerThread.java:187)
> Caused by: java.io.IOException: /jboss/local/JBT/420.beta2/eclipse/plugins/org.mozilla.xulrunner.gtk.linux.x86_64_1.9.2.19pre/xulrunner/libnssutil3.so: version `NSSUTIL_3.13' not found (required by /usr/lib64/libnss3.so)
> at sun.security.pkcs11.Secmod.nssLoadLibrary(Native Method)
> at sun.security.pkcs11.Secmod.initialize(Secmod.java:209)
> at sun.security.pkcs11.SunPKCS11.<init>(SunPKCS11.java:218)
> ... 28 more
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17484) Trying to start a EAP/AS server in JBDS 8.beta2/JBT 420.beta2 raises exception
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17484?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-17484:
--------------------------------
Fix Version/s: 4.2.0.Beta3
> Trying to start a EAP/AS server in JBDS 8.beta2/JBT 420.beta2 raises exception
> ------------------------------------------------------------------------------
>
> Key: JBIDE-17484
> URL: https://issues.jboss.org/browse/JBIDE-17484
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server, xulrunner
> Affects Versions: 4.2.0.Beta2
> Environment: RHEL 6.5
> OpenJDK 1.7
> 4.2.0.beta2
> Reporter: Len DiMaggio
> Assignee: Snjezana Peco
> Priority: Critical
> Fix For: 4.2.0.Beta3
>
>
> Trying to start a EAP/AS server in JBDS 8.beta2/JBT 420.beta2 raises this exception:
> May 29, 2014 3:32:09 PM org.xnio.ChannelListeners invokeChannelListener
> ERROR: A channel event listener threw an exception
> java.security.ProviderException: Could not initialize NSS
> at sun.security.pkcs11.SunPKCS11.<init>(SunPKCS11.java:223)
> at sun.security.pkcs11.SunPKCS11.<init>(SunPKCS11.java:103)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
> at sun.security.jca.ProviderConfig$2.run(ProviderConfig.java:224)
> at sun.security.jca.ProviderConfig$2.run(ProviderConfig.java:206)
> at java.security.AccessController.doPrivileged(Native Method)
> at sun.security.jca.ProviderConfig.doLoadProvider(ProviderConfig.java:206)
> at sun.security.jca.ProviderConfig.getProvider(ProviderConfig.java:187)
> at sun.security.jca.ProviderList.loadAll(ProviderList.java:281)
> at sun.security.jca.ProviderList.removeInvalid(ProviderList.java:298)
> at sun.security.jca.Providers.getFullProviderList(Providers.java:176)
> at java.security.Security.getProviders(Security.java:458)
> at org.xnio.sasl.SaslUtils.getFactories(SaslUtils.java:123)
> at org.xnio.sasl.SaslUtils.getSaslClientFactories(SaslUtils.java:100)
> at org.jboss.remoting3.remote.ClientConnectionOpenListener$Capabilities.handleEvent(ClientConnectionOpenListener.java:362)
> at org.jboss.remoting3.remote.ClientConnectionOpenListener$Capabilities.handleEvent(ClientConnectionOpenListener.java:227)
> at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:72)
> at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:189)
> at org.xnio.channels.TranslatingSuspendableChannel$1.handleEvent(TranslatingSuspendableChannel.java:103)
> at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:72)
> at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:189)
> at org.xnio.ssl.JsseConnectedSslStreamChannel.handleReadable(JsseConnectedSslStreamChannel.java:180)
> at org.xnio.channels.TranslatingSuspendableChannel$1.handleEvent(TranslatingSuspendableChannel.java:103)
> at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:72)
> at org.xnio.nio.NioHandle.run(NioHandle.java:90)
> at org.xnio.nio.WorkerThread.run(WorkerThread.java:187)
> Caused by: java.io.IOException: /jboss/local/JBT/420.beta2/eclipse/plugins/org.mozilla.xulrunner.gtk.linux.x86_64_1.9.2.19pre/xulrunner/libnssutil3.so: version `NSSUTIL_3.13' not found (required by /usr/lib64/libnss3.so)
> at sun.security.pkcs11.Secmod.nssLoadLibrary(Native Method)
> at sun.security.pkcs11.Secmod.initialize(Secmod.java:209)
> at sun.security.pkcs11.SunPKCS11.<init>(SunPKCS11.java:218)
> ... 28 more
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17484) Trying to start a EAP/AS server in JBDS 8.beta2/JBT 420.beta2 raises exception
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17484?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-17484:
--------------------------------
Component/s: xulrunner
> Trying to start a EAP/AS server in JBDS 8.beta2/JBT 420.beta2 raises exception
> ------------------------------------------------------------------------------
>
> Key: JBIDE-17484
> URL: https://issues.jboss.org/browse/JBIDE-17484
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server, xulrunner
> Affects Versions: 4.2.0.Beta2
> Environment: RHEL 6.5
> OpenJDK 1.7
> 4.2.0.beta2
> Reporter: Len DiMaggio
> Assignee: Snjezana Peco
> Priority: Critical
>
> Trying to start a EAP/AS server in JBDS 8.beta2/JBT 420.beta2 raises this exception:
> May 29, 2014 3:32:09 PM org.xnio.ChannelListeners invokeChannelListener
> ERROR: A channel event listener threw an exception
> java.security.ProviderException: Could not initialize NSS
> at sun.security.pkcs11.SunPKCS11.<init>(SunPKCS11.java:223)
> at sun.security.pkcs11.SunPKCS11.<init>(SunPKCS11.java:103)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
> at sun.security.jca.ProviderConfig$2.run(ProviderConfig.java:224)
> at sun.security.jca.ProviderConfig$2.run(ProviderConfig.java:206)
> at java.security.AccessController.doPrivileged(Native Method)
> at sun.security.jca.ProviderConfig.doLoadProvider(ProviderConfig.java:206)
> at sun.security.jca.ProviderConfig.getProvider(ProviderConfig.java:187)
> at sun.security.jca.ProviderList.loadAll(ProviderList.java:281)
> at sun.security.jca.ProviderList.removeInvalid(ProviderList.java:298)
> at sun.security.jca.Providers.getFullProviderList(Providers.java:176)
> at java.security.Security.getProviders(Security.java:458)
> at org.xnio.sasl.SaslUtils.getFactories(SaslUtils.java:123)
> at org.xnio.sasl.SaslUtils.getSaslClientFactories(SaslUtils.java:100)
> at org.jboss.remoting3.remote.ClientConnectionOpenListener$Capabilities.handleEvent(ClientConnectionOpenListener.java:362)
> at org.jboss.remoting3.remote.ClientConnectionOpenListener$Capabilities.handleEvent(ClientConnectionOpenListener.java:227)
> at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:72)
> at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:189)
> at org.xnio.channels.TranslatingSuspendableChannel$1.handleEvent(TranslatingSuspendableChannel.java:103)
> at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:72)
> at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:189)
> at org.xnio.ssl.JsseConnectedSslStreamChannel.handleReadable(JsseConnectedSslStreamChannel.java:180)
> at org.xnio.channels.TranslatingSuspendableChannel$1.handleEvent(TranslatingSuspendableChannel.java:103)
> at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:72)
> at org.xnio.nio.NioHandle.run(NioHandle.java:90)
> at org.xnio.nio.WorkerThread.run(WorkerThread.java:187)
> Caused by: java.io.IOException: /jboss/local/JBT/420.beta2/eclipse/plugins/org.mozilla.xulrunner.gtk.linux.x86_64_1.9.2.19pre/xulrunner/libnssutil3.so: version `NSSUTIL_3.13' not found (required by /usr/lib64/libnss3.so)
> at sun.security.pkcs11.Secmod.nssLoadLibrary(Native Method)
> at sun.security.pkcs11.Secmod.initialize(Secmod.java:209)
> at sun.security.pkcs11.SunPKCS11.<init>(SunPKCS11.java:218)
> ... 28 more
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBTIS-280) Update JBT IS TP build to latest tycho (and discover missing dependencies!)
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBTIS-280?page=com.atlassian.jira.plugin.... ]
Nick Boldt edited comment on JBTIS-280 at 6/2/14 2:00 AM:
----------------------------------------------------------
Several commits later, things are working better but I'm stuck now because for some reason the JBT IS TP is pulling in the old Kepler-compatible GDT/GPE stuff we removed, and so I get this:
{code}
mvn install -Pisbtp2repo -Dmirror-target-to-repo.includeSources=true | tee log.txt; cat log.txt | grep -v "unsatisfiable" | egrep -i "missing|ERROR|requirement|Adding repository"
...
[INFO] Computing missing sources...
[INFO] Adding repository http://download.jboss.org/jbosstools/static/releases/JBossTools-4.2.0.Bet...
[INFO] Adding repository https://repository.jboss.org/nexus/content/unzip/unzip/org/jboss/tools/lo...
[INFO] Adding repository http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.4...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/kepler/20140221...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/springide/3.2.0...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/luna/2014031409...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/bpmn2-modeler/1...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/bpel/1.0.3.v201...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/orbit/R20130517...
[INFO] Adding repository http://download.jboss.org/jbosstools/static/releases/JBossTools-4.2.0.Bet...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-apt/1.1.0...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-buildhelper
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/tm/3.6.0.M4
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/jetty/8.1.14.v2...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/atlassian/3.2.2...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/webtools/S-3.6....
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/gwt/3.4.2.v2013...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/swtbot/2.2.0
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/birt/4.4.0.v201...
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: com.google.gdt.eclipse.suite.e43.feature.feature.group 3.4.2.v201310081834-rel-r43
[ERROR] Missing requirement: com.google.gdt.eclipse.platform.e42 3.4.2.v201310081834-rel-r43 requires 'bundle org.eclipse.core.runtime [3.8.0,3.10.0)' but it could not be found
[ERROR] Cannot satisfy dependency: com.google.gdt.eclipse.suite.e43.feature.feature.group 3.4.2.v201310081834-rel-r43 depends on: com.google.gdt.eclipse.platform.e42 [3.4.2.v201310081834-rel-r43]
{code}
Seems the problem here:
https://github.com/jbosstools/jbosstools-integration-stack/blob/master/ta...
or
https://github.com/jbosstools/jbosstools-integration-stack/pull/194/files...
because http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.4... contains the GPE/GWT plugins (this was fixed in Beta2/Beta3/Beta4-SNAPSHOT TPs).
was (Author: nickboldt):
Several commits later, things are working better but I'm stuck now because for some reason the JBT IS TP is pulling in the old Kepler-compatible GDT/GPE stuff we removed, and so I get this:
{code}
mvn install -Pisbtp2repo -Dmirror-target-to-repo.includeSources=true | tee log.txt; cat log.txt | grep -v "unsatisfiable" | egrep -i "missing|ERROR|requirement|Adding repository"
...
[INFO] Computing missing sources...
[INFO] Adding repository http://download.jboss.org/jbosstools/static/releases/JBossTools-4.2.0.Bet...
[INFO] Adding repository https://repository.jboss.org/nexus/content/unzip/unzip/org/jboss/tools/lo...
[INFO] Adding repository http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.4...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/kepler/20140221...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/springide/3.2.0...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/luna/2014031409...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/bpmn2-modeler/1...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/bpel/1.0.3.v201...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/orbit/R20130517...
[INFO] Adding repository http://download.jboss.org/jbosstools/static/releases/JBossTools-4.2.0.Bet...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-apt/1.1.0...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-buildhelper
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/tm/3.6.0.M4
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/jetty/8.1.14.v2...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/atlassian/3.2.2...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/webtools/S-3.6....
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/gwt/3.4.2.v2013...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/swtbot/2.2.0
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/birt/4.4.0.v201...
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: com.google.gdt.eclipse.suite.e43.feature.feature.group 3.4.2.v201310081834-rel-r43
[ERROR] Missing requirement: com.google.gdt.eclipse.platform.e42 3.4.2.v201310081834-rel-r43 requires 'bundle org.eclipse.core.runtime [3.8.0,3.10.0)' but it could not be found
[ERROR] Cannot satisfy dependency: com.google.gdt.eclipse.suite.e43.feature.feature.group 3.4.2.v201310081834-rel-r43 depends on: com.google.gdt.eclipse.platform.e42 [3.4.2.v201310081834-rel-r43]
{code}
Can't figure out where this dependency on GWT/GPE is coming from. [~mickael_istria] any ideas or suggestions?
> Update JBT IS TP build to latest tycho (and discover missing dependencies!)
> ---------------------------------------------------------------------------
>
> Key: JBTIS-280
> URL: https://issues.jboss.org/browse/JBTIS-280
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: target-platform
> Affects Versions: 4.2.0.Alpha1-TP
> Reporter: Nick Boldt
>
> Wanted to see if the JBT IS TP could fetch sources, and it can. As it was building, I noticed that you're using Tycho 0.18.1 (not 0.20.0 or 0.21.0-SNAPSHOT) and a very old version of org.jboss.tools.tycho-plugins:target-platform-utils:0.16.0.CR2.
> So, I bumped you up to 0.20.0 and 0.19.0-SNAPSHOT, and got this error:
> {code}
> Unable to satisfy dependency from
> org.springframework.osgi.io 1.2.1 to
> package org.springframework.util [2.5.6,4.0.0).;
> No solution found because the
> problem is unsatisfiable.
> {code}
> Attached is a PR which shows what I tried, how it failed, and what I tried to do to fix it.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBTIS-280) Update JBT IS TP build to latest tycho (and discover missing dependencies!)
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBTIS-280?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBTIS-280:
----------------------------------
Several commits later, things are working better but I'm stuck now because for some reason the JBT IS TP is pulling in the old Kepler-compatible GDT/GPE stuff we removed, and so I get this:
{code}
mvn install -Pisbtp2repo -Dmirror-target-to-repo.includeSources=true | tee log.txt; cat log.txt | grep -v "unsatisfiable" | egrep -i "missing|ERROR|requirement|Adding repository"
...
[INFO] Computing missing sources...
[INFO] Adding repository http://download.jboss.org/jbosstools/static/releases/JBossTools-4.2.0.Bet...
[INFO] Adding repository https://repository.jboss.org/nexus/content/unzip/unzip/org/jboss/tools/lo...
[INFO] Adding repository http://download.jboss.org/jbosstools/targetplatforms/jbosstoolstarget/4.4...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/kepler/20140221...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/springide/3.2.0...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/luna/2014031409...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/bpmn2-modeler/1...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/bpel/1.0.3.v201...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/orbit/R20130517...
[INFO] Adding repository http://download.jboss.org/jbosstools/static/releases/JBossTools-4.2.0.Bet...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-apt/1.1.0...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-buildhelper
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/tm/3.6.0.M4
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/jetty/8.1.14.v2...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/atlassian/3.2.2...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/webtools/S-3.6....
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/gwt/3.4.2.v2013...
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/swtbot/2.2.0
[INFO] Adding repository http://download.jboss.org/jbosstools/updates/requirements/birt/4.4.0.v201...
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: com.google.gdt.eclipse.suite.e43.feature.feature.group 3.4.2.v201310081834-rel-r43
[ERROR] Missing requirement: com.google.gdt.eclipse.platform.e42 3.4.2.v201310081834-rel-r43 requires 'bundle org.eclipse.core.runtime [3.8.0,3.10.0)' but it could not be found
[ERROR] Cannot satisfy dependency: com.google.gdt.eclipse.suite.e43.feature.feature.group 3.4.2.v201310081834-rel-r43 depends on: com.google.gdt.eclipse.platform.e42 [3.4.2.v201310081834-rel-r43]
{code}
Can't figure out where this dependency on GWT/GPE is coming from. [~mickael_istria] any ideas or suggestions?
> Update JBT IS TP build to latest tycho (and discover missing dependencies!)
> ---------------------------------------------------------------------------
>
> Key: JBTIS-280
> URL: https://issues.jboss.org/browse/JBTIS-280
> Project: JBoss Tools Integration Stack
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: target-platform
> Affects Versions: 4.2.0.Alpha1-TP
> Reporter: Nick Boldt
>
> Wanted to see if the JBT IS TP could fetch sources, and it can. As it was building, I noticed that you're using Tycho 0.18.1 (not 0.20.0 or 0.21.0-SNAPSHOT) and a very old version of org.jboss.tools.tycho-plugins:target-platform-utils:0.16.0.CR2.
> So, I bumped you up to 0.20.0 and 0.19.0-SNAPSHOT, and got this error:
> {code}
> Unable to satisfy dependency from
> org.springframework.osgi.io 1.2.1 to
> package org.springframework.util [2.5.6,4.0.0).;
> No solution found because the
> problem is unsatisfiable.
> {code}
> Attached is a PR which shows what I tried, how it failed, and what I tried to do to fix it.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months