Failed to execute org.eclipse.rcptt.core.ecl.core.model.impl.EnterContextImpl [message #1821377] |
Wed, 12 February 2020 07:34 |
Martin Todorov Messages: 5 Registered: February 2020 |
Junior Member |
|
|
Tests are written with RCPTT IDE 2.30 and 2.4.2.
We recently updated our AUT from Photon to 2019-09.
With Photon and runner 2.4.2 we didn't have the exception.
With 2019-09 we had to update runner to 2.4.3 because of unrecognized target platform.
The exception comes randomly at different tests.
Tried runner 2.5.0, 2.5.1 - same thing.
Details
ERROR , message: Failed to execute org.eclipse.rcptt.core.ecl.core.model.impl.EnterContextImpl@3278b66d (host: null)
Exception
java.lang.Throwable: java.lang.Throwable: org.eclipse.core.runtime.CoreException: Execution has timed out after 180.0 seconds
at sun.reflect.GeneratedConstructorAccessor24.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.eclipse.emf.ecore.impl.EFactoryImpl.createFromString(EFactoryImpl.java:423)
at org.eclipse.rcptt.ecl.core.impl.CoreFactoryImpl.createThrowableFromString(CoreFactoryImpl.java:592)
at org.eclipse.rcptt.ecl.core.impl.CoreFactoryImpl.createFromString(CoreFactoryImpl.java:125)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadFeatureValue(SherlockBinaryResourceImpl.java:1284)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadEObject(SherlockBinaryResourceImpl.java:1235)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadFeatureValue(SherlockBinaryResourceImpl.java:1257)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadEObject(SherlockBinaryResourceImpl.java:1235)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadFeatureValue(SherlockBinaryResourceImpl.java:1257)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadEObject(SherlockBinaryResourceImpl.java:1235)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadFeatureValue(SherlockBinaryResourceImpl.java:1257)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadEObject(SherlockBinaryResourceImpl.java:1235)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadEObjects(SherlockBinaryResourceImpl.java:1034)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadFeatureValue(SherlockBinaryResourceImpl.java:1267)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadEObject(SherlockBinaryResourceImpl.java:1235)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadFeatureValue(SherlockBinaryResourceImpl.java:1257)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadEObject(SherlockBinaryResourceImpl.java:1235)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadResource(SherlockBinaryResourceImpl.java:1017)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl.doLoad(SherlockBinaryResourceImpl.java:128)
at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1563)
at org.eclipse.rcptt.sherlock.core.streams.SherlockReportFormat.loadReport(SherlockReportFormat.java:71)
at org.eclipse.rcptt.sherlock.core.streams.SherlockReportIterator.next(SherlockReportIterator.java:102)
at org.eclipse.rcptt.reporting.util.Q7ReportIterator$1.next(Q7ReportIterator.java:48)
at org.eclipse.rcptt.reporting.util.Q7ReportIterator$1.next(Q7ReportIterator.java:1)
at com.google.common.collect.Iterators$6.computeNext(Iterators.java:616)
at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:145)
at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:140)
at org.eclipse.rcptt.reporting.html.HtmlReportRenderer.renderFailed(HtmlReportRenderer.java:132)
at org.eclipse.rcptt.reporting.html.HtmlReportRenderer.renderReport(HtmlReportRenderer.java:96)
at org.eclipse.rcptt.reporting.html.HtmlReportRenderer.generateReport(HtmlReportRenderer.java:72)
at org.eclipse.rcptt.runner.util.Reporter.createReport(Reporter.java:83)
at org.eclipse.rcptt.runner.util.Reporter.createReport(Reporter.java:77)
at org.eclipse.rcptt.runner.util.Reporter.report(Reporter.java:41)
at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:60)
at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:661)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
at org.eclipse.equinox.launcher.Main.run(Main.java:1476)
at org.eclipse.equinox.launcher.Main.main(Main.java:1449)
ERROR , message: Execution has timed out after 180.0 seconds
Exception
java.lang.Throwable: java.lang.Throwable: java.util.concurrent.TimeoutException
at sun.reflect.GeneratedConstructorAccessor24.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.eclipse.emf.ecore.impl.EFactoryImpl.createFromString(EFactoryImpl.java:423)
at org.eclipse.rcptt.ecl.core.impl.CoreFactoryImpl.createThrowableFromString(CoreFactoryImpl.java:592)
at org.eclipse.rcptt.ecl.core.impl.CoreFactoryImpl.createFromString(CoreFactoryImpl.java:125)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadFeatureValue(SherlockBinaryResourceImpl.java:1284)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadEObject(SherlockBinaryResourceImpl.java:1235)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadFeatureValue(SherlockBinaryResourceImpl.java:1257)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadEObject(SherlockBinaryResourceImpl.java:1235)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadEObjects(SherlockBinaryResourceImpl.java:1034)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadFeatureValue(SherlockBinaryResourceImpl.java:1267)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadEObject(SherlockBinaryResourceImpl.java:1235)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadFeatureValue(SherlockBinaryResourceImpl.java:1257)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadEObject(SherlockBinaryResourceImpl.java:1235)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadFeatureValue(SherlockBinaryResourceImpl.java:1257)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadEObject(SherlockBinaryResourceImpl.java:1235)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadEObjects(SherlockBinaryResourceImpl.java:1034)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadFeatureValue(SherlockBinaryResourceImpl.java:1267)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadEObject(SherlockBinaryResourceImpl.java:1235)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadFeatureValue(SherlockBinaryResourceImpl.java:1257)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadEObject(SherlockBinaryResourceImpl.java:1235)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl$EObjectInputStream.loadResource(SherlockBinaryResourceImpl.java:1017)
at org.eclipse.rcptt.sherlock.core.streams.SherlockBinaryResourceImpl.doLoad(SherlockBinaryResourceImpl.java:128)
at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1563)
at org.eclipse.rcptt.sherlock.core.streams.SherlockReportFormat.loadReport(SherlockReportFormat.java:71)
at org.eclipse.rcptt.sherlock.core.streams.SherlockReportIterator.next(SherlockReportIterator.java:102)
at org.eclipse.rcptt.reporting.util.Q7ReportIterator$1.next(Q7ReportIterator.java:48)
at org.eclipse.rcptt.reporting.util.Q7ReportIterator$1.next(Q7ReportIterator.java:1)
at com.google.common.collect.Iterators$6.computeNext(Iterators.java:616)
at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:145)
at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:140)
at org.eclipse.rcptt.reporting.html.HtmlReportRenderer.renderFailed(HtmlReportRenderer.java:132)
at org.eclipse.rcptt.reporting.html.HtmlReportRenderer.renderReport(HtmlReportRenderer.java:96)
at org.eclipse.rcptt.reporting.html.HtmlReportRenderer.generateReport(HtmlReportRenderer.java:72)
at org.eclipse.rcptt.runner.util.Reporter.createReport(Reporter.java:83)
at org.eclipse.rcptt.runner.util.Reporter.createReport(Reporter.java:77)
at org.eclipse.rcptt.runner.util.Reporter.report(Reporter.java:41)
at org.eclipse.rcptt.runner.HeadlessRunner.performCoolThings(HeadlessRunner.java:60)
at org.eclipse.rcptt.runner.HeadlessRunnerApp.start(HeadlessRunnerApp.java:54)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:661)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:597)
at org.eclipse.equinox.launcher.Main.run(Main.java:1476)
at org.eclipse.equinox.launcher.Main.main(Main.java:1449)
|
|
|
Powered by
FUDForum. Page generated in 0.04577 seconds