Home » Archived » Test and Performance Tools Platform (TPTP) » [AGR] Missing Eclipse window when playing back
[AGR] Missing Eclipse window when playing back [message #86355] |
Fri, 03 November 2006 11:05  |
Eclipse User |
|
|
|
Hello.
All of a sudden, I have the following problem. When I play back an AGR
test, although it completes successfully, I do not see any Eclipse
window being instantiated, as if AGR was running headless. We have two
machines with exactly the same Eclipse/TPTP installation but I see the
problem on only my machine. To double check, I copied the entire Eclipse
installation from the other machine to mine, but the problem is not solved.
Any pointer?
TIA,
B.
|
|
| |
Re: [AGR] Missing Eclipse window when playing back [message #86405 is a reply to message #86391] |
Fri, 03 November 2006 14:22   |
Eclipse User |
|
|
|
This is a multi-part message in MIME format.
--------------020503000302020501040702
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Hi Ali,
What we are experiencing is that an eclipse instance is spawned during
the test. This happens in both environments. The difference is that in
one environment the workspace is visible and in the other it is not. It
would appear that in the second environment Eclipse is running headless.
In a "test" test case, we simply recorded the creation of a new
package. Running that test case on both environment results in a new
workspace being created in /tmp and the new project being created in
that workspace. In one instance we can see this all taking place on the
screen while in the other Eclipse never comes up, but the results prove
that it has executed the test case. Weird but true :-(
Any suggestions most welcome. I have pondered this one for a couple of
hours and I draw a blank.
Thanks,
Joel
Ali Mehregani wrote:
> By windows not being instantiated, do you mean you don't see any activity
> while the test is running?
> Are you expecting a nested window to appear that you don't see?
>
>
> "Barbara Rosi-Schwartz" <Barbara.Rosi-Schwartz@Etish.org> wrote in message
> news:eifpd4$5en$1@utils.eclipse.org...
>
>> Hello.
>>
>> All of a sudden, I have the following problem. When I play back an AGR
>> test, although it completes successfully, I do not see any Eclipse window
>> being instantiated, as if AGR was running headless. We have two machines
>> with exactly the same Eclipse/TPTP installation but I see the problem on
>> only my machine. To double check, I copied the entire Eclipse installation
>> from the other machine to mine, but the problem is not solved.
>>
>> Any pointer?
>>
>> TIA,
>> B.
>>
>
>
>
--------------020503000302020501040702
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Helvetica, Arial, sans-serif">Hi Ali,<br>
<br>
What we are experiencing is that an eclipse instance is spawned during
the test. This happens in both environments. The difference is that in
one environment the workspace is visible and in the other it is not. It
would appear that in the second environment Eclipse is running
headless. In a "test" test case, we simply recorded the creation of a
new package. Running that test case on both environment results in a
new workspace being created in /tmp and the new project being created
in that workspace. In one instance we can see this all taking place on
the screen while in the other Eclipse never comes up, but the results
prove that it has executed the test case. Weird but true :-(<br>
<br>
Any suggestions most welcome. I have pondered this one for a couple of
hours and I draw a blank.<br>
<br>
Thanks,<br>
Joel<br>
</font><br>
Ali Mehregani wrote:
<blockquote cite="mideifrk5$c0d$1@utils.eclipse.org" type="cite">
<pre wrap="">By windows not being instantiated, do you mean you don't see any activity
while the test is running?
Are you expecting a nested window to appear that you don't see?
"Barbara Rosi-Schwartz" <a class="moz-txt-link-rfc2396E" href="mailto:Barbara.Rosi-Schwartz@Etish.org"><Barbara.Rosi-Schwartz@Etish.org></a> wrote in message
<a class="moz-txt-link-freetext" href="news:eifpd4$5en$1@utils.eclipse.org">news:eifpd4$5en$1@utils.eclipse.org</a>...
</pre>
<blockquote type="cite">
<pre wrap="">Hello.
All of a sudden, I have the following problem. When I play back an AGR
test, although it completes successfully, I do not see any Eclipse window
being instantiated, as if AGR was running headless. We have two machines
with exactly the same Eclipse/TPTP installation but I see the problem on
only my machine. To double check, I copied the entire Eclipse installation
from the other machine to mine, but the problem is not solved.
Any pointer?
TIA,
B.
</pre>
</blockquote>
<pre wrap=""><!---->
</pre>
</blockquote>
</body>
</html>
--------------020503000302020501040702--
|
|
|
Re: [AGR] Missing Eclipse window when playing back [message #86590 is a reply to message #86405] |
Mon, 06 November 2006 11:25   |
Eclipse User |
|
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_0039_01C70196.36C6AA20
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi Joel,
This is a very odd problem. I originally guessed that a custom =
execution object adapter is registered with the TPTP driver that is =
running the Eclipse instance in headless mode, but according to Barbara =
an identical Eclipse/TPTP driver is used on both machines. I assume =
that the test suite doesn't specify a custom context under the overview =
page. If it does, then you need to make sure that the context is =
identical between the two machines. It may also help to determine other =
factors that are different under the two environments (e.g. difference =
in JRE).
If you're interested in doing some debugging, extract the auto GUI =
plug-in from CVS and place a break point on the last line of =
org.eclipse.tptp.test.auto.gui.internal.runner.AutoGUIExecOb jAdapter.setu=
pExecutableObject(..). Observe the value of jvmArgs in both =
environments to make sure that it is the same.
Thanks,
Ali Mehregani
"Joel Rosi-Schwartz" <Joel.Rosi-Schwartz@Etish.org> wrote in message =
news:eig4u4$mme$1@utils.eclipse.org...
Hi Ali,
What we are experiencing is that an eclipse instance is spawned during =
the test. This happens in both environments. The difference is that in =
one environment the workspace is visible and in the other it is not. It =
would appear that in the second environment Eclipse is running headless. =
In a "test" test case, we simply recorded the creation of a new =
package. Running that test case on both environment results in a new =
workspace being created in /tmp and the new project being created in =
that workspace. In one instance we can see this all taking place on the =
screen while in the other Eclipse never comes up, but the results prove =
that it has executed the test case. Weird but true :-(
Any suggestions most welcome. I have pondered this one for a couple of =
hours and I draw a blank.
Thanks,
Joel
Ali Mehregani wrote:=20
By windows not being instantiated, do you mean you don't see any =
activity=20
while the test is running?
Are you expecting a nested window to appear that you don't see?
"Barbara Rosi-Schwartz" <Barbara.Rosi-Schwartz@Etish.org> wrote in =
message=20
news:eifpd4$5en$1@utils.eclipse.org...
Hello.
All of a sudden, I have the following problem. When I play back an AGR=20
test, although it completes successfully, I do not see any Eclipse =
window=20
being instantiated, as if AGR was running headless. We have two machines =
with exactly the same Eclipse/TPTP installation but I see the problem on =
only my machine. To double check, I copied the entire Eclipse =
installation=20
from the other machine to mine, but the problem is not solved.
Any pointer?
TIA,
B.=20
=20
------=_NextPart_000_0039_01C70196.36C6AA20
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=3DContent-Type =
content=3Dtext/html;charset=3DISO-8859-1>
<META content=3D"MSHTML 6.00.2900.2963" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY text=3D#000000 bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi Joel,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>This is a very odd problem. I =
originally=20
guessed that a custom execution object adapter is registered with the =
TPTP=20
driver that is running the Eclipse instance in headless mode, but =
according to=20
Barbara an identical Eclipse/TPTP driver is used on both machines. =
I=20
assume that the test suite doesn't specify a custom context under the =
overview=20
page. If it does, then you need to make sure that the context is =
identical=20
between the two machines. </FONT><FONT face=3DArial size=3D2>It =
may also help=20
to determine other factors that are different under the =
two environments=20
(e.g. difference in JRE).</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>If you're interested in doing some =
debugging,=20
extract the auto GUI plug-in from CVS and place a break point on the =
last line=20
of=20
org.eclipse.tptp.test.auto.gui.internal.runner.AutoGUIExecOb jAdapter.setu=
pExecutableObject(..). =20
Observe the value of <FONT size=3D2>jvmArgs in both environments to make =
sure that=20
it is the same.</FONT></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Thanks,<BR>Ali Mehregani</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV>"Joel Rosi-Schwartz" <<A=20
href=3D"mailto:Joel.Rosi-Schwartz@Etish.org">Joel.Rosi-Schwartz@Etish.org=
</A>>=20
wrote in message <A=20
href=3D"news:eig4u4$mme$1@utils.eclipse.org">news:eig4u4$mme$1@utils.ecli=
pse.org</A>...</DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px"><FONT=20
face=3D"Helvetica, Arial, sans-serif">Hi Ali,<BR><BR>What we are =
experiencing is=20
that an eclipse instance is spawned during the test. This happens in =
both=20
environments. The difference is that in one environment the workspace =
is=20
visible and in the other it is not. It would appear that in the second =
environment Eclipse is running headless. In a "test" test case, =
we=20
simply recorded the creation of a new package. Running that test case =
on both=20
environment results in a new workspace being created in /tmp and the =
new =20
project being created in that workspace. In one instance we can =
see this=20
all taking place on the screen while in the other Eclipse never comes =
up, but=20
the results prove that it has executed the test case. Weird but true=20
:-(<BR><BR>Any suggestions most welcome. I have pondered this one for =
a couple=20
of hours and I draw a blank.<BR><BR>Thanks,<BR>Joel<BR></FONT><BR>Ali=20
Mehregani wrote:=20
<BLOCKQUOTE cite=3Dmideifrk5$c0d$1@utils.eclipse.org =
type=3D"cite"><PRE wrap=3D"">By windows not being instantiated, do you =
mean you don't see any activity=20
while the test is running?
Are you expecting a nested window to appear that you don't see?
"Barbara Rosi-Schwartz" <A class=3Dmoz-txt-link-rfc2396E =
href=3D"mailto:Barbara.Rosi-Schwartz@Etish.org"><Barbara.Rosi-Schwartz=
@Etish.org></A> wrote in message=20
<A class=3Dmoz-txt-link-freetext =
href=3D"news:eifpd4$5en$1@utils.eclipse.org">news:eifpd4$5en$1@utils.ecli=
pse.org</A>...
</PRE>
<BLOCKQUOTE type=3D"cite"><PRE wrap=3D"">Hello.
All of a sudden, I have the following problem. When I play back an AGR=20
test, although it completes successfully, I do not see any Eclipse =
window=20
being instantiated, as if AGR was running headless. We have two machines =
with exactly the same Eclipse/TPTP installation but I see the problem on =
only my machine. To double check, I copied the entire Eclipse =
installation=20
from the other machine to mine, but the problem is not solved.
Any pointer?
TIA,
B.=20
</PRE></BLOCKQUOTE><PRE wrap=3D""><!---->
</PRE></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>
------=_NextPart_000_0039_01C70196.36C6AA20--
|
|
| |
Re: [AGR] Missing Eclipse window when playing back [message #86806 is a reply to message #86790] |
Fri, 10 November 2006 15:40  |
Eclipse User |
|
|
|
This is a multi-part message in MIME format.
--------------050608060203030301080603
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
BINGO!
Thanks Frank, your suggestion was right on the money. :-)
Cheers,
Joel
Frank Froehlich wrote:
> Is there a TPTP Agent Controller running as a system service on the machine
> where the workbench is not visible while executing an AGR test suite? This
> would explain the behavior.
>
> "Barbara Rosi-Schwartz" <Barbara.Rosi-Schwartz@Etish.org> wrote in message
> news:eifpd4$5en$1@utils.eclipse.org...
>
>> Hello.
>>
>> All of a sudden, I have the following problem. When I play back an AGR
>> test, although it completes successfully, I do not see any Eclipse window
>> being instantiated, as if AGR was running headless. We have two machines
>> with exactly the same Eclipse/TPTP installation but I see the problem on
>> only my machine. To double check, I copied the entire Eclipse installation
>> from the other machine to mine, but the problem is not solved.
>>
>> Any pointer?
>>
>> TIA,
>> B.
>>
>
>
>
--------------050608060203030301080603
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Helvetica, Arial, sans-serif">BINGO!<br>
<br>
Thanks Frank, your suggestion was right on the money. :-)<br>
<br>
Cheers,<br>
Joel<br>
</font><br>
Frank Froehlich wrote:
<blockquote cite="midej1r60$6if$1@utils.eclipse.org" type="cite">
<pre wrap="">Is there a TPTP Agent Controller running as a system service on the machine
where the workbench is not visible while executing an AGR test suite? This
would explain the behavior.
"Barbara Rosi-Schwartz" <a class="moz-txt-link-rfc2396E" href="mailto:Barbara.Rosi-Schwartz@Etish.org"><Barbara.Rosi-Schwartz@Etish.org></a> wrote in message
<a class="moz-txt-link-freetext" href="news:eifpd4$5en$1@utils.eclipse.org">news:eifpd4$5en$1@utils.eclipse.org</a>...
</pre>
<blockquote type="cite">
<pre wrap="">Hello.
All of a sudden, I have the following problem. When I play back an AGR
test, although it completes successfully, I do not see any Eclipse window
being instantiated, as if AGR was running headless. We have two machines
with exactly the same Eclipse/TPTP installation but I see the problem on
only my machine. To double check, I copied the entire Eclipse installation
from the other machine to mine, but the problem is not solved.
Any pointer?
TIA,
B.
</pre>
</blockquote>
<pre wrap=""><!---->
</pre>
</blockquote>
</body>
</html>
--------------050608060203030301080603--
|
|
|
Goto Forum:
Current Time: Mon May 12 16:53:03 EDT 2025
Powered by FUDForum. Page generated in 0.03380 seconds
|