Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 212535

Summary: InactiveProcessException when launching a manual test.
Product: z_Archived Reporter: Paul Slauenwhite <paulslau>
Component: TPTPAssignee: Paul Slauenwhite <paulslau>
Status: CLOSED FIXED QA Contact:
Severity: critical    
Priority: P1 Keywords: plan
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Paul Slauenwhite CLA 2007-12-11 07:31:58 EST
InactiveProcessException when launching a manual test.

Using the http://www.eclipse.org/tptp/home/downloads/?buildId=TPTP-4.5.0-200712101040 build, launching a manual test case (IAC or Agent Controller) the following error:

!SESSION 2007-12-11 08:26:06.812 -----------------------------------------------
eclipse.buildId=N20071204-0010
java.fullversion=J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32 j9vmwi3223ifx-20070323 (JIT enabled)
J9VM - 20070322_12058_lHdSMR
JIT  - 20070109_1805ifx3_r8
GC   - WASIFIX_2007
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments:  -os win32 -ws win32 -arch x86 -clean -data D:\AC_Hyades_WSAD_Drivers\TPTP-4.5-I4-A\eclipse\workspace

!ENTRY org.eclipse.hyades.test.core 1 0 2007-12-11 08:27:37.828
!MESSAGE org.eclipse.hyades.internal.execution.local.control.InactiveProcessException
!STACK 0
org.eclipse.hyades.internal.execution.local.control.InactiveProcessException
	at org.eclipse.hyades.execution.harness.TestExecutionHarnessExecutorStub.launch(TestExecutionHarnessExecutorStub.java:422)
	at org.eclipse.hyades.execution.harness.TestExecutionHarness.launchTestExecution(TestExecutionHarness.java:2098)
	at org.eclipse.hyades.execution.harness.TestExecutionHarness.access$2(TestExecutionHarness.java:1830)
	at org.eclipse.hyades.execution.harness.TestExecutionHarness$2.run(TestExecutionHarness.java:750)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

!ENTRY org.eclipse.hyades.test.core 1 0 2007-12-11 08:27:37.843
!MESSAGE java.lang.RuntimeException: org.eclipse.hyades.internal.execution.local.control.InactiveProcessException
!STACK 0
java.lang.RuntimeException: org.eclipse.hyades.internal.execution.local.control.InactiveProcessException
	at org.eclipse.hyades.execution.harness.TestExecutionHarnessExecutorStub.handleException(TestExecutionHarnessExecutorStub.java:347)
	at org.eclipse.hyades.execution.harness.TestExecutionHarnessExecutorStub.launch(TestExecutionHarnessExecutorStub.java:434)
	at org.eclipse.hyades.execution.harness.TestExecutionHarness.launchTestExecution(TestExecutionHarness.java:2098)
	at org.eclipse.hyades.execution.harness.TestExecutionHarness.access$2(TestExecutionHarness.java:1830)
	at org.eclipse.hyades.execution.harness.TestExecutionHarness$2.run(TestExecutionHarness.java:750)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: org.eclipse.hyades.internal.execution.local.control.InactiveProcessException
	at org.eclipse.hyades.execution.harness.TestExecutionHarnessExecutorStub.launch(TestExecutionHarnessExecutorStub.java:422)
	... 4 more

!ENTRY org.eclipse.hyades.test.core 4 0 2007-12-11 08:27:38.000
!MESSAGE IWAT4039E The Test Execution Harness reported the following problems:org.eclipse.hyades.internal.execution.local.control.InactiveProcessException
Comment 1 Paul Slauenwhite CLA 2007-12-11 08:31:20 EST
The following files checked in to CVS (HEAD):

org.eclipse.tptp.test.tools.manual.internal.harness.ManualExecutableObjectAdapter.java
org.eclipse.tptp.test.tools.manual.util.ManualConstants.java
org.eclipse.tptp.test.tools.manual.SetConfig.java

Also, fixed the JUnit Plug-in test type:

org.eclipse.tptp.test.tools.junit.plugin.SetConfig.java
Comment 2 Paul Slauenwhite CLA 2007-12-17 12:31:53 EST
Verified using TPTP-4.5.0-200712160400. 

Closing.