| Summary: | InactiveProcessException happens when running manual test with IAC | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Tony Wang <newboya1988> | ||||
| Component: | TPTP | Assignee: | Bing Xu <xubing> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | critical | ||||||
| Priority: | P1 | CC: | jcayne, jgwest, jkubasta, paulslau | ||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Tony Wang
!ENTRY org.eclipse.hyades.test.core 1 0 2008-04-25 06:47:51.928 !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:421) at org.eclipse.hyades.execution.harness.TestExecutionHarness.launchTestExecution(TestExecutionHarness.java:2076) at org.eclipse.hyades.execution.harness.TestExecutionHarness.access$1(TestExecutionHarness.java:1808) at org.eclipse.hyades.execution.harness.TestExecutionHarness$2.run(TestExecutionHarness.java:728) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) !ENTRY org.eclipse.hyades.test.core 1 0 2008-04-25 06:47:51.948 !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:346) at org.eclipse.hyades.execution.harness.TestExecutionHarnessExecutorStub.launch(TestExecutionHarnessExecutorStub.java:433) at org.eclipse.hyades.execution.harness.TestExecutionHarness.launchTestExecution(TestExecutionHarness.java:2076) at org.eclipse.hyades.execution.harness.TestExecutionHarness.access$1(TestExecutionHarness.java:1808) at org.eclipse.hyades.execution.harness.TestExecutionHarness$2.run(TestExecutionHarness.java:728) 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:421) ... 4 more !ENTRY org.eclipse.hyades.test.core 4 0 2008-04-25 06:47:52.108 !MESSAGE IWAT4039E The Test Execution Harness reported the following problems: org.eclipse.hyades.internal.execution.local.control.InactiveProcessException Tony, did you regenerate IAC's config file? I've tried two ways to install manual test tool plugin to eclipse, one is extract that plugin under <Eclipse installation directory>, another way is extract to <Eclipse installation directory>/dropins, both can reproduce that problem, and Agent Controller (with manual test plugin installed under<AC directory>/plugin) can work well under those two installations (In reply to comment #3) > I've tried two ways to install manual test tool plugin to eclipse, one is > extract that plugin under <Eclipse installation directory>, another way is > extract to <Eclipse installation directory>/dropins, both can reproduce that > problem, and Agent Controller (with manual test plugin installed under<AC > directory>/plugin) can work well under those two installations > Tony, did you following the installation instructions (specifically #3): http://www.eclipse.org/tptp/test/documents/gettingstarted/Manual_Test_Tools_Getting_Started.html#2.0 This is caused by the IAC config using FileLocator to get path of the SWT jar. Will provide a patch soon. Created attachment 98241 [details]
Fix IAC config problem with swt jar.
Jonathan, can you review the patch. Patch is good. Joel, can you commit the patch. Thanks. I just applied this patch to Head given it was PMC approved for inclusion in i7 Verified in the I7 candidate driver. |