Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Problem with TPTP 4.1 and 4.2 (IWAT4039E)
Problem with TPTP 4.1 and 4.2 (IWAT4039E) [message #64503] Wed, 05 April 2006 19:53 Go to next message
Eclipse UserFriend
Originally posted by: thomas.olsson.in2objects.com

Hi



I have generated a test suit with the http recorder but when I try to run it
with RAC I get a:



!MESSAGE IWAT4039E The Test Execution Harness reported the following
problems:org.eclipse.core.runtime.CoreException

!STACK 1

org.eclipse.core.runtime.CoreException: IWAT4039E The Test Execution Harness
reported the following problems:java.net.ConnectException: Connection
refused:
connectorg.eclipse.hyades.internal.execution.core.file.Serve rNotAvailableException:
java.net.ConnectException: Connection refused: connect

at
org.eclipse.hyades.test.core.launch.delegates.AbstractLaunch ConfigurationDelegate2.launch(AbstractLaunchConfigurationDel egate2.java:178)

at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:590)

at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:515)

at
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(D ebugUIPlugin.java:733)

at
org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlu gin.java:931)

at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)

!SUBENTRY 1 org.eclipse.hyades.test.core 4 0 2006-04-05 18:46:17.375

!MESSAGE IWAT4039E The Test Execution Harness reported the following
problems:java.net.ConnectException: Connection refused:
connectorg.eclipse.hyades.internal.execution.core.file.Serve rNotAvailableException:
java.net.ConnectException: Connection refused: connect



This I appearing after 66%.



I'm running against Weblogic Server with jsk 1.5.0_04.



I can connect and profile the server but not run the recording test
(generated junit test runs OK).

I've tried this both with TPTP 4.1 and the latest 4.2 release.



Has this to do with fact that I'm using jdk 5?



Is there any solution?



Many thanks

Thomas
Re: Problem with TPTP 4.1 and 4.2 (IWAT4039E) [message #65267 is a reply to message #64503] Mon, 10 April 2006 12:04 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Thomas,
Test execution requires the Agent Controller's file server (port 10005,
by default) to deploy the test assets. Can you confirm that the Agent
Controller's file server is running on port 10005 and that this port is
free? You can check the filePort attribute on the
AgentControllerConfiguration element in the <Agent Controller's install
directory>/config/serviceconfig.xml. If 10005 is free, please try with JRE
V1.4.x. If the problem persists, please open a defect in TPTP's bugzilla.

Paul
"Thomas Olsson" <thomas.olsson@in2objects.com> wrote in message
news:e1178c$qav$1@utils.eclipse.org...
> Hi
>
>
>
> I have generated a test suit with the http recorder but when I try to run
it
> with RAC I get a:
>
>
>
> !MESSAGE IWAT4039E The Test Execution Harness reported the following
> problems:org.eclipse.core.runtime.CoreException
>
> !STACK 1
>
> org.eclipse.core.runtime.CoreException: IWAT4039E The Test Execution
Harness
> reported the following problems:java.net.ConnectException: Connection
> refused:
>
connectorg.eclipse.hyades.internal.execution.core.file.Serve rNotAvailableExc
eption:
> java.net.ConnectException: Connection refused: connect
>
> at
>
org.eclipse.hyades.test.core.launch.delegates.AbstractLaunch ConfigurationDel
egate2.launch(AbstractLaunchConfigurationDelegate2.java:178)
>
> at
>
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfigurati
on.java:590)
>
> at
>
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfigurati
on.java:515)
>
> at
>
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(D ebugUIPlugin.jav
a:733)
>
> at
> org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlu gin.java:931)
>
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
>
> !SUBENTRY 1 org.eclipse.hyades.test.core 4 0 2006-04-05 18:46:17.375
>
> !MESSAGE IWAT4039E The Test Execution Harness reported the following
> problems:java.net.ConnectException: Connection refused:
>
connectorg.eclipse.hyades.internal.execution.core.file.Serve rNotAvailableExc
eption:
> java.net.ConnectException: Connection refused: connect
>
>
>
> This I appearing after 66%.
>
>
>
> I'm running against Weblogic Server with jsk 1.5.0_04.
>
>
>
> I can connect and profile the server but not run the recording test
> (generated junit test runs OK).
>
> I've tried this both with TPTP 4.1 and the latest 4.2 release.
>
>
>
> Has this to do with fact that I'm using jdk 5?
>
>
>
> Is there any solution?
>
>
>
> Many thanks
>
> Thomas
>
>
>
>
>
>
Re: Problem with TPTP 4.1 and 4.2 (IWAT4039E) [message #67168 is a reply to message #65267] Thu, 20 April 2006 09:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: thomas.olsson.in2objects.com

I got it to work!

The problem is that it takes 3 to 4 minutes to start the test, I don't know
what it does during that time (CPU is running at 100%). When it runs the
test
it only takes a second...

When it took that long time I thought it was something wrong and killed
Eclipse now I know it works but it takes so long for it to execute the test.

My machine is a 1.6 Ghz Pentium Mobile with 2 GB ram.

Thanks

thomas


"Paul Slauenwhite" <paules@ca.ibm.com> wrote in message
news:e1dhjm$1le$1@utils.eclipse.org...
> Hi Thomas,
> Test execution requires the Agent Controller's file server (port 10005,
> by default) to deploy the test assets. Can you confirm that the Agent
> Controller's file server is running on port 10005 and that this port is
> free? You can check the filePort attribute on the
> AgentControllerConfiguration element in the <Agent Controller's install
> directory>/config/serviceconfig.xml. If 10005 is free, please try with
> JRE
> V1.4.x. If the problem persists, please open a defect in TPTP's bugzilla.
>
> Paul
> "Thomas Olsson" <thomas.olsson@in2objects.com> wrote in message
> news:e1178c$qav$1@utils.eclipse.org...
>> Hi
>>
>>
>>
>> I have generated a test suit with the http recorder but when I try to run
> it
>> with RAC I get a:
>>
>>
>>
>> !MESSAGE IWAT4039E The Test Execution Harness reported the following
>> problems:org.eclipse.core.runtime.CoreException
>>
>> !STACK 1
>>
>> org.eclipse.core.runtime.CoreException: IWAT4039E The Test Execution
> Harness
>> reported the following problems:java.net.ConnectException: Connection
>> refused:
>>
> connectorg.eclipse.hyades.internal.execution.core.file.Serve rNotAvailableExc
> eption:
>> java.net.ConnectException: Connection refused: connect
>>
>> at
>>
> org.eclipse.hyades.test.core.launch.delegates.AbstractLaunch ConfigurationDel
> egate2.launch(AbstractLaunchConfigurationDelegate2.java:178)
>>
>> at
>>
> org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfigurati
> on.java:590)
>>
>> at
>>
> org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfigurati
> on.java:515)
>>
>> at
>>
> org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(D ebugUIPlugin.jav
> a:733)
>>
>> at
>> org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlu gin.java:931)
>>
>> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
>>
>> !SUBENTRY 1 org.eclipse.hyades.test.core 4 0 2006-04-05 18:46:17.375
>>
>> !MESSAGE IWAT4039E The Test Execution Harness reported the following
>> problems:java.net.ConnectException: Connection refused:
>>
> connectorg.eclipse.hyades.internal.execution.core.file.Serve rNotAvailableExc
> eption:
>> java.net.ConnectException: Connection refused: connect
>>
>>
>>
>> This I appearing after 66%.
>>
>>
>>
>> I'm running against Weblogic Server with jsk 1.5.0_04.
>>
>>
>>
>> I can connect and profile the server but not run the recording test
>> (generated junit test runs OK).
>>
>> I've tried this both with TPTP 4.1 and the latest 4.2 release.
>>
>>
>>
>> Has this to do with fact that I'm using jdk 5?
>>
>>
>>
>> Is there any solution?
>>
>>
>>
>> Many thanks
>>
>> Thomas
>>
>>
>>
>>
>>
>>
>
>
Re: Problem with TPTP 4.1 and 4.2 (IWAT4039E) [message #68644 is a reply to message #67168] Wed, 26 April 2006 12:41 Go to previous message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Thomas,
Great news!

How big is your test suite (e.g. number of tests or HTTP requests)?

Paul
"Thomas Olsson" <thomas.olsson@in2objects.com> wrote in message
news:e27kcm$ka8$1@utils.eclipse.org...
> I got it to work!
>
> The problem is that it takes 3 to 4 minutes to start the test, I don't
know
> what it does during that time (CPU is running at 100%). When it runs the
> test
> it only takes a second...
>
> When it took that long time I thought it was something wrong and killed
> Eclipse now I know it works but it takes so long for it to execute the
test.
>
> My machine is a 1.6 Ghz Pentium Mobile with 2 GB ram.
>
> Thanks
>
> thomas
>
>
> "Paul Slauenwhite" <paules@ca.ibm.com> wrote in message
> news:e1dhjm$1le$1@utils.eclipse.org...
> > Hi Thomas,
> > Test execution requires the Agent Controller's file server (port
10005,
> > by default) to deploy the test assets. Can you confirm that the Agent
> > Controller's file server is running on port 10005 and that this port is
> > free? You can check the filePort attribute on the
> > AgentControllerConfiguration element in the <Agent Controller's install
> > directory>/config/serviceconfig.xml. If 10005 is free, please try with
> > JRE
> > V1.4.x. If the problem persists, please open a defect in TPTP's
bugzilla.
> >
> > Paul
> > "Thomas Olsson" <thomas.olsson@in2objects.com> wrote in message
> > news:e1178c$qav$1@utils.eclipse.org...
> >> Hi
> >>
> >>
> >>
> >> I have generated a test suit with the http recorder but when I try to
run
> > it
> >> with RAC I get a:
> >>
> >>
> >>
> >> !MESSAGE IWAT4039E The Test Execution Harness reported the following
> >> problems:org.eclipse.core.runtime.CoreException
> >>
> >> !STACK 1
> >>
> >> org.eclipse.core.runtime.CoreException: IWAT4039E The Test Execution
> > Harness
> >> reported the following problems:java.net.ConnectException: Connection
> >> refused:
> >>
> >
connectorg.eclipse.hyades.internal.execution.core.file.Serve rNotAvailableExc
> > eption:
> >> java.net.ConnectException: Connection refused: connect
> >>
> >> at
> >>
> >
org.eclipse.hyades.test.core.launch.delegates.AbstractLaunch ConfigurationDel
> > egate2.launch(AbstractLaunchConfigurationDelegate2.java:178)
> >>
> >> at
> >>
> >
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfigurati
> > on.java:590)
> >>
> >> at
> >>
> >
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfigurati
> > on.java:515)
> >>
> >> at
> >>
> >
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(D ebugUIPlugin.jav
> > a:733)
> >>
> >> at
> >>
org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlu gin.java:931)
> >>
> >> at
org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
> >>
> >> !SUBENTRY 1 org.eclipse.hyades.test.core 4 0 2006-04-05 18:46:17.375
> >>
> >> !MESSAGE IWAT4039E The Test Execution Harness reported the following
> >> problems:java.net.ConnectException: Connection refused:
> >>
> >
connectorg.eclipse.hyades.internal.execution.core.file.Serve rNotAvailableExc
> > eption:
> >> java.net.ConnectException: Connection refused: connect
> >>
> >>
> >>
> >> This I appearing after 66%.
> >>
> >>
> >>
> >> I'm running against Weblogic Server with jsk 1.5.0_04.
> >>
> >>
> >>
> >> I can connect and profile the server but not run the recording test
> >> (generated junit test runs OK).
> >>
> >> I've tried this both with TPTP 4.1 and the latest 4.2 release.
> >>
> >>
> >>
> >> Has this to do with fact that I'm using jdk 5?
> >>
> >>
> >>
> >> Is there any solution?
> >>
> >>
> >>
> >> Many thanks
> >>
> >> Thomas
> >>
> >>
> >>
> >>
> >>
> >>
> >
> >
>
>
Previous Topic:Select items by name in AGR macro
Next Topic:TPTP Manual Test - Export to XL sheet ?
Goto Forum:
  


Current Time: Sat Apr 20 00:36:44 GMT 2024

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

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

Back to the top