Build failed in Jenkins: Fuse-Tooling-pullrequest #275
by Fuse Jenkins
See <http://10.8.63.16/job/Fuse-Tooling-pullrequest/275/>
------------------------------------------
[...truncated 7861 lines...]
[INFO] Command line:
[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.101-3.b13.el7_2.x86_64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.1.201405082137/org.jacoco.agent-0.7.1.201405082137-runtime.jar=destfile=<http://10.8.63.16/job/Fuse-Tooling-pullrequest/ws/transformation/target/j...,> -XX:+HeapDumpOnOutOfMemoryError, -Dusage_reporting_enabled=false, -Dorg.jboss.tools.vpe.loadxulrunner=false, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.100.v20150511-1540/org.eclipse.equinox.launcher-1.3.100.v20150511-1540.jar, -data, <http://10.8.63.16/job/Fuse-Tooling-pullrequest/ws/transformation/tests/or...> sp@cé, -install, <http://10.8.63.16/job/Fuse-Tooling-pullrequest/ws/transformation/tests/or...,> -configuration, <http://10.8.63.16/job/Fuse-Tooling-pullrequest/ws/transformation/tests/or...,> -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, <http://10.8.63.16/job/Fuse-Tooling-pullrequest/ws/transformation/tests/or...]>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.tools.fuse.transformation.editor.TransformationEditorIT
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.226 sec <<< FAILURE! - in org.jboss.tools.fuse.transformation.editor.TransformationEditorIT
initializationError(org.jboss.tools.fuse.transformation.editor.TransformationEditorIT) Time elapsed: 0.001 sec <<< ERROR!
java.lang.NoClassDefFoundError: Lorg/jboss/tools/fuse/transformation/editor/TransformationEditor;
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
at java.lang.Class.getDeclaredFields(Class.java:1916)
at org.junit.runners.model.TestClass.getSortedDeclaredFields(TestClass.java:77)
at org.junit.runners.model.TestClass.scanAnnotatedMembers(TestClass.java:70)
at org.junit.runners.model.TestClass.<init>(TestClass.java:57)
at org.junit.runners.ParentRunner.createTestClass(ParentRunner.java:88)
at org.junit.runners.ParentRunner.<init>(ParentRunner.java:83)
at org.junit.runners.BlockJUnit4ClassRunner.<init>(BlockJUnit4ClassRunner.java:65)
at org.junit.internal.builders.JUnit4Builder.runnerForClass(JUnit4Builder.java:10)
at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59)
at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:26)
at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59)
at org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:33)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:262)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:156)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:82)
at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:91)
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:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3794)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3433)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
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:380)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
Caused by: java.lang.ClassNotFoundException: org.jboss.tools.fuse.transformation.editor.TransformationEditor cannot be found by org.jboss.tools.fuse.transformation.editor.tests.integration_8.0.0.qualifier
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:439)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:352)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:344)
at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:160)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2583)
at java.lang.Class.getDeclaredFields(Class.java:1916)
at org.junit.runners.model.TestClass.getSortedDeclaredFields(TestClass.java:77)
at org.junit.runners.model.TestClass.scanAnnotatedMembers(TestClass.java:70)
at org.junit.runners.model.TestClass.<init>(TestClass.java:57)
at org.junit.runners.ParentRunner.createTestClass(ParentRunner.java:88)
at org.junit.runners.ParentRunner.<init>(ParentRunner.java:83)
at org.junit.runners.BlockJUnit4ClassRunner.<init>(BlockJUnit4ClassRunner.java:65)
at org.junit.internal.builders.JUnit4Builder.runnerForClass(JUnit4Builder.java:10)
at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59)
at org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:26)
at org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59)
at org.junit.internal.requests.ClassRequest.getRunner(ClassRequest.java:33)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:262)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:156)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:82)
at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:91)
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:135)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3794)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3433)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:31)
at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:120)
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:380)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
Results :
Tests in error:
TransformationEditorIT.initializationError » NoClassDefFound Lorg/jboss/tools/...
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Fuse Tooling :: Build Configuration .......... SUCCESS [ 0.233 s]
[INFO] JBoss Fuse Tooling ................................. SUCCESS [ 0.239 s]
[INFO] JBoss Fuse Tooling :: Tools ........................ SUCCESS [ 0.007 s]
[INFO] JBoss Fuse Tooling :: Tools :: IDE Build Tools ..... SUCCESS [ 1.324 s]
[INFO] JBoss Fuse Tooling :: Tools :: IDE Code Generator .. SUCCESS [ 0.369 s]
[INFO] JBoss Fuse Tooling :: Core ......................... SUCCESS [ 0.006 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins .............. SUCCESS [ 0.005 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Foundation Core SUCCESS [ 1.180 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Preferences SUCCESS [ 0.127 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Foundation UI SUCCESS [ 0.761 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel Model Service API SUCCESS [ 0.695 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.15.1.redhat-621084 Service Implementation SUCCESS [ 0.453 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.15.1.redhat-621117 Service Implementation SUCCESS [ 0.445 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.17.0.redhat-630175 Service Implementation SUCCESS [ 0.502 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.17.3 Service Implementation SUCCESS [ 0.521 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Maven ..... SUCCESS [ 0.203 s]
[INFO] JBoss Fuse Tooling :: Camel Editor ................. SUCCESS [ 0.008 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins ...... SUCCESS [ 0.004 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Branding SUCCESS [ 0.489 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel Validation SUCCESS [ 0.290 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Cheat Sheets SUCCESS [ 0.039 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Graph ..... SUCCESS [ 0.230 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Help ...... SUCCESS [ 2.430 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Imports ... SUCCESS [ 0.206 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Branding .. SUCCESS [ 0.035 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests ................ SUCCESS [ 0.006 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Service Core Tests SUCCESS [ 1.942 s]
[INFO] JBoss Fuse Tooling :: JMX .......................... SUCCESS [ 0.005 s]
[INFO] JBoss Fuse Tooling :: JMX :: Plugins ............... SUCCESS [ 0.005 s]
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: JMX Commons SUCCESS [ 0.307 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Launcher SUCCESS [ 0.422 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Camel Editor SUCCESS [ 0.823 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Service Core Integration Tests SUCCESS [ 11.976 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Model Tests SUCCESS [ 6.560 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Integration Tests SUCCESS [ 0.310 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Tests SUCCESS [ 1.498 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Integration Tests SUCCESS [ 6.968 s]
[INFO] JBoss Fuse Tooling :: Core :: Features ............. SUCCESS [ 0.005 s]
[INFO] JBoss Fuse Tooling :: Core :: Features :: Core Feature SUCCESS [ 0.280 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: XSD Catalogs SUCCESS [ 0.048 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Launcher UI SUCCESS [ 0.296 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Project SUCCESS [ 0.450 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Project Templates SUCCESS [ 0.430 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests ........ SUCCESS [ 0.004 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel Editor Tests SUCCESS [ 2.905 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel Editor Integration Tests SUCCESS [ 28.574 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel IDE Launcher Tests SUCCESS [ 1.589 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Launcher UI Tests SUCCESS [ 1.680 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel IDE Project Integration Tests SUCCESS [ 6.731 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Project Templates Tests SUCCESS [ 1.350 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: project Templates Integration Tests SUCCESS [15:09 min]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Features ..... SUCCESS [ 0.007 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Features :: Camel Editor Feature SUCCESS [ 0.165 s]
[INFO] JBoss Fuse Tooling :: Data Transformation .......... SUCCESS [ 0.005 s]
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins SUCCESS [ 0.004 s]
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins :: Core SUCCESS [ 0.478 s]
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins :: Editor SUCCESS [ 0.777 s]
[INFO] JBoss Fuse Tooling :: Data Transformation :: Features SUCCESS [ 0.007 s]
[INFO] JBoss Fuse Tooling :: Data Transformation :: Features :: Data Transformation Feature SUCCESS [ 0.153 s]
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests . SUCCESS [ 0.006 s]
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests :: Core Transformation Tests SUCCESS [ 2.804 s]
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests :: Core Transformation Integration Tests SUCCESS [ 7.752 s]
[INFO] JBoss Fuse Tooling :: Transformation Editor :: Tests :: Transformation Editor Integration Tests FAILURE [ 7.434 s]
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache ActiveMQ Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache Camel Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: JMX Diagram View SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters .............. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins ... SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache Karaf Adapter Core SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache Karaf Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests ................. SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests ::Camel ......... SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Integration Tests :: Camel SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests :: Commons ...... SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests :: Diagram ::View SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Features .............. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Commons SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache Karaf Adapter UI SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: JBoss Fuse Adapter Core SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: JBoss Fuse Adapter UI SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Features .. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Features :: Server Adapters Feature SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Features :: JMX Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests ..... SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests :: Karaf Core Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests :: Server Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Update Site .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18:05 min
[INFO] Finished at: 2016-08-31T15:00:30-04:00
[INFO] Final Memory: 332M/1448M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.24.0:test (default-test) on project org.jboss.tools.fuse.transformation.editor.tests.integration: There are test failures.
[ERROR]
[ERROR] Please refer to <http://10.8.63.16/job/Fuse-Tooling-pullrequest/ws/transformation/tests/or...> for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.jboss.tools.fuse.transformation.editor.tests.integration
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :74
Killing Xvnc process ID 25569
8 years, 3 months
Build failed in Jenkins: Fuse-Tooling-pullrequest #265
by Fuse Jenkins
See <http://10.8.63.16/job/Fuse-Tooling-pullrequest/265/changes>
Changes:
[Lars Heinemann] FUSETOOLS-2051 - improve dsl type selection intelligence of the wizard
[Lars Heinemann] FUSETOOLS-2051 - code cleanup
[Lars Heinemann] FUSETOOLS-2051 - code cleanup
[Lars Heinemann] adding a draft for a test
------------------------------------------
[...truncated 6704 lines...]
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Maven output file path: <http://10.8.63.16/job/Fuse-Tooling-pullrequest/ws/editor/tests/org.fuseso...>
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection succeeded
isDeployment Finished? true
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 272.462 sec - in org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableForAMQIT
testAMQBlueprintProjectCreation[2.17.3](org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableForAMQIT) Time elapsed: 24.766 sec
testAMQSpringProjectCreation[2.17.3](org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableForAMQIT) Time elapsed: 51.85 sec
testAMQBlueprintProjectCreation[2.15.1.redhat-621084](org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableForAMQIT) skipped
testAMQSpringProjectCreation[2.15.1.redhat-621084](org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableForAMQIT) Time elapsed: 60.666 sec
testAMQBlueprintProjectCreation[2.17.0.redhat-630175](org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableForAMQIT) Time elapsed: 26.14 sec
testAMQSpringProjectCreation[2.17.0.redhat-630175](org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableForAMQIT) Time elapsed: 52.434 sec
testAMQBlueprintProjectCreation[2.15.1.redhat-621117](org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableForAMQIT) skipped
testAMQSpringProjectCreation[2.15.1.redhat-621117](org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableForAMQIT) Time elapsed: 56.469 sec
Running org.fusesource.ide.projecttemplates.tests.integration.wizards.CamelProjectConfiguratorIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.49 sec - in org.fusesource.ide.projecttemplates.tests.integration.wizards.CamelProjectConfiguratorIT
testMavenNotFacetedProjectUpdate(org.fusesource.ide.projecttemplates.tests.integration.wizards.CamelProjectConfiguratorIT) Time elapsed: 2.276 sec
testEmptyButFacetedProjectCreation(org.fusesource.ide.projecttemplates.tests.integration.wizards.CamelProjectConfiguratorIT) Time elapsed: 4.213 sec
Running org.fusesource.ide.projecttemplates.tests.integration.util.camel.CamelFacetVersionChangeDelegateIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.111 sec - in org.fusesource.ide.projecttemplates.tests.integration.util.camel.CamelFacetVersionChangeDelegateIT
testActiveMQUpdate(org.fusesource.ide.projecttemplates.tests.integration.util.camel.CamelFacetVersionChangeDelegateIT) Time elapsed: 4.11 sec
Running org.fusesource.ide.projecttemplates.wizards.pages.FuseIntegrationProjectWizardTemplatePageIT
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.148 sec <<< FAILURE! - in org.fusesource.ide.projecttemplates.wizards.pages.FuseIntegrationProjectWizardTemplatePageIT
testDSLButtonsIntellisense(org.fusesource.ide.projecttemplates.wizards.pages.FuseIntegrationProjectWizardTemplatePageIT) Time elapsed: 0.147 sec <<< ERROR!
java.lang.IllegalAccessError: tried to access method org.fusesource.ide.projecttemplates.wizards.pages.FuseIntegrationProjectWizardTemplatePage.getTemplates()Lorg/fusesource/ide/projecttemplates/wizards/pages/model/TemplateModel; from class org.fusesource.ide.projecttemplates.wizards.pages.FuseIntegrationProjectWizardTemplatePageIT
at org.fusesource.ide.projecttemplates.wizards.pages.FuseIntegrationProjectWizardTemplatePageIT.testDSLButtonsIntellisense(FuseIntegrationProjectWizardTemplatePageIT.java:47)
Results :
Tests in error:
tried to access method org.fusesource.ide.projecttemplates.wizards.pages.FuseIntegrationProjectWizardTemplatePage.getTemplates()Lorg/fusesource/ide/projecttemplates/wizards/pages/model/TemplateModel; from class org.fusesource.ide.projecttemplates.wizards.pages.FuseIntegrationProjectWizardTemplatePageIT
Tests run: 48, Failures: 0, Errors: 1, Skipped: 8
Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: org.fusesource.ide.launcher.debug.model.CamelDebugTarget$ThreadGarbageCollector
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Fuse Tooling :: Build Configuration .......... SUCCESS [ 0.239 s]
[INFO] JBoss Fuse Tooling ................................. SUCCESS [ 0.323 s]
[INFO] JBoss Fuse Tooling :: Tools ........................ SUCCESS [ 0.007 s]
[INFO] JBoss Fuse Tooling :: Tools :: IDE Build Tools ..... SUCCESS [ 1.523 s]
[INFO] JBoss Fuse Tooling :: Tools :: IDE Code Generator .. SUCCESS [ 0.648 s]
[INFO] JBoss Fuse Tooling :: Core ......................... SUCCESS [ 0.006 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins .............. SUCCESS [ 0.006 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Foundation Core SUCCESS [ 1.364 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Preferences SUCCESS [ 0.129 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Foundation UI SUCCESS [ 0.756 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel Model Service API SUCCESS [ 0.693 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.15.1.redhat-621084 Service Implementation SUCCESS [ 0.456 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.15.1.redhat-621117 Service Implementation SUCCESS [ 0.439 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.17.0.redhat-630175 Service Implementation SUCCESS [ 0.534 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.17.3 Service Implementation SUCCESS [ 0.530 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Maven ..... SUCCESS [ 0.206 s]
[INFO] JBoss Fuse Tooling :: Camel Editor ................. SUCCESS [ 0.009 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins ...... SUCCESS [ 0.005 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Branding SUCCESS [ 0.457 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel Validation SUCCESS [ 0.335 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Cheat Sheets SUCCESS [ 0.036 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Graph ..... SUCCESS [ 0.234 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Help ...... SUCCESS [ 2.235 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Imports ... SUCCESS [ 0.252 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Branding .. SUCCESS [ 0.047 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests ................ SUCCESS [ 0.005 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Service Core Tests SUCCESS [ 1.964 s]
[INFO] JBoss Fuse Tooling :: JMX .......................... SUCCESS [ 0.005 s]
[INFO] JBoss Fuse Tooling :: JMX :: Plugins ............... SUCCESS [ 0.005 s]
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: JMX Commons SUCCESS [ 0.301 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Launcher SUCCESS [ 0.394 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Camel Editor SUCCESS [ 0.823 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Service Core Integration Tests SUCCESS [ 11.975 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Model Tests SUCCESS [ 6.525 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Integration Tests SUCCESS [ 0.339 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Tests SUCCESS [ 1.550 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Integration Tests SUCCESS [ 7.683 s]
[INFO] JBoss Fuse Tooling :: Core :: Features ............. SUCCESS [ 0.005 s]
[INFO] JBoss Fuse Tooling :: Core :: Features :: Core Feature SUCCESS [ 0.224 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: XSD Catalogs SUCCESS [ 0.046 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Launcher UI SUCCESS [ 0.318 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Project SUCCESS [ 0.347 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Project Templates SUCCESS [ 0.542 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests ........ SUCCESS [ 0.007 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel Editor Tests SUCCESS [ 3.119 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel Editor Integration Tests SUCCESS [ 29.470 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel IDE Launcher Tests SUCCESS [ 1.602 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Launcher UI Tests SUCCESS [ 1.835 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel IDE Project Integration Tests SUCCESS [ 7.010 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Project Templates Tests SUCCESS [ 1.418 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: project Templates Integration Tests FAILURE [17:06 min]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Features ..... SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Features :: Camel Editor Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation .......... SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins :: Core SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins :: Editor SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Features SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Features :: Data Transformation Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests . SKIPPED
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests :: Core Transformation Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests :: Core Transformation Integration Tests SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache ActiveMQ Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache Camel Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: JMX Diagram View SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters .............. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins ... SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache Karaf Adapter Core SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache Karaf Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests ................. SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests ::Camel ......... SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Integration Tests :: Camel SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests :: Commons ...... SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests :: Diagram ::View SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Features .............. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Commons SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache Karaf Adapter UI SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: JBoss Fuse Adapter Core SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: JBoss Fuse Adapter UI SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Features .. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Features :: Server Adapters Feature SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Features :: JMX Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests ..... SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests :: Karaf Core Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests :: Server Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Update Site .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19:40 min
[INFO] Finished at: 2016-08-30T14:08:35-04:00
[INFO] Final Memory: 402M/1448M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.24.0:test (default-test) on project org.fusesource.ide.projecttemplates.tests.integration: There are test failures.
[ERROR]
[ERROR] Please refer to <http://10.8.63.16/job/Fuse-Tooling-pullrequest/ws/editor/tests/org.fuseso...> for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.fusesource.ide.projecttemplates.tests.integration
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :51
Killing Xvnc process ID 5010
8 years, 3 months
Build failed in Jenkins: Fuse-Tooling-pullrequest #256
by Fuse Jenkins
See <http://10.8.63.16/job/Fuse-Tooling-pullrequest/256/changes>
Changes:
[Aurelien Pupier] Integration Test requires to follow *IT pattern
[Aurelien Pupier] reactivate test for Spring and Camel 2.15
------------------------------------------
[...truncated 6858 lines...]
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Maven output file path: <http://10.8.63.16/job/Fuse-Tooling-pullrequest/ws/editor/tests/org.fuseso...>
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection attempt failed
JMX connection succeeded
isDeployment Finished? true
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 138.585 sec - in org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableForAMQIT
testAMQBlueprintProjectCreation[2.17.3](org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableForAMQIT) Time elapsed: 27.053 sec
testAMQSpringProjectCreation[2.17.3](org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableForAMQIT) Time elapsed: 22.132 sec
testAMQBlueprintProjectCreation[2.15.1.redhat-621084](org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableForAMQIT) skipped
testAMQSpringProjectCreation[2.15.1.redhat-621084](org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableForAMQIT) Time elapsed: 20.178 sec
testAMQBlueprintProjectCreation[2.17.0.redhat-630175](org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableForAMQIT) Time elapsed: 23.874 sec
testAMQSpringProjectCreation[2.17.0.redhat-630175](org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableForAMQIT) Time elapsed: 23.417 sec
testAMQBlueprintProjectCreation[2.15.1.redhat-621117](org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableForAMQIT) skipped
testAMQSpringProjectCreation[2.15.1.redhat-621117](org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableForAMQIT) Time elapsed: 21.797 sec
Running org.fusesource.ide.projecttemplates.tests.integration.wizards.CamelProjectConfiguratorIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.5 sec - in org.fusesource.ide.projecttemplates.tests.integration.wizards.CamelProjectConfiguratorIT
testMavenNotFacetedProjectUpdate(org.fusesource.ide.projecttemplates.tests.integration.wizards.CamelProjectConfiguratorIT) Time elapsed: 2.404 sec
testEmptyButFacetedProjectCreation(org.fusesource.ide.projecttemplates.tests.integration.wizards.CamelProjectConfiguratorIT) Time elapsed: 4.095 sec
Running org.fusesource.ide.projecttemplates.tests.integration.util.camel.CamelFacetVersionChangeDelegateIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.281 sec - in org.fusesource.ide.projecttemplates.tests.integration.util.camel.CamelFacetVersionChangeDelegateIT
testActiveMQUpdate(org.fusesource.ide.projecttemplates.tests.integration.util.camel.CamelFacetVersionChangeDelegateIT) Time elapsed: 4.281 sec
Results :
Failed tests:
FuseIntegrationProjectCreatorRunnableForEAPSpringIT.testEAPSpringProjectCreation:49->FuseIntegrationProjectCreatorRunnableIT.testProjectCreation:155->checkCorrectFacetsEnabled:74
Expecting:
<true>
to be equal to:
<false>
but was not.
FuseIntegrationProjectCreatorRunnableForEAPSpringIT.testEAPSpringProjectCreation:49->FuseIntegrationProjectCreatorRunnableIT.testProjectCreation:155->checkCorrectFacetsEnabled:74
Expecting:
<true>
to be equal to:
<false>
but was not.
FuseIntegrationProjectCreatorRunnableForEAPSpringIT.testEAPSpringProjectCreation:49->FuseIntegrationProjectCreatorRunnableIT.testProjectCreation:155->checkCorrectFacetsEnabled:74
Expecting:
<true>
to be equal to:
<false>
but was not.
FuseIntegrationProjectCreatorRunnableForEAPSpringIT.testEAPSpringProjectCreation:49->FuseIntegrationProjectCreatorRunnableIT.testProjectCreation:155->checkCorrectFacetsEnabled:74
Expecting:
<true>
to be equal to:
<false>
but was not.
Tests run: 47, Failures: 4, Errors: 0, Skipped: 4
Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: org.fusesource.ide.launcher.debug.model.CamelDebugTarget$ThreadGarbageCollector
Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: org.fusesource.ide.launcher.debug.model.CamelDebugTarget$ThreadGarbageCollector
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Fuse Tooling :: Build Configuration .......... SUCCESS [ 0.352 s]
[INFO] JBoss Fuse Tooling ................................. SUCCESS [ 0.603 s]
[INFO] JBoss Fuse Tooling :: Tools ........................ SUCCESS [ 0.008 s]
[INFO] JBoss Fuse Tooling :: Tools :: IDE Build Tools ..... SUCCESS [ 1.999 s]
[INFO] JBoss Fuse Tooling :: Tools :: IDE Code Generator .. SUCCESS [ 0.927 s]
[INFO] JBoss Fuse Tooling :: Core ......................... SUCCESS [ 0.006 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins .............. SUCCESS [ 0.005 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Foundation Core SUCCESS [ 1.531 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Preferences SUCCESS [ 0.125 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Foundation UI SUCCESS [ 0.820 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel Model Service API SUCCESS [ 0.659 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.15.1.redhat-621084 Service Implementation SUCCESS [ 0.507 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.15.1.redhat-621117 Service Implementation SUCCESS [ 0.468 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.17.0.redhat-630175 Service Implementation SUCCESS [ 0.561 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.17.3 Service Implementation SUCCESS [ 0.613 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Maven ..... SUCCESS [ 0.207 s]
[INFO] JBoss Fuse Tooling :: Camel Editor ................. SUCCESS [ 0.007 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins ...... SUCCESS [ 0.005 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Branding SUCCESS [ 0.584 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel Validation SUCCESS [ 0.285 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Cheat Sheets SUCCESS [ 0.033 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Graph ..... SUCCESS [ 0.221 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Help ...... SUCCESS [ 2.353 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Imports ... SUCCESS [ 0.209 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Branding .. SUCCESS [ 0.033 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests ................ SUCCESS [ 0.005 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Service Core Tests SUCCESS [ 1.988 s]
[INFO] JBoss Fuse Tooling :: JMX .......................... SUCCESS [ 0.005 s]
[INFO] JBoss Fuse Tooling :: JMX :: Plugins ............... SUCCESS [ 0.004 s]
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: JMX Commons SUCCESS [ 0.302 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Launcher SUCCESS [ 0.392 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Camel Editor SUCCESS [ 0.829 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Service Core Integration Tests SUCCESS [ 13.220 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Model Tests SUCCESS [ 6.528 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Integration Tests SUCCESS [ 0.373 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Tests SUCCESS [ 1.569 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Integration Tests SUCCESS [ 7.151 s]
[INFO] JBoss Fuse Tooling :: Core :: Features ............. SUCCESS [ 0.005 s]
[INFO] JBoss Fuse Tooling :: Core :: Features :: Core Feature SUCCESS [ 0.219 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: XSD Catalogs SUCCESS [ 0.047 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Launcher UI SUCCESS [ 0.293 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Project SUCCESS [ 0.347 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Project Templates SUCCESS [ 0.538 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests ........ SUCCESS [ 0.006 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel Editor Tests SUCCESS [ 3.166 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel Editor Integration Tests SUCCESS [ 29.029 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel IDE Launcher Tests SUCCESS [ 1.653 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Launcher UI Tests SUCCESS [ 1.780 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel IDE Project Integration Tests SUCCESS [ 8.401 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Project Templates Tests SUCCESS [ 1.428 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: project Templates Integration Tests FAILURE [09:12 min]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Features ..... SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Features :: Camel Editor Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation .......... SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins :: Core SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins :: Editor SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Features SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Features :: Data Transformation Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests . SKIPPED
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests :: Core Transformation Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests :: Core Transformation Integration Tests SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache ActiveMQ Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache Camel Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: JMX Diagram View SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters .............. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins ... SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache Karaf Adapter Core SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache Karaf Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests ................. SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests ::Camel ......... SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Integration Tests :: Camel SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests :: Commons ...... SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests :: Diagram ::View SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Features .............. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Commons SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache Karaf Adapter UI SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: JBoss Fuse Adapter Core SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: JBoss Fuse Adapter UI SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Features .. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Features :: Server Adapters Feature SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Features :: JMX Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests ..... SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests :: Karaf Core Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests :: Server Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Update Site .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12:32 min
[INFO] Finished at: 2016-08-30T03:28:58-04:00
[INFO] Final Memory: 362M/1739M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.24.0:test (default-test) on project org.fusesource.ide.projecttemplates.tests.integration: There are test failures.
[ERROR]
[ERROR] Please refer to <http://10.8.63.16/job/Fuse-Tooling-pullrequest/ws/editor/tests/org.fuseso...> for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.fusesource.ide.projecttemplates.tests.integration
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :84
Killing Xvnc process ID 1855
8 years, 3 months
Build failed in Jenkins: SwitchYard-Tools-pullrequest #35
by Fuse Jenkins
See <http://10.8.63.16/job/SwitchYard-Tools-pullrequest/35/changes>
Changes:
[github] SWITCHYARD-2921 - Updates to build on Eclipse NEON (#570)
[github] SWITCHYARD-2921 - updates for site index.html (#571)
[github] SWITCHYARD-2921 - Fixes for version #s in poms (#572)
[github] SWITCHYARD-2921 - updating site pom to replace mars with neon (#573)
[Brian Fitzpatrick] FUSETOOLS-1984 - Report only illegal transitive dependencies (#574)
[Brian Fitzpatrick] FUSETOOLS-2004 - new attribute for SOAP message composer (#575)
[Brian Fitzpatrick] FUSETOOLS-2005 - adding new attributes to JAXB transformer model (#577)
[Brian Fitzpatrick] FUSETOOLS-2021 - Avoid ClassCastException (#578)
[Brian Fitzpatrick] SWITCHYARD-2936 - support for updated integration pack/kie versions
[github] JBTIS-815 - updating TP to latest Neon version 4.4.0.Alpha1 (#582)
[Brian Fitzpatrick] FUSETOOLS-1927 - fixing errant validation with SCA binding (#583)
[Brian Fitzpatrick] SWITCHYARD-2836 - fix for different path to promoting reference (#584)
[github] FUSETOOLS-2046 - updates for BPMN2 modeler (#586)
[github] SWITCHYARD-2940 - updating default runtime version to 2.1.0.Final (#588)
[github] SWITCHYARD-2943 - updating plugin.xml to add support for Fuse 6.3 (#590)
[github] SWITCHYARD-2947 - updates to generate different camel routes based on
[Brian Fitzpatrick] SWITCHYARD-2942 - reacting to runtime version for JAXB transformer
------------------------------------------
[...truncated 37259 lines...]
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.052
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/ui/UILabel/label/SET] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@66de00f2 (elementId: org.eclipse.wst.jsdt.ui.SourceView, tags: null, contributorURI: null) (label: Declaration, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: false, dirtyable: false, contributionURI: null, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@66de00f2 (elementId: org.eclipse.wst.jsdt.ui.SourceView, tags: null, contributorURI: null) (label: Declaration, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: false, dirtyable: false, contributionURI: null, description: null, variables: null), AttName=label, EventType=SET, NewValue=Declaration}, AttName=label, NewValue=Declaration, EventType=SET}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.052
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/application/ApplicationElement/tags/ADD] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@66de00f2 (elementId: org.eclipse.wst.jsdt.ui.SourceView, tags: [View], contributorURI: null) (label: Declaration, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: false, dirtyable: false, contributionURI: null, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@66de00f2 (elementId: org.eclipse.wst.jsdt.ui.SourceView, tags: [View], contributorURI: null) (label: Declaration, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: false, dirtyable: false, contributionURI: null, description: null, variables: null), AttName=tags, EventType=ADD, Position=0, NewValue=View}, AttName=tags, NewValue=View, EventType=ADD, Position=0}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.052
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/basic/PartDescriptor/closeable/SET] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@66de00f2 (elementId: org.eclipse.wst.jsdt.ui.SourceView, tags: [View], contributorURI: null) (label: Declaration, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@66de00f2 (elementId: org.eclipse.wst.jsdt.ui.SourceView, tags: [View], contributorURI: null) (label: Declaration, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), AttName=closeable, EventType=SET, OldValue=false, NewValue=true}, AttName=closeable, NewValue=true, EventType=SET, OldValue=false}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.052
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/ui/UILabel/tooltip/SET] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@66de00f2 (elementId: org.eclipse.wst.jsdt.ui.SourceView, tags: [View], contributorURI: null) (label: Declaration, iconURI: null, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@66de00f2 (elementId: org.eclipse.wst.jsdt.ui.SourceView, tags: [View], contributorURI: null) (label: Declaration, iconURI: null, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), AttName=tooltip, EventType=SET, NewValue=}, AttName=tooltip, NewValue=, EventType=SET}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.052
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/application/ApplicationElement/persistedState/ADD] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@66de00f2 (elementId: org.eclipse.wst.jsdt.ui.SourceView, tags: [View], contributorURI: null) (label: Declaration, iconURI: null, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@66de00f2 (elementId: org.eclipse.wst.jsdt.ui.SourceView, tags: [View], contributorURI: null) (label: Declaration, iconURI: null, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), AttName=persistedState, EventType=ADD, Position=0, NewValue=org.eclipse.e4.ui.model.application.impl.StringToStringMapImpl@6c479fdf (key: originalCompatibilityViewClass, value: org.eclipse.wst.jsdt.internal.ui.infoviews.SourceView)}, AttName=persistedState, NewValue=org.eclipse.e4.ui.model.application.impl.StringToStringMapImpl@6c479fdf (key: originalCompatibilityViewClass, value: org.eclipse.wst.jsdt.internal.ui.infoviews.SourceView), EventType=ADD, Position=0}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.053
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/application/ApplicationElement/persistedState/ADD] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@66de00f2 (elementId: org.eclipse.wst.jsdt.ui.SourceView, tags: [View], contributorURI: null) (label: Declaration, iconURI: null, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@66de00f2 (elementId: org.eclipse.wst.jsdt.ui.SourceView, tags: [View], contributorURI: null) (label: Declaration, iconURI: null, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), AttName=persistedState, EventType=ADD, Position=1, NewValue=org.eclipse.e4.ui.model.application.impl.StringToStringMapImpl@79d82f66 (key: originalCompatibilityViewBundle, value: org.eclipse.wst.jsdt.ui)}, AttName=persistedState, NewValue=org.eclipse.e4.ui.model.application.impl.StringToStringMapImpl@79d82f66 (key: originalCompatibilityViewBundle, value: org.eclipse.wst.jsdt.ui), EventType=ADD, Position=1}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.053
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/basic/PartDescriptor/contributionURI/SET] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@66de00f2 (elementId: org.eclipse.wst.jsdt.ui.SourceView, tags: [View], contributorURI: null) (label: Declaration, iconURI: null, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@66de00f2 (elementId: org.eclipse.wst.jsdt.ui.SourceView, tags: [View], contributorURI: null) (label: Declaration, iconURI: null, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), AttName=contributionURI, EventType=SET, NewValue=bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView}, AttName=contributionURI, NewValue=bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, EventType=SET}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.053
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/ui/UILabel/iconURI/SET] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@66de00f2 (elementId: org.eclipse.wst.jsdt.ui.SourceView, tags: [View], contributorURI: null) (label: Declaration, iconURI: platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/source.gif, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@66de00f2 (elementId: org.eclipse.wst.jsdt.ui.SourceView, tags: [View], contributorURI: null) (label: Declaration, iconURI: platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/source.gif, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), AttName=iconURI, EventType=SET, NewValue=platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/source.gif}, AttName=iconURI, NewValue=platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/source.gif, EventType=SET}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.053
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/application/ApplicationElement/tags/ADD] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@66de00f2 (elementId: org.eclipse.wst.jsdt.ui.SourceView, tags: [View, categoryTag:JavaScript], contributorURI: null) (label: Declaration, iconURI: platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/source.gif, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@66de00f2 (elementId: org.eclipse.wst.jsdt.ui.SourceView, tags: [View, categoryTag:JavaScript], contributorURI: null) (label: Declaration, iconURI: platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/source.gif, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), AttName=tags, EventType=ADD, Position=1, NewValue=categoryTag:JavaScript}, AttName=tags, NewValue=categoryTag:JavaScript, EventType=ADD, Position=1}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.053
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/basic/PartDescriptor/category/SET] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@66de00f2 (elementId: org.eclipse.wst.jsdt.ui.SourceView, tags: [View, categoryTag:JavaScript], contributorURI: null) (label: Declaration, iconURI: platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/source.gif, tooltip: , allowMultiple: false, category: JavaScript, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@66de00f2 (elementId: org.eclipse.wst.jsdt.ui.SourceView, tags: [View, categoryTag:JavaScript], contributorURI: null) (label: Declaration, iconURI: platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/source.gif, tooltip: , allowMultiple: false, category: JavaScript, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), AttName=category, EventType=SET, NewValue=JavaScript}, AttName=category, NewValue=JavaScript, EventType=SET}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.053
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/basic/PartDescriptorContainer/descriptors/ADD] {ChangedElement=org.eclipse.e4.ui.model.application.impl.ApplicationImpl@e9dc4d0 (elementId: org.eclipse.e4.legacy.ide.application, tags: [activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration, ModelMigrationProcessor.001], contributorURI: platform:/plugin/org.eclipse.platform) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (context: WorkbenchContext, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.impl.ApplicationImpl@e9dc4d0 (elementId: org.eclipse.e4.legacy.ide.application, tags: [activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration, ModelMigrationProcessor.001], contributorURI: platform:/plugin/org.eclipse.platform) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (context: WorkbenchContext, variables: null), AttName=descriptors, EventType=ADD, Position=47, Widget=null, NewValue=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@19b206ee (elementId: org.eclipse.wst.jsdt.ui.JavadocView, tags: null, contributorURI: null) (label: null, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: false, dirtyable: false, contributionURI: null, description: null, variables: null)}, AttName=descriptors, EventType=ADD, Position=47, Widget=null, NewValue=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@19b206ee (elementId: org.eclipse.wst.jsdt.ui.JavadocView, tags: null, contributorURI: null) (label: null, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: false, dirtyable: false, contributionURI: null, description: null, variables: null)}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.053
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/ui/UILabel/label/SET] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@19b206ee (elementId: org.eclipse.wst.jsdt.ui.JavadocView, tags: null, contributorURI: null) (label: Documentation, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: false, dirtyable: false, contributionURI: null, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@19b206ee (elementId: org.eclipse.wst.jsdt.ui.JavadocView, tags: null, contributorURI: null) (label: Documentation, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: false, dirtyable: false, contributionURI: null, description: null, variables: null), AttName=label, EventType=SET, NewValue=Documentation}, AttName=label, NewValue=Documentation, EventType=SET}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.054
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/application/ApplicationElement/tags/ADD] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@19b206ee (elementId: org.eclipse.wst.jsdt.ui.JavadocView, tags: [View], contributorURI: null) (label: Documentation, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: false, dirtyable: false, contributionURI: null, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@19b206ee (elementId: org.eclipse.wst.jsdt.ui.JavadocView, tags: [View], contributorURI: null) (label: Documentation, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: false, dirtyable: false, contributionURI: null, description: null, variables: null), AttName=tags, EventType=ADD, Position=0, NewValue=View}, AttName=tags, NewValue=View, EventType=ADD, Position=0}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.054
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/basic/PartDescriptor/closeable/SET] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@19b206ee (elementId: org.eclipse.wst.jsdt.ui.JavadocView, tags: [View], contributorURI: null) (label: Documentation, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@19b206ee (elementId: org.eclipse.wst.jsdt.ui.JavadocView, tags: [View], contributorURI: null) (label: Documentation, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), AttName=closeable, EventType=SET, OldValue=false, NewValue=true}, AttName=closeable, NewValue=true, EventType=SET, OldValue=false}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.054
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/ui/UILabel/tooltip/SET] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@19b206ee (elementId: org.eclipse.wst.jsdt.ui.JavadocView, tags: [View], contributorURI: null) (label: Documentation, iconURI: null, tooltip: JavaScript Documentation, allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@19b206ee (elementId: org.eclipse.wst.jsdt.ui.JavadocView, tags: [View], contributorURI: null) (label: Documentation, iconURI: null, tooltip: JavaScript Documentation, allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), AttName=tooltip, EventType=SET, NewValue=JavaScript Documentation}, AttName=tooltip, NewValue=JavaScript Documentation, EventType=SET}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.054
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/application/ApplicationElement/persistedState/ADD] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@19b206ee (elementId: org.eclipse.wst.jsdt.ui.JavadocView, tags: [View], contributorURI: null) (label: Documentation, iconURI: null, tooltip: JavaScript Documentation, allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@19b206ee (elementId: org.eclipse.wst.jsdt.ui.JavadocView, tags: [View], contributorURI: null) (label: Documentation, iconURI: null, tooltip: JavaScript Documentation, allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), AttName=persistedState, EventType=ADD, Position=0, NewValue=org.eclipse.e4.ui.model.application.impl.StringToStringMapImpl@ffd4cba (key: originalCompatibilityViewClass, value: org.eclipse.wst.jsdt.internal.ui.infoviews.JavadocView)}, AttName=persistedState, NewValue=org.eclipse.e4.ui.model.application.impl.StringToStringMapImpl@ffd4cba (key: originalCompatibilityViewClass, value: org.eclipse.wst.jsdt.internal.ui.infoviews.JavadocView), EventType=ADD, Position=0}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.054
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/application/ApplicationElement/persistedState/ADD] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@19b206ee (elementId: org.eclipse.wst.jsdt.ui.JavadocView, tags: [View], contributorURI: null) (label: Documentation, iconURI: null, tooltip: JavaScript Documentation, allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@19b206ee (elementId: org.eclipse.wst.jsdt.ui.JavadocView, tags: [View], contributorURI: null) (label: Documentation, iconURI: null, tooltip: JavaScript Documentation, allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), AttName=persistedState, EventType=ADD, Position=1, NewValue=org.eclipse.e4.ui.model.application.impl.StringToStringMapImpl@5f1483fd (key: originalCompatibilityViewBundle, value: org.eclipse.wst.jsdt.ui)}, AttName=persistedState, NewValue=org.eclipse.e4.ui.model.application.impl.StringToStringMapImpl@5f1483fd (key: originalCompatibilityViewBundle, value: org.eclipse.wst.jsdt.ui), EventType=ADD, Position=1}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.054
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/basic/PartDescriptor/contributionURI/SET] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@19b206ee (elementId: org.eclipse.wst.jsdt.ui.JavadocView, tags: [View], contributorURI: null) (label: Documentation, iconURI: null, tooltip: JavaScript Documentation, allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@19b206ee (elementId: org.eclipse.wst.jsdt.ui.JavadocView, tags: [View], contributorURI: null) (label: Documentation, iconURI: null, tooltip: JavaScript Documentation, allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), AttName=contributionURI, EventType=SET, NewValue=bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView}, AttName=contributionURI, NewValue=bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, EventType=SET}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.055
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/ui/UILabel/iconURI/SET] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@19b206ee (elementId: org.eclipse.wst.jsdt.ui.JavadocView, tags: [View], contributorURI: null) (label: Documentation, iconURI: platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/javadoc.gif, tooltip: JavaScript Documentation, allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@19b206ee (elementId: org.eclipse.wst.jsdt.ui.JavadocView, tags: [View], contributorURI: null) (label: Documentation, iconURI: platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/javadoc.gif, tooltip: JavaScript Documentation, allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), AttName=iconURI, EventType=SET, NewValue=platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/javadoc.gif}, AttName=iconURI, NewValue=platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/javadoc.gif, EventType=SET}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.055
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/application/ApplicationElement/tags/ADD] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@19b206ee (elementId: org.eclipse.wst.jsdt.ui.JavadocView, tags: [View, categoryTag:JavaScript], contributorURI: null) (label: Documentation, iconURI: platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/javadoc.gif, tooltip: JavaScript Documentation, allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@19b206ee (elementId: org.eclipse.wst.jsdt.ui.JavadocView, tags: [View, categoryTag:JavaScript], contributorURI: null) (label: Documentation, iconURI: platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/javadoc.gif, tooltip: JavaScript Documentation, allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), AttName=tags, EventType=ADD, Position=1, NewValue=categoryTag:JavaScript}, AttName=tags, NewValue=categoryTag:JavaScript, EventType=ADD, Position=1}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.055
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/basic/PartDescriptor/category/SET] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@19b206ee (elementId: org.eclipse.wst.jsdt.ui.JavadocView, tags: [View, categoryTag:JavaScript], contributorURI: null) (label: Documentation, iconURI: platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/javadoc.gif, tooltip: JavaScript Documentation, allowMultiple: false, category: JavaScript, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@19b206ee (elementId: org.eclipse.wst.jsdt.ui.JavadocView, tags: [View, categoryTag:JavaScript], contributorURI: null) (label: Documentation, iconURI: platform:/plugin/org.eclipse.wst.jsdt.ui/icons/full/eview16/javadoc.gif, tooltip: JavaScript Documentation, allowMultiple: false, category: JavaScript, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), AttName=category, EventType=SET, NewValue=JavaScript}, AttName=category, NewValue=JavaScript, EventType=SET}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.055
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/basic/PartDescriptorContainer/descriptors/ADD] {ChangedElement=org.eclipse.e4.ui.model.application.impl.ApplicationImpl@e9dc4d0 (elementId: org.eclipse.e4.legacy.ide.application, tags: [activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration, ModelMigrationProcessor.001], contributorURI: platform:/plugin/org.eclipse.platform) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (context: WorkbenchContext, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.impl.ApplicationImpl@e9dc4d0 (elementId: org.eclipse.e4.legacy.ide.application, tags: [activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration, ModelMigrationProcessor.001], contributorURI: platform:/plugin/org.eclipse.platform) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (context: WorkbenchContext, variables: null), AttName=descriptors, EventType=ADD, Position=48, Widget=null, NewValue=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@670f2466 (elementId: org.jboss.tools.jmx.ui.internal.views.navigator.MBeanExplorer, tags: null, contributorURI: null) (label: null, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: false, dirtyable: false, contributionURI: null, description: null, variables: null)}, AttName=descriptors, EventType=ADD, Position=48, Widget=null, NewValue=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@670f2466 (elementId: org.jboss.tools.jmx.ui.internal.views.navigator.MBeanExplorer, tags: null, contributorURI: null) (label: null, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: false, dirtyable: false, contributionURI: null, description: null, variables: null)}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.055
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/ui/UILabel/label/SET] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@670f2466 (elementId: org.jboss.tools.jmx.ui.internal.views.navigator.MBeanExplorer, tags: null, contributorURI: null) (label: JMX Navigator, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: false, dirtyable: false, contributionURI: null, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@670f2466 (elementId: org.jboss.tools.jmx.ui.internal.views.navigator.MBeanExplorer, tags: null, contributorURI: null) (label: JMX Navigator, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: false, dirtyable: false, contributionURI: null, description: null, variables: null), AttName=label, EventType=SET, NewValue=JMX Navigator}, AttName=label, NewValue=JMX Navigator, EventType=SET}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.055
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/application/ApplicationElement/tags/ADD] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@670f2466 (elementId: org.jboss.tools.jmx.ui.internal.views.navigator.MBeanExplorer, tags: [View], contributorURI: null) (label: JMX Navigator, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: false, dirtyable: false, contributionURI: null, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@670f2466 (elementId: org.jboss.tools.jmx.ui.internal.views.navigator.MBeanExplorer, tags: [View], contributorURI: null) (label: JMX Navigator, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: false, dirtyable: false, contributionURI: null, description: null, variables: null), AttName=tags, EventType=ADD, Position=0, NewValue=View}, AttName=tags, NewValue=View, EventType=ADD, Position=0}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.055
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/basic/PartDescriptor/closeable/SET] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@670f2466 (elementId: org.jboss.tools.jmx.ui.internal.views.navigator.MBeanExplorer, tags: [View], contributorURI: null) (label: JMX Navigator, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@670f2466 (elementId: org.jboss.tools.jmx.ui.internal.views.navigator.MBeanExplorer, tags: [View], contributorURI: null) (label: JMX Navigator, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), AttName=closeable, EventType=SET, OldValue=false, NewValue=true}, AttName=closeable, NewValue=true, EventType=SET, OldValue=false}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.056
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/ui/UILabel/tooltip/SET] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@670f2466 (elementId: org.jboss.tools.jmx.ui.internal.views.navigator.MBeanExplorer, tags: [View], contributorURI: null) (label: JMX Navigator, iconURI: null, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@670f2466 (elementId: org.jboss.tools.jmx.ui.internal.views.navigator.MBeanExplorer, tags: [View], contributorURI: null) (label: JMX Navigator, iconURI: null, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), AttName=tooltip, EventType=SET, NewValue=}, AttName=tooltip, NewValue=, EventType=SET}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.056
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/application/ApplicationElement/persistedState/ADD] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@670f2466 (elementId: org.jboss.tools.jmx.ui.internal.views.navigator.MBeanExplorer, tags: [View], contributorURI: null) (label: JMX Navigator, iconURI: null, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@670f2466 (elementId: org.jboss.tools.jmx.ui.internal.views.navigator.MBeanExplorer, tags: [View], contributorURI: null) (label: JMX Navigator, iconURI: null, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), AttName=persistedState, EventType=ADD, Position=0, NewValue=org.eclipse.e4.ui.model.application.impl.StringToStringMapImpl@6e03db1f (key: originalCompatibilityViewClass, value: org.jboss.tools.jmx.ui.internal.views.navigator.JMXNavigator)}, AttName=persistedState, NewValue=org.eclipse.e4.ui.model.application.impl.StringToStringMapImpl@6e03db1f (key: originalCompatibilityViewClass, value: org.jboss.tools.jmx.ui.internal.views.navigator.JMXNavigator), EventType=ADD, Position=0}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.056
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/application/ApplicationElement/persistedState/ADD] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@670f2466 (elementId: org.jboss.tools.jmx.ui.internal.views.navigator.MBeanExplorer, tags: [View], contributorURI: null) (label: JMX Navigator, iconURI: null, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@670f2466 (elementId: org.jboss.tools.jmx.ui.internal.views.navigator.MBeanExplorer, tags: [View], contributorURI: null) (label: JMX Navigator, iconURI: null, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), AttName=persistedState, EventType=ADD, Position=1, NewValue=org.eclipse.e4.ui.model.application.impl.StringToStringMapImpl@bfec2f9 (key: originalCompatibilityViewBundle, value: org.jboss.tools.jmx.ui)}, AttName=persistedState, NewValue=org.eclipse.e4.ui.model.application.impl.StringToStringMapImpl@bfec2f9 (key: originalCompatibilityViewBundle, value: org.jboss.tools.jmx.ui), EventType=ADD, Position=1}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.056
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/basic/PartDescriptor/contributionURI/SET] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@670f2466 (elementId: org.jboss.tools.jmx.ui.internal.views.navigator.MBeanExplorer, tags: [View], contributorURI: null) (label: JMX Navigator, iconURI: null, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@670f2466 (elementId: org.jboss.tools.jmx.ui.internal.views.navigator.MBeanExplorer, tags: [View], contributorURI: null) (label: JMX Navigator, iconURI: null, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), AttName=contributionURI, EventType=SET, NewValue=bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView}, AttName=contributionURI, NewValue=bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, EventType=SET}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.057
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/ui/UILabel/iconURI/SET] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@670f2466 (elementId: org.jboss.tools.jmx.ui.internal.views.navigator.MBeanExplorer, tags: [View], contributorURI: null) (label: JMX Navigator, iconURI: platform:/plugin/org.jboss.tools.jmx.ui/icons/full/obj16/jmeth_obj.gif, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@670f2466 (elementId: org.jboss.tools.jmx.ui.internal.views.navigator.MBeanExplorer, tags: [View], contributorURI: null) (label: JMX Navigator, iconURI: platform:/plugin/org.jboss.tools.jmx.ui/icons/full/obj16/jmeth_obj.gif, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), AttName=iconURI, EventType=SET, NewValue=platform:/plugin/org.jboss.tools.jmx.ui/icons/full/obj16/jmeth_obj.gif}, AttName=iconURI, NewValue=platform:/plugin/org.jboss.tools.jmx.ui/icons/full/obj16/jmeth_obj.gif, EventType=SET}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.057
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/application/ApplicationElement/tags/ADD] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@670f2466 (elementId: org.jboss.tools.jmx.ui.internal.views.navigator.MBeanExplorer, tags: [View, categoryTag:JMX], contributorURI: null) (label: JMX Navigator, iconURI: platform:/plugin/org.jboss.tools.jmx.ui/icons/full/obj16/jmeth_obj.gif, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@670f2466 (elementId: org.jboss.tools.jmx.ui.internal.views.navigator.MBeanExplorer, tags: [View, categoryTag:JMX], contributorURI: null) (label: JMX Navigator, iconURI: platform:/plugin/org.jboss.tools.jmx.ui/icons/full/obj16/jmeth_obj.gif, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), AttName=tags, EventType=ADD, Position=1, NewValue=categoryTag:JMX}, AttName=tags, NewValue=categoryTag:JMX, EventType=ADD, Position=1}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.057
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/basic/PartDescriptor/category/SET] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@670f2466 (elementId: org.jboss.tools.jmx.ui.internal.views.navigator.MBeanExplorer, tags: [View, categoryTag:JMX], contributorURI: null) (label: JMX Navigator, iconURI: platform:/plugin/org.jboss.tools.jmx.ui/icons/full/obj16/jmeth_obj.gif, tooltip: , allowMultiple: false, category: JMX, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@670f2466 (elementId: org.jboss.tools.jmx.ui.internal.views.navigator.MBeanExplorer, tags: [View, categoryTag:JMX], contributorURI: null) (label: JMX Navigator, iconURI: platform:/plugin/org.jboss.tools.jmx.ui/icons/full/obj16/jmeth_obj.gif, tooltip: , allowMultiple: false, category: JMX, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), AttName=category, EventType=SET, NewValue=JMX}, AttName=category, NewValue=JMX, EventType=SET}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.057
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/basic/PartDescriptorContainer/descriptors/ADD] {ChangedElement=org.eclipse.e4.ui.model.application.impl.ApplicationImpl@e9dc4d0 (elementId: org.eclipse.e4.legacy.ide.application, tags: [activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration, ModelMigrationProcessor.001], contributorURI: platform:/plugin/org.eclipse.platform) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (context: WorkbenchContext, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.impl.ApplicationImpl@e9dc4d0 (elementId: org.eclipse.e4.legacy.ide.application, tags: [activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration, ModelMigrationProcessor.001], contributorURI: platform:/plugin/org.eclipse.platform) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (context: WorkbenchContext, variables: null), AttName=descriptors, EventType=ADD, Position=49, Widget=null, NewValue=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@708eb310 (elementId: org.jboss.tools.jmx.jvmmonitor.ui.JvmExplorer, tags: null, contributorURI: null) (label: null, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: false, dirtyable: false, contributionURI: null, description: null, variables: null)}, AttName=descriptors, EventType=ADD, Position=49, Widget=null, NewValue=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@708eb310 (elementId: org.jboss.tools.jmx.jvmmonitor.ui.JvmExplorer, tags: null, contributorURI: null) (label: null, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: false, dirtyable: false, contributionURI: null, description: null, variables: null)}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.057
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/ui/UILabel/label/SET] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@708eb310 (elementId: org.jboss.tools.jmx.jvmmonitor.ui.JvmExplorer, tags: null, contributorURI: null) (label: JVM Explorer, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: false, dirtyable: false, contributionURI: null, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@708eb310 (elementId: org.jboss.tools.jmx.jvmmonitor.ui.JvmExplorer, tags: null, contributorURI: null) (label: JVM Explorer, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: false, dirtyable: false, contributionURI: null, description: null, variables: null), AttName=label, EventType=SET, NewValue=JVM Explorer}, AttName=label, NewValue=JVM Explorer, EventType=SET}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.057
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/application/ApplicationElement/tags/ADD] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@708eb310 (elementId: org.jboss.tools.jmx.jvmmonitor.ui.JvmExplorer, tags: [View], contributorURI: null) (label: JVM Explorer, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: false, dirtyable: false, contributionURI: null, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@708eb310 (elementId: org.jboss.tools.jmx.jvmmonitor.ui.JvmExplorer, tags: [View], contributorURI: null) (label: JVM Explorer, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: false, dirtyable: false, contributionURI: null, description: null, variables: null), AttName=tags, EventType=ADD, Position=0, NewValue=View}, AttName=tags, NewValue=View, EventType=ADD, Position=0}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.057
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/basic/PartDescriptor/closeable/SET] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@708eb310 (elementId: org.jboss.tools.jmx.jvmmonitor.ui.JvmExplorer, tags: [View], contributorURI: null) (label: JVM Explorer, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@708eb310 (elementId: org.jboss.tools.jmx.jvmmonitor.ui.JvmExplorer, tags: [View], contributorURI: null) (label: JVM Explorer, iconURI: null, tooltip: null, allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), AttName=closeable, EventType=SET, OldValue=false, NewValue=true}, AttName=closeable, NewValue=true, EventType=SET, OldValue=false}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.057
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/ui/UILabel/tooltip/SET] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@708eb310 (elementId: org.jboss.tools.jmx.jvmmonitor.ui.JvmExplorer, tags: [View], contributorURI: null) (label: JVM Explorer, iconURI: null, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@708eb310 (elementId: org.jboss.tools.jmx.jvmmonitor.ui.JvmExplorer, tags: [View], contributorURI: null) (label: JVM Explorer, iconURI: null, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), AttName=tooltip, EventType=SET, NewValue=}, AttName=tooltip, NewValue=, EventType=SET}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.058
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/application/ApplicationElement/persistedState/ADD] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@708eb310 (elementId: org.jboss.tools.jmx.jvmmonitor.ui.JvmExplorer, tags: [View], contributorURI: null) (label: JVM Explorer, iconURI: null, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@708eb310 (elementId: org.jboss.tools.jmx.jvmmonitor.ui.JvmExplorer, tags: [View], contributorURI: null) (label: JVM Explorer, iconURI: null, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), AttName=persistedState, EventType=ADD, Position=0, NewValue=org.eclipse.e4.ui.model.application.impl.StringToStringMapImpl@6ebc9573 (key: originalCompatibilityViewClass, value: org.jboss.tools.jmx.jvmmonitor.internal.ui.views.JvmExplorer)}, AttName=persistedState, NewValue=org.eclipse.e4.ui.model.application.impl.StringToStringMapImpl@6ebc9573 (key: originalCompatibilityViewClass, value: org.jboss.tools.jmx.jvmmonitor.internal.ui.views.JvmExplorer), EventType=ADD, Position=0}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.058
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/application/ApplicationElement/persistedState/ADD] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@708eb310 (elementId: org.jboss.tools.jmx.jvmmonitor.ui.JvmExplorer, tags: [View], contributorURI: null) (label: JVM Explorer, iconURI: null, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@708eb310 (elementId: org.jboss.tools.jmx.jvmmonitor.ui.JvmExplorer, tags: [View], contributorURI: null) (label: JVM Explorer, iconURI: null, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: null, description: null, variables: null), AttName=persistedState, EventType=ADD, Position=1, NewValue=org.eclipse.e4.ui.model.application.impl.StringToStringMapImpl@1e977098 (key: originalCompatibilityViewBundle, value: org.jboss.tools.jmx.jvmmonitor.ui)}, AttName=persistedState, NewValue=org.eclipse.e4.ui.model.application.impl.StringToStringMapImpl@1e977098 (key: originalCompatibilityViewBundle, value: org.jboss.tools.jmx.jvmmonitor.ui), EventType=ADD, Position=1}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.058
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/basic/PartDescriptor/contributionURI/SET] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@708eb310 (elementId: org.jboss.tools.jmx.jvmmonitor.ui.JvmExplorer, tags: [View], contributorURI: null) (label: JVM Explorer, iconURI: null, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@708eb310 (elementId: org.jboss.tools.jmx.jvmmonitor.ui.JvmExplorer, tags: [View], contributorURI: null) (label: JVM Explorer, iconURI: null, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), AttName=contributionURI, EventType=SET, NewValue=bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView}, AttName=contributionURI, NewValue=bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, EventType=SET}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.058
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/ui/UILabel/iconURI/SET] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@708eb310 (elementId: org.jboss.tools.jmx.jvmmonitor.ui.JvmExplorer, tags: [View], contributorURI: null) (label: JVM Explorer, iconURI: platform:/plugin/org.jboss.tools.jmx.jvmmonitor.ui/icons/full/eview16/vm_explorer.png, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@708eb310 (elementId: org.jboss.tools.jmx.jvmmonitor.ui.JvmExplorer, tags: [View], contributorURI: null) (label: JVM Explorer, iconURI: platform:/plugin/org.jboss.tools.jmx.jvmmonitor.ui/icons/full/eview16/vm_explorer.png, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), AttName=iconURI, EventType=SET, NewValue=platform:/plugin/org.jboss.tools.jmx.jvmmonitor.ui/icons/full/eview16/vm_explorer.png}, AttName=iconURI, NewValue=platform:/plugin/org.jboss.tools.jmx.jvmmonitor.ui/icons/full/eview16/vm_explorer.png, EventType=SET}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.058
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/application/ApplicationElement/tags/ADD] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@708eb310 (elementId: org.jboss.tools.jmx.jvmmonitor.ui.JvmExplorer, tags: [View, categoryTag:Java Monitor], contributorURI: null) (label: JVM Explorer, iconURI: platform:/plugin/org.jboss.tools.jmx.jvmmonitor.ui/icons/full/eview16/vm_explorer.png, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@708eb310 (elementId: org.jboss.tools.jmx.jvmmonitor.ui.JvmExplorer, tags: [View, categoryTag:Java Monitor], contributorURI: null) (label: JVM Explorer, iconURI: platform:/plugin/org.jboss.tools.jmx.jvmmonitor.ui/icons/full/eview16/vm_explorer.png, tooltip: , allowMultiple: false, category: null, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), AttName=tags, EventType=ADD, Position=1, NewValue=categoryTag:Java Monitor}, AttName=tags, NewValue=categoryTag:Java Monitor, EventType=ADD, Position=1}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.058
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/basic/PartDescriptor/category/SET] {ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@708eb310 (elementId: org.jboss.tools.jmx.jvmmonitor.ui.JvmExplorer, tags: [View, categoryTag:Java Monitor], contributorURI: null) (label: JVM Explorer, iconURI: platform:/plugin/org.jboss.tools.jmx.jvmmonitor.ui/icons/full/eview16/vm_explorer.png, tooltip: , allowMultiple: false, category: Java Monitor, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.descriptor.basic.impl.PartDescriptorImpl@708eb310 (elementId: org.jboss.tools.jmx.jvmmonitor.ui.JvmExplorer, tags: [View, categoryTag:Java Monitor], contributorURI: null) (label: JVM Explorer, iconURI: platform:/plugin/org.jboss.tools.jmx.jvmmonitor.ui/icons/full/eview16/vm_explorer.png, tooltip: , allowMultiple: false, category: Java Monitor, closeable: true, dirtyable: false, contributionURI: bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView, description: null, variables: null), AttName=category, EventType=SET, NewValue=Java Monitor}, AttName=category, NewValue=Java Monitor, EventType=SET}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.116
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/menu/MenuContributions/menuContributions/ADD_MANY] {ChangedElement=org.eclipse.e4.ui.model.application.impl.ApplicationImpl@e9dc4d0 (elementId: org.eclipse.e4.legacy.ide.application, tags: [activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration, ModelMigrationProcessor.001], contributorURI: platform:/plugin/org.eclipse.platform) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (context: WorkbenchContext, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.impl.ApplicationImpl@e9dc4d0 (elementId: org.eclipse.e4.legacy.ide.application, tags: [activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration, ModelMigrationProcessor.001], contributorURI: platform:/plugin/org.eclipse.platform) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (context: WorkbenchContext, variables: null), AttName=menuContributions, EventType=ADD_MANY, Position=1, Widget=null, NewValue=[org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@13c8ac77 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@2666, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: edit), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@4cad79bc (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@283c, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.views.ContentOutline), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@7a9eccc4 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@27ea, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: sourceMenuId), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@5f05c8d6 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@27e0, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: goTo), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@7885776b (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@1bd6, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.projectConfigure), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@3a3ed300 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@855, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.main.menu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@39f5b723 (elementId: org.eclipse.ui.run, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.run), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@6af90849 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@864, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=breakpointGroup, parentId: org.eclipse.ui.run), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@4fa4f485 (elementId: breakpointTypes, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: breakpointTypes), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@4a44cfc0 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@87b, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: popup), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@80b122b (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@e8d, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: endof=open.ext, parentId: navigate), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@65cf4d6d (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@e8f, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: endof=stepIntoGroup, parentId: org.eclipse.ui.run), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@4b0bd001 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@e95, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: before=additions, parentId: #ClassFileEditorContext), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@36d33f4 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@e9e, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: before=additions, parentId: #CompilationUnitEditorContext), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@32eae6f2 (elementId: team.main, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: team.main), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@6d6d480c (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@4b7, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=org.eclipse.ui.editors, parentId: window), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@5a917723 (elementId: org.eclipse.ui.appearance, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.appearance), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@796f632b (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@4ba, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.ide.MarkersView), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@1c067c0d (elementId: org.eclipse.ui.ide.markers.showInMenu, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.ide.markers.showInMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@7f7b6639 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@4e9, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.views.ProblemView), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@3408f695 (elementId: org.eclipse.ui.ide.problems.filtersMenu, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.ide.problems.filtersMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@4dde8976 (elementId: problemsGroupByMenu, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: problemsGroupByMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@3b4825f0 (elementId: org.eclipse.ui.ide.problems.markerSortMenu, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.ide.problems.markerSortMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@7980cf2c (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@4f7, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.views.TaskList), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@2582b0ef (elementId: org.eclipse.ui.ide.tasks.filtersMenu, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.ide.tasks.filtersMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@769bd849 (elementId: tasksGroupByMenu, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: tasksGroupByMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@20a967fe (elementId: org.eclipse.ui.ide.tasks.markerSortMenu, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.ide.tasks.markerSortMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@682abca7 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@505, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.views.BookmarkView), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@2539cd1c (elementId: org.eclipse.ui.ide.bookmarks.filtersMenu, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.ide.bookmarks.filtersMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@74606204 (elementId: bookmarksGroupByMenu, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: bookmarksGroupByMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@d4df0e (elementId: org.eclipse.ui.ide.bookmarks.markerSortMenu, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.ide.bookmarks.markerSortMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@de7e193 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@517, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.views.AllMarkersView), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@7af52ec7 (elementId: org.eclipse.ui.ide.allMarkers.filtersMenu, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.ide.allMarkers.filtersMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@12c0c0b3 (elementId: allMarkersGroupByMenu, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: allMarkersGroupByMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@9c73fff (elementId: org.eclipse.ui.ide.allMarkers.markerSortMenu, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.ide.allMarkers.markerSortMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@659f226a (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@525, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.menus.showInMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@32ec9c90 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@599, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=new.ext, parentId: file), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@2abbd0d9 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@5a2, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=org.eclipse.ui.ToggleCoolbarAction, parentId: org.eclipse.ui.appearance), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@5d3ff859 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@2487, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=open.ext, parentId: file), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@6025d790 (elementId: org.eclipse.ui.projectConfigure, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.projectConfigure), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@5dcd0cdf (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@2491, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=openNewWindow, parentId: window), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@1e79d43 (elementId: org.eclipse.ui.editors, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.editors), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@713ec32d (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@1a52, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: before=additions, parentId: org.eclipse.ui.navigator.ProjectExplorer), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@36aab105 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@1a53, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.core.internal.registry.ConfigurationElementHandle@1a53), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@25a7fedf (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@5c3, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.views.PropertySheet), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@1b9d9a2b (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@27d4, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=edit, parentId: org.eclipse.ui.main.menu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@79696332 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@27d6, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=sourceMenuId, parentId: org.eclipse.ui.main.menu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@fe87ddd (elementId: refactorMenuId, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: refactorMenuId), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@4eea94a4 (elementId: expandSelectionToMenuId, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: expandSelectionToMenuId), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@23da79eb (elementId: sourceMenuId, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: sourceMenuId), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@23cbbd07 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@27fb, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=shiftBegin, parentId: sourceMenuId), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@46e190ed (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@2802, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=shiftEnd, parentId: sourceMenuId), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@2703d91 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@2815, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=sourceBegin, parentId: sourcePopupMenuId), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@37348491 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@2832, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=sourceBegin, parentId: sourceMenuId), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@66813e6e (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@2f27, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: refactorPopupMenuId), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@3a17b2e3 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@2f2b, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.wst.wsdl.ui.refactorMenuId), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@65afeb6d (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@2641, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=matchingEnd, parentId: goTo), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@6e60f18 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@2648, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: before=window, parentId: org.eclipse.ui.main.menu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@47f04e4d (elementId: org.eclipse.wst.xml.ui.designMenuId, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.wst.xml.ui.designMenuId), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@991cbde (elementId: generateMenuId, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: generateMenuId), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@dd4aec3 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@2fe1, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.wst.xsd.ui.refactorMenuId)]}, AttName=menuContributions, EventType=ADD_MANY, Position=1, Widget=null, NewValue=[org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@13c8ac77 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@2666, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: edit), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@4cad79bc (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@283c, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.views.ContentOutline), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@7a9eccc4 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@27ea, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: sourceMenuId), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@5f05c8d6 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@27e0, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: goTo), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@7885776b (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@1bd6, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.projectConfigure), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@3a3ed300 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@855, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.main.menu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@39f5b723 (elementId: org.eclipse.ui.run, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.run), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@6af90849 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@864, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=breakpointGroup, parentId: org.eclipse.ui.run), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@4fa4f485 (elementId: breakpointTypes, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: breakpointTypes), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@4a44cfc0 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@87b, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: popup), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@80b122b (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@e8d, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: endof=open.ext, parentId: navigate), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@65cf4d6d (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@e8f, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: endof=stepIntoGroup, parentId: org.eclipse.ui.run), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@4b0bd001 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@e95, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: before=additions, parentId: #ClassFileEditorContext), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@36d33f4 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@e9e, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: before=additions, parentId: #CompilationUnitEditorContext), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@32eae6f2 (elementId: team.main, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: team.main), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@6d6d480c (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@4b7, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=org.eclipse.ui.editors, parentId: window), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@5a917723 (elementId: org.eclipse.ui.appearance, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.appearance), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@796f632b (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@4ba, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.ide.MarkersView), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@1c067c0d (elementId: org.eclipse.ui.ide.markers.showInMenu, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.ide.markers.showInMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@7f7b6639 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@4e9, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.views.ProblemView), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@3408f695 (elementId: org.eclipse.ui.ide.problems.filtersMenu, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.ide.problems.filtersMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@4dde8976 (elementId: problemsGroupByMenu, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: problemsGroupByMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@3b4825f0 (elementId: org.eclipse.ui.ide.problems.markerSortMenu, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.ide.problems.markerSortMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@7980cf2c (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@4f7, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.views.TaskList), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@2582b0ef (elementId: org.eclipse.ui.ide.tasks.filtersMenu, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.ide.tasks.filtersMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@769bd849 (elementId: tasksGroupByMenu, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: tasksGroupByMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@20a967fe (elementId: org.eclipse.ui.ide.tasks.markerSortMenu, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.ide.tasks.markerSortMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@682abca7 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@505, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.views.BookmarkView), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@2539cd1c (elementId: org.eclipse.ui.ide.bookmarks.filtersMenu, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.ide.bookmarks.filtersMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@74606204 (elementId: bookmarksGroupByMenu, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: bookmarksGroupByMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@d4df0e (elementId: org.eclipse.ui.ide.bookmarks.markerSortMenu, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.ide.bookmarks.markerSortMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@de7e193 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@517, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.views.AllMarkersView), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@7af52ec7 (elementId: org.eclipse.ui.ide.allMarkers.filtersMenu, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.ide.allMarkers.filtersMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@12c0c0b3 (elementId: allMarkersGroupByMenu, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: allMarkersGroupByMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@9c73fff (elementId: org.eclipse.ui.ide.allMarkers.markerSortMenu, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.ide.allMarkers.markerSortMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@659f226a (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@525, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.menus.showInMenu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@32ec9c90 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@599, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=new.ext, parentId: file), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@2abbd0d9 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@5a2, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=org.eclipse.ui.ToggleCoolbarAction, parentId: org.eclipse.ui.appearance), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@5d3ff859 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@2487, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=open.ext, parentId: file), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@6025d790 (elementId: org.eclipse.ui.projectConfigure, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.projectConfigure), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@5dcd0cdf (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@2491, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=openNewWindow, parentId: window), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@1e79d43 (elementId: org.eclipse.ui.editors, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.editors), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@713ec32d (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@1a52, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: before=additions, parentId: org.eclipse.ui.navigator.ProjectExplorer), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@36aab105 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@1a53, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.core.internal.registry.ConfigurationElementHandle@1a53), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@25a7fedf (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@5c3, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.ui.views.PropertySheet), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@1b9d9a2b (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@27d4, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=edit, parentId: org.eclipse.ui.main.menu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@79696332 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@27d6, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=sourceMenuId, parentId: org.eclipse.ui.main.menu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@fe87ddd (elementId: refactorMenuId, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: refactorMenuId), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@4eea94a4 (elementId: expandSelectionToMenuId, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: expandSelectionToMenuId), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@23da79eb (elementId: sourceMenuId, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: sourceMenuId), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@23cbbd07 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@27fb, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=shiftBegin, parentId: sourceMenuId), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@46e190ed (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@2802, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=shiftEnd, parentId: sourceMenuId), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@2703d91 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@2815, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=sourceBegin, parentId: sourcePopupMenuId), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@37348491 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@2832, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=sourceBegin, parentId: sourceMenuId), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@66813e6e (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@2f27, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: refactorPopupMenuId), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@3a17b2e3 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@2f2b, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.wst.wsdl.ui.refactorMenuId), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@65afeb6d (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@2641, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=matchingEnd, parentId: goTo), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@6e60f18 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@2648, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: before=window, parentId: org.eclipse.ui.main.menu), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@47f04e4d (elementId: org.eclipse.wst.xml.ui.designMenuId, tags: [scheme:menu, menuContribution:menu], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.wst.xml.ui.designMenuId), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@991cbde (elementId: generateMenuId, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: generateMenuId), org.eclipse.e4.ui.model.application.ui.menu.impl.MenuContributionImpl@dd4aec3 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@2fe1, tags: [scheme:popup, menuContribution:popup], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (positionInParent: after=additions, parentId: org.eclipse.wst.xsd.ui.refactorMenuId)]}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.118
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/menu/ToolBarContributions/toolBarContributions/ADD_MANY] {ChangedElement=org.eclipse.e4.ui.model.application.impl.ApplicationImpl@e9dc4d0 (elementId: org.eclipse.e4.legacy.ide.application, tags: [activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration, ModelMigrationProcessor.001], contributorURI: platform:/plugin/org.eclipse.platform) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (context: WorkbenchContext, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.impl.ApplicationImpl@e9dc4d0 (elementId: org.eclipse.e4.legacy.ide.application, tags: [activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration, ModelMigrationProcessor.001], contributorURI: platform:/plugin/org.eclipse.platform) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (context: WorkbenchContext, variables: null), AttName=toolBarContributions, EventType=ADD_MANY, Position=0, Widget=null, NewValue=[org.eclipse.e4.ui.model.application.ui.menu.impl.ToolBarContributionImpl@3d9f5016 (elementId: org.eclipse.debug.ui.launch.toolbar, tags: [scheme:toolbar], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (parentId: org.eclipse.debug.ui.launch.toolbar, positionInParent: after=additions), org.eclipse.e4.ui.model.application.ui.menu.impl.ToolBarContributionImpl@7e91ed74 (elementId: org.eclipse.debug.ui.main.toolbar, tags: [scheme:toolbar], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (parentId: org.eclipse.debug.ui.main.toolbar, positionInParent: after=additions), org.eclipse.e4.ui.model.application.ui.menu.impl.ToolBarContributionImpl@3878be7b (elementId: org.eclipse.wst.xml.ui.design.DesignToolBar, tags: [scheme:toolbar], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (parentId: org.eclipse.wst.xml.ui.design.DesignToolBar, positionInParent: after=additions), org.eclipse.e4.ui.model.application.ui.menu.impl.ToolBarContributionImpl@7df28f1 (elementId: org.eclipse.wst.xml.ui.perspective.NewFileToolBar, tags: [scheme:toolbar], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (parentId: org.eclipse.wst.xml.ui.perspective.NewFileToolBar, positionInParent: after=additions), org.eclipse.e4.ui.model.application.ui.menu.impl.ToolBarContributionImpl@4087c7fc (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@2763, tags: [scheme:toolbar], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (parentId: org.eclipse.wst.xml.ui.contentmodel.view, positionInParent: after=additions)]}, AttName=toolBarContributions, EventType=ADD_MANY, Position=0, Widget=null, NewValue=[org.eclipse.e4.ui.model.application.ui.menu.impl.ToolBarContributionImpl@3d9f5016 (elementId: org.eclipse.debug.ui.launch.toolbar, tags: [scheme:toolbar], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (parentId: org.eclipse.debug.ui.launch.toolbar, positionInParent: after=additions), org.eclipse.e4.ui.model.application.ui.menu.impl.ToolBarContributionImpl@7e91ed74 (elementId: org.eclipse.debug.ui.main.toolbar, tags: [scheme:toolbar], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (parentId: org.eclipse.debug.ui.main.toolbar, positionInParent: after=additions), org.eclipse.e4.ui.model.application.ui.menu.impl.ToolBarContributionImpl@3878be7b (elementId: org.eclipse.wst.xml.ui.design.DesignToolBar, tags: [scheme:toolbar], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (parentId: org.eclipse.wst.xml.ui.design.DesignToolBar, positionInParent: after=additions), org.eclipse.e4.ui.model.application.ui.menu.impl.ToolBarContributionImpl@7df28f1 (elementId: org.eclipse.wst.xml.ui.perspective.NewFileToolBar, tags: [scheme:toolbar], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (parentId: org.eclipse.wst.xml.ui.perspective.NewFileToolBar, positionInParent: after=additions), org.eclipse.e4.ui.model.application.ui.menu.impl.ToolBarContributionImpl@4087c7fc (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@2763, tags: [scheme:toolbar], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (parentId: org.eclipse.wst.xml.ui.contentmodel.view, positionInParent: after=additions)]}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.119
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/menu/TrimContributions/trimContributions/ADD] {ChangedElement=org.eclipse.e4.ui.model.application.impl.ApplicationImpl@e9dc4d0 (elementId: org.eclipse.e4.legacy.ide.application, tags: [activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration, ModelMigrationProcessor.001], contributorURI: platform:/plugin/org.eclipse.platform) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (context: WorkbenchContext, variables: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.impl.ApplicationImpl@e9dc4d0 (elementId: org.eclipse.e4.legacy.ide.application, tags: [activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration, ModelMigrationProcessor.001], contributorURI: platform:/plugin/org.eclipse.platform) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (context: WorkbenchContext, variables: null), AttName=trimContributions, EventType=ADD, Position=1, Widget=null, NewValue=org.eclipse.e4.ui.model.application.ui.menu.impl.TrimContributionImpl@f1266c6 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@2741, tags: [scheme:toolbar], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (parentId: org.eclipse.ui.main.toolbar, positionInParent: after=additions)}, AttName=trimContributions, EventType=ADD, Position=1, Widget=null, NewValue=org.eclipse.e4.ui.model.application.ui.menu.impl.TrimContributionImpl@f1266c6 (elementId: org.eclipse.core.internal.registry.ConfigurationElementHandle@2741, tags: [scheme:toolbar], contributorURI: null) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (parentId: org.eclipse.ui.main.toolbar, positionInParent: after=additions)}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.124
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/renderer/requestEnablementUpdate] {org.eclipse.e4.data=ALL}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.125
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/renderer/requestEnablementUpdate] {org.eclipse.e4.data=ALL}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.126
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/renderer/requestEnablementUpdate] {org.eclipse.e4.data=ALL}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.126
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/renderer/requestEnablementUpdate] {org.eclipse.e4.data=ALL}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.126
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/renderer/requestEnablementUpdate] {org.eclipse.e4.data=ALL}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.138
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/renderer/requestEnablementUpdate] {org.eclipse.e4.data=ALL}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.166
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/renderer/requestEnablementUpdate] {org.eclipse.e4.data=ALL}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.169
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/renderer/requestEnablementUpdate] {org.eclipse.e4.data=ALL}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.171
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/renderer/requestEnablementUpdate] {org.eclipse.e4.data=ALL}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.179
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/renderer/requestEnablementUpdate] {org.eclipse.e4.data=ALL}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.180
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/renderer/requestEnablementUpdate] {org.eclipse.e4.data=ALL}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.380
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/ui/Context/context/SET] {ChangedElement=org.eclipse.e4.ui.model.application.ui.basic.impl.TrimmedWindowImpl@5633dafd (elementId: IDEWindow, tags: null, contributorURI: platform:/plugin/org.eclipse.platform) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %trimmedwindow.label.eclipseSDK, iconURI: null, tooltip: null, context: TrimmedWindowImpl (IDEWindow) Context, variables: null, x: -2147483648, y: -2147483648, width: 1024, height: 768), Widget=null, org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.ui.basic.impl.TrimmedWindowImpl@5633dafd (elementId: IDEWindow, tags: null, contributorURI: platform:/plugin/org.eclipse.platform) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %trimmedwindow.label.eclipseSDK, iconURI: null, tooltip: null, context: TrimmedWindowImpl (IDEWindow) Context, variables: null, x: -2147483648, y: -2147483648, width: 1024, height: 768), AttName=context, EventType=SET, Widget=null, NewValue=TrimmedWindowImpl (IDEWindow) Context}, AttName=context, NewValue=TrimmedWindowImpl (IDEWindow) Context, EventType=SET}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.394
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/ui/UIElement/renderer/SET] {ChangedElement=org.eclipse.e4.ui.model.application.ui.basic.impl.TrimmedWindowImpl@5633dafd (elementId: IDEWindow, tags: null, contributorURI: platform:/plugin/org.eclipse.platform) (widget: null, renderer: org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer@12fcb2c3, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %trimmedwindow.label.eclipseSDK, iconURI: null, tooltip: null, context: TrimmedWindowImpl (IDEWindow) Context, variables: [], x: -2147483648, y: -2147483648, width: 1024, height: 768), Widget=null, org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.ui.basic.impl.TrimmedWindowImpl@5633dafd (elementId: IDEWindow, tags: null, contributorURI: platform:/plugin/org.eclipse.platform) (widget: null, renderer: org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer@12fcb2c3, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %trimmedwindow.label.eclipseSDK, iconURI: null, tooltip: null, context: TrimmedWindowImpl (IDEWindow) Context, variables: [], x: -2147483648, y: -2147483648, width: 1024, height: 768), AttName=renderer, EventType=SET, Widget=null, NewValue=org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer@12fcb2c3}, AttName=renderer, NewValue=org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer@12fcb2c3, EventType=SET}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.395
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/application/ApplicationElement/tags/ADD] {ChangedElement=org.eclipse.e4.ui.model.application.ui.basic.impl.TrimmedWindowImpl@5633dafd (elementId: IDEWindow, tags: [topLevel], contributorURI: platform:/plugin/org.eclipse.platform) (widget: null, renderer: org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer@12fcb2c3, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %trimmedwindow.label.eclipseSDK, iconURI: null, tooltip: null, context: TrimmedWindowImpl (IDEWindow) Context, variables: [], x: -2147483648, y: -2147483648, width: 1024, height: 768), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.ui.basic.impl.TrimmedWindowImpl@5633dafd (elementId: IDEWindow, tags: [topLevel], contributorURI: platform:/plugin/org.eclipse.platform) (widget: null, renderer: org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer@12fcb2c3, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %trimmedwindow.label.eclipseSDK, iconURI: null, tooltip: null, context: TrimmedWindowImpl (IDEWindow) Context, variables: [], x: -2147483648, y: -2147483648, width: 1024, height: 768), AttName=tags, EventType=ADD, Position=0, Widget=null, NewValue=topLevel}, AttName=tags, EventType=ADD, Position=0, Widget=null, NewValue=topLevel}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.410
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/ui/UIElement/widget/SET] {ChangedElement=org.eclipse.e4.ui.model.application.ui.basic.impl.TrimmedWindowImpl@5633dafd (elementId: IDEWindow, tags: [topLevel], contributorURI: platform:/plugin/org.eclipse.platform) (widget: Shell {}, renderer: org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer@12fcb2c3, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %trimmedwindow.label.eclipseSDK, iconURI: null, tooltip: null, context: TrimmedWindowImpl (IDEWindow) Context, variables: [], x: -2147483648, y: -2147483648, width: 1024, height: 768), Widget=Shell {}, org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.ui.basic.impl.TrimmedWindowImpl@5633dafd (elementId: IDEWindow, tags: [topLevel], contributorURI: platform:/plugin/org.eclipse.platform) (widget: Shell {}, renderer: org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer@12fcb2c3, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %trimmedwindow.label.eclipseSDK, iconURI: null, tooltip: null, context: TrimmedWindowImpl (IDEWindow) Context, variables: [], x: -2147483648, y: -2147483648, width: 1024, height: 768), AttName=widget, EventType=SET, Widget=Shell {}, NewValue=Shell {}}, AttName=widget, NewValue=Shell {}, EventType=SET}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.426
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/basic/Window/x/SET] {ChangedElement=org.eclipse.e4.ui.model.application.ui.basic.impl.TrimmedWindowImpl@5633dafd (elementId: IDEWindow, tags: [topLevel], contributorURI: platform:/plugin/org.eclipse.platform) (widget: Shell {Eclipse SDK}, renderer: org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer@12fcb2c3, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %trimmedwindow.label.eclipseSDK, iconURI: null, tooltip: null, context: TrimmedWindowImpl (IDEWindow) Context, variables: [], x: 0, y: -2147483648, width: 1024, height: 768), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.ui.basic.impl.TrimmedWindowImpl@5633dafd (elementId: IDEWindow, tags: [topLevel], contributorURI: platform:/plugin/org.eclipse.platform) (widget: Shell {Eclipse SDK}, renderer: org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer@12fcb2c3, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %trimmedwindow.label.eclipseSDK, iconURI: null, tooltip: null, context: TrimmedWindowImpl (IDEWindow) Context, variables: [], x: 0, y: -2147483648, width: 1024, height: 768), AttName=x, EventType=SET, OldValue=-2147483648, Widget=Shell {Eclipse SDK}, NewValue=0}, AttName=x, EventType=SET, OldValue=-2147483648, Widget=Shell {Eclipse SDK}, NewValue=0}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.427
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/basic/Window/y/SET] {ChangedElement=org.eclipse.e4.ui.model.application.ui.basic.impl.TrimmedWindowImpl@5633dafd (elementId: IDEWindow, tags: [topLevel], contributorURI: platform:/plugin/org.eclipse.platform) (widget: Shell {Eclipse SDK}, renderer: org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer@12fcb2c3, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %trimmedwindow.label.eclipseSDK, iconURI: null, tooltip: null, context: TrimmedWindowImpl (IDEWindow) Context, variables: [], x: 0, y: 0, width: 1024, height: 768), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.ui.basic.impl.TrimmedWindowImpl@5633dafd (elementId: IDEWindow, tags: [topLevel], contributorURI: platform:/plugin/org.eclipse.platform) (widget: Shell {Eclipse SDK}, renderer: org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer@12fcb2c3, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %trimmedwindow.label.eclipseSDK, iconURI: null, tooltip: null, context: TrimmedWindowImpl (IDEWindow) Context, variables: [], x: 0, y: 0, width: 1024, height: 768), AttName=y, EventType=SET, OldValue=-2147483648, Widget=Shell {Eclipse SDK}, NewValue=0}, AttName=y, EventType=SET, OldValue=-2147483648, Widget=Shell {Eclipse SDK}, NewValue=0}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.429
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/LifeCycle/appStartupComplete] {org.eclipse.e4.data=org.eclipse.e4.ui.model.application.impl.ApplicationImpl@e9dc4d0 (elementId: org.eclipse.e4.legacy.ide.application, tags: [activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration, ModelMigrationProcessor.001], contributorURI: platform:/plugin/org.eclipse.platform) (widget: null, renderer: null, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (context: WorkbenchContext, variables: null)}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.469
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/application/ApplicationElement/persistedState/ADD] {ChangedElement=org.eclipse.e4.ui.model.application.ui.basic.impl.TrimmedWindowImpl@5633dafd (elementId: IDEWindow, tags: [topLevel], contributorURI: platform:/plugin/org.eclipse.platform) (widget: Shell {Eclipse SDK}, renderer: org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer@12fcb2c3, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %trimmedwindow.label.eclipseSDK, iconURI: null, tooltip: null, context: TrimmedWindowImpl (IDEWindow) Context, variables: [], x: 0, y: 0, width: 1024, height: 768), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.ui.basic.impl.TrimmedWindowImpl@5633dafd (elementId: IDEWindow, tags: [topLevel], contributorURI: platform:/plugin/org.eclipse.platform) (widget: Shell {Eclipse SDK}, renderer: org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer@12fcb2c3, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %trimmedwindow.label.eclipseSDK, iconURI: null, tooltip: null, context: TrimmedWindowImpl (IDEWindow) Context, variables: [], x: 0, y: 0, width: 1024, height: 768), AttName=persistedState, EventType=ADD, Position=0, Widget=Shell {Eclipse SDK}, NewValue=org.eclipse.e4.ui.model.application.impl.StringToStringMapImpl@585513a8 (key: coolBarVisible, value: true)}, AttName=persistedState, EventType=ADD, Position=0, Widget=Shell {Eclipse SDK}, NewValue=org.eclipse.e4.ui.model.application.impl.StringToStringMapImpl@585513a8 (key: coolBarVisible, value: true)}.
!ENTRY org.eclipse.e4.ui.workbench 4 0 2016-08-29 18:07:44.470
!MESSAGE Event Admin service is not available, unable to publish event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/application/ApplicationElement/persistedState/ADD] {ChangedElement=org.eclipse.e4.ui.model.application.ui.basic.impl.TrimmedWindowImpl@5633dafd (elementId: IDEWindow, tags: [topLevel], contributorURI: platform:/plugin/org.eclipse.platform) (widget: Shell {Eclipse SDK}, renderer: org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer@12fcb2c3, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %trimmedwindow.label.eclipseSDK, iconURI: null, tooltip: null, context: TrimmedWindowImpl (IDEWindow) Context, variables: [], x: 0, y: 0, width: 1024, height: 768), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.ui.basic.impl.TrimmedWindowImpl@5633dafd (elementId: IDEWindow, tags: [topLevel], contributorURI: platform:/plugin/org.eclipse.platform) (widget: Shell {Eclipse SDK}, renderer: org.eclipse.e4.ui.workbench.renderers.swt.WBWRenderer@12fcb2c3, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null) (label: %trimmedwindow.label.eclipseSDK, iconURI: null, tooltip: null, context: TrimmedWindowImpl (IDEWindow) Context, variables: [], x: 0, y: 0, width: 1024, height: 768), AttName=persistedState, EventType=ADD, Position=1, Widget=Shell {Eclipse SDK}, NewValue=org.eclipse.e4.ui.model.application.impl.StringToStringMapImpl@7b18658a (key: perspectiveBarVisible, value: true)}, AttName=persistedState, EventType=ADD, Position=1, Widget=Shell {Eclipse SDK}, NewValue=org.eclipse.e4.ui.model.application.impl.StringToStringMapImpl@7b18658a (key: perspectiveBarVisible, value: true)}.
[ERROR] Timeout 1200 s exceeded. Process was killed.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] SwitchYard: Tools Parent ........................... SUCCESS [ 51.419 s]
[INFO] SwitchYard: Eclipse Tools Parent ................... SUCCESS [ 0.734 s]
[INFO] SwitchYard: Eclipse Tools Plugins .................. SUCCESS [ 0.176 s]
[INFO] SwitchYard: SCA Core EMF Model Plugin .............. SUCCESS [ 9.190 s]
[INFO] SwitchYard: SCA Core EMF.EDIT Model Plugin ......... SUCCESS [ 0.300 s]
[INFO] SwitchYard: SCA 1.1 EMF Model Plugin ............... SUCCESS [ 0.947 s]
[INFO] SwitchYard: SCA 1.1 EMF.EDIT Model Plugin .......... SUCCESS [ 0.477 s]
[INFO] SwitchYard: SwitchYard EMF Model Plugin ............ SUCCESS [ 3.659 s]
[INFO] SwitchYard: Eclipse Tools Plugin ................... SUCCESS [ 0.189 s]
[INFO] SwitchYard: CXF Libraries Plugin ................... SUCCESS [01:10 min]
[INFO] SwitchYard: Eclipse XSD Catalog .................... SUCCESS [ 41.986 s]
[INFO] SwitchYard: Eclipse M2E Extensions ................. SUCCESS [ 1.923 s]
[INFO] SwitchYard: Eclipse Tools Core Plugin .............. SUCCESS [ 27.014 s]
[INFO] SwitchYard: Eclipse Tools UI Plugin ................ SUCCESS [01:24 min]
[INFO] SwitchYard: Eclipse Tools Debug Support ............ SUCCESS [ 3.378 s]
[INFO] SwitchYard: SwitchYard Configuration Editor Plugin . SUCCESS [ 7.701 s]
[INFO] SwitchYard: Eclipse BPMN2 Editor Extensions ........ SUCCESS [ 4.052 s]
[INFO] SwitchYard: BPEL Extensions ........................ SUCCESS [ 3.747 s]
[INFO] SwitchYard: Eclipse Tools Test Plugins ............. SUCCESS [ 0.152 s]
[INFO] SwitchYard: Eclipse M2E Extensions Plugin Tests .... FAILURE [20:24 min]
[INFO] SwitchYard: Eclipse Tools UI Plugin Tests .......... SKIPPED
[INFO] Switchyard: Eclipse Tools Features ................. SKIPPED
[INFO] SwitchYard: Eclipse Tools Feature .................. SKIPPED
[INFO] SwitchYard: Eclipse SwitchYard BPEL Feature ........ SKIPPED
[INFO] SwitchYard: Eclipse SwitchYard BPMN2 Feature ....... SKIPPED
[INFO] SwitchYard: Eclipse Tools Update Site .............. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 43:18 min
[INFO] Finished at: 2016-08-29T18:27:40-04:00
[INFO] Final Memory: 278M/1643M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.23.1:test (default-test) on project org.switchyard.tools.m2e.tests: An unexpected error occured while launching the test runtime (return code 143). See log for details. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.switchyard.tools.m2e.tests
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :21
Killing Xvnc process ID 5653
8 years, 3 months
Weekly Problems Digest for Fuse Tools
by Automated Error Reporting Bot
Top New Problems (Last 7 Days):
Summary Reporters Status Severity Bug
1. IOException below CamelFilesFinder.isFuseCamelContentType (thrown in ContentDescriptionManager$LazyFileInputStream.ensureOpened) <https://redhat.ctrlflow.com/reviewers/#!/problems/57bff321e4b0f1434be0c28e> 1 New Major -
2. IOException below XmlModelGenerator.generateFromSchema (thrown in FileCodeWriter.getFile) <https://redhat.ctrlflow.com/reviewers/#!/problems/57baeaa4e4b0f1434be0b778> 1 New Major -
3. ResourceException below CamelFilesFinder.findFiles (thrown in Resource.checkExists) <https://redhat.ctrlflow.com/reviewers/#!/problems/57bfef6fe4b0f1434be0c289> 1 New Major -
4. ResourceException below CamelFilesFinder.isFuseCamelContentType (thrown in Resource.checkExists) <https://redhat.ctrlflow.com/reviewers/#!/problems/57bfef6ee4b0f1434be0c287> 1 New Major -
Top Active Recent Problems (Last 7 Days)
Summary Reporters Status Severity Bug
1. NullPointerException below CamelDesignEditor.refreshDiagramContents (thrown in ContainerShapeEditPart.createEditPolicies) <https://redhat.ctrlflow.com/reviewers/#!/problems/56e2c21fe4b0e0c18a6eab0c> 27 Open Major FUSETOOLS-1684 <https://jira.jboss.org/browse/FUSETOOLS-1684>
2. NullPointerException in UpdateCommand.updateFigure <https://redhat.ctrlflow.com/reviewers/#!/problems/57187910e4b032f683fd2702> 18 Open Major FUSETOOLS-1831 <https://jira.jboss.org/browse/FUSETOOLS-1831>
3. ResourceException below CamelEditor.doSave (thrown in File.getContentDescription) <https://redhat.ctrlflow.com/reviewers/#!/problems/571da74ee4b08bd809cfaedc> 12 Open Major FUSETOOLS-1980 <https://jira.jboss.org/browse/FUSETOOLS-1980>
4. InterruptedException below MavenTemplateConfigurator.waitAllJobsComplete (thrown in Thread.sleep) <https://redhat.ctrlflow.com/reviewers/#!/problems/577e6f21e4b07f3dc268dd35> 6 New Major -
5. NullPointerException in UpdateNodeFeature.updateNeeded <https://redhat.ctrlflow.com/reviewers/#!/problems/571dd58ae4b08bd809cfaf11> 6 New Major -
6. HIDDEN below FindNamespaceHandlerSupport.parseContents (thrown in ErrorHandlerWrapper.createSAXParseException) <https://redhat.ctrlflow.com/reviewers/#!/problems/575c2f0de4b06056d2073215> 5 New Major -
7. InterruptedException below MavenTemplateConfigurator.configureMavenNature (thrown in OrderedLock.acquire) <https://redhat.ctrlflow.com/reviewers/#!/problems/5757f62ae4b06056d2072dc7> 5 New Major -
8. UnmarshalException below DozerMapperConfiguration.<init> (thrown in UnmarshallingContext.handleEvent) <https://redhat.ctrlflow.com/reviewers/#!/problems/5730fae9e4b0ba8b6a15d933> 5 New Major -
9. Exception in CamelDebugTarget$JMXConnectJob.run <https://redhat.ctrlflow.com/reviewers/#!/problems/577a73d9e4b04baea1dab4a6> 4 New Major -
10. NullPointerException below CamelEditor.dispose (thrown in MultiPageEditorPart.deactivateSite) <https://redhat.ctrlflow.com/reviewers/#!/problems/578fb53ee4b07542de5200d8> 4 New Major -
Top Active Problems (Last 3 Months):
Summary Reporters Status Severity Bug
1. NullPointerException below CamelDesignEditor.refreshDiagramContents (thrown in ContainerShapeEditPart.createEditPolicies) <https://redhat.ctrlflow.com/reviewers/#!/problems/56e2c21fe4b0e0c18a6eab0c> 27 Open Major FUSETOOLS-1684 <https://jira.jboss.org/browse/FUSETOOLS-1684>
2. NullPointerException in UpdateCommand.updateFigure <https://redhat.ctrlflow.com/reviewers/#!/problems/57187910e4b032f683fd2702> 18 Open Major FUSETOOLS-1831 <https://jira.jboss.org/browse/FUSETOOLS-1831>
3. FileNotFoundException below CamelIOHandler.loadCamelModel (thrown in FileInputStream.open0) <https://redhat.ctrlflow.com/reviewers/#!/problems/571976eae4b0cd449c64bb5c> 15 New Major -
4. ResourceException below CamelEditor.doSave (thrown in File.getContentDescription) <https://redhat.ctrlflow.com/reviewers/#!/problems/571da74ee4b08bd809cfaedc> 12 Open Major FUSETOOLS-1980 <https://jira.jboss.org/browse/FUSETOOLS-1980>
5. StringIndexOutOfBoundsException below AbstractCamelModelElement.getIconName (thrown in String.substring) <https://redhat.ctrlflow.com/reviewers/#!/problems/572d083de4b0a5498327939f> 12 Approved Major -
6. NullPointerException in CamelDesignEditor.clearCache <https://redhat.ctrlflow.com/reviewers/#!/problems/57061409e4b08ccb7be358be> 11 Open Major FUSETOOLS-1835 <https://jira.jboss.org/browse/FUSETOOLS-1835>
7. NullPointerException in CamelEditorMatchingStrategy.matches <https://redhat.ctrlflow.com/reviewers/#!/problems/57061409e4b08ccb7be358ba> 9 Open Major FUSETOOLS-1832 <https://jira.jboss.org/browse/FUSETOOLS-1832>
8. IllegalStateException below CamelEditor.createDesignPage (thrown in ContainerShapeEditPart.createFigure) <https://redhat.ctrlflow.com/reviewers/#!/problems/572d083de4b0a549832793a0> 8 New Major -
9. NullPointerException in GoIntoContainerFeature.canExecute <https://redhat.ctrlflow.com/reviewers/#!/problems/5719efe9e4b04d6a2b175a80> 8 Open Major FUSETOOLS-1833 <https://jira.jboss.org/browse/FUSETOOLS-1833>
10. InterruptedException below MavenTemplateConfigurator.waitAllJobsComplete (thrown in Thread.sleep) <https://redhat.ctrlflow.com/reviewers/#!/problems/577e6f21e4b07f3dc268dd35> 6 New Major -
11. NullPointerException in UpdateNodeFeature.updateNeeded <https://redhat.ctrlflow.com/reviewers/#!/problems/571dd58ae4b08bd809cfaf11> 6 New Major -
12. ClassCastException in CamelUtils.getDiagramEditor <https://redhat.ctrlflow.com/reviewers/#!/problems/571cdda4e4b0e9dd9cd65a97> 5 New Major -
13. HIDDEN below FindNamespaceHandlerSupport.parseContents (thrown in ErrorHandlerWrapper.createSAXParseException) <https://redhat.ctrlflow.com/reviewers/#!/problems/575c2f0de4b06056d2073215> 5 New Major -
14. IllegalStateException below CamelDesignEditor.refreshDiagramContents (thrown in ContainerShapeEditPart.createFigure) <https://redhat.ctrlflow.com/reviewers/#!/problems/57615077e4b075777da52e16> 5 New Major -
15. InterruptedException below MavenTemplateConfigurator.configureMavenNature (thrown in OrderedLock.acquire) <https://redhat.ctrlflow.com/reviewers/#!/problems/5757f62ae4b06056d2072dc7> 5 New Major -
16. UnmarshalException below DozerMapperConfiguration.<init> (thrown in UnmarshallingContext.handleEvent) <https://redhat.ctrlflow.com/reviewers/#!/problems/5730fae9e4b0ba8b6a15d933> 5 New Major -
17. Exception in CamelDebugTarget$JMXConnectJob.run <https://redhat.ctrlflow.com/reviewers/#!/problems/577a73d9e4b04baea1dab4a6> 4 New Major -
18. FileNotFoundException below CamelComponentUtils.getComponentClass (thrown in ZipFile.open) <https://redhat.ctrlflow.com/reviewers/#!/problems/573f8c2fe4b0138d62fb2d2f> 4 New Major -
19. FileNotFoundException below CamelComponentUtils.getComponentJSon (thrown in ZipFile.open) <https://redhat.ctrlflow.com/reviewers/#!/problems/573f8c2fe4b0138d62fb2d32> 4 New Major -
20. IndexOutOfBoundsException below ImportCamelContextElementsCommand.doExecute (thrown in ArrayList.rangeCheck) <https://redhat.ctrlflow.com/reviewers/#!/problems/5723c92be4b0a54983278c6d> 4 New Major -
21. NullPointerException below CamelEditor.dispose (thrown in MultiPageEditorPart.deactivateSite) <https://redhat.ctrlflow.com/reviewers/#!/problems/578fb53ee4b07542de5200d8> 4 New Major -
22. NullPointerException in CamelComponentUtils.getComponentClass <https://redhat.ctrlflow.com/reviewers/#!/problems/571da74be4b08bd809cfaec1> 4 New Major -
23. NullPointerException in CamelComponentUtils.getComponentJSon <https://redhat.ctrlflow.com/reviewers/#!/problems/571da74be4b08bd809cfaec4> 4 New Major -
24. NullPointerException in CamelComponentUtils.getProjectClassLoader <https://redhat.ctrlflow.com/reviewers/#!/problems/571a5844e4b0e9dd9cd659c1> 4 New Major -
25. NullPointerException in CamelModelOutlinePage.dispose <https://redhat.ctrlflow.com/reviewers/#!/problems/571cdcb3e4b0e9dd9cd65a92> 4 New Major -
26. ArtifactTransferException below MavenFacade.importProjects (thrown in DefaultUpdateCheckManager.newException) <https://redhat.ctrlflow.com/reviewers/#!/problems/573c75cce4b0138d62fb28f3> 3 New Major -
27. HIDDEN below CamelIOHandler.loadCamelModel (thrown in DOMParser.parse) <https://redhat.ctrlflow.com/reviewers/#!/problems/57a9df99e4b0078b62ff7e1e> 3 New Major -
28. HIDDEN below CamelModelFactory.getCamelVersionFromMaven (thrown in MavenXpp3Reader.checkUnknownElement) <https://redhat.ctrlflow.com/reviewers/#!/problems/571a3c90e4b0e9dd9cd6598c> 3 New Major -
29. NoStackTrace in CamelDesignEditor.setSelectedNode <https://redhat.ctrlflow.com/reviewers/#!/problems/571da74fe4b08bd809cfaeeb> 3 New Major -
30. NullPointerException in CamelPersistencyBehaviour.loadDiagram <https://redhat.ctrlflow.com/reviewers/#!/problems/574424eae4b0138d62fb3158> 3 New Major -
Problem Resolution Statistics
Problem Resolutions Count
Out of Date: 1 <https://redhat.ctrlflow.com/reviewers/#!/problems/?c:!((t:project,op:cont...'Out%20of%20Date')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Won't Do: 1 <https://redhat.ctrlflow.com/reviewers/#!/problems/?c:!((t:project,op:cont...'Won!'t%20Do')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Log Message: 5 <https://redhat.ctrlflow.com/reviewers/#!/problems/?c:!((t:project,op:cont...'Log%20Message')),(t:kind,op:is_any_of,val:!(NORMAL)))>
Done: 5 <https://redhat.ctrlflow.com/reviewers/#!/problems/?c:!((t:project,op:cont...>
Unresolved: 119 <https://redhat.ctrlflow.com/reviewers/#!/problems/?c:!((t:project,op:cont...>
--
You are receiving this email because you are subscribed to digest of Fuse Tools. To alter your subscriptions, contact your administrator.
8 years, 3 months
Build failed in Jenkins: Fuse-Tooling-8.x-Update-Site #71
by Fuse Jenkins
See <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/71/changes>
Changes:
[github] FUSETOOLS-1940 - prepare support for camel community versions (#648)
------------------------------------------
[...truncated 12435 lines...]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/sources/servers/tes...>
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (compiletests) @ org.fusesource.ide.server.tests ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (test) @ org.fusesource.ide.server.tests ---
[INFO] No tests to run.
[INFO]
[INFO] --- tycho-source-plugin:0.24.0:plugin-source (plugin-source) @ org.fusesource.ide.server.tests ---
[WARNING] bundle localization file <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/sources/servers/tes...> not found
[INFO] Building jar: <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/sources/servers/tes...>
[INFO]
[INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ org.fusesource.ide.server.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.24.0:package-plugin (default-package-plugin) @ org.fusesource.ide.server.tests ---
[INFO] Building jar: <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/sources/servers/tes...>
[INFO]
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata-default (default-p2-metadata-default) @ org.fusesource.ide.server.tests ---
[INFO]
[INFO] --- tycho-source-feature-plugin:0.24.0:source-feature (source-feature) @ org.fusesource.ide.server.tests ---
[INFO]
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata (attached-p2-metadata) @ org.fusesource.ide.server.tests ---
[INFO]
[INFO] --- repository-utils:0.25.0-SNAPSHOT:generate-repository-facade (generate-facade) @ org.fusesource.ide.server.tests ---
[INFO]
[INFO] --- tycho-surefire-plugin:0.24.0:test (default-test) @ org.fusesource.ide.server.tests ---
[INFO] Expected eclipse log file: <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/sources/servers/tes...> sp(a)xn--c/-bja.metadata/.log
[INFO] Command line:
[/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.101-3.b13.el7_2.x86_64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:<http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/.repository/org/jac...,> -XX:+HeapDumpOnOutOfMemoryError, -Dusage_reporting_enabled=false, -Dorg.jboss.tools.vpe.loadxulrunner=false, -Dosgi.clean=true, -jar, <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/.repository/p2/osgi...,> -data, <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/sources/servers/tes...> sp@cé, -install, <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/sources/servers/tes...,> -configuration, <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/sources/servers/tes...,> -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/sources/servers/tes...]>
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.fusesource.ide.server.tests.bean.KarafServerBean2xIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in org.fusesource.ide.server.tests.bean.KarafServerBean2xIT
testKaraf[0](org.fusesource.ide.server.tests.bean.KarafServerBean2xIT) Time elapsed: 0.019 sec
testKaraf[1](org.fusesource.ide.server.tests.bean.KarafServerBean2xIT) Time elapsed: 0.001 sec
Running org.fusesource.ide.server.tests.bean.KarafServerBean3xIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.fusesource.ide.server.tests.bean.KarafServerBean3xIT
testKaraf[0](org.fusesource.ide.server.tests.bean.KarafServerBean3xIT) Time elapsed: 0.003 sec
Running org.fusesource.ide.server.tests.bean.FuseESBServerBean6xIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.fusesource.ide.server.tests.bean.FuseESBServerBean6xIT
testFuseESB[0](org.fusesource.ide.server.tests.bean.FuseESBServerBean6xIT) Time elapsed: 0.001 sec
testFuseESB[1](org.fusesource.ide.server.tests.bean.FuseESBServerBean6xIT) Time elapsed: 0.001 sec
Running org.fusesource.ide.server.tests.locator.KarafRuntime3xLocatorIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.fusesource.ide.server.tests.locator.KarafRuntime3xLocatorIT
testKaraf[0](org.fusesource.ide.server.tests.locator.KarafRuntime3xLocatorIT) Time elapsed: 0.018 sec
Running org.fusesource.ide.server.tests.locator.FuseESBRuntime6xLocatorIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.fusesource.ide.server.tests.locator.FuseESBRuntime6xLocatorIT
testFuseESB[0](org.fusesource.ide.server.tests.locator.FuseESBRuntime6xLocatorIT) Time elapsed: 0.006 sec
testFuseESB[1](org.fusesource.ide.server.tests.locator.FuseESBRuntime6xLocatorIT) Time elapsed: 0.003 sec
Running org.fusesource.ide.server.tests.locator.KarafRuntime2xLocatorIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.fusesource.ide.server.tests.locator.KarafRuntime2xLocatorIT
testKaraf[0](org.fusesource.ide.server.tests.locator.KarafRuntime2xLocatorIT) Time elapsed: 0.004 sec
testKaraf[1](org.fusesource.ide.server.tests.locator.KarafRuntime2xLocatorIT) Time elapsed: 0.003 sec
Results :
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
[INFO] All tests passed!
[INFO]
[INFO] --- tycho-p2-extras-plugin:0.24.0:compare-version-with-baselines (default) @ org.fusesource.ide.server.tests ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.fusesource.ide.server.tests ---
[INFO] Installing <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/sources/servers/tes...> to <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/.repository/org/fus...>
[INFO] Installing <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/sources/servers/tes...> to <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/.repository/org/fus...>
[INFO] Installing <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/sources/servers/tes...> to <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/.repository/org/fus...>
[INFO] Installing <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/sources/servers/tes...> to <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/.repository/org/fus...>
[INFO] Installing <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/sources/servers/tes...> to <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/.repository/org/fus...>
[INFO] Installing <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/sources/servers/tes...> to <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/.repository/org/fus...>
[INFO] Installing <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/sources/servers/tes...> to <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/.repository/org/fus...>
[INFO]
[INFO] --- tycho-p2-plugin:0.24.0:update-local-index (default-update-local-index) @ org.fusesource.ide.server.tests ---
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building JBoss Fuse Tooling :: Update Site 8.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.fusesource.ide.updatesite ---
[INFO]
[INFO] --- tycho-packaging-plugin:0.24.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.fusesource.ide.updatesite ---
[INFO] The project's OSGi version is 8.0.0.MASTER-v20160826-0848-B71
[INFO]
[INFO] --- build-helper-maven-plugin:1.7:regex-property (regex-property) @ org.fusesource.ide.updatesite ---
[INFO] Setting property 'skipTestsOrITests' to ''.
[INFO]
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean-1) @ org.fusesource.ide.updatesite ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.7.1.201405082137:prepare-agent (default) @ org.fusesource.ide.updatesite ---
[INFO] argLine set to -javaagent:<http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/.repository/org/jac...>
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.fusesource.ide.updatesite ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/sources/site/src/ma...>
[INFO]
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (compiletests) @ org.fusesource.ide.updatesite ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.19.1:test (test) @ org.fusesource.ide.updatesite ---
[INFO] No tests to run.
[INFO]
[INFO] --- tycho-source-plugin:0.24.0:plugin-source (plugin-source) @ org.fusesource.ide.updatesite ---
[INFO]
[INFO] --- target-platform-configuration:0.24.0:target-platform (default-target-platform) @ org.fusesource.ide.updatesite ---
[INFO]
[INFO] --- tycho-p2-publisher-plugin:0.24.0:publish-products (default-publish-products) @ org.fusesource.ide.updatesite ---
[INFO]
[INFO] --- tycho-p2-publisher-plugin:0.24.0:publish-categories (default-publish-categories) @ org.fusesource.ide.updatesite ---
[INFO]
[INFO] --- tycho-p2-publisher-plugin:0.24.0:attach-artifacts (default-attach-artifacts) @ org.fusesource.ide.updatesite ---
[INFO]
[INFO] --- tycho-p2-repository-plugin:0.24.0:assemble-repository (default-assemble-repository) @ org.fusesource.ide.updatesite ---
[INFO]
[INFO] --- tycho-p2-repository-plugin:0.24.0:archive-repository (default-archive-repository) @ org.fusesource.ide.updatesite ---
[INFO] Building zip: <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/71/artifact/sources/si...>
[INFO]
[INFO] --- tycho-source-feature-plugin:0.24.0:source-feature (source-feature) @ org.fusesource.ide.updatesite ---
[INFO]
[INFO] --- tycho-p2-plugin:0.24.0:p2-metadata (attached-p2-metadata) @ org.fusesource.ide.updatesite ---
[INFO]
[INFO] --- repository-utils:0.23.3:generate-repository-facade (generate-facade) @ org.fusesource.ide.updatesite ---
[INFO] Building zip: <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/71/artifact/sources/si...>
[INFO]
[INFO] --- tycho-p2-extras-plugin:0.24.0:compare-version-with-baselines (default) @ org.fusesource.ide.updatesite ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.fusesource.ide.updatesite ---
[INFO] Installing <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/71/artifact/sources/si...> to <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/.repository/org/fus...>
[INFO] Installing <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/sources/site/pom.xml> to <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/.repository/org/fus...>
[INFO] Installing <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/sources/site/target...> to <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/.repository/org/fus...>
[INFO] Installing <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/sources/site/target...> to <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/.repository/org/fus...>
[INFO]
[INFO] --- tycho-p2-plugin:0.24.0:update-local-index (default-update-local-index) @ org.fusesource.ide.updatesite ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Fuse Tooling :: Build Configuration .......... SUCCESS [ 17.703 s]
[INFO] JBoss Fuse Tooling ................................. SUCCESS [ 26.277 s]
[INFO] JBoss Fuse Tooling :: Tools ........................ SUCCESS [ 0.009 s]
[INFO] JBoss Fuse Tooling :: Tools :: IDE Build Tools ..... SUCCESS [01:07 min]
[INFO] JBoss Fuse Tooling :: Tools :: IDE Code Generator .. SUCCESS [ 28.761 s]
[INFO] JBoss Fuse Tooling :: Core ......................... SUCCESS [ 0.016 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins .............. SUCCESS [ 0.009 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Foundation Core SUCCESS [ 10.729 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Preferences SUCCESS [ 0.137 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Foundation UI SUCCESS [ 0.767 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel Model Service API SUCCESS [ 14.413 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.15.1.redhat-621084 Service Implementation SUCCESS [ 5.774 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.15.1.redhat-621117 Service Implementation SUCCESS [ 5.441 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.17.0.redhat-630175 Service Implementation SUCCESS [ 5.147 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.17.3 Service Implementation SUCCESS [ 9.063 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Maven ..... SUCCESS [ 0.233 s]
[INFO] JBoss Fuse Tooling :: Camel Editor ................. SUCCESS [ 0.010 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins ...... SUCCESS [ 0.007 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Branding SUCCESS [ 0.454 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel Validation SUCCESS [ 0.301 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Cheat Sheets SUCCESS [ 0.044 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Graph ..... SUCCESS [ 0.243 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Help ...... SUCCESS [ 6.885 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Imports ... SUCCESS [ 0.257 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Branding .. SUCCESS [ 0.052 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests ................ SUCCESS [ 0.011 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Service Core Tests SUCCESS [ 2.666 s]
[INFO] JBoss Fuse Tooling :: JMX .......................... SUCCESS [ 0.006 s]
[INFO] JBoss Fuse Tooling :: JMX :: Plugins ............... SUCCESS [ 0.006 s]
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: JMX Commons SUCCESS [ 0.318 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Launcher SUCCESS [ 0.347 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Camel Editor SUCCESS [ 0.857 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Service Core Integration Tests SUCCESS [ 30.497 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Model Tests SUCCESS [ 6.787 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Integration Tests SUCCESS [ 0.319 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Tests SUCCESS [ 1.736 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Integration Tests SUCCESS [ 7.668 s]
[INFO] JBoss Fuse Tooling :: Core :: Features ............. SUCCESS [ 0.006 s]
[INFO] JBoss Fuse Tooling :: Core :: Features :: Core Feature SUCCESS [ 0.226 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: XSD Catalogs SUCCESS [ 0.060 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Launcher UI SUCCESS [ 0.308 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Project SUCCESS [ 0.356 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Project Templates SUCCESS [ 0.504 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests ........ SUCCESS [ 0.009 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel Editor Tests SUCCESS [ 3.107 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel Editor Integration Tests SUCCESS [ 29.938 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel IDE Launcher Tests SUCCESS [ 1.643 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Launcher UI Tests SUCCESS [ 1.782 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel IDE Project Integration Tests SUCCESS [ 7.870 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Project Templates Tests SUCCESS [ 1.474 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: project Templates Integration Tests FAILURE [10:03 min]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Features ..... SUCCESS [ 0.006 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Features :: Camel Editor Feature SUCCESS [ 0.159 s]
[INFO] JBoss Fuse Tooling :: Data Transformation .......... SUCCESS [ 0.006 s]
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins SUCCESS [ 0.006 s]
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins :: Core SUCCESS [ 4.154 s]
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins :: Editor SUCCESS [ 1.176 s]
[INFO] JBoss Fuse Tooling :: Data Transformation :: Features SUCCESS [ 0.006 s]
[INFO] JBoss Fuse Tooling :: Data Transformation :: Features :: Data Transformation Feature SUCCESS [ 0.144 s]
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests . SUCCESS [ 0.005 s]
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests :: Core Transformation Tests SUCCESS [ 2.648 s]
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests :: Core Transformation Integration Tests SUCCESS [ 8.726 s]
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache ActiveMQ Facade SUCCESS [ 14.112 s]
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache Camel Facade SUCCESS [ 0.372 s]
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: JMX Diagram View SUCCESS [ 0.305 s]
[INFO] JBoss Fuse Tooling :: Server Adapters .............. SUCCESS [ 0.012 s]
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins ... SUCCESS [ 0.011 s]
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache Karaf Adapter Core SUCCESS [ 0.462 s]
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache Karaf Facade SUCCESS [ 0.416 s]
[INFO] JBoss Fuse Tooling :: JMX :: Tests ................. SUCCESS [ 0.009 s]
[INFO] JBoss Fuse Tooling :: JMX :: Tests ::Camel ......... SUCCESS [ 1.513 s]
[INFO] JBoss Fuse Tooling :: JMX :: Integration Tests :: Camel SUCCESS [ 6.567 s]
[INFO] JBoss Fuse Tooling :: JMX :: Tests :: Commons ...... SUCCESS [ 1.659 s]
[INFO] JBoss Fuse Tooling :: JMX :: Tests :: Diagram ::View SUCCESS [ 1.733 s]
[INFO] JBoss Fuse Tooling :: JMX :: Features .............. SUCCESS [ 0.005 s]
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Commons SUCCESS [ 0.338 s]
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache Karaf Adapter UI SUCCESS [ 0.357 s]
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: JBoss Fuse Adapter Core SUCCESS [ 0.294 s]
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: JBoss Fuse Adapter UI SUCCESS [ 0.296 s]
[INFO] JBoss Fuse Tooling :: Server Adapters :: Features .. SUCCESS [ 0.009 s]
[INFO] JBoss Fuse Tooling :: Server Adapters :: Features :: Server Adapters Feature SUCCESS [ 0.159 s]
[INFO] JBoss Fuse Tooling :: JMX :: Features :: JMX Feature SUCCESS [ 0.187 s]
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests ..... SUCCESS [ 0.011 s]
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests :: Karaf Core Tests SUCCESS [ 1.701 s]
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests :: Server Tests SUCCESS [ 8.036 s]
[INFO] JBoss Fuse Tooling :: Update Site .................. SUCCESS [ 7.689 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24:36 min
[INFO] Finished at: 2016-08-26T05:01:56-04:00
[INFO] Final Memory: 360M/1700M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.24.0:test (default-test) on project org.fusesource.ide.projecttemplates.tests.integration: There are test failures.
[ERROR]
[ERROR] Please refer to <http://10.8.63.16/job/Fuse-Tooling-8.x-Update-Site/ws/sources/editor/test...> for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.fusesource.ide.projecttemplates.tests.integration
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :71
Killing Xvnc process ID 13775
Archiving artifacts
Recording test results
8 years, 3 months
Build failed in Jenkins: Fuse-Tooling-pullrequest #246
by Fuse Jenkins
See <http://10.8.63.16/job/Fuse-Tooling-pullrequest/246/>
------------------------------------------
[...truncated 299 lines...]
Receiving objects: 4% (4527/97235), 11.32 MiB | 32.00 KiB/s
Receiving objects: 4% (4527/97235), 11.35 MiB | 27.00 KiB/s
Receiving objects: 4% (4527/97235), 11.38 MiB | 26.00 KiB/s
Receiving objects: 4% (4527/97235), 11.41 MiB | 26.00 KiB/s
Receiving objects: 4% (4527/97235), 11.44 MiB | 29.00 KiB/s
Receiving objects: 4% (4528/97235), 11.54 MiB | 37.00 KiB/s
Receiving objects: 4% (4529/97235), 11.57 MiB | 33.00 KiB/s
Receiving objects: 4% (4529/97235), 11.60 MiB | 35.00 KiB/s
Receiving objects: 4% (4529/97235), 11.66 MiB | 36.00 KiB/s
Receiving objects: 4% (4529/97235), 11.69 MiB | 39.00 KiB/s
Receiving objects: 4% (4530/97235), 11.72 MiB | 36.00 KiB/s
Receiving objects: 4% (4532/97235), 11.79 MiB | 37.00 KiB/s
Receiving objects: 4% (4533/97235), 11.82 MiB | 35.00 KiB/s
Receiving objects: 4% (4534/97235), 11.85 MiB | 32.00 KiB/s
Receiving objects: 4% (4534/97235), 11.88 MiB | 32.00 KiB/s
Receiving objects: 4% (4535/97235), 11.91 MiB | 25.00 KiB/s
Receiving objects: 4% (4535/97235), 11.94 MiB | 22.00 KiB/s
Receiving objects: 4% (4535/97235), 11.97 MiB | 23.00 KiB/s
Receiving objects: 4% (4535/97235), 12.07 MiB | 27.00 KiB/s
Receiving objects: 4% (4537/97235), 12.13 MiB | 30.00 KiB/s
Receiving objects: 4% (4541/97235), 12.25 MiB | 37.00 KiB/s
Receiving objects: 4% (4541/97235), 12.29 MiB | 37.00 KiB/s
Receiving objects: 4% (4541/97235), 12.35 MiB | 55.00 KiB/s
Receiving objects: 4% (4541/97235), 12.38 MiB | 59.00 KiB/s
Receiving objects: 4% (4541/97235), 12.41 MiB | 54.00 KiB/s
Receiving objects: 4% (4541/97235), 12.47 MiB | 54.00 KiB/s
Receiving objects: 4% (4542/97235), 12.50 MiB | 54.00 KiB/s
Receiving objects: 4% (4542/97235), 12.54 MiB | 50.00 KiB/s
Receiving objects: 4% (4542/97235), 12.57 MiB | 40.00 KiB/s
Receiving objects: 4% (4542/97235), 12.63 MiB | 38.00 KiB/s
Receiving objects: 4% (4542/97235), 12.69 MiB | 44.00 KiB/s
Receiving objects: 4% (4542/97235), 12.75 MiB | 41.00 KiB/s
Receiving objects: 4% (4542/97235), 12.79 MiB | 40.00 KiB/s
Receiving objects: 4% (4542/97235), 12.82 MiB | 41.00 KiB/s
Receiving objects: 4% (4542/97235), 12.85 MiB | 41.00 KiB/s
Receiving objects: 4% (4542/97235), 12.91 MiB | 38.00 KiB/s
Receiving objects: 4% (4542/97235), 12.97 MiB | 43.00 KiB/s
Receiving objects: 4% (4542/97235), 13.10 MiB | 43.00 KiB/s
Receiving objects: 4% (4542/97235), 13.13 MiB | 43.00 KiB/s
Receiving objects: 4% (4544/97235), 13.22 MiB | 50.00 KiB/s
Receiving objects: 4% (4544/97235), 13.25 MiB | 49.00 KiB/s
Receiving objects: 4% (4544/97235), 13.32 MiB | 52.00 KiB/s
Receiving objects: 4% (4544/97235), 13.35 MiB | 48.00 KiB/s
Receiving objects: 4% (4545/97235), 13.38 MiB | 46.00 KiB/s
Receiving objects: 4% (4545/97235), 13.44 MiB | 48.00 KiB/s
Receiving objects: 4% (4546/97235), 13.50 MiB | 37.00 KiB/s
Receiving objects: 4% (4546/97235), 13.54 MiB | 35.00 KiB/s
Receiving objects: 4% (4546/97235), 13.63 MiB | 33.00 KiB/s
Receiving objects: 4% (4546/97235), 13.66 MiB | 32.00 KiB/s
Receiving objects: 4% (4546/97235), 13.69 MiB | 29.00 KiB/s
Receiving objects: 4% (4546/97235), 13.72 MiB | 30.00 KiB/s
Receiving objects: 4% (4546/97235), 13.75 MiB | 30.00 KiB/s
Receiving objects: 4% (4546/97235), 13.85 MiB | 36.00 KiB/s
Receiving objects: 4% (4546/97235), 13.91 MiB | 38.00 KiB/s
Receiving objects: 4% (4546/97235), 13.96 MiB | 35.00 KiB/s
Receiving objects: 4% (4546/97235), 14.00 MiB | 34.00 KiB/s
Receiving objects: 4% (4546/97235), 14.04 MiB | 35.00 KiB/s
Receiving objects: 4% (4546/97235), 14.09 MiB | 40.00 KiB/s
Receiving objects: 4% (4548/97235), 14.12 MiB | 43.00 KiB/s
Receiving objects: 4% (4549/97235), 14.21 MiB | 42.00 KiB/s
Receiving objects: 4% (4550/97235), 14.28 MiB | 43.00 KiB/s
Receiving objects: 4% (4550/97235), 14.31 MiB | 50.00 KiB/s
Receiving objects: 4% (4550/97235), 14.34 MiB | 48.00 KiB/s
Receiving objects: 4% (4550/97235), 14.37 MiB | 49.00 KiB/s
Receiving objects: 4% (4550/97235), 14.43 MiB | 51.00 KiB/s
Receiving objects: 4% (4550/97235), 14.50 MiB | 52.00 KiB/s
Receiving objects: 4% (4551/97235), 14.62 MiB | 54.00 KiB/s
Receiving objects: 4% (4551/97235), 14.68 MiB | 63.00 KiB/s
Receiving objects: 4% (4551/97235), 14.75 MiB | 66.00 KiB/s
Receiving objects: 4% (4551/97235), 14.78 MiB | 63.00 KiB/s
Receiving objects: 4% (4552/97235), 14.84 MiB | 64.00 KiB/s
Receiving objects: 4% (4552/97235), 14.90 MiB | 67.00 KiB/s
Receiving objects: 4% (4552/97235), 14.93 MiB | 65.00 KiB/s
Receiving objects: 4% (4552/97235), 15.00 MiB | 50.00 KiB/s
Receiving objects: 4% (4552/97235), 15.03 MiB | 42.00 KiB/s
Receiving objects: 4% (4553/97235), 15.06 MiB | 38.00 KiB/s
Receiving objects: 4% (4553/97235), 15.12 MiB | 37.00 KiB/s
Receiving objects: 4% (4553/97235), 15.18 MiB | 40.00 KiB/s
Receiving objects: 4% (4553/97235), 15.25 MiB | 38.00 KiB/s
Receiving objects: 4% (4553/97235), 15.28 MiB | 37.00 KiB/s
Receiving objects: 4% (4553/97235), 15.31 MiB | 37.00 KiB/s
Receiving objects: 4% (4553/97235), 15.34 MiB | 36.00 KiB/s
Receiving objects: 4% (4553/97235), 15.40 MiB | 44.00 KiB/s
Receiving objects: 4% (4553/97235), 15.46 MiB | 48.00 KiB/s
Receiving objects: 4% (4553/97235), 15.53 MiB | 43.00 KiB/s
Receiving objects: 4% (4554/97235), 15.56 MiB | 42.00 KiB/s
Receiving objects: 4% (4554/97235), 15.59 MiB | 42.00 KiB/s
Receiving objects: 4% (4554/97235), 15.62 MiB | 35.00 KiB/s
Receiving objects: 4% (4554/97235), 15.65 MiB | 37.00 KiB/s
Receiving objects: 4% (4557/97235), 15.68 MiB | 33.00 KiB/s
Receiving objects: 4% (4558/97235), 15.78 MiB | 38.00 KiB/s
Receiving objects: 4% (4559/97235), 15.84 MiB | 32.00 KiB/s
Receiving objects: 4% (4562/97235), 15.93 MiB | 37.00 KiB/s
Receiving objects: 4% (4562/97235), 15.96 MiB | 42.00 KiB/s
Receiving objects: 4% (4562/97235), 16.00 MiB | 41.00 KiB/s
Receiving objects: 4% (4562/97235), 16.03 MiB | 40.00 KiB/s
Receiving objects: 4% (4563/97235), 16.03 MiB | 40.00 KiB/s
Receiving objects: 4% (4563/97235), 16.12 MiB | 39.00 KiB/s
Receiving objects: 4% (4564/97235), 16.18 MiB | 41.00 KiB/s
Receiving objects: 4% (4564/97235), 16.21 MiB | 35.00 KiB/s
Receiving objects: 4% (4565/97235), 16.28 MiB | 43.00 KiB/s
Receiving objects: 4% (4565/97235), 16.31 MiB | 41.00 KiB/s
Receiving objects: 4% (4566/97235), 16.34 MiB | 35.00 KiB/s
Receiving objects: 4% (4566/97235), 16.37 MiB | 36.00 KiB/s
Receiving objects: 4% (4566/97235), 16.43 MiB | 37.00 KiB/s
Receiving objects: 4% (4566/97235), 16.53 MiB | 40.00 KiB/s
Receiving objects: 4% (4566/97235), 16.56 MiB | 35.00 KiB/s
Receiving objects: 4% (4567/97235), 16.62 MiB | 38.00 KiB/s
Receiving objects: 4% (4567/97235), 16.68 MiB | 40.00 KiB/s
Receiving objects: 4% (4570/97235), 16.71 MiB | 40.00 KiB/s
Receiving objects: 4% (4570/97235), 16.75 MiB | 41.00 KiB/s
Receiving objects: 4% (4570/97235), 16.78 MiB | 34.00 KiB/s
Receiving objects: 4% (4570/97235), 16.81 MiB | 30.00 KiB/s
Receiving objects: 4% (4570/97235), 16.87 MiB | 33.00 KiB/s
Receiving objects: 4% (4570/97235), 16.93 MiB | 38.00 KiB/s
Receiving objects: 4% (4570/97235), 16.96 MiB | 36.00 KiB/s
Receiving objects: 4% (4571/97235), 17.06 MiB | 39.00 KiB/s
Receiving objects: 4% (4571/97235), 17.09 MiB | 43.00 KiB/s
Receiving objects: 4% (4572/97235), 17.15 MiB | 47.00 KiB/s
Receiving objects: 4% (4572/97235), 17.18 MiB | 54.00 KiB/s
Receiving objects: 4% (4572/97235), 17.21 MiB | 53.00 KiB/s
Receiving objects: 4% (4573/97235), 17.25 MiB | 46.00 KiB/s
Receiving objects: 4% (4574/97235), 17.31 MiB | 44.00 KiB/s
Receiving objects: 4% (4575/97235), 17.31 MiB | 44.00 KiB/s
Receiving objects: 4% (4575/97235), 17.37 MiB | 41.00 KiB/s
Receiving objects: 4% (4577/97235), 17.43 MiB | 38.00 KiB/s
Receiving objects: 4% (4577/97235), 17.46 MiB | 36.00 KiB/s
Receiving objects: 4% (4577/97235), 17.53 MiB | 35.00 KiB/s
Receiving objects: 4% (4577/97235), 17.62 MiB | 41.00 KiB/s
Receiving objects: 4% (4578/97235), 17.71 MiB | 45.00 KiB/s
Receiving objects: 4% (4578/97235), 17.78 MiB | 55.00 KiB/s
Receiving objects: 4% (4578/97235), 17.81 MiB | 52.00 KiB/s
Receiving objects: 4% (4578/97235), 17.84 MiB | 49.00 KiB/s
Receiving objects: 4% (4578/97235), 17.90 MiB | 53.00 KiB/s
Receiving objects: 4% (4578/97235), 18.00 MiB | 52.00 KiB/s
Receiving objects: 4% (4578/97235), 18.06 MiB | 56.00 KiB/s
Receiving objects: 4% (4578/97235), 18.15 MiB | 58.00 KiB/s
Receiving objects: 4% (4579/97235), 18.21 MiB | 55.00 KiB/s
Receiving objects: 4% (4580/97235), 18.21 MiB | 55.00 KiB/s
Receiving objects: 4% (4581/97235), 18.34 MiB | 66.00 KiB/s
Receiving objects: 4% (4581/97235), 18.40 MiB | 70.00 KiB/s
Receiving objects: 4% (4581/97235), 18.43 MiB | 68.00 KiB/s
Receiving objects: 4% (4581/97235), 18.56 MiB | 69.00 KiB/s
Receiving objects: 4% (4581/97235), 18.59 MiB | 65.00 KiB/s
Receiving objects: 4% (4582/97235), 18.68 MiB | 71.00 KiB/s
Receiving objects: 4% (4583/97235), 18.78 MiB | 66.00 KiB/s
Receiving objects: 4% (4584/97235), 18.87 MiB | 62.00 KiB/s
Receiving objects: 4% (4585/97235), 18.93 MiB | 64.00 KiB/s
Receiving objects: 4% (4586/97235), 19.03 MiB | 59.00 KiB/s
Receiving objects: 4% (4586/97235), 19.06 MiB | 60.00 KiB/s
Receiving objects: 4% (4586/97235), 19.12 MiB | 53.00 KiB/s
Receiving objects: 4% (4586/97235), 19.15 MiB | 54.00 KiB/s
Receiving objects: 4% (4586/97235), 19.18 MiB | 50.00 KiB/s
Receiving objects: 4% (4587/97235), 19.21 MiB | 48.00 KiB/s
Receiving objects: 4% (4587/97235), 19.25 MiB | 44.00 KiB/s
Receiving objects: 4% (4587/97235), 19.31 MiB | 37.00 KiB/s
Receiving objects: 4% (4587/97235), 19.40 MiB | 40.00 KiB/s
Receiving objects: 4% (4588/97235), 19.46 MiB | 41.00 KiB/s
Receiving objects: 4% (4588/97235), 19.50 MiB | 41.00 KiB/s
Receiving objects: 4% (4589/97235), 19.65 MiB | 44.00 KiB/s
Receiving objects: 4% (4589/97235), 19.68 MiB | 48.00 KiB/s
Receiving objects: 4% (4592/97235), 19.75 MiB | 46.00 KiB/s
Receiving objects: 4% (4594/97235), 19.78 MiB | 44.00 KiB/s
Receiving objects: 4% (4594/97235), 19.81 MiB | 44.00 KiB/s
Receiving objects: 4% (4595/97235), 19.84 MiB | 42.00 KiB/s
Receiving objects: 4% (4599/97235), 19.90 MiB | 44.00 KiB/s
Receiving objects: 4% (4599/97235), 19.96 MiB | 46.00 KiB/s
Receiving objects: 4% (4599/97235), 20.00 MiB | 39.00 KiB/s
Receiving objects: 4% (4599/97235), 20.03 MiB | 34.00 KiB/s
Receiving objects: 4% (4599/97235), 20.09 MiB | 36.00 KiB/s
Receiving objects: 4% (4600/97235), 20.12 MiB | 38.00 KiB/s
Receiving objects: 4% (4600/97235), 20.21 MiB | 47.00 KiB/s
Receiving objects: 4% (4600/97235), 20.28 MiB | 43.00 KiB/s
Receiving objects: 4% (4601/97235), 20.31 MiB | 38.00 KiB/s
Receiving objects: 4% (4601/97235), 20.34 MiB | 35.00 KiB/s
Receiving objects: 4% (4602/97235), 20.43 MiB | 45.00 KiB/s
Receiving objects: 4% (4602/97235), 20.46 MiB | 42.00 KiB/s
Receiving objects: 4% (4603/97235), 20.53 MiB | 42.00 KiB/s
Receiving objects: 4% (4603/97235), 20.59 MiB | 42.00 KiB/s
Receiving objects: 4% (4603/97235), 20.62 MiB | 37.00 KiB/s
Receiving objects: 4% (4603/97235), 20.71 MiB | 45.00 KiB/s
Receiving objects: 4% (4603/97235), 20.75 MiB | 37.00 KiB/s
Receiving objects: 4% (4603/97235), 20.78 MiB | 33.00 KiB/s
Receiving objects: 4% (4603/97235), 20.81 MiB | 31.00 KiB/s
Receiving objects: 4% (4603/97235), 20.87 MiB | 31.00 KiB/s
Receiving objects: 4% (4604/97235), 20.93 MiB | 29.00 KiB/s
Receiving objects: 4% (4605/97235), 21.00 MiB | 31.00 KiB/s
Receiving objects: 4% (4606/97235), 21.06 MiB | 27.00 KiB/s
Receiving objects: 4% (4607/97235), 21.15 MiB | 34.00 KiB/s
Receiving objects: 4% (4609/97235), 21.25 MiB | 41.00 KiB/s
Receiving objects: 4% (4609/97235), 21.31 MiB | 44.00 KiB/s
Receiving objects: 4% (4610/97235), 21.34 MiB | 42.00 KiB/s
Receiving objects: 4% (4610/97235), 21.37 MiB | 47.00 KiB/s
Receiving objects: 4% (4612/97235), 21.43 MiB | 48.00 KiB/s
Receiving objects: 4% (4613/97235), 21.46 MiB | 50.00 KiB/s
Receiving objects: 4% (4614/97235), 21.53 MiB | 52.00 KiB/s
Receiving objects: 4% (4615/97235), 21.56 MiB | 51.00 KiB/s
Receiving objects: 4% (4616/97235), 21.62 MiB | 54.00 KiB/s
Receiving objects: 4% (4618/97235), 21.68 MiB | 48.00 KiB/s
Receiving objects: 4% (4621/97235), 21.75 MiB | 45.00 KiB/s
Receiving objects: 4% (4622/97235), 21.81 MiB | 49.00 KiB/s
Receiving objects: 4% (4623/97235), 21.87 MiB | 46.00 KiB/s
Receiving objects: 4% (4623/97235), 21.90 MiB | 45.00 KiB/s
Receiving objects: 4% (4623/97235), 21.96 MiB | 43.00 KiB/s
Receiving objects: 4% (4624/97235), 22.00 MiB | 41.00 KiB/s
Receiving objects: 4% (4624/97235), 22.06 MiB | 42.00 KiB/s
Receiving objects: 4% (4624/97235), 22.09 MiB | 42.00 KiB/s
Receiving objects: 4% (4624/97235), 22.12 MiB | 39.00 KiB/s
Receiving objects: 4% (4625/97235), 22.15 MiB | 38.00 KiB/s
Receiving objects: 4% (4626/97235), 22.21 MiB | 42.00 KiB/s
Killed by signal 15.
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1723)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1459)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$300(CliGitAPIImpl.java:63)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:314)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:506)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:152)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:145)
at hudson.remoting.UserRequest.perform(UserRequest.java:152)
at hudson.remoting.UserRequest.perform(UserRequest.java:50)
at hudson.remoting.Request$2.run(Request.java:332)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
at ......remote call to RHEL-7.2-m1.xlarge-10.8.187.206(Native Method)
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:252)
at hudson.remoting.Channel.call(Channel.java:781)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
at sun.reflect.GeneratedMethodAccessor554.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
at com.sun.proxy.$Proxy93.execute(Unknown Source)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1046)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1086)
at hudson.scm.SCM.checkout(SCM.java:485)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1269)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:607)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
at hudson.model.Run.execute(Run.java:1738)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:98)
at hudson.model.Executor.run(Executor.java:410)
ERROR: null
8 years, 3 months
Build failed in Jenkins: Fuse-Tooling-pullrequest #240
by Fuse Jenkins
See <http://10.8.63.16/job/Fuse-Tooling-pullrequest/240/changes>
Changes:
[Lars Heinemann] fixed missing xpath id values in amq templates
------------------------------------------
[...truncated 6163 lines...]
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Maven output file path: <http://10.8.63.16/job/Fuse-Tooling-pullrequest/ws/editor/tests/org.fuseso...>
JMX connection succeeded
isDeployment Finished? true
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Have a trace in case of infinite loop in FuseIntegrationProjectCreatorRunnableIT.waitJob()
Maven output file path: <http://10.8.63.16/job/Fuse-Tooling-pullrequest/ws/editor/tests/org.fuseso...>
JMX connection succeeded
isDeployment Finished? true
Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 64.326 sec - in org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableForAMQIT
testAMQBlueprintProjectCreation[2.17.3](org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableForAMQIT) Time elapsed: 12.446 sec
testAMQSpringProjectCreation[2.17.3](org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableForAMQIT) Time elapsed: 10.832 sec
testAMQBlueprintProjectCreation[2.15.1.redhat-621084](org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableForAMQIT) skipped
testAMQSpringProjectCreation[2.15.1.redhat-621084](org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableForAMQIT) Time elapsed: 7.931 sec
testAMQBlueprintProjectCreation[2.17.0.redhat-630175](org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableForAMQIT) Time elapsed: 10.459 sec
testAMQSpringProjectCreation[2.17.0.redhat-630175](org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableForAMQIT) Time elapsed: 11.62 sec
testAMQBlueprintProjectCreation[2.15.1.redhat-621117](org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableForAMQIT) skipped
testAMQSpringProjectCreation[2.15.1.redhat-621117](org.fusesource.ide.projecttemplates.tests.integration.wizards.FuseIntegrationProjectCreatorRunnableForAMQIT) Time elapsed: 10.9 sec
Running org.fusesource.ide.projecttemplates.tests.integration.wizards.CamelProjectConfiguratorIT
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.274 sec - in org.fusesource.ide.projecttemplates.tests.integration.wizards.CamelProjectConfiguratorIT
testMavenNotFacetedProjectUpdate(org.fusesource.ide.projecttemplates.tests.integration.wizards.CamelProjectConfiguratorIT) Time elapsed: 2.13 sec
testEmptyButFacetedProjectCreation(org.fusesource.ide.projecttemplates.tests.integration.wizards.CamelProjectConfiguratorIT) Time elapsed: 4.143 sec
Running org.fusesource.ide.projecttemplates.tests.integration.util.camel.CamelFacetVersionChangeDelegateIT
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.885 sec - in org.fusesource.ide.projecttemplates.tests.integration.util.camel.CamelFacetVersionChangeDelegateIT
testActiveMQUpdate(org.fusesource.ide.projecttemplates.tests.integration.util.camel.CamelFacetVersionChangeDelegateIT) Time elapsed: 3.885 sec
Results :
Failed tests:
[build/deployment failed, you can have a look to the file <http://10.8.63.16/job/Fuse-Tooling-pullrequest/ws/editor/tests/org.fuseso...> for more information.]
Expecting:
<false>
to be equal to:
<true>
but was not.
Tests run: 47, Failures: 1, Errors: 0, Skipped: 8
Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: org.fusesource.ide.launcher.debug.model.CamelDebugTarget$EventDispatchJob
Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: org.fusesource.ide.launcher.debug.model.CamelDebugTarget$ThreadGarbageCollector
Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: org.fusesource.ide.launcher.debug.model.CamelDebugTarget$ThreadGarbageCollector
Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: org.fusesource.ide.launcher.debug.model.CamelDebugTarget$ThreadGarbageCollector
Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: org.fusesource.ide.launcher.debug.model.CamelDebugTarget$ThreadGarbageCollector
Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: org.fusesource.ide.launcher.debug.model.CamelDebugTarget$ThreadGarbageCollector
Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: org.fusesource.ide.launcher.debug.model.CamelDebugTarget$ThreadGarbageCollector
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Fuse Tooling :: Build Configuration .......... SUCCESS [ 0.244 s]
[INFO] JBoss Fuse Tooling ................................. SUCCESS [ 0.254 s]
[INFO] JBoss Fuse Tooling :: Tools ........................ SUCCESS [ 0.008 s]
[INFO] JBoss Fuse Tooling :: Tools :: IDE Build Tools ..... SUCCESS [ 1.371 s]
[INFO] JBoss Fuse Tooling :: Tools :: IDE Code Generator .. SUCCESS [ 0.380 s]
[INFO] JBoss Fuse Tooling :: Core ......................... SUCCESS [ 0.007 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins .............. SUCCESS [ 0.005 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Foundation Core SUCCESS [ 1.215 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Preferences SUCCESS [ 0.131 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Foundation UI SUCCESS [ 0.785 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel Model Service API SUCCESS [ 0.706 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.15.1.redhat-621084 Service Implementation SUCCESS [ 0.429 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.15.1.redhat-621117 Service Implementation SUCCESS [ 0.434 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.17.0.redhat-630175 Service Implementation SUCCESS [ 0.738 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.17.3 Service Implementation SUCCESS [ 0.495 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Maven ..... SUCCESS [ 0.209 s]
[INFO] JBoss Fuse Tooling :: Camel Editor ................. SUCCESS [ 0.008 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins ...... SUCCESS [ 0.005 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Branding SUCCESS [ 0.503 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel Validation SUCCESS [ 0.296 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Cheat Sheets SUCCESS [ 0.037 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Graph ..... SUCCESS [ 0.229 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Help ...... SUCCESS [ 1.658 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Imports ... SUCCESS [ 0.227 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Branding .. SUCCESS [ 0.037 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests ................ SUCCESS [ 0.005 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Service Core Tests SUCCESS [ 2.016 s]
[INFO] JBoss Fuse Tooling :: JMX .......................... SUCCESS [ 0.006 s]
[INFO] JBoss Fuse Tooling :: JMX :: Plugins ............... SUCCESS [ 0.004 s]
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: JMX Commons SUCCESS [ 0.331 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Launcher SUCCESS [ 0.441 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Camel Editor SUCCESS [ 1.000 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Service Core Integration Tests SUCCESS [ 13.637 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Model Tests SUCCESS [ 7.000 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Integration Tests SUCCESS [ 0.325 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Tests SUCCESS [ 1.584 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Integration Tests SUCCESS [ 7.393 s]
[INFO] JBoss Fuse Tooling :: Core :: Features ............. SUCCESS [ 0.006 s]
[INFO] JBoss Fuse Tooling :: Core :: Features :: Core Feature SUCCESS [ 0.234 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: XSD Catalogs SUCCESS [ 0.058 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Launcher UI SUCCESS [ 0.320 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Project SUCCESS [ 0.463 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Project Templates SUCCESS [ 0.440 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests ........ SUCCESS [ 0.007 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel Editor Tests SUCCESS [ 3.080 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel Editor Integration Tests SUCCESS [ 31.215 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel IDE Launcher Tests SUCCESS [ 1.799 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Launcher UI Tests SUCCESS [ 1.886 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel IDE Project Integration Tests SUCCESS [ 7.262 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Project Templates Tests SUCCESS [ 1.433 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: project Templates Integration Tests FAILURE [06:52 min]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Features ..... SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Features :: Camel Editor Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation .......... SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins :: Core SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins :: Editor SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Features SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Features :: Data Transformation Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests . SKIPPED
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests :: Core Transformation Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests :: Core Transformation Integration Tests SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache ActiveMQ Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache Camel Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: JMX Diagram View SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters .............. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins ... SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache Karaf Adapter Core SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache Karaf Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests ................. SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests ::Camel ......... SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Integration Tests :: Camel SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests :: Commons ...... SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests :: Diagram ::View SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Features .............. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Commons SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache Karaf Adapter UI SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: JBoss Fuse Adapter Core SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: JBoss Fuse Adapter UI SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Features .. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Features :: Server Adapters Feature SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Features :: JMX Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests ..... SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests :: Karaf Core Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests :: Server Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Update Site .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 09:09 min
[INFO] Finished at: 2016-08-25T16:29:32-04:00
[INFO] Final Memory: 298M/1489M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.24.0:test (default-test) on project org.fusesource.ide.projecttemplates.tests.integration: There are test failures.
[ERROR]
[ERROR] Please refer to <http://10.8.63.16/job/Fuse-Tooling-pullrequest/ws/editor/tests/org.fuseso...> for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.fusesource.ide.projecttemplates.tests.integration
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :88
Killing Xvnc process ID 16541
8 years, 3 months
Build failed in Jenkins: Fuse-Tooling-pullrequest #236
by Fuse Jenkins
See <http://10.8.63.16/job/Fuse-Tooling-pullrequest/236/changes>
Changes:
[Lars Heinemann] fixed missing id values for xpath expressions in templates
[Lars Heinemann] replaced 630077 bundle with 630175
------------------------------------------
[...truncated 2174 lines...]
testUpdateURIParamsWithPathParams[ghttp](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[kestrel](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[velocity](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[sql-stored](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[xmlsecurity](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[aws-ec2](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.004 sec
testUpdateURIParamsWithPathParams[imap](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[aws-sqs](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[braintree](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.004 sec
testUpdateURIParamsWithPathParams[dozer](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[git](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[smpp](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.004 sec
testUpdateURIParamsWithPathParams[gora](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[hdfs](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[language](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[aws-kinesis](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[browse](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[restlet](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.004 sec
testUpdateURIParamsWithPathParams[scheduler](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[aws-ddb](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[stax](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[rabbitmq](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.004 sec
testUpdateURIParamsWithPathParams[http](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[exec](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[ftps](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[spring-ws](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[sjms](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.004 sec
testUpdateURIParamsWithPathParams[file](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[hdfs2](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[cometds](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.004 sec
testUpdateURIParamsWithPathParams[bean-validator](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[netty](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[msv](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[disruptor](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[gtask](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[jmx](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[netty-http](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[ahc-ws](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[netty4-http](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[optaplanner](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[cxf](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.004 sec
testUpdateURIParamsWithPathParams[snmp](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[context](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[avro](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[spring-ldap](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[stream](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[disruptor-vm](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[aws-s3](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[mqtt](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[eventadmin](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[rest-api](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[properties](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[xquery](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[atmos](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[openshift](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[hipchat](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[netty4](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.004 sec
testUpdateURIParamsWithPathParams[slack](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[jgroups](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[pop3s](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[glogin](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[http4](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[coap](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[xmpp](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[ironmq](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[ejb](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[gauth](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[sap-netweaver](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[quartz2](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[atmosphere-websocket](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[jbpm](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[elasticsearch](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[cmis](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[smpps](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[ftp](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[cache](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[aws-sdb](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[hazelcast](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[spark-rest](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[kafka](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[websocket](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[aws-cw](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[weather](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[dns](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[docker](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[jcr](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[beanstalk](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[stub](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[test](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[linkedin](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[jira](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[geocoder](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[bean](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[cometd](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[google-mail](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[pgevent](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[spring-event](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[vm](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[jclouds](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[seda](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[amqp](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[ibatis](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[stomp](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[dataformat](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[krati](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[xslt](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[mybatis](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[spring-integration](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[controlbus](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[apns](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[yammer](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[cql](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[gridfs](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[mock](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[crypto](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[sftp](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[sjms-batch](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[ssh](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[couchdb](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[cxfrs](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.003 sec
testUpdateURIParamsWithPathParams[aws-swf](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[atom](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[ahc](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[hbase](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.002 sec
testUpdateURIParamsWithPathParams[solrs](org.fusesource.ide.camel.model.service.core.tests.integration.core.util.PropertiesUtilsTestIT) Time elapsed: 0.001 sec
Results :
Tests in error:
EipChecksIT.testChoiceEipModelCanContainWhen:47->assertThisEIPCanContainThat:70 » NullPointer
EipChecksIT.testWhenEipModelCanContainWireTap:57->assertThisEIPCanContainThat:70 » NullPointer
EipChecksIT.testRouteEipModelCanContainWireTap:52->assertThisEIPCanContainThat:70 » NullPointer
EipChecksIT.testWireTapCanBeChildOfAllContainers:62 » NullPointer
Tests run: 243, Failures: 0, Errors: 4, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] JBoss Fuse Tooling :: Build Configuration .......... SUCCESS [ 0.236 s]
[INFO] JBoss Fuse Tooling ................................. SUCCESS [ 0.245 s]
[INFO] JBoss Fuse Tooling :: Tools ........................ SUCCESS [ 0.008 s]
[INFO] JBoss Fuse Tooling :: Tools :: IDE Build Tools ..... SUCCESS [ 1.301 s]
[INFO] JBoss Fuse Tooling :: Tools :: IDE Code Generator .. SUCCESS [ 0.400 s]
[INFO] JBoss Fuse Tooling :: Core ......................... SUCCESS [ 0.006 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins .............. SUCCESS [ 0.006 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Foundation Core SUCCESS [ 1.251 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Preferences SUCCESS [ 0.130 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Foundation UI SUCCESS [ 0.765 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel Model Service API SUCCESS [ 0.680 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.15.1.redhat-621084 Service Implementation SUCCESS [ 0.437 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.15.1.redhat-621117 Service Implementation SUCCESS [ 0.425 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.17.0.redhat-630175 Service Implementation SUCCESS [ 1.001 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel 2.17.3 Service Implementation SUCCESS [ 0.517 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Maven ..... SUCCESS [ 0.212 s]
[INFO] JBoss Fuse Tooling :: Camel Editor ................. SUCCESS [ 0.010 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins ...... SUCCESS [ 0.004 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Branding SUCCESS [ 0.479 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Camel Validation SUCCESS [ 0.323 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Cheat Sheets SUCCESS [ 0.035 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Graph ..... SUCCESS [ 0.239 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Help ...... SUCCESS [ 1.792 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Imports ... SUCCESS [ 0.217 s]
[INFO] JBoss Fuse Tooling :: Core :: Plugins :: Branding .. SUCCESS [ 0.038 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests ................ SUCCESS [ 0.006 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Service Core Tests SUCCESS [ 2.066 s]
[INFO] JBoss Fuse Tooling :: JMX .......................... SUCCESS [ 0.006 s]
[INFO] JBoss Fuse Tooling :: JMX :: Plugins ............... SUCCESS [ 0.005 s]
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: JMX Commons SUCCESS [ 0.384 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Launcher SUCCESS [ 0.358 s]
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Camel Editor SUCCESS [ 0.884 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Service Core Integration Tests FAILURE [ 12.580 s]
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Model Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Integration Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Core :: Tests :: Camel Validation Integration Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Core :: Features ............. SKIPPED
[INFO] JBoss Fuse Tooling :: Core :: Features :: Core Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: XSD Catalogs SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Launcher UI SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Project SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Plugins :: Project Templates SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests ........ SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel Editor Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel Editor Integration Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel IDE Launcher Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Launcher UI Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Camel IDE Project Integration Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: Project Templates Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Tests :: project Templates Integration Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Features ..... SKIPPED
[INFO] JBoss Fuse Tooling :: Camel Editor :: Features :: Camel Editor Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation .......... SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins :: Core SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Plugins :: Editor SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Features SKIPPED
[INFO] JBoss Fuse Tooling :: Data Transformation :: Features :: Data Transformation Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests . SKIPPED
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests :: Core Transformation Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Core Transformation :: Tests :: Core Transformation Integration Tests SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache ActiveMQ Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache Camel Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: JMX Diagram View SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters .............. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins ... SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache Karaf Adapter Core SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Plugins :: Apache Karaf Facade SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests ................. SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests ::Camel ......... SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Integration Tests :: Camel SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests :: Commons ...... SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Tests :: Diagram ::View SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Features .............. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Commons SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: Apache Karaf Adapter UI SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: JBoss Fuse Adapter Core SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Plugins :: JBoss Fuse Adapter UI SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Features .. SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Features :: Server Adapters Feature SKIPPED
[INFO] JBoss Fuse Tooling :: JMX :: Features :: JMX Feature SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests ..... SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests :: Karaf Core Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Server Adapters :: Tests :: Server Tests SKIPPED
[INFO] JBoss Fuse Tooling :: Update Site .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:12 min
[INFO] Finished at: 2016-08-25T15:33:45-04:00
[INFO] Final Memory: 301M/1546M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.24.0:test (default-test) on project org.fusesource.ide.camel.model.service.core.tests.integration: There are test failures.
[ERROR]
[ERROR] Please refer to <http://10.8.63.16/job/Fuse-Tooling-pullrequest/ws/core/tests/org.fusesour...> for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.fusesource.ide.camel.model.service.core.tests.integration
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ vncserver -kill :68
Killing Xvnc process ID 976
8 years, 3 months