Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [tptp-news] org.eclipse.core.runtime.CoreException: IWAT4039EThe Test Execution Harness reported thefollowing problems:java.lang.NullPointerException

I’m using TPTP Core 4.2.2 .

Also I wasn’t saying that the NPE would make the workbench to crash, instead I was wondering if the crashed workspace caused the NPE to be thrown.

As I read on the web, the workspace may crash if the workspace wasn’t saved on a previous usage.

Thanks for the quick reply,

Adrian


From: tptp-news-bounces@xxxxxxxxxxx [mailto:tptp-news-bounces@xxxxxxxxxxx] On Behalf Of Paul Slauenwhite
Sent: Tuesday, May 13, 2008 1:49 PM
To: Proactive notifications about TPTP milestones and noteworthy information(for consumers that don& #8217;t need all of the project development details)
Cc: tptp-news@xxxxxxxxxxx; tptp-testing-tools-dev@xxxxxxxxxxx; tptp-news-bounces@xxxxxxxxxxx
Subject: Re: [tptp-news] org.eclipse.core.runtime.CoreException: IWAT4039EThe Test Execution Harness reported thefollowing problems:java.lang.NullPointerException

 

[Re-positing to the Test Tools mailing list]

Hi Pascalin,
What version/build of TPTP are you using, so the stack trace is meaningful?

>From what I can gather from your stack trace, the test execution harness is resolving all of the files on the project's classspath for deployment to the system under test (SUT). The NPE is thrown when attempting to resolve the files within a directory. Although I cannot reproduce this symptom or see how this NPE would cause the workbench to crash, this corner case is not handled in the code. Please open a Bugzilla against the Test.Execution.ExecutionHarness component in the TPTP Testing product.

PS

---------------------------------------------
Paul Slauenwhite
IBM Toronto Lab, Canada

Internet: paules@xxxxxxxxxx
Telephone: (905) 413-3861
Tie Line: 313-3861
---------------------------------------------
Inactive hide details for "Pascalin Adrian Daniel" <adpascalin@xxxxxxxxx>"Pascalin Adrian Daniel" <adpascalin@xxxxxxxxx>

"Pascalin Adrian Daniel" <adpascalin@xxxxxxxxx>
Sent by: tptp-news-bounces@xxxxxxxxxxx

13/05/2008 06:15 AM

Please respond to
"Proactive notifications about TPTP milestones and noteworthy information \(for consumers that don&amp; #8217; t need all of the project development details\)" <tptp-news@xxxxxxxxxxx>

To


<tptp-news@xxxxxxxxxxx>

cc

Subject


[tptp-news] org.eclipse.core.runtime.CoreException: IWAT4039E The Test Execution Harness reported the following problems:java.lang.NullPointerException

 


Does this error tells you anything?
It usually happens when trying to launch many tests with a tool developed by our company extending the tptp.
When this error appears, the workspace crashes (or is crashed and this error appears, as I suspect).

Test 'xtpTests/core/environment/create_packages/Deploy_Channel/Deploy_Channel.testsuite' executing
java.lang.NullPointerException
at org.eclipse.hyades.execution.harness.JavaExecutionDeploymentAdapter.collectClassFiles(JavaExecutionDeploymentAdapter.java:177)
at org.eclipse.hyades.execution.harness.JavaExecutionDeploymentAdapter.collectClassFiles(JavaExecutionDeploymentAdapter.java:205)
at org.eclipse.hyades.execution.harness.JavaExecutionDeploymentAdapter.collectClassFiles(JavaExecutionDeploymentAdapter.java:205)
at org.eclipse.hyades.execution.harness.JavaExecutionDeploymentAdapter.collectClassFiles(JavaExecutionDeploymentAdapter.java:205)
at org.eclipse.hyades.execution.harness.JavaExecutionDeploymentAdapter.collectClassFiles(JavaExecutionDeploymentAdapter.java:205)
at org.eclipse.hyades.execution.harness.JavaExecutionDeploymentAdapter.collectClassFiles(JavaExecutionDeploymentAdapter.java:205)
at org.eclipse.hyades.execution.harness.JavaExecutionDeploymentAdapter.collectClassFiles(JavaExecutionDeploymentAdapter.java:205)
at org.eclipse.hyades.execution.harness.JavaExecutionDeploymentAdapter.collectClassFiles(JavaExecutionDeploymentAdapter.java:205)
at org.eclipse.hyades.execution.harness.JavaExecutionDeploymentAdapter.collectClassFiles(JavaExecutionDeploymentAdapter.java:205)
at org.eclipse.hyades.execution.harness.JavaExecutionDeploymentAdapter.collectClassFiles(JavaExecutionDeploymentAdapter.java:205)
at org.eclipse.hyades.execution.harness.JavaExecutionDeploymentAdapter.getClasspathFiles(JavaExecutionDeploymentAdapter.java:509)
at org.eclipse.hyades.execution.harness.JavaExecutionDeploymentAdapter.collectClasspathFiles(JavaExecutionDeploymentAdapter.java:280)
at org.eclipse.hyades.execution.harness.JavaExecutionDeploymentAdapter.collectDeployableFiles(JavaExecutionDeploymentAdapter.java:237)
at org.eclipse.hyades.execution.harness.JavaExecutionDeploymentAdapter.deployTestAssets(JavaExecutionDeploymentAdapter.java:468)
at org.eclipse.hyades.execution.harness.util.ExecutionAdapterUtilities.adaptExecutionDeployment(ExecutionAdapterUtilities.java:159)
at org.eclipse.hyades.execution.harness.TestExecutionHarness.launchTestExecution(TestExecutionHarness.java:1973)
at org.eclipse.hyades.execution.harness.TestExecutionHarness.access$3(TestExecutionHarness.java:1817)
at org.eclipse.hyades.execution.harness.TestExecutionHarness$2.run(TestExecutionHarness.java:741)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
org.eclipse.core.runtime.CoreException: IWAT4039E The Test Execution Harness reported the following problems:java.lang.NullPointerException
at org.eclipse.hyades.test.core.launch.delegates.AbstractLaunchConfigurationDelegate2.launch(AbstractLaunchConfigurationDelegate2.java:197)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:558)
at org.eclipse.hyades.test.core.services.AbstractTestExecutionService.launch(AbstractTestExecutionService.java:615)
at org.eclipse.hyades.test.core.services.AbstractTestExecutionService.execute(AbstractTestExecutionService.java:425)
at org.eclipse.hyades.automation.server.AbstractService.execute(AbstractService.java:43)
at org.eclipse.hyades.automation.server.ServiceProxy$1.run(ServiceProxy.java:140)
at org.eclipse.hyades.automation.core.utils.ReusableThread.run(ReusableThread.java:131)
at java.lang.Thread.run(Unknown Source)_______________________________________________
tptp-news mailing list
tptp-news@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tptp-news


Back to the top