Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Error while running a test in standard mode
Error while running a test in standard mode [message #134221] Mon, 11 August 2008 11:19 Go to next message
Eclipse UserFriend
Originally posted by: robert_kessl.cz.ibm.com

Hello,
I have been trying to run a test in the standard mode. I'm using
RAD with (based on Eclipse 3.2) with TPTP Automated GUI Recording and
Playback version 4.1.100.

To setup the standard test I'm using the tutorial at:
http://www.eclipse.org/tptp/test/documents/userguides/Intro- Auto-GUI.html

I define the location (I set ECLIPSE_STARTUP_PATH to the location of my
startup.jar file), artifact and pairs.

When I define the test configuration ( run ...) using the created
location/artifact/pair and click run it starts running and stops at 54%.
I do not have any clue what is happening, the .metadata/.log contains only
these (maybe important) errors:

!ENTRY org.eclipse.osgi 2 1 2008-08-11 12:46:26.053
!MESSAGE NLS unused message: AUTO_GUI_ERROR_TST_OBJ_MINE_NFE in:
org.eclipse.tptp.test.auto.gui.internal.messages

!ENTRY org.eclipse.osgi 2 1 2008-08-11 12:46:26.053
!MESSAGE NLS unused message: AUTO_GUI_ERROR_TST_OBJ_MINE_IDG in:
org.eclipse.tptp.test.auto.gui.internal.messages


Does anyone have an idea, how to fix this ?

Thanks
Robert
Re: Error while running a test in standard mode [message #134259 is a reply to message #134221] Mon, 11 August 2008 13:59 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: robert_kessl.cz.ibm.com

And what I have been able to do is to get a message (in the GUI)
Invoking Migration Builder on ...
And it does not do anything, just waiting at 54 percent.
Thanks
Robert
Re: Error while running a test in standard mode [message #134298 is a reply to message #134221] Tue, 12 August 2008 10:44 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Robert,
What version of TPTP did you download the AGR?

Given your second post, it appears as if the projects have not been
build completely. Can you clean/rebuild before launching your AGR test
suite?

The warning messages in the .log file would not impact this scenario.

Paul
"Robert Kessl" <robert_kessl@cz.ibm.com> wrote in message
news:2244cbae84028b29b4dacab9e0f45bde$1@www.eclipse.org...
> Hello,
> I have been trying to run a test in the standard mode. I'm using
> RAD with (based on Eclipse 3.2) with TPTP Automated GUI Recording and
> Playback version 4.1.100.
>
> To setup the standard test I'm using the tutorial at:
> http://www.eclipse.org/tptp/test/documents/userguides/Intro- Auto-GUI.html
>
> I define the location (I set ECLIPSE_STARTUP_PATH to the location of my
> startup.jar file), artifact and pairs.
>
> When I define the test configuration ( run ...) using the created
> location/artifact/pair and click run it starts running and stops at 54%.
> I do not have any clue what is happening, the .metadata/.log contains only
> these (maybe important) errors:
>
> !ENTRY org.eclipse.osgi 2 1 2008-08-11 12:46:26.053
> !MESSAGE NLS unused message: AUTO_GUI_ERROR_TST_OBJ_MINE_NFE in:
> org.eclipse.tptp.test.auto.gui.internal.messages
>
> !ENTRY org.eclipse.osgi 2 1 2008-08-11 12:46:26.053
> !MESSAGE NLS unused message: AUTO_GUI_ERROR_TST_OBJ_MINE_IDG in:
> org.eclipse.tptp.test.auto.gui.internal.messages
>
>
> Does anyone have an idea, how to fix this ?
>
> Thanks
> Robert
>
Re: Error while running a test in standard mode [message #134308 is a reply to message #134298] Tue, 12 August 2008 11:13 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: robert_kessl.cz.ibm.com

Hello,
I tried that but it did not help. What I also tried is to
get some more information from Eclipse/TPTP using:
eclipse.exe -debug -consolelog -product com.ibm.rational.rad.product.ide
and modifying the eclipse.ini changing the line containing:

C:\Program Files\IBM\SDP70\jdk\jre\bin\javaw.exe

to

C:\Program Files\IBM\SDP70\jdk\jre\bin\java.exe

After I did this I have got another message on the console:

Exception in thread "Console" java.lang.UnsupportedOperationException
at
org.eclipse.hyades.execution.local.file.FileManagerExtendedI mpl$Adapt
er.determineServerReach(Unknown Source)
at
org.eclipse.hyades.internal.execution.local.common.Console.r un(Unknow
n Source)

I've tried to use TPTP AGR 4.3.0 (the version I'm using right now) and
also AGR 4.2.2. And both versions have the same problem (the exception I
have got is from the 4.3.0).

Thanks
Robert
Re: Error while running a test in standard mode [message #134320 is a reply to message #134308] Wed, 13 August 2008 10:48 Go to previous message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Thanks Robert for gathering more information. This area of the code is
connecting to the remote machine using the file transfer ser. Do you have
the Agent Controller installed/configured/running locally? What version of
TPTP/Agent Controller are you running?

Paul
"Robert Kessl" <robert_kessl@cz.ibm.com> wrote in message
news:fb648163c506af2094c5acdf26c23132$1@www.eclipse.org...
> Hello,
> I tried that but it did not help. What I also tried is to
> get some more information from Eclipse/TPTP using:
> eclipse.exe -debug -consolelog -product com.ibm.rational.rad.product.ide
> and modifying the eclipse.ini changing the line containing:
>
> C:\Program Files\IBM\SDP70\jdk\jre\bin\javaw.exe
>
> to
> C:\Program Files\IBM\SDP70\jdk\jre\bin\java.exe
>
> After I did this I have got another message on the console:
>
> Exception in thread "Console" java.lang.UnsupportedOperationException
> at
> org.eclipse.hyades.execution.local.file.FileManagerExtendedI mpl$Adapt
> er.determineServerReach(Unknown Source)
> at
> org.eclipse.hyades.internal.execution.local.common.Console.r un(Unknow
> n Source)
>
> I've tried to use TPTP AGR 4.3.0 (the version I'm using right now) and
> also AGR 4.2.2. And both versions have the same problem (the exception I
> have got is from the 4.3.0).
> Thanks
> Robert
>
Previous Topic:TPTP with Eclipse and RAD Issue
Next Topic:failed to redefine 1 classes. JVMTI Error: 62
Goto Forum:
  


Current Time: Thu Apr 18 08:27:52 GMT 2024

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

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

Back to the top