Forum Discussion

framirez's avatar
framirez
Occasional Contributor
15 years ago

Distributed test is not running in agents

Hello,

I have a load Test created with SoapUI that I want to run with LoadUI. Load test is already in LoadUI, and it works when I use Local. Now I want to run it in Agents. Before to run them in remote agents I am trying to run it in an Agent running in my own machine. So, I have launched the Agent in my own machine.

So, Agent is running in my machine and I have added that agent with my testCase in LoadUI. When I try to enable this agent in LoadUI, Agent is showing the following information:

17:07:49,858 INFO [ControllerImpl] Loading SceneItem 887c78eb-440b-4e6a-9a3a-19
e12e32fd68
17:07:49,859 DEBUG [ControllerImpl] REQUESTING DEFINITION: 887c78eb-440b-4e6a-9a
3a-19e12e32fd68 from: com.eviware.loadui.impl.messaging.BayeuxServiceServerEndpo
int$MessageEndpointImpl@1a6c368
17:07:50,860 DEBUG [ControllerImpl] REQUESTING DEFINITION: 887c78eb-440b-4e6a-9a
3a-19e12e32fd68 from: com.eviware.loadui.impl.messaging.BayeuxServiceServerEndpo
int$MessageEndpointImpl@1a6c368
17:07:51,860 DEBUG [ControllerImpl] REQUESTING DEFINITION: 887c78eb-440b-4e6a-9a
3a-19e12e32fd68 from: com.eviware.loadui.impl.messaging.BayeuxServiceServerEndpo
int$MessageEndpointImpl@1a6c368
17:07:52,860 DEBUG [ControllerImpl] REQUESTING DEFINITION: 887c78eb-440b-4e6a-9a
3a-19e12e32fd68 from: com.eviware.loadui.impl.messaging.BayeuxServiceServerEndpo
int$MessageEndpointImpl@1a6c368
17:07:53,860 DEBUG [ControllerImpl] REQUESTING DEFINITION: 887c78eb-440b-4e6a-9a
3a-19e12e32fd68 from: com.eviware.loadui.impl.messaging.BayeuxServiceServerEndpo
int$MessageEndpointImpl@1a6c368
17:07:54,860 DEBUG [ControllerImpl] REQUESTING DEFINITION: 887c78eb-440b-4e6a-9a
3a-19e12e32fd68 from: com.eviware.loadui.impl.messaging.BayeuxServiceServerEndpo
int$MessageEndpointImpl@1a6c368
17:07:55,860 DEBUG [ControllerImpl] REQUESTING DEFINITION: 887c78eb-440b-4e6a-9a
3a-19e12e32fd68 from: com.eviware.loadui.impl.messaging.BayeuxServiceServerEndpo
int$MessageEndpointImpl@1a6c368
17:07:56,860 DEBUG [ControllerImpl] REQUESTING DEFINITION: 887c78eb-440b-4e6a-9a
3a-19e12e32fd68 from: com.eviware.loadui.impl.messaging.BayeuxServiceServerEndpo
int$MessageEndpointImpl@1a6c368
17:07:57,860 DEBUG [ControllerImpl] REQUESTING DEFINITION: 887c78eb-440b-4e6a-9a
3a-19e12e32fd68 from: com.eviware.loadui.impl.messaging.BayeuxServiceServerEndpo
int$MessageEndpointImpl@1a6c368
17:07:58,860 DEBUG [ControllerImpl] REQUESTING DEFINITION: 887c78eb-440b-4e6a-9a
3a-19e12e32fd68 from: com.eviware.loadui.impl.messaging.BayeuxServiceServerEndpo
int$MessageEndpointImpl@1a6c368
17:07:59,860 ERROR [ControllerImpl] Unable to get TestCase definition: 887c78eb-
440b-4e6a-9a3a-19e12e32fd68 from endpoint: com.eviware.loadui.impl.messaging.Bay
euxServiceServerEndpoint$MessageEndpointImpl@1a6c368


As you can check, there is a error at the end. It seems that my TestCase can not be loaded. Also, If run the test case in LoadUI, I see that no requests are being sent, but Agent is showing:
17:18:29,701 DEBUG [ControllerImpl] Got command: actionEvent
17:18:29,708 DEBUG [ControllerImpl] Got command: actionEvent

Do you know what is the problem that I have? Is it related to use Agent in my own machine?

Thanks

2 Replies

  • Hi!

    Is this with the 1.0.1 release? If so, please try upgrading to the nightly build available at http://www.eviware.com/nightly-builds which has a number of fixes in this area.

    If that does not help, can you attach your loadUI project so we can try to reproduce?

    regards,

    /Ole
    eviware.com
  • framirez's avatar
    framirez
    Occasional Contributor
    I have tried using another machine as agent (different as mine) and now it is working.

    Thanks