Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » IWAT0284EThe agent controller is not available on host localhost.
IWAT0284EThe agent controller is not available on host localhost. [message #130943] Fri, 06 June 2008 16:44 Go to next message
Eclipse UserFriend
Originally posted by: sdhjosh.yahoo.com

Hi,

I am trying to get to know about Spring framework and also I am new to
junit.
So I am following the spring tutorial where it talks about a junit test.
So I create a TPTP junit test in eclipse and eclipse also creates a test
suite for me which is great.
However when I try to run the test suite or the test.java file (Right
Click => Run as => Test) I get the following error.

Connection failed on host localhost.
Reason:
IWAT0284EThe agent controller is not available on host localhost.
Make sure that:
*the agent controller is installed
*the agent controller is configured to communicate with your machine.
*you have the correct host name and port number for the agent controller.

When I click on "details" I get
" org.elipse.hyades.internal.execution.local.control.AgentCont rollerUnavailableException "

I have been following some threads in eclipse.tptp newslist, they all talk
about different issues but with the same error.
Can anyone help me out here?

Thnx.
Re: IWAT0284EThe agent controller is not available on host localhost. [message #130995 is a reply to message #130943] Mon, 09 June 2008 11:29 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Sudha,
Do you have the Agent Controller
( http://help.eclipse.org/help33/topic/org.eclipse.tptp.platfo rm.agentcontroller.doc.user/tasks/rac/tworkwac.html)
configured/running, or the Integrated Agent Controller (IAC) enabled
( http://help.eclipse.org/help33/topic/org.eclipse.tptp.platfo rm.agentcontroller.doc.user/concepts/rac/ciacintro.html)?

Paul
"Sudha Sukumar" <sdhjosh@yahoo.com> wrote in message
news:83443dafa17f35141cf2e851ae34a9c9$1@www.eclipse.org...
> Hi,
>
> I am trying to get to know about Spring framework and also I am new to
> junit.
> So I am following the spring tutorial where it talks about a junit test.
> So I create a TPTP junit test in eclipse and eclipse also creates a test
> suite for me which is great.
> However when I try to run the test suite or the test.java file (Right
> Click => Run as => Test) I get the following error.
>
> Connection failed on host localhost.
> Reason:
> IWAT0284EThe agent controller is not available on host localhost.
> Make sure that:
> *the agent controller is installed
> *the agent controller is configured to communicate with your machine.
> *you have the correct host name and port number for the agent controller.
>
> When I click on "details" I get
> " org.elipse.hyades.internal.execution.local.control.AgentCont rollerUnavailableException "
>
> I have been following some threads in eclipse.tptp newslist, they all talk
> about different issues but with the same error.
> Can anyone help me out here?
>
> Thnx.
>
>
Re: IWAT0284EThe agent controller is not available on host localhost. [message #131019 is a reply to message #130995] Mon, 09 June 2008 15:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sdhjosh.yahoo.com

Hi Paul,

I have Integrated Agent Controller enabled under windows => Preferences =>
AgentController => Integrated Agent Controller.
I have the port as 10002 under windows => Preferences => Test and Default
host name as Localhost.

I also downloaded and installed the Agent Controller and configured it as
per the instructions and still the same error.

Also under profiling and Logging I have the agent controller port as 10002.
I am not sure if the profiling and Logging setting has anything to do with
the junit test I am trying to run.

I get the same error even when I run the "Test Connection" under windows
=> Preferences => Profiling and Logging => Hosts.
Re: IWAT0284EThe agent controller is not available on host localhost. [message #131032 is a reply to message #131019] Tue, 10 June 2008 09:23 Go to previous messageGo to next message
Tristan Israel is currently offline Tristan IsraelFriend
Messages: 8
Registered: July 2009
Junior Member
Hi

I had the same problem which was caused by my proxy setting. Check with
removing your proxy setting...

It is weird that the profiling doesn't take in account the exception for
localhost in the proxy settings
Re: IWAT0284EThe agent controller is not available on host localhost. [message #131045 is a reply to message #131019] Tue, 10 June 2008 10:41 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Sudha,
There could only be a few things causing this behaviour. First, a
firewall and the Agent Controller configuration (e.g. <Allow host="None"/>
in serviceconfig.xml) is blocking communication with the Agent Controller on
this port. Next, as Estebi mentioned, there could be an issue with a proxy,
if you are using one. Finally, if could be defect
https://bugs.eclipse.org/bugs/show_bug.cgi?id=182737 if you are using TPTP
4.3.x or below.

Paul
"Sudha" <sdhjosh@yahoo.com> wrote in message
news:0f6152a50beb0317d591ac285d6a4931$1@www.eclipse.org...
> Hi Paul,
>
> I have Integrated Agent Controller enabled under windows => Preferences =>
> AgentController => Integrated Agent Controller.
> I have the port as 10002 under windows => Preferences => Test and Default
> host name as Localhost.
>
> I also downloaded and installed the Agent Controller and configured it as
> per the instructions and still the same error.
>
> Also under profiling and Logging I have the agent controller port as
> 10002.
> I am not sure if the profiling and Logging setting has anything to do with
> the junit test I am trying to run.
>
> I get the same error even when I run the "Test Connection" under windows
> => Preferences => Profiling and Logging => Hosts.
>
>
>
Re: IWAT0284EThe agent controller is not available on host localhost. [message #131221 is a reply to message #131045] Wed, 11 June 2008 18:47 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sdhjosh.yahoo.com

I installed a fresh copy of eclipse 3.3.2, opened a new workspace and
through update manager completed all the updates. Still I get the same
error.
Is there a configuration detail I am missing here?
Re: IWAT0284EThe agent controller is not available on host localhost. [message #131234 is a reply to message #131221] Wed, 11 June 2008 18:56 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: sdhjosh.yahoo.com

I am not using a proxy and I am not behind a firewall and I directly
connect to internet.
When do the Test Connection it gives this error again.
Re: IWAT0284EThe agent controller is not available on host localhost. [message #131286 is a reply to message #131234] Thu, 12 June 2008 10:25 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
This appears to be an issue with the IAC on your machine. What is your OS
(vendor/release/version), JRE (vendor/version), and TPTP version?

Paul
"Sudha Sukumar" <sdhjosh@yahoo.com> wrote in message
news:01248430dca01ed65a792a6ce7e2b65e$1@www.eclipse.org...
>
> I am not using a proxy and I am not behind a firewall and I directly
> connect to internet.
> When do the Test Connection it gives this error again.
>
Re: IWAT0284EThe agent controller is not available on host localhost. [message #131574 is a reply to message #131286] Mon, 23 June 2008 19:39 Go to previous messageGo to next message
David Whiteman is currently offline David WhitemanFriend
Messages: 166
Registered: July 2009
Senior Member
I installed the platform and testing packages with the 3.4-RC4 build on
Windows XP. I have never had a problem with this on previous TPTP
installations, but I am getting the same IAC error.

I checked the Location settings in the Test preferences and it has
localhost and 10002 as the default settings. When I click on "Test
Connection", I get the same error IWAT0284E.

When I've previously run these tests, I haven't required the main AC.
I.e. the IAC used to work fine for me.

David

Paul Slauenwhite wrote:
> This appears to be an issue with the IAC on your machine. What is your OS
> (vendor/release/version), JRE (vendor/version), and TPTP version?
>
> Paul
> "Sudha Sukumar" <sdhjosh@yahoo.com> wrote in message
> news:01248430dca01ed65a792a6ce7e2b65e$1@www.eclipse.org...
>> I am not using a proxy and I am not behind a firewall and I directly
>> connect to internet.
>> When do the Test Connection it gives this error again.
>>
>
>
Re: IWAT0284EThe agent controller is not available on host localhost. [message #131599 is a reply to message #131574] Mon, 23 June 2008 22:41 Go to previous messageGo to next message
David Whiteman is currently offline David WhitemanFriend
Messages: 166
Registered: July 2009
Senior Member
David Whiteman wrote:
> I installed the platform and testing packages with the 3.4-RC4 build on
> Windows XP. I have never had a problem with this on previous TPTP
> installations, but I am getting the same IAC error.
>
> I checked the Location settings in the Test preferences and it has
> localhost and 10002 as the default settings. When I click on "Test
> Connection", I get the same error IWAT0284E.
>
> When I've previously run these tests, I haven't required the main AC.
> I.e. the IAC used to work fine for me.
>
> David

Just to be sure it wasn't because I downloaded the platform & testing
components piecemeal, I downloaded the RC4 all in one package on Windows
XP, and immediately went to the Location settings and clicked Test
Connection with the default values. The cursor went to an hourglass and
never indicated that the test is over.

David
Re: IWAT0284EThe agent controller is not available on host localhost. [message #131822 is a reply to message #131599] Thu, 26 June 2008 13:23 Go to previous message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi David and Sudha,
This problem has since been resolved in the TPTP 4.5.0 (Ganymede)
release. Please download and install the new driver:

http://www.eclipse.org/tptp/home/downloads/?ver=4.5.0

Paul
"David Whiteman" <dlwhiteman@us.ibm.com> wrote in message
news:g3p8rb$mrd$1@build.eclipse.org...
> David Whiteman wrote:
>> I installed the platform and testing packages with the 3.4-RC4 build on
>> Windows XP. I have never had a problem with this on previous TPTP
>> installations, but I am getting the same IAC error.
>>
>> I checked the Location settings in the Test preferences and it has
>> localhost and 10002 as the default settings. When I click on "Test
>> Connection", I get the same error IWAT0284E.
>>
>> When I've previously run these tests, I haven't required the main AC.
>> I.e. the IAC used to work fine for me.
>>
>> David
>
> Just to be sure it wasn't because I downloaded the platform & testing
> components piecemeal, I downloaded the RC4 all in one package on Windows
> XP, and immediately went to the Location settings and clicked Test
> Connection with the default values. The cursor went to an hourglass and
> never indicated that the test is over.
>
> David
Previous Topic:newbies is tptp can be used to test a launcher
Next Topic:Failed to launch latest eclipse 3.4 M6 build by Agent Controller + TPTP
Goto Forum:
  


Current Time: Thu Apr 25 05:17:06 GMT 2024

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

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

Back to the top