Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » IWAT0016E The Agent Controller is not available on host localhost(Linux, TPTP 4.6.2)
IWAT0016E The Agent Controller is not available on host localhost [message #544211] Fri, 02 July 2010 03:08 Go to next message
xiaoru_hua is currently offline xiaoru_huaFriend
Messages: 1
Registered: July 2009
Junior Member
I am using tptp4.6.2.
In the dropins directory, there are following subfolders:
-birt-report
-tptp-platform
-tptp-test
-tptp-test-report

I want to use IAC to as the connection.

In the build.xml file,
I have tried following cases:
1. no tptp.test.connection
2. <property name="tptp.test.connection" value="tptp:iac://localhost:10002"/>
3. <property name="tptp.test.connection" value="tptp:iac://localhost"/>
4. <property name="tptp.test.connection" value="tptp:iac://localhost:10002/default"/>
5. <property name="tptp.test.connection" value="tptp:iac://localhost/default"/>

In WinXP, they works well,but in linux, none works.

This is the ant output:

[tptp:test] Launching delegate...
[tptp:test] org.eclipse.core.runtime.CoreException: IWAT4039E The Test Execution Harness reported the following problems: IWAT0016E The Agent Controller is not available on host localhost.
[tptp:test] Make sure that:
[tptp:test] * the Agent Controller is installed.
[tptp:test] * the Agent Controller is configured to communicate with your machine.
[tptp:test] * you have the correct host name and port number for the Agent Controller.
[tptp:test] at org.eclipse.hyades.test.core.launch.delegates.AbstractLaunch ConfigurationDelegate2.launch(AbstractLaunchConfigurationDel egate2.java:225)
[tptp:test] at org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:853)
[tptp:test] at org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:703)
[tptp:test] at org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:696)

I just use a pure clean workspace without any manual configuration (no any changes of preference), and import two projects with testsuite.


Re: IWAT0016E The Agent Controller is not available on host localhost [message #544710 is a reply to message #544211] Mon, 05 July 2010 10:23 Go to previous message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi,
This appears to be a firewall issue, blocking the Agent Controller's port.
If not, it is a new defect.

Paul
"xiaoru_hua" <huahuaxr@msn.com> wrote in message
news:i0jl82$75r$1@build.eclipse.org...
>I am using tptp4.6.2.
> In the dropins directory, there are following subfolders:
> -birt-report
> -tptp-platform
> -tptp-test
> -tptp-test-report
>
> I want to use IAC to as the connection.
>
> In the build.xml file,
> I have tried following cases:
> 1. no tptp.test.connection 2. <property name="tptp.test.connection"
> value="tptp:iac://localhost:10002"/>
> 3. <property name="tptp.test.connection" value="tptp:iac://localhost"/>
> 4. <property name="tptp.test.connection"
> value="tptp:iac://localhost:10002/default"/>
> 5. <property name="tptp.test.connection"
> value="tptp:iac://localhost/default"/>
>
> In WinXP, they works well,but in linux, none works.
> This is the ant output:
> [tptp:test] Launching delegate...
> [tptp:test] org.eclipse.core.runtime.CoreException: IWAT4039E The Test
> Execution Harness reported the following problems: IWAT0016E The Agent
> Controller is not available on host localhost.
> [tptp:test] Make sure that:
> [tptp:test] * the Agent Controller is installed.
> [tptp:test] * the Agent Controller is configured to communicate with your
> machine.
> [tptp:test] * you have the correct host name and port number for the Agent
> Controller.
> [tptp:test] at
> org.eclipse.hyades.test.core.launch.delegates.AbstractLaunch
> ConfigurationDelegate2.launch(AbstractLaunchConfigurationDel
> egate2.java:225)
> [tptp:test] at
> org.eclipse.debug.internal.core.LaunchConfiguration.launch(L
> aunchConfiguration.java:853)
> [tptp:test] at
> org.eclipse.debug.internal.core.LaunchConfiguration.launch(L
> aunchConfiguration.java:703)
> [tptp:test] at
> org.eclipse.debug.internal.core.LaunchConfiguration.launch(L
> aunchConfiguration.java:696)
>
> I just use a pure clean workspace without any manual configuration (no any
> changes of preference), and import two projects with testsuite.
>
>
>
Previous Topic:Method/Line code coverage JDK 6;JDK 5 in TPTP 4.6
Next Topic:HttpResponse::getBody() is always null value
Goto Forum:
  


Current Time: Tue Apr 16 11:47:04 GMT 2024

Powered by FUDForum. Page generated in 0.68172 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top