Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » AGR standard execution stalls
AGR standard execution stalls [message #59896] Thu, 23 March 2006 23:29 Go to next message
Daniel Dominguez is currently offline Daniel DominguezFriend
Messages: 9
Registered: July 2009
Junior Member
Hi,

I'm having trouble getting AGR to run. I've followed the steps in the
intro document and things work fine for the quick-run scenario.

But when I try to do a local standard run, the new eclipse instance
starts but just sits there on the welcome page. The perspective is
never switched and the test case is never executed. The Launching Job
stalls at 60%, there is also an Executing Tests job which sits at 10%.
Eventually the new instance closes (I assume it times out) and there is
no execution history file anywhere. The error log of the test instance
is empty, and I get an InactiveProcessException in the host eclipse
instance.

I've verified that I have the test case specified in the behavior page
of the test suite editor.

I've tried this scenario with both the 4.1.0.1 binaries as well as the
4.2 i1/M5 build. I was was sure to install all proper prerequisites and
matching Agent Controller.

Can anyone shed any light on my situation, or give me any hints of where
else I can look to troubleshoot this myself?

Thanks,
Daniel
Re: AGR standard execution stalls [message #59925 is a reply to message #59896] Fri, 24 March 2006 13:16 Go to previous messageGo to next message
Joel Rosi-Schwartz is currently offline Joel Rosi-SchwartzFriend
Messages: 624
Registered: July 2009
Location: London. England
Senior Member
This is a multi-part message in MIME format.
--------------070009090608080203080607
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

You mention that you installed the Agent Controller, but have you
remembered to install it as a service and start it? I mention this
because I got caught by this "little" detail in my rush to get my first
evaluation up and running.

Good luck,
Joel

Daniel Dominguez wrote:
> Hi,
>
> I'm having trouble getting AGR to run. I've followed the steps in the
> intro document and things work fine for the quick-run scenario.
>
> But when I try to do a local standard run, the new eclipse instance
> starts but just sits there on the welcome page. The perspective is
> never switched and the test case is never executed. The Launching Job
> stalls at 60%, there is also an Executing Tests job which sits at 10%.
> Eventually the new instance closes (I assume it times out) and there
> is no execution history file anywhere. The error log of the test
> instance is empty, and I get an InactiveProcessException in the host
> eclipse instance.
>
> I've verified that I have the test case specified in the behavior page
> of the test suite editor.
>
> I've tried this scenario with both the 4.1.0.1 binaries as well as the
> 4.2 i1/M5 build. I was was sure to install all proper prerequisites
> and matching Agent Controller.
>
> Can anyone shed any light on my situation, or give me any hints of
> where else I can look to troubleshoot this myself?
>
> Thanks,
> Daniel

--------------070009090608080203080607
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">You mention that you
installed the Agent Controller, but have you remembered to install it
as a service and start it? I mention this because I got caught by this
"little" detail in my rush to get my first evaluation up and running.<br>
<br>
Good luck,<br>
Joel<br>
</font><br>
Daniel Dominguez wrote:
<blockquote cite="middvvb0n$ppv$1@utils.eclipse.org" type="cite">Hi,
<br>
<br>
I'm having trouble getting AGR to run.&nbsp; I've followed the steps in the
intro document and things work fine for the quick-run scenario.
<br>
<br>
But when I try to do a local standard run, the new eclipse instance
starts but just sits there on the welcome page.&nbsp; The perspective is
never switched and the test case is never executed.&nbsp; The Launching Job
stalls at 60%, there is also an Executing Tests job which sits at 10%.
Eventually the new instance closes (I assume it times out) and there is
no execution history file anywhere.&nbsp; The error log of the test instance
is empty, and I get an InactiveProcessException in the host eclipse
instance.
<br>
<br>
I've verified that I have the test case specified in the behavior page
of the test suite editor.
<br>
<br>
I've tried this scenario with both the 4.1.0.1 binaries as well as the
4.2 i1/M5 build.&nbsp; I was was sure to install all proper prerequisites
and matching Agent Controller.
<br>
<br>
Can anyone shed any light on my situation, or give me any hints of
where else I can look to troubleshoot this myself?
<br>
<br>
Thanks,
<br>
Daniel
<br>
</blockquote>
</body>
</html>

--------------070009090608080203080607--
Re: AGR standard execution stalls [message #59949 is a reply to message #59925] Fri, 24 March 2006 15:12 Go to previous messageGo to next message
Daniel Dominguez is currently offline Daniel DominguezFriend
Messages: 9
Registered: July 2009
Junior Member
I had been running the Agent Controller as an application. However, I
get the same results when I try to run it as a service.

Without an Agent Controller of some sort running, I believe that the
test instance of eclipse would not start. My symptom is that it starts
but does not run the test. :-(

I've even inspected the log file from the Agent Controller, but didn't
see anything suspicious.

Thanks,
Daniel

Joel Rosi-Schwartz wrote:
> You mention that you installed the Agent Controller, but have you
> remembered to install it as a service and start it? I mention this
> because I got caught by this "little" detail in my rush to get my first
> evaluation up and running.
>
> Good luck,
> Joel
>
> Daniel Dominguez wrote:
>> Hi,
>>
>> I'm having trouble getting AGR to run. I've followed the steps in the
>> intro document and things work fine for the quick-run scenario.
>>
>> But when I try to do a local standard run, the new eclipse instance
>> starts but just sits there on the welcome page. The perspective is
>> never switched and the test case is never executed. The Launching Job
>> stalls at 60%, there is also an Executing Tests job which sits at 10%.
>> Eventually the new instance closes (I assume it times out) and there
>> is no execution history file anywhere. The error log of the test
>> instance is empty, and I get an InactiveProcessException in the host
>> eclipse instance.
>>
>> I've verified that I have the test case specified in the behavior page
>> of the test suite editor.
>>
>> I've tried this scenario with both the 4.1.0.1 binaries as well as the
>> 4.2 i1/M5 build. I was was sure to install all proper prerequisites
>> and matching Agent Controller.
>>
>> Can anyone shed any light on my situation, or give me any hints of
>> where else I can look to troubleshoot this myself?
>>
>> Thanks,
>> Daniel
Re: AGR standard execution stalls [message #61286 is a reply to message #59949] Tue, 28 March 2006 16:34 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 404
Registered: July 2009
Senior Member
Hi Daniel,

The AGR code contains a startup code that should get invoked when the test
suite causes a workbench to be launched. In your scenario the start up
codes is not being invoked. If you have changed the context of your test
suite to point to another workbench, then please ensure that the workbench
contains the auto gui plugin under its 'plugin' folder.

Look under the error log created under the workspace that is used to launch
the second workbench. The workspace is often created under the temporary
directory of your machine. (in my case, it's created under
c:\windows\temp\TPTP-Auto-Workspace-<time-stamp>. It's often created under
C:\windows\temp or C:\Documents and Settings\Administrator\Local
Settings\Temp). Check to see if the .log file has any messages of interest.



"Daniel Dominguez" <daniel@parasoft.com> wrote in message
news:e01287$isd$1@utils.eclipse.org...
> I had been running the Agent Controller as an application. However, I
> get the same results when I try to run it as a service.
>
> Without an Agent Controller of some sort running, I believe that the
> test instance of eclipse would not start. My symptom is that it starts
> but does not run the test. :-(
>
> I've even inspected the log file from the Agent Controller, but didn't
> see anything suspicious.
>
> Thanks,
> Daniel
>
> Joel Rosi-Schwartz wrote:
> > You mention that you installed the Agent Controller, but have you
> > remembered to install it as a service and start it? I mention this
> > because I got caught by this "little" detail in my rush to get my first
> > evaluation up and running.
> >
> > Good luck,
> > Joel
> >
> > Daniel Dominguez wrote:
> >> Hi,
> >>
> >> I'm having trouble getting AGR to run. I've followed the steps in the
> >> intro document and things work fine for the quick-run scenario.
> >>
> >> But when I try to do a local standard run, the new eclipse instance
> >> starts but just sits there on the welcome page. The perspective is
> >> never switched and the test case is never executed. The Launching Job
> >> stalls at 60%, there is also an Executing Tests job which sits at 10%.
> >> Eventually the new instance closes (I assume it times out) and there
> >> is no execution history file anywhere. The error log of the test
> >> instance is empty, and I get an InactiveProcessException in the host
> >> eclipse instance.
> >>
> >> I've verified that I have the test case specified in the behavior page
> >> of the test suite editor.
> >>
> >> I've tried this scenario with both the 4.1.0.1 binaries as well as the
> >> 4.2 i1/M5 build. I was was sure to install all proper prerequisites
> >> and matching Agent Controller.
> >>
> >> Can anyone shed any light on my situation, or give me any hints of
> >> where else I can look to troubleshoot this myself?
> >>
> >> Thanks,
> >> Daniel
Re: AGR standard execution stalls [message #61404 is a reply to message #61286] Tue, 28 March 2006 17:11 Go to previous messageGo to next message
Daniel Dominguez is currently offline Daniel DominguezFriend
Messages: 9
Registered: July 2009
Junior Member
This is a multi-part message in MIME format.
--------------060204090701030607010007
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Hi Ali,

Thanks for your reply.

I had tried using the same workbench context as well as using a
different workbench, and was sure to install the auto gui plugin into
both. But in general I was using the local context. I did find the
temporary workspace directory and most of the time the .log file was
empty, occasionally I would get a warning about a deadlock condition,
but that did not happen every time.

I also checked which plugins are registered for activation on startup,
in the second instance. There is one called "TPTP Automated GUI Test
Tool", I assume that is the right one.

I've attached the configuration from the second eclipse instance. I
don't know if this will help or not, but I'm hoping.

I'm willing to try anything you might suggest.

Regards,
Daniel

Ali Mehregani wrote:
> Hi Daniel,
>
> The AGR code contains a startup code that should get invoked when the test
> suite causes a workbench to be launched. In your scenario the start up
> codes is not being invoked. If you have changed the context of your test
> suite to point to another workbench, then please ensure that the workbench
> contains the auto gui plugin under its 'plugin' folder.
>
> Look under the error log created under the workspace that is used to launch
> the second workbench. The workspace is often created under the temporary
> directory of your machine. (in my case, it's created under
> c:\windows\temp\TPTP-Auto-Workspace-<time-stamp>. It's often created under
> C:\windows\temp or C:\Documents and Settings\Administrator\Local
> Settings\Temp). Check to see if the .log file has any messages of interest.
>
>
>
> "Daniel Dominguez" <daniel@parasoft.com> wrote in message
> news:e01287$isd$1@utils.eclipse.org...
>> I had been running the Agent Controller as an application. However, I
>> get the same results when I try to run it as a service.
>>
>> Without an Agent Controller of some sort running, I believe that the
>> test instance of eclipse would not start. My symptom is that it starts
>> but does not run the test. :-(
>>
>> I've even inspected the log file from the Agent Controller, but didn't
>> see anything suspicious.
>>
>> Thanks,
>> Daniel
>>
>> Joel Rosi-Schwartz wrote:
>>> You mention that you installed the Agent Controller, but have you
>>> remembered to install it as a service and start it? I mention this
>>> because I got caught by this "little" detail in my rush to get my first
>>> evaluation up and running.
>>>
>>> Good luck,
>>> Joel
>>>
>>> Daniel Dominguez wrote:
>>>> Hi,
>>>>
>>>> I'm having trouble getting AGR to run. I've followed the steps in the
>>>> intro document and things work fine for the quick-run scenario.
>>>>
>>>> But when I try to do a local standard run, the new eclipse instance
>>>> starts but just sits there on the welcome page. The perspective is
>>>> never switched and the test case is never executed. The Launching Job
>>>> stalls at 60%, there is also an Executing Tests job which sits at 10%.
>>>> Eventually the new instance closes (I assume it times out) and there
>>>> is no execution history file anywhere. The error log of the test
>>>> instance is empty, and I get an InactiveProcessException in the host
>>>> eclipse instance.
>>>>
>>>> I've verified that I have the test case specified in the behavior page
>>>> of the test suite editor.
>>>>
>>>> I've tried this scenario with both the 4.1.0.1 binaries as well as the
>>>> 4.2 i1/M5 build. I was was sure to install all proper prerequisites
>>>> and matching Agent Controller.
>>>>
>>>> Can anyone shed any light on my situation, or give me any hints of
>>>> where else I can look to troubleshoot this myself?
>>>>
>>>> Thanks,
>>>> Daniel
>
>


--------------060204090701030607010007
Content-Type: application/x-zip-compressed;
name="config.zip"
Content-Transfer-Encoding: base64
Content-Disposition: inline;
filename="config.zip"

UEsDBBQAAAAIAPpIfDTfsIrr4i4AADlMAQAKABUAY29uZmlnLnR4dFVUCQAD Z20pRHptKURV
eAQA6wMBAsxdbXPbOJL+nqr8B9Z+ykyNaUm2sxlPqWptS87YY0+0kRJna3WV gkhYhkyRXIKy
5f1wv/268UKCJPgixXt3NZVEbKAfNBqNRqMBcn7++WdnRFJ66sw21LkliTP4 4PR+Pe0dnQ4G
zmQ6cwa93vu3b96++RlqTgKS3kfJ2hnRlLCAn+qC6QtP6dqJkyimScoolpDn 1E2jKHhk6ZBv
Qhefn1noR8/cvZvJgrdvqBewmFOXxHHAPJKyKBxGydLV9A1zmU/d5yh5XNDQ e8g5FhsW+Ff+
8BYl7PX7Hw7673u9vNyL1msS+nx44AWUhG/fHPgkJW/fzCazycHZJo0O7gCU x8SjB/3+8dHJ
+5OjXu/DST+HgP74Gy8tCMT9R5Qor8RTkqQztqbDDKXf+ysKEt0P4c/bN/cs oC4IH/ksXA4v
4v7gZFCiuvHjUmiJRaqE05gkJI2S4fztm4cX4lPuJpswpIlLljRM/yTQoimY qkO31NugGt0H
koSUc/fb7c1YE2GsySSJPKBHyds3K/JExMAsExI/MI/T8CkbrDsWHg0+qoJx +MSSKFxDywZb
nLAwpckqWlSHeCLLrqOFYvACAtLEJH0YXpzOcRjmcbBZspDPzX6kcRq7sbI0 GMUgoJ7oz30C
XUZD+H7s9uG/JzHwg8GH/kn/ZP7giXJ3RZLfmuDLarKD0W3yakjBqyF5USI7 6P42Op1PN+H1
7XTOYZzpPGCLOSdkdcDWsWywtgaJWW2F1QMJ6tkJDMSTmKO1VdbgF3R/wdDA rtbOJdgzn1+D
DcxXCe27J27ve++9qE636fzvMyxy/83iRiWJzsMMSGGqfT9yB25PK6j/vlXD 9F8bFkZb4RRA
v31gztlPSCt/xJes1Ojxf7xR0WPtxlTrV7p14e1aIVb34N5KrO/rWTlM4NZe re91jwamQgbH
4P8+dGKnomfbNfsxhP+j9neerf+/nEhnxxZEyyUuTULVVrCgwyToDuYtaL/X fzXA9LUBQUJh
9vxVEbvbSAc4+gTr82vKB1WOV13xUsrTBjAwPep1tj4BhvEjr4eU46HDolcE fkghBvkPCCxw
X19cEV69PiysOxsSdAUuxm3ryKcBt09MqHggy2tBV5uQpbBufXD7c/Fb1TxM 1/GhT0JGg0Ps
wnfV+uGR2z/UvxXQYUU60WkCob+73DAhW+8QH+HJgj+D2hdRCDsd6P7hgoWi vK7RZ72ZsPB5
p3OTbw58c/1bbB82MbZfiJOfaMJxM3T8q9tTBRQi64RT3/VZwjGGvh790T/5 7z6GUxhZyYhK
VdI827S5+lbH8w8RbCiqtVQpi1xQDSBhlburP0ef7qbz2fh2MlcVACwhyUsW 35cbQz24vxnM
XOwZjwYGLTMFqezCb+9lCVsL/WSiK1ILri6equL53YKuq1Hq3zfMe8TdHISl suq8WulC+B31
8HH2xxyCCBRDqUIFqW6IWzSMbd/Nbn9yBs5nSXeMvdQvzjSF6I4kvjP2GS7b JQxtBipqPjlY
9E5UFR5Tj92rTXPeWL5LP5tcOVOzkpXxSVjMECJ555Z5SST1x52r0HNrGDKR VHkHCFnF3STB
EJ3g6eGhRIZdI3jxw0ot2N4vrTW9JTsAVR9CeULjKIEVZ8ky9qKyNHntsvA+ Gq7ZlvoOep5f
HNyxwNqX18j193uUTuMoFYN2ETAYJefrbV6xTu1fGcxjEji3xHuAmW/VfIW9 i+aqPLqXvbxK
NyC7NQUgrpFvwKQOuk7c8+SbbncRRSn4bLqUSZqfrZWy6JPmNj68HkzHB8Ja LBwBCZcbsqRD
GlrLIy51fCfzCt8mdbV0307cvrVKrNMew+2H99YaUmfgwbxHEIgPUWtbl3jI xhYsYOnLL5oG
G+H80Ute4jQqPLgi+YG7L16k41gqCltDMywqPrkihivR1jQlmL0qkdVC5y7W cU3JKqbLUhGP
WZmSJpSsFREWfaCucxlyAgSMBJNV1QKxmq8XlIS2Mli+o6RaEMU0rOFJaCCs zFayjlJaR3eT
NauWoSPV7YMt5T2QD7g+Ug9EfCmSzYFQpMAncZGSazOkaf7L5TxQTyJHZv52 SZombLHJulGi
YkZRLAmFYlOavJfwy7349Pn8zHjOm+YwGRMwU4x5Hmw01yNBsAB7txY+0mRB wZVYC2FnwEJr
Sa6SIn170uuVCzyapGUaJ3kHok3ou2vmswrBbEYQOVnHAfVtNLPuv4L8l5uA R8mGLSeALAkj
1YomznNuRuI3+MfEz8xMkrwoiBLvIYp4qcAcTEnBnK+tJgTU9xWCuyCceVUy uonAQt4EKauS
+UuYW4Ugp2QR0CIF4sMKwX1I14GdCs4zKXdBFCZpsRvgcootwXBpT5gmJOTE MxyAQXG32gtu
MyHgl4vuMX2JqUHCdUOE5AZNyscNisDGeMlGc/3ITudka6ebvhSLnkjAfNOZ IXGLUfIvuAQx
mt67qyXn4ilaL9V0Ljx9H3w/qlJcjH7EiBWK3NFLeBa+TOQqViqDv+wFNVgz 0OgFOPcKU8T/
lJ60QnHlP7gDgoEfb9Na3mLNcjXoBhR75WfomoWkOn1JhB+vgcrrlStcfZqY v13sslcDlpWX
C24hTCBLUycTpdQrjAU8GuMy2FCGo3MFi+UVBKtlcF19ShMIdGrI7sUmScCz NDO7k09nt2J1
TNorttSomE2pHP8hYXoTeRhalsGmELTmBpCRebpZuHIXBAsdUp+PPDETjd8i HoXZBguySZUZ
sAIpkI8473DWGr9d3ap+fqBBDN7BGh2qCHss9+01VXR4fYSxeVaDb2JUFC8E yikNReU02SAa
dwksFSo2Lca8jgh6yxEuApss8LgAJwpb0sKxoHls8rfBqUg3/OIUjlhj8E9Y Mbxny43YA/zt
SFYs4kIBHTblMnIIELNyfjJXMApUnMpmvUeCyQ1do2SIq+LpodeQdikwHSqk TM0dAGzJInXa
03cHMi1T3glR4AjBcIWOMOkaDPuVWrDDjOnQxq/HUbSgSkGEFI/eOnbb5Ao9 arJdnB6qXMch
5mcOW8+7rWCuT+8JxA05aJ7gUvUhAsTCSkKotcF5tp+ZI4iCg4Cd3YsMMmyg f8jONJK2tDCA
zeX3L1P1GPHhMx5tq0cOwRB/mGDaSmcvTw8hwLKbhq6imV+4SHg1SatgFMdz 1joyGtvu396+
EWfoMKVFMCM3VUOsiXR0d6UjdFs+L8kO8GylrP8hbCqHhhIIv9mysdaKc9pY 7jUWew8Yg+XH
FOU6opPoJrJud8gtytpevMEsKQPHArt1mJo5mXEIxHg6lBSf8sc0iofqtoIk wlZ4EzIP1J7f
1vgiCTcG2ircVG9zYIGx5fSidQxzIxmqZJJOJF0oumSIxFjCeEsfgosl86iD y6QDmCJnjfnp
NfhnH3PWyl1WC1TiBczoR6+EWLATCrspiFFc5g9H50fHo+M+zOP+r71+76J/ fnw0uvzQOz87
/7XfH529fbOB+Br6DytO8jLESScIlsyxKtF5Z/VYyAcJilgKp/+YAo+i4Fr2 7yikwzPY2DOP
HN5E/PtZuKRidRFVngjs4EIc7sxvYQZoBRt9YV/ClPT1pUtK0k0ibi2Vjoqd dwN00j85f1Hr
vnOLsxJG3rnU/tx5N769/OkvFV4IPrzu/I5KMUOPuPNxw3xqQZQH19yPJG4f cW8vHW04OJTO
pwV2kjvvpqNPNqkyjFy+dpzdpHOlvXQGn4rqFkQTp5MSrUhLCuN4pERRF5pI IBPuJkaVDaaO
yCBwg3986YwV1cLA/cdObTkjnPJ4Xc75rKaXFU4p4HUQV34qoUxdiuS14kXf 5eDdPAtnQZZ2
AGc6+qMMQtfOOzwP7Im+CD60DDGa1bpSl3X17fiZkPVsNgtZ8RRZem4PGQbj cX4sY9NG7FvU
MIFl/oCFBU0YJz1ViFqFtiB1GGgdpdiwZUkNQ4NMCrEkXIMQiRdXcT5fTKrV aluF2js0mM29
guDS6VvM5dkc9Du6aB7zLfdzfwbrpzOFKHVNHNysQzSjrOvdt+mo7HSBs+hq m7lbXS3ilR1s
C2Rm9Poer1TpZ9jIwBb6BdY9CFhctoD9s7wTINw5bqVRoT01k8aCIGer808c heCJ+v8lpSMx
hu0uCYVS37snwHAmaM4ZWH9t/S3jyDAQLZzBU3/Q1wLWci0g8he+4USwTb9+ dM4FSd0rrmVc
kUfYspHv6ibPd3UFRtrBkfAWooIjj3i5cyMrtAKKizIm3MD9YMABzPF1K1iw 8WgonNexEEbp
70aQa7meOQuOV7kpK6676dUNtAnUWs4tZp44WtFfBec3+Sweq0zZVe1Q3vLJ VyUYYOccr2ML
/YPuEou0JvuG5RMVmb9c1ddfsCRFEWXnzjecYQjrYN4sCNgSInHqwLwFY8Yc C2pfTt9GQBc3
ISlsAzAkyZMxRjtXn2fOBVZCx4Nxy1hXesd/2gWcPy2bYNF2M+hOuDRc4vmy DXMsinZAaem6
xNtRPnksz/CFAAvmgRwnMX5LuYPvhIomY5HwRm4NwYLqnYYVraXngNe512Iu FDGQpLKdHbgt
nUOAtlkh0gQlRhFddzIDkWOIfAUw0ACfYhpKlDNx8N0RxSU+iVPc6KVxLtJo NjmQqKMz50zW
6DhOasU0uxZ5G4x/utiMuhqSSXeP4QtsvEuQINbBJRSJqzzOKGFPNNkTuTqG OXBn4yyDr/xF
WQso8vXo/MI5T5i/3FNoxK0KLGD3llWdtS5KoFNBFhaFSbU9QavClnD3l3u7 DiwqxoBqL9Xi
UUJFWETbWUC62CyrUIJsIJ3hVRTaiIP5PJGTqfipkSprWbKtcBXJMrBWv1WF wleq6uEc2Hk4
V6Px7rABK9tjGVYtIHtBwxoSB6C5pNSGXpTGuningbeu751cegEAYniWokfG c/kS2u8zMMix
LN8LM/bvS5CT0aVDd0Fcy/1JAaRmb2Fjf2L0uaJ43MV9FQV1MwMTs8SMXS8U YSrP6OobFws1
pqMlb0/wAuM5kFq49Ds8Jqek1IuZYGwWJ3j1DPchGec4Izo3KlXaCIJr02Jz f4+7ySzmFqvS
uaQ2cuvUr8ErOq234M5tlvPuhiMHIFXX6UqqtKCKjHle/zIhS9VYk8Lz5sRZ S4dmxMuOneHV
Rd6STiS1WQ/qWm+jFhS63qUXNNCILpLeiyxdmSF+1fT6fonrM+p1gDCk6n6j jA+P8mhuh/Cw
HtGIxgrQECPmMRNo4UCooW0VlutkviHF8RiJRVItalZ95atrkUesXXaOhDwP /NxxjMRzg1yi
HONYl/GnEt+oazS72xlEE4xMzQy0G7m9xLyMMyP8sWEQ5ct+PoVttiEG8M7o GnOG1MGrMM5H
CosinmJ2QpIHBUVZxoJkgrWppYimwpEWwMbQxMQso9V0twOeeFOggCVTS3Vm lnNVhFCvHXRr
c5UfE+kFJwqvnenoUzP3jx5aNYLXDXyTMuTwwrY9XNKiDaohliUtoUMZyaU+ S60WI+HweKU9
JshRc7h+AW4fnCjJBVPbnBysbY7tfkTYDe4HTws7NlIdlYZWdtWtbsDUb4cm Omt8z2PPDuDb
dckVfLutXacEV9UafVtWvMxT9aII1OZw2BpHgJa0Ks8frkRZt1HSOKabKM71 K1WjIw7eISzC
nIVhlOLFBnlquSNeEvHS6H5GSjeUNYljcTZQUJIkduKUahmUfah4TCOloX0B qxPDittpQhTh
VX6lhIoZkT1kzbMragwseK32qiHLxr4r/5b75dH4Nh3tORYZWGUkbJidxmHf 2xO1oJ0vUjQh
VCPixksN3cJk864GbC+i5+KFjUukSJXpyxsdsfA1F68IdiNIe6GJO6GlyyRT pO0JV74dYt5N
6QaBF6+LADOk7CLOj95RqQXH29j5TvZ3fFIfmmra2SEXfk6KixvoJf6z/DNT jryi3ty8K3LL
VhnOG7PZgllvL/sl1iYHIxif6QJ6YG/3TpQ1AMhLfyQkwQtnPEsnHmssUQ4r oSxvzSyWLxEq
JNEpvOqbXw3JrhTK1MVV7R6nci8RXJt+5a8iqE6HXBh1dpUZX9DxqjrIBZ5h eSue/mCGOuvK
8YQebuWLjmjw+tKJ2CiCswCXoY+/dm1EGJFuR+Ppo7RGQ6p+5MMcOqUCdSXB OVuKt9HVFhNt
2xHXPbg4W9e1LoknM1at8ZyldXWYk/dG7W0wC/+/K416Cax9/HDcRDZqIjla WwDPdr82jXii
CFNYwS7gX1h7N00OVeMk0YI+YhB/rDJkSkMTVdAZQSy3eCXWkEmDf0FyxxW2 DGuapQBsDUn0
R+yy3Kyvz+7K87KYpc3O4dvVz/H4MTOvl3WcRuv8iBCzke0QqAie4vpV6OM0 p2e+s8W/Zd/D
KRkafiBEXRHo5CcFTnUYBYy8aykK/J0GsvQBGJuIEntXQSWmqboyoj4Jveoo ZYaVrzkCbRcc
9O81DogLD5Q+UKfsBqS4E/n+Rsc2isIqgxbLi3Gpo1GJAgaPt3hlYkicr6JM itUqlTkQCqVe
hOyCcM/YLtRcEK5tGO8KF9PxNTeEm6I4BJFH3VkEdT26cmSSviXXl/EW8vs5 e9OqKXjNDUrh
pvNoZrmO2pLg0ohy8urO1CpX+OQOkOKrSIZy7Cq+/oK1eLY+1upafmSpcLDV a4PVtXnb8osN
BGQT4odRlq3gN1nNabvce1xKbxSzYDF2jIbp03jBvb5dunbxOxj4kZqGm+vn UOVKVLkK0yTC
D4mgp/+pPfzBBmDh3r40oE9EeSeo/F5+FaZZwTtc0G8EwVGqBWic3sicsqCJ PcWgkjVtTBEl
+yJxA9RdVqddr/fE3ENfX8r9iN3MsK6xcx9oBrF3r+Vqe8ehXjYRxogjKSLz pxiM4bEumGEQ
oFvL7h5n5c5FXtx6/aW2hYTWYCd0b1RpPGXMPCzpCJm9z8tzOONS605YIXli SzxQVClrjfen
pu+Ept5zc9FM0pIS9c4GzUUFoe+E1SoLbTgOwhboamEsZhp0fH2O0WeLCSGv qfs7CLaQs6ve
VwNKSxaMVyPwW1NNE0txlvSg2MURcXeMatcFjgh5u8bfGRjoo6hCT0vSXR9C qblx60tVJqox
bZSn3xOc69tfRXx1jewHYE2jKEoMk5L9APAWhiSghtv7pghmC93hcX2Oo9g6 +KqsZQoImJVn
zPDri7MdJADWyhRChF2mkOFsTCjRl3yrjScOKv2SOaEO2BXhEHUn6Z6pMSvw Pt9OrFydthbf
69LvVe+BVOnRXd7ITv1StpiH2JlNjkRB6dZXCyKPS/5smiYbD19i9lUA5VxP J62Bp4Iy+zid
jgWrQmlL6uQQlukBMLvMDpmxLztqsTjJXH57FJWjLGWqtISmE6gKsG0PbcGT jz69ZyGTDiQD
/wS784A6ny6Or52nPkSE7pEzmhw7pUZHGe8OcUxJCnPErH1qjoJzwDRae6Qc JKg3yGaibCet
K7hCiFUAgzmzC17BQxmWsDOMZekuCoY5IAU+23U5z1vJ5oB8oa4AqCeBaGrn AFy1gZ4pfqBJ
OZ4BtzQV9FezNnRWZec3lfTOnu+ZWz1xS1efuXgtFDcYfLOO9QlRyatrL4zv jOJmQ1dteZeh
roFCV3MfX0Fvm1cZdkJJO7Cq1Bm14mMNTXCJ2RXKOiek8xCf3GhFMbRnH2VT b7ugtfSyQwcb
BtYqnZOfWYv825X+eOuOLVk0apqqqbEd3MuzYU2VTVShR9qcMIrev0s1lmtp Z+82GvXUaYh/
2EY2Pn73Vb4AX9PPLyFePefQvRHlXsLkyI0Y9yKgv4jDSHPLr9+nb2+7TrO7 KzRIH/U7D/fi
g4WFFOtng9jsFxFHfOunhNIvoTRpVn4SS/cly019mn5koJuA4iHcUYdFQODI NJ0WQWIcqezc
i3MhPxJVj5F9o8M8ymj7RkcTmvwfjuW9avtKh3whvjVKQeTi2/Q24KajEkQo HjC0fUykyxkD
otYcCkxGY3UCoMHxOK4ZqgBS10tTffnbNA2or/kFlcaGzGMBq0YbZkWHj7G0 8tafSTV8mKVt
hE1s++lUnsDuZDKv8hGZrvDy1S719/bD+9duLvt8jelA8PM1TRx7f8mmA2h7 h/dupPXLOfWc
FD9YmDNP5XOr2+PPxklztg+6w1fa0/qvuBjc9dqoQRPbLvVF1XrklJJ1yR/P gKQ71OiIJe8T
L/FffJ06AgMU+gQTqO1t6wyG8wfjRT5AmU5/34F3UGEedGA07yxWJW/ycwLC ZC8orpnTvITa
dIgl8wvyRsORug/yP7WdWXPbyLXH36dqvgOv71vKASXKM+Mo0c3YkpwoI1mO JNvzoCoWSEIS
ZJKgAVCUXf7wt09v6MbaAP5IqhILBH59et/OIh59ZiunTZ16HXdsuMqUO6qU v5wJZSo5pQok
jhpWefyS4hKZyiTn/EHjxjvP2cSRjCgqFGLz6pvi59Gl0ojV+nVyreWekjTN Fh57smSkaTd/
TbrpEYcgPP23sc+9QDcextWkltO6qU2wIQE9y/Aoq+YdZ67cuI6iccvZkVvS ivJk171iLh2l
4Gu3TkN3rRWmTEtM6xBnCt5uZ0w1SVgKS1c8x4bGnZGSvUHqnGZePdrOWJOi cXOw2hz5WL/i
Yi6RxxdqoHkFaSMqhqxspSTn/DZDloazAatCb430aGsnAJtDXo0s+eh72mwL /TdeO9/de5yI
NVeilsevRyq1OG2IqZFrlhw9/qNurVLAuAzGDuYJddyCtnfFSN+wmKhLgXtP bEyADo2zacSh
mMWgnu805JKLK4SJowNXkevmo8xdXHEm2rjMRGWplM1DxYRagku6vfSh1noE kcQShVpJdO+k
iXKMWz6QXDdZIeVoFVrXHGqqXrsLmDP5sMVrsPfQ0SJLlJgdvuL+s/NTinKp PfrXxzNW3KxW
eVujYY2J9Y2iMLmivftCGdl4rWxd2+k4r66PcEzPBVs+kVzjc9HvyDjljY6L 6dbgMg31SvX0
JkJJs3JqTVytu7a0OblvceeTKRuSylOqJpunX+p0oFoLdht6Mx4vyzhQeisf NJ4LsI/nD4Gf
Jg9BkBqWksf0cHTNn9Z/Ha3ZT5ZvHv6g9iNhcmskdyKiX5jGkDXZJVeSMVuU yIalT9HkY92u
qr6nISkpHja9o8c1n4WLoHhkd3ZyWl83IW0rsu8+BxTWOrDmkqpPyfOUWhQm XjzZNy4ayGuv
8XNzr2Y8uVhUonC7hprkc76cspYovTedrh8ofgmtW+vbiKG7q1qJPumsS1+9 U+W+KTsuzfts
cpCFn4Io228llmmM21xDxUA+mWxnIsDM+CN/iXaX+qVGnmnLUeDUrSANQr72 SjhuJ3SSmbBh
gkzpjCzKOTCcjwQ04S6x+UuNOPPcKida3ZKjyYd43YfKLRzbgj4ZCpDGNYX0 Emfa6bNhkGIo
1bkgzqFzqhMNfHq5BdtS3awns3WJA5iuuMnllYZevHPRyLc/z/pUaNzOWsys q3IXJ42jlZmA
kU8r81EsHraBlWmRN77aklxQ43FR3zFIhat2qRj6+frGQbPPAK248avdHi+y Z21kypRY5SSS
ky3TnKdZpSXSsu3Ia+LbgzzX13bLfTu1/A5Is5ptYMMQpnDJOtxs+LJLa4Oq J86laI0IcoZ+
Kx30Bg6WvBaKMrgJYur7hRr+kP3kmL1tHMbipbhA+3h1NrpSPzrsqzk2yZuo FLVwj6+vm7Rw
FSqvhUufOmrhEqLob7FKJYm7onI8U7bJdwGaWKegyanyoKwNvABa+QlZKCgr 6VEazRsQ6aKx
Zk9uThw6KpHyFUtftqlYjiiOwoRxG34ZQSwsywqZUeQCs0UZ81i/TSXEvQw7 NH4OU0GvSVij
s/+xjnZrKrGGLHKGWdA8cVITdi9oySiWNGfJpblbifPo7xQHnAczNEYb/qc1 2DjNepon77+8
/CS6bs5egWEW183xh/GZvrt0BGmb0sz6jZ5LW1K2HbwLYorP4VpYnFcs/hz3 zKkGyJBO6Ow1
W0qwV6/5qy6t1QAX7CYyUItmZwFLrCj0z6rt1ePixcyeATLU1clb2vhlP7Uk FYV7H+wM4mgX
fqe9j1sfEXizaoR8TUOq+s7KmvSt0Hh0rwDcX7+dOp9u9P2lM8SUgiPk6toJ MMsMSdgfEy+k
yPPmYufk7WT0kRVLeC1+0M5MDL1+pxGkNLnldldMCpvE96ocAZMJ4pk5DL29 GB0vo+0imZNn
tZJ0WvKpOcer8NkckeQTXCZW35KvS7OUDOIF/60bNxJGSXkjJZzgTDR1manH wv+ea/MTXDrf
hK8gnYj4u18Cdsuh8eeEP2pHKAyyAuJyt6E4d/Zw9u60/deeP88ZpAnKm7mj oatNK4z10us1
K+mT8/YjvbiEt6q0qrU3z8EG0Oo1rOE52jgXKdJpbgHlfj7EeXY3psbQsvdG 23SzTelUIzev
XPIfuoBK9g4GkCflXpFyx5bt5Y0yE31ehz0xzImdpS4x/MtjXef4ErO8KmTb Mvi6VCf11phn
LvqcFwEaViImg7aSii0U/c0sir4YDPOpUzWU2uHaGiOl9wXGtyXVV30pZX1X skXlYTroBlS8
lHS21bQTcrbVbHuun1VoRwM7DknyJp7GxoVfCzmMkwQpymCAuOatbMp0Xq9P ANuUaGLPXcUN
lssuKEnKZx3aV7l1gSd/GS5yR/2fsmeOh3oZxcpUGajx3NHyZXAdcudzTi4N 5Md2sWbfu57f
M4Q4ZSs3t2vltmTXyZxXfGXEySr7XA/DjZzuRn8SIDx/VohhGvkJh5+NvEpD vmZZFsYy4fP1
idNJGX1lp0kfunQv+WVZS8gQrmqfGljW5ThPdpdmqay8nPFrabazomt8l5GW fW/3kcjfuJ1h
iS9Li6NNKTw7HIP+6XYK+pw7wDRiBjb18+eKc0tCuI2djFA5Zf2pDz8bGEn+ 0Jw81zsfqNDn
+fzLkNYuDZx9XpuDRKCaMtImzHcdpGfE71q0CBNQjLphpqJ+pPXL6cW7BqAV dSVX8C4Tp4JE
5dI01V/3iOYFpHaL+Vr40eNmqqTclw9QYK1EyRacQmhTMEEKvP3x5OTs1X9G /M9iGjT0iYDb
r/SIxyNtv7LfTbjDdm+2XS9MhTRuyqycyPPfTHFEhHZu3GAcoB/+/NP/3mwp /EM8mrwe7f3t
cO/gcHIw+nB9M5rs7f3680/jkLRW2Ltjs2SFS8tx6s8+h4v0ge5M/XtSEz1i w1RQ9xW1sdKH
3pxMrzd++qDCynn/uTqdnp+9PTq+PRw/Lr5QWPa96d4v40eGWIazcUyH3HGD jKzL/ncbzr+c
hHd3lPMP/n3QKCX7rvhINkWP5drbUbaPqhBCiW78ldJlK/w4rU1Qvq00jEkt OTh6NZkgi/H6
6vjq8vKGSUya9FO2cGL9eEq7HjYXHR14ez//9LuJU+bjR1x5KfejKA7+U6WQ CqCzNSWZjua3
h7e3pC07lS/e3jLM7a38q4omPRFIg9OxknsfXESFlpbEc+97uEElc3p8fvbh +nT678uLUyqK
sVkSY1YQY10OhQLXjm55ue81NKaU/fFmvbiJWQtMGlrfOHmIdtz369Gdv+SV kOn6sWIu41+8
+XN6dXp8+v5m+vny6o/rD2+OT6+PfimRW7eiiQu3yDyubzG3t1wXaePPneS+ /vfl54w+vT49
Pz2+Obt8Pz05e3N++S9VAL8XP1U9oUtL4C4eKNCTbMHH0ebb6fN8uaVW/C5c shn16C9ciTzZ
hmnw8i/eImBbl2/sH8tIhBVh/9RhJ+h3P/U3bCHL/kk2LORHg/2TbprZ/yVP 9/QlbzANo9xd
tE4Lo/fv1V1P1WSugOrHAqv5Vv/ifbg6fTf9dDFlc/TRP/5JAZ5kR789esGa /IsRm7Mi0lln
f3+8effX1y/++X+38e36H0+r6yClqZhtO4WG9acL9s4vv73MJybuhP2lduQt k2eVo45iPl3c
fNsE+y/3Xig4/T0KF4zYGadZgsPyQtezbDH38eqc/f2Qphs2HIzpoZdsyS/V avw4YYMCH4rG
5AV17G/C8YsRHfGwL4xR6sWIBhn2jHcV84exSHUssqD/UIXFH3TqldMPV5c3 l8eX50e4Werj
+7Ob5pFxLE5pk7FelU35oqxKjNzB41joCv41oVmZB4KNtunRwR79p/2CQNah 6qOJtwpJK9Rh
GVTO43tU8noqjeIST810r3/+6fZ/xke5jpfL3BHfmLRJVnt8pnHgaP/HMevl IVsivg92P/b3
fuz9+Hz2/uTy8/WP/R97uf9mT4yP/t68GDN8pOaWY2KJeryNY9J2ldrShkY5 +4StV9Xzee75
6NxP0pGIwrkgQ0e+pj14Kdexo3NZSYcjKtnD8bymjdV0CK67rRc1tMElwbWU LOmEjeC0sB6N
1FuHY7pJHOdfvAt82tCLd89ODkf5qhX6hVPadNLmU77/cvRJNIrDkazv4teZ C3vjbTlGF98u
izZpfDcRE1+5jLtgNqWW6y5b5nnERbasiXcqh04SlgRDy4laWRyqylqlp9qJ S3k8GuXRKpEs
cl+uaiuLPV7MprxVtEhFN4ludRWs+eAXJkHHVu/apHZJ66w9ds+aTLFdhRkt v1MtJF0kZa3E
pXk8tpdNnG6UvvmqXJbs+MZlMGIbTpfKZ1AXmgxZ7VQWInSFlSPKfSnXKDgZ iC1xKTyf+5T1
ngMe4Kr4wcT7rWJo0d7MXArHzkbtGEQ9oUuzZBNmh37QJTUmpWu37j7BqHGy Q2XukrCqQ9QM
4VbgbJeWnB9Wu45B7T+kqm5baVngT9cZlzeobhUnJ+suzZjqvMsMFazcx4mO 4rEidC07novW
S6Pm+hHn3qXj1J53UDmI5rkN5WO06rZllPP55zLosWVr3WuyU3MXyGWCTMrz Ia90XKck3fsd
l+fFsrC3IBtx3S+2IM37IrX3Zi3TC2crLxBqAFwyiqPJtuJ7VGPjdjiz/Bhk 3/vV+6UHglXB
lBd4d8aM7fy+TOkcpQfk0f/ix6k/Ff04mcowoVOqiYP+WIZ79WhAJ95rcR3S kbvczoN1MKXl
WA/pxKzG87jXnSIWOlO+rOlAUT2AtSZ+MDLlI1S30jFZ25CTJv1I3H3GnHwP eYuABwPRSo/T
Scdyq2YnT/dIqvBrNozEgo0kCoclYRqskFTpmgOef9a8MDRhxYKDYUjcrCVa +DoE9SLdYMmc
NkHQQHJFcwxIOt7RJXhH6xfymoaq5aoEhqE/LmbzwUQn+DBk4SZqMRtMdJXA MHShzjUYGwuW
92lgaBLer+VlyTBkcWE2GHsZzrTS65CJDMWGctVSRAQK5JffQ/I3i7sB8FAk tzqCEsmABdTU
ekO4dyzMYl5oZURRymF7AJj0XpTAgKybx0HCrZxgTPp0tr27C+IEsZGxVUNs 72UwmTM+9/SF
5+JKQoQWGaocBB0m7ZNUvIC0rqKTmCeWd3sledCz+1en0R/NVxv6pKBn8eq1 C4IV+7vJQoVp
EUNfn4xyHGIEpTM/Oqyb9G88hJqzmes+WMsDTr5QwHPRULiYHNezxQicdHSF k4+Aj3TyjEWi
aGKnvd9r858dsAstIq7vjRLQBKOqWTCFVjpWTp1zwChh3VgKKKSSiDhE3hUX TxULDmwRYGvp
eQUbMqAjLtUHcDhDNm9lL2VkGNC1NZVUTOHQOEoCdP5RdbPyNxtSBufFORli iCtJYRi0PnCD
FHSBjRYa178U8TlZDFqDmg8Go3DGgN9zYYIYAkh3A7WRsFRk75bRDrGnsKDL 6D6cw6nJg7+R
W14oVlQ0tFRJLR8lKE4+hEQPwXLjsZ4mNcsA5w+cSEr2MJjcviNyugtmLLNC sh6FTyxI9niQ
qnyksukrGFnbqdGJShwsuRXFIHwelWQIsmT26SsSKfVz9J03a1c4eXNwQcbJ LPYYfDgaAo0v
ZOGGJUEJuwniu5VqDACcDPWmPUkAW4JmQ9uXojJkvwNWycvO8hfSvSKqbJPF DJhvO2wYSkb6
xmj4IOAAjYlz1VE7WFyBBReqbvSAsUREujJHPUyZcmwmKBDKI1UARcUMIcrU F3ELQizkrYrm
9V4Rc5Kxp+qzzVMs3psRgnHzaOvisE+H00SIbNrqH7GkzcxdIZUAa2SQvJGr n8Bfk8Ot6X7v
UY5w3B8+iJUsvghSX46oPoxQrAJBoDRcglA6+A+Gh6Bo639IcycaYs+cmT6x Par2FeBloc2F
ccFAicTBgHjeLpHwLBgXGJwFreIXEFh4MWIVKoHgcZZNoUAmruIeJ0EAzTIH ovPMoZTxrPVK
5cLhEkiUpuWgaYBrMo9/JncwQYpOA8qTrjuhzMe5jy5ahoTysiENLCgYtwtm 0vXwcGQ0FsqT
fUhvXIBsGCvZYAfxZGN42sVSUTTD0RQYeR+sgzicD4kWf2YxQpLOFqo1icDL Oo1Wcx+7QrLJ
cIkN39d4suoev4HBYElpmN08BLG5zgM0tGWArK9dInwVUFz77Wqjrutg7ayM P4D0ceAPhAaP
xQo7QAfZ2aWMF9yuw6Hlh1alAYZ0xJ3R5rAbw91QrXmA6sI3MfIYEwf3YZLG 35BYYEGCSAjM
Mv2ijJjI828Ug87Rics6eJ7a80AvSu5DT0VTQRw1ciA/mgVJhxCKPK1xP8+9 ryCU63RE7ohl
3Sn1FQx7p0REkwXILegeiFCYeyBGQvRN7bIKdd1oASF3jjmvWsJgU/7v8+tf cRKj6liFJugL
ylzawvOcoREoREOkG7++oiSBH88fEL0r2aXlZd4biyirNPBXsLFcwJ4SPDBJ Hia9x3KThiu7
pwSkistxKBRGM1scwnBlm4N+V7npJt14KxGgjBQhkUphefYyukepMeXR0u29 cjk6SBrSsQV3
cgHRG6tJYJAcwOpUT6f+fbBOs/t1fOupSglV+hlfKbUrM3J8DswUeisxVrBx KvnlCeDJc6pP
HhA800kAl46hMg4UfLi2zsZJnGpmDp36eKgIWQ7vkoYOOVhge7awTAoGTGaX IIf1ilSGSGGY
ia8MP6D0A4y6kjxYkeAbvlBOH2BcKbN7QPJh9locS194/jaNPL0g7Vt1GokV cpiul0cDux1H
W80MIiw3/oAWLQ7GTSkGqqg8G1lTqC61Db1ZHO30OWBv2vwh8NPkIQhSiL01 EaN1Ei0hFiU6
mitKNnIITZEARRPHMGnMhLhnk15JMVKFtHsDscjFoYqInnjxZB+UW7HuxsgI cztILGUEUOYk
sMcwY6HpeEr628D0lMx0AcKDUHgcPi8L1BdB/AhobBwA6z2DArNOgecplCUy 35jjURVax18v
vGD9BFMrynMxl/s5am8tkSywEPltyXolhYq9FxElkWKLZNDE9VMYR+tVsIao KxjkzGAFXH1w
YxgDDFR3MagiEi26c1i2O2IaHIpuWrQhUxjGPKgyAXg7TNbhZkOrXiyWL5ei TRCnYYBno4Fx
SM4elk8YvTNOTnD2eYqHy3fROzFeWdJO5y4Ylj+MRvfOdFmB4qULaMsgHtYa I6MCaWKNDy9N
iqMALU4OpJjgCz9ekOCw0YuT8TUlsSgcrfziNU1lFNsMTpU3w9AqK8AHKA3u hQBddTYdRSUb
6GQehxvscsTA4huxBUdB48UsN7+BpS4kgAXHmU1lzy2e4iHl49GUBoFiy3Ex ywzp2B8TL2TT
D3BRWprGcrsblP996DwE8Qw2IBXo1A3jVfg8WAKrb8lXiPV/KT2K/fkS2+xN PBNd3qsPlsI3
7s0Oiaf2gu646DYo9iD+3DCpRYIHmFzuUFb1CijUZqzWMACetWDhtX4QNJSK HiiibbrZpnSU
NUR7yOiwZYHcOOsQsf1tzXPkYXoG1BxaQ78u5TZ1CIkVHFfAbKKYx/5mFkVf UJKC/SYYyAGO
ZgYxtrfAMEl1y4KXQYLz0KR4Q8iIHwYEFUV78pfhAmnQbENRxF2AMuOWNHF8 iq5xkJednTCM
1kFkESMn1iJcEoUvbyAQWMfJYjnE4Cu5UNwA/YVhcaxwmIIMoeUIRKFIz+BD +udBTtKfoQfp
jDbQlP+cYG+QiAfMdzLQXQ8CQ1lFBPYjjogVhYwoxqmw2FOKhmKBAgIyVJ8g Y8qp9+tOQpDn
llePPLj3QYfPaTZhn+97r/gy5P8BUEsBAhcDFAAAAAgA+kh8NN+wiuviLgAA OUwBAAoADQAA
AAAAAQAAAMCBAAAAAGNvbmZpZy50eHRVVAUAA2dtKURVeAAAUEsFBgAAAAAB AAEARQAAAB8v
AAAAAA==
--------------060204090701030607010007--
Re: AGR standard execution stalls [message #62175 is a reply to message #61404] Wed, 29 March 2006 14:58 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 404
Registered: July 2009
Senior Member
hmmm. This really has got me scratching my head.
If there are no errors under the workspace log file, then that means that
the startup code was launched properly. It can be the case that the runner
code is blocking after it creates the test Agent.
Do you observe the same behavior when running with the integrated agent
controller (IAC)?
- Try shutting down your workbench
- Stop the Agent Controller
- Restart your workbench
- Launch the test suite

Take a look at your Agent Controller's log file to see if it indicates any
abnormal messages. The log file is under
<agent-controller-directory>\config\servicelog.log. Attach the text of the
log to this thread. You can import the log file into your workbench using
File > Import > Profiling and Logging > Log File > Add > Select "Common Base
Event XML log" and specify the path.

Sorry for the inconvenience.

"Daniel Dominguez" <daniel@parasoft.com> wrote in message
news:e0bqn6$f7n$1@utils.eclipse.org...
> Hi Ali,
>
> Thanks for your reply.
>
> I had tried using the same workbench context as well as using a
> different workbench, and was sure to install the auto gui plugin into
> both. But in general I was using the local context. I did find the
> temporary workspace directory and most of the time the .log file was
> empty, occasionally I would get a warning about a deadlock condition,
> but that did not happen every time.
>
> I also checked which plugins are registered for activation on startup,
> in the second instance. There is one called "TPTP Automated GUI Test
> Tool", I assume that is the right one.
>
> I've attached the configuration from the second eclipse instance. I
> don't know if this will help or not, but I'm hoping.
>
> I'm willing to try anything you might suggest.
>
> Regards,
> Daniel
>
> Ali Mehregani wrote:
> > Hi Daniel,
> >
> > The AGR code contains a startup code that should get invoked when the
test
> > suite causes a workbench to be launched. In your scenario the start up
> > codes is not being invoked. If you have changed the context of your
test
> > suite to point to another workbench, then please ensure that the
workbench
> > contains the auto gui plugin under its 'plugin' folder.
> >
> > Look under the error log created under the workspace that is used to
launch
> > the second workbench. The workspace is often created under the
temporary
> > directory of your machine. (in my case, it's created under
> > c:\windows\temp\TPTP-Auto-Workspace-<time-stamp>. It's often created
under
> > C:\windows\temp or C:\Documents and Settings\Administrator\Local
> > Settings\Temp). Check to see if the .log file has any messages of
interest.
> >
> >
> >
> > "Daniel Dominguez" <daniel@parasoft.com> wrote in message
> > news:e01287$isd$1@utils.eclipse.org...
> >> I had been running the Agent Controller as an application. However, I
> >> get the same results when I try to run it as a service.
> >>
> >> Without an Agent Controller of some sort running, I believe that the
> >> test instance of eclipse would not start. My symptom is that it starts
> >> but does not run the test. :-(
> >>
> >> I've even inspected the log file from the Agent Controller, but didn't
> >> see anything suspicious.
> >>
> >> Thanks,
> >> Daniel
> >>
> >> Joel Rosi-Schwartz wrote:
> >>> You mention that you installed the Agent Controller, but have you
> >>> remembered to install it as a service and start it? I mention this
> >>> because I got caught by this "little" detail in my rush to get my
first
> >>> evaluation up and running.
> >>>
> >>> Good luck,
> >>> Joel
> >>>
> >>> Daniel Dominguez wrote:
> >>>> Hi,
> >>>>
> >>>> I'm having trouble getting AGR to run. I've followed the steps in
the
> >>>> intro document and things work fine for the quick-run scenario.
> >>>>
> >>>> But when I try to do a local standard run, the new eclipse instance
> >>>> starts but just sits there on the welcome page. The perspective is
> >>>> never switched and the test case is never executed. The Launching
Job
> >>>> stalls at 60%, there is also an Executing Tests job which sits at
10%.
> >>>> Eventually the new instance closes (I assume it times out) and there
> >>>> is no execution history file anywhere. The error log of the test
> >>>> instance is empty, and I get an InactiveProcessException in the host
> >>>> eclipse instance.
> >>>>
> >>>> I've verified that I have the test case specified in the behavior
page
> >>>> of the test suite editor.
> >>>>
> >>>> I've tried this scenario with both the 4.1.0.1 binaries as well as
the
> >>>> 4.2 i1/M5 build. I was was sure to install all proper prerequisites
> >>>> and matching Agent Controller.
> >>>>
> >>>> Can anyone shed any light on my situation, or give me any hints of
> >>>> where else I can look to troubleshoot this myself?
> >>>>
> >>>> Thanks,
> >>>> Daniel
> >
> >
>
>
Re: AGR standard execution stalls [message #62417 is a reply to message #62175] Wed, 29 March 2006 20:40 Go to previous messageGo to next message
Daniel Dominguez is currently offline Daniel DominguezFriend
Messages: 9
Registered: July 2009
Junior Member
Hi Ali,

I could never get the IAC to work for me. When I follow the steps you
gave, and launch the test suite, I get an exception stating that the
Agent Controller is not available.

So I decided to try doing a clean install to make sure that I was not
reporting something to you that I did not need to report. And now
things seem to be working just fine (both with IAC and external AC). It
is strange because this is not the first time I tried to do a clean
install, and I installed from the same zip files. So I still have a
mystery, but I don't care about it anymore :-). Hopefully it doesn't
come back.

Anyhow, thanks for your help and I hope I did not cause you to waste too
much time.

Now I can begin recording my own test macros and hopefully give you some
more constructive feedback.

Thanks again,
Daniel


Ali Mehregani wrote:
> hmmm. This really has got me scratching my head.
> If there are no errors under the workspace log file, then that means that
> the startup code was launched properly. It can be the case that the runner
> code is blocking after it creates the test Agent.
> Do you observe the same behavior when running with the integrated agent
> controller (IAC)?
> - Try shutting down your workbench
> - Stop the Agent Controller
> - Restart your workbench
> - Launch the test suite
>
> Take a look at your Agent Controller's log file to see if it indicates any
> abnormal messages. The log file is under
> <agent-controller-directory>\config\servicelog.log. Attach the text of the
> log to this thread. You can import the log file into your workbench using
> File > Import > Profiling and Logging > Log File > Add > Select "Common Base
> Event XML log" and specify the path.
>
> Sorry for the inconvenience.
>
> "Daniel Dominguez" <daniel@parasoft.com> wrote in message
> news:e0bqn6$f7n$1@utils.eclipse.org...
>> Hi Ali,
>>
>> Thanks for your reply.
>>
>> I had tried using the same workbench context as well as using a
>> different workbench, and was sure to install the auto gui plugin into
>> both. But in general I was using the local context. I did find the
>> temporary workspace directory and most of the time the .log file was
>> empty, occasionally I would get a warning about a deadlock condition,
>> but that did not happen every time.
>>
>> I also checked which plugins are registered for activation on startup,
>> in the second instance. There is one called "TPTP Automated GUI Test
>> Tool", I assume that is the right one.
>>
>> I've attached the configuration from the second eclipse instance. I
>> don't know if this will help or not, but I'm hoping.
>>
>> I'm willing to try anything you might suggest.
>>
>> Regards,
>> Daniel
>>
>> Ali Mehregani wrote:
>>> Hi Daniel,
>>>
>>> The AGR code contains a startup code that should get invoked when the
> test
>>> suite causes a workbench to be launched. In your scenario the start up
>>> codes is not being invoked. If you have changed the context of your
> test
>>> suite to point to another workbench, then please ensure that the
> workbench
>>> contains the auto gui plugin under its 'plugin' folder.
>>>
>>> Look under the error log created under the workspace that is used to
> launch
>>> the second workbench. The workspace is often created under the
> temporary
>>> directory of your machine. (in my case, it's created under
>>> c:\windows\temp\TPTP-Auto-Workspace-<time-stamp>. It's often created
> under
>>> C:\windows\temp or C:\Documents and Settings\Administrator\Local
>>> Settings\Temp). Check to see if the .log file has any messages of
> interest.
>>>
>>>
>>> "Daniel Dominguez" <daniel@parasoft.com> wrote in message
>>> news:e01287$isd$1@utils.eclipse.org...
>>>> I had been running the Agent Controller as an application. However, I
>>>> get the same results when I try to run it as a service.
>>>>
>>>> Without an Agent Controller of some sort running, I believe that the
>>>> test instance of eclipse would not start. My symptom is that it starts
>>>> but does not run the test. :-(
>>>>
>>>> I've even inspected the log file from the Agent Controller, but didn't
>>>> see anything suspicious.
>>>>
>>>> Thanks,
>>>> Daniel
>>>>
>>>> Joel Rosi-Schwartz wrote:
>>>>> You mention that you installed the Agent Controller, but have you
>>>>> remembered to install it as a service and start it? I mention this
>>>>> because I got caught by this "little" detail in my rush to get my
> first
>>>>> evaluation up and running.
>>>>>
>>>>> Good luck,
>>>>> Joel
>>>>>
>>>>> Daniel Dominguez wrote:
>>>>>> Hi,
>>>>>>
>>>>>> I'm having trouble getting AGR to run. I've followed the steps in
> the
>>>>>> intro document and things work fine for the quick-run scenario.
>>>>>>
>>>>>> But when I try to do a local standard run, the new eclipse instance
>>>>>> starts but just sits there on the welcome page. The perspective is
>>>>>> never switched and the test case is never executed. The Launching
> Job
>>>>>> stalls at 60%, there is also an Executing Tests job which sits at
> 10%.
>>>>>> Eventually the new instance closes (I assume it times out) and there
>>>>>> is no execution history file anywhere. The error log of the test
>>>>>> instance is empty, and I get an InactiveProcessException in the host
>>>>>> eclipse instance.
>>>>>>
>>>>>> I've verified that I have the test case specified in the behavior
> page
>>>>>> of the test suite editor.
>>>>>>
>>>>>> I've tried this scenario with both the 4.1.0.1 binaries as well as
> the
>>>>>> 4.2 i1/M5 build. I was was sure to install all proper prerequisites
>>>>>> and matching Agent Controller.
>>>>>>
>>>>>> Can anyone shed any light on my situation, or give me any hints of
>>>>>> where else I can look to troubleshoot this myself?
>>>>>>
>>>>>> Thanks,
>>>>>> Daniel
>>>
>>
>
>
Re: AGR standard execution stalls [message #62521 is a reply to message #62417] Thu, 30 March 2006 03:15 Go to previous messageGo to next message
simoom chen is currently offline simoom chenFriend
Messages: 14
Registered: July 2009
Junior Member
Hi Daniel and Ali
I have encountered same problem.
I think this is a common problem.
And may tptp team write a article for us about how to set up the environment
to run AGR cases?
Thank u

e0erbt$s9p$1@utils.eclipse.org...
> Hi Ali,
>
> I could never get the IAC to work for me. When I follow the steps you
> gave, and launch the test suite, I get an exception stating that the Agent
> Controller is not available.
>
> So I decided to try doing a clean install to make sure that I was not
> reporting something to you that I did not need to report. And now things
> seem to be working just fine (both with IAC and external AC). It is
> strange because this is not the first time I tried to do a clean install,
> and I installed from the same zip files. So I still have a mystery, but I
> don't care about it anymore :-). Hopefully it doesn't come back.
>
> Anyhow, thanks for your help and I hope I did not cause you to waste too
> much time.
>
> Now I can begin recording my own test macros and hopefully give you some
> more constructive feedback.
>
> Thanks again,
> Daniel
>
>
> Ali Mehregani wrote:
>> hmmm. This really has got me scratching my head.
>> If there are no errors under the workspace log file, then that means that
>> the startup code was launched properly. It can be the case that the
>> runner
>> code is blocking after it creates the test Agent.
>> Do you observe the same behavior when running with the integrated agent
>> controller (IAC)?
>> - Try shutting down your workbench
>> - Stop the Agent Controller
>> - Restart your workbench
>> - Launch the test suite
>>
>> Take a look at your Agent Controller's log file to see if it indicates
>> any
>> abnormal messages. The log file is under
>> <agent-controller-directory>\config\servicelog.log. Attach the text of
>> the
>> log to this thread. You can import the log file into your workbench
>> using
>> File > Import > Profiling and Logging > Log File > Add > Select "Common
>> Base
>> Event XML log" and specify the path.
>>
>> Sorry for the inconvenience.
>>
>> "Daniel Dominguez" <daniel@parasoft.com> wrote in message
>> news:e0bqn6$f7n$1@utils.eclipse.org...
>>> Hi Ali,
>>>
>>> Thanks for your reply.
>>>
>>> I had tried using the same workbench context as well as using a
>>> different workbench, and was sure to install the auto gui plugin into
>>> both. But in general I was using the local context. I did find the
>>> temporary workspace directory and most of the time the .log file was
>>> empty, occasionally I would get a warning about a deadlock condition,
>>> but that did not happen every time.
>>>
>>> I also checked which plugins are registered for activation on startup,
>>> in the second instance. There is one called "TPTP Automated GUI Test
>>> Tool", I assume that is the right one.
>>>
>>> I've attached the configuration from the second eclipse instance. I
>>> don't know if this will help or not, but I'm hoping.
>>>
>>> I'm willing to try anything you might suggest.
>>>
>>> Regards,
>>> Daniel
>>>
>>> Ali Mehregani wrote:
>>>> Hi Daniel,
>>>>
>>>> The AGR code contains a startup code that should get invoked when the
>> test
>>>> suite causes a workbench to be launched. In your scenario the start up
>>>> codes is not being invoked. If you have changed the context of your
>> test
>>>> suite to point to another workbench, then please ensure that the
>> workbench
>>>> contains the auto gui plugin under its 'plugin' folder.
>>>>
>>>> Look under the error log created under the workspace that is used to
>> launch
>>>> the second workbench. The workspace is often created under the
>> temporary
>>>> directory of your machine. (in my case, it's created under
>>>> c:\windows\temp\TPTP-Auto-Workspace-<time-stamp>. It's often created
>> under
>>>> C:\windows\temp or C:\Documents and Settings\Administrator\Local
>>>> Settings\Temp). Check to see if the .log file has any messages of
>> interest.
>>>>
>>>>
>>>> "Daniel Dominguez" <daniel@parasoft.com> wrote in message
>>>> news:e01287$isd$1@utils.eclipse.org...
>>>>> I had been running the Agent Controller as an application. However, I
>>>>> get the same results when I try to run it as a service.
>>>>>
>>>>> Without an Agent Controller of some sort running, I believe that the
>>>>> test instance of eclipse would not start. My symptom is that it
>>>>> starts
>>>>> but does not run the test. :-(
>>>>>
>>>>> I've even inspected the log file from the Agent Controller, but didn't
>>>>> see anything suspicious.
>>>>>
>>>>> Thanks,
>>>>> Daniel
>>>>>
>>>>> Joel Rosi-Schwartz wrote:
>>>>>> You mention that you installed the Agent Controller, but have you
>>>>>> remembered to install it as a service and start it? I mention this
>>>>>> because I got caught by this "little" detail in my rush to get my
>> first
>>>>>> evaluation up and running.
>>>>>>
>>>>>> Good luck,
>>>>>> Joel
>>>>>>
>>>>>> Daniel Dominguez wrote:
>>>>>>> Hi,
>>>>>>>
>>>>>>> I'm having trouble getting AGR to run. I've followed the steps in
>> the
>>>>>>> intro document and things work fine for the quick-run scenario.
>>>>>>>
>>>>>>> But when I try to do a local standard run, the new eclipse instance
>>>>>>> starts but just sits there on the welcome page. The perspective is
>>>>>>> never switched and the test case is never executed. The Launching
>> Job
>>>>>>> stalls at 60%, there is also an Executing Tests job which sits at
>> 10%.
>>>>>>> Eventually the new instance closes (I assume it times out) and there
>>>>>>> is no execution history file anywhere. The error log of the test
>>>>>>> instance is empty, and I get an InactiveProcessException in the host
>>>>>>> eclipse instance.
>>>>>>>
>>>>>>> I've verified that I have the test case specified in the behavior
>> page
>>>>>>> of the test suite editor.
>>>>>>>
>>>>>>> I've tried this scenario with both the 4.1.0.1 binaries as well as
>> the
>>>>>>> 4.2 i1/M5 build. I was was sure to install all proper prerequisites
>>>>>>> and matching Agent Controller.
>>>>>>>
>>>>>>> Can anyone shed any light on my situation, or give me any hints of
>>>>>>> where else I can look to troubleshoot this myself?
>>>>>>>
>>>>>>> Thanks,
>>>>>>> Daniel
>>>>
>>>
>>
Re: AGR standard execution stalls [message #62747 is a reply to message #62521] Thu, 30 March 2006 16:57 Go to previous message
Daniel Dominguez is currently offline Daniel DominguezFriend
Messages: 9
Registered: July 2009
Junior Member
I believe I've found out what my problem was. Permissions.

I had unzipped the distribution files with Info-Zip via Cygwin. When I
do that I don't seem to have executable permissions on any files. So I
generally give myself executable permissions on the necessary
executables and go on. If I give myself full permissions on the entire
install directory, and run again, now it works. So, my conclusion is
that there is a file or files somewhere which need executable permission
in order for standard execution to run.

Maybe this should be included in an AGR FAQ. I don't know if it effects
TPTP in general.

simoom wrote:
> Hi Daniel and Ali
> I have encountered same problem.
> I think this is a common problem.
> And may tptp team write a article for us about how to set up the environment
> to run AGR cases?
> Thank u
>
> e0erbt$s9p$1@utils.eclipse.org...
>> Hi Ali,
>>
>> I could never get the IAC to work for me. When I follow the steps you
>> gave, and launch the test suite, I get an exception stating that the Agent
>> Controller is not available.
>>
>> So I decided to try doing a clean install to make sure that I was not
>> reporting something to you that I did not need to report. And now things
>> seem to be working just fine (both with IAC and external AC). It is
>> strange because this is not the first time I tried to do a clean install,
>> and I installed from the same zip files. So I still have a mystery, but I
>> don't care about it anymore :-). Hopefully it doesn't come back.
>>
>> Anyhow, thanks for your help and I hope I did not cause you to waste too
>> much time.
>>
>> Now I can begin recording my own test macros and hopefully give you some
>> more constructive feedback.
>>
>> Thanks again,
>> Daniel
>>
>>
>> Ali Mehregani wrote:
>>> hmmm. This really has got me scratching my head.
>>> If there are no errors under the workspace log file, then that means that
>>> the startup code was launched properly. It can be the case that the
>>> runner
>>> code is blocking after it creates the test Agent.
>>> Do you observe the same behavior when running with the integrated agent
>>> controller (IAC)?
>>> - Try shutting down your workbench
>>> - Stop the Agent Controller
>>> - Restart your workbench
>>> - Launch the test suite
>>>
>>> Take a look at your Agent Controller's log file to see if it indicates
>>> any
>>> abnormal messages. The log file is under
>>> <agent-controller-directory>\config\servicelog.log. Attach the text of
>>> the
>>> log to this thread. You can import the log file into your workbench
>>> using
>>> File > Import > Profiling and Logging > Log File > Add > Select "Common
>>> Base
>>> Event XML log" and specify the path.
>>>
>>> Sorry for the inconvenience.
>>>
>>> "Daniel Dominguez" <daniel@parasoft.com> wrote in message
>>> news:e0bqn6$f7n$1@utils.eclipse.org...
>>>> Hi Ali,
>>>>
>>>> Thanks for your reply.
>>>>
>>>> I had tried using the same workbench context as well as using a
>>>> different workbench, and was sure to install the auto gui plugin into
>>>> both. But in general I was using the local context. I did find the
>>>> temporary workspace directory and most of the time the .log file was
>>>> empty, occasionally I would get a warning about a deadlock condition,
>>>> but that did not happen every time.
>>>>
>>>> I also checked which plugins are registered for activation on startup,
>>>> in the second instance. There is one called "TPTP Automated GUI Test
>>>> Tool", I assume that is the right one.
>>>>
>>>> I've attached the configuration from the second eclipse instance. I
>>>> don't know if this will help or not, but I'm hoping.
>>>>
>>>> I'm willing to try anything you might suggest.
>>>>
>>>> Regards,
>>>> Daniel
>>>>
>>>> Ali Mehregani wrote:
>>>>> Hi Daniel,
>>>>>
>>>>> The AGR code contains a startup code that should get invoked when the
>>> test
>>>>> suite causes a workbench to be launched. In your scenario the start up
>>>>> codes is not being invoked. If you have changed the context of your
>>> test
>>>>> suite to point to another workbench, then please ensure that the
>>> workbench
>>>>> contains the auto gui plugin under its 'plugin' folder.
>>>>>
>>>>> Look under the error log created under the workspace that is used to
>>> launch
>>>>> the second workbench. The workspace is often created under the
>>> temporary
>>>>> directory of your machine. (in my case, it's created under
>>>>> c:\windows\temp\TPTP-Auto-Workspace-<time-stamp>. It's often created
>>> under
>>>>> C:\windows\temp or C:\Documents and Settings\Administrator\Local
>>>>> Settings\Temp). Check to see if the .log file has any messages of
>>> interest.
>>>>>
>>>>> "Daniel Dominguez" <daniel@parasoft.com> wrote in message
>>>>> news:e01287$isd$1@utils.eclipse.org...
>>>>>> I had been running the Agent Controller as an application. However, I
>>>>>> get the same results when I try to run it as a service.
>>>>>>
>>>>>> Without an Agent Controller of some sort running, I believe that the
>>>>>> test instance of eclipse would not start. My symptom is that it
>>>>>> starts
>>>>>> but does not run the test. :-(
>>>>>>
>>>>>> I've even inspected the log file from the Agent Controller, but didn't
>>>>>> see anything suspicious.
>>>>>>
>>>>>> Thanks,
>>>>>> Daniel
>>>>>>
>>>>>> Joel Rosi-Schwartz wrote:
>>>>>>> You mention that you installed the Agent Controller, but have you
>>>>>>> remembered to install it as a service and start it? I mention this
>>>>>>> because I got caught by this "little" detail in my rush to get my
>>> first
>>>>>>> evaluation up and running.
>>>>>>>
>>>>>>> Good luck,
>>>>>>> Joel
>>>>>>>
>>>>>>> Daniel Dominguez wrote:
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> I'm having trouble getting AGR to run. I've followed the steps in
>>> the
>>>>>>>> intro document and things work fine for the quick-run scenario.
>>>>>>>>
>>>>>>>> But when I try to do a local standard run, the new eclipse instance
>>>>>>>> starts but just sits there on the welcome page. The perspective is
>>>>>>>> never switched and the test case is never executed. The Launching
>>> Job
>>>>>>>> stalls at 60%, there is also an Executing Tests job which sits at
>>> 10%.
>>>>>>>> Eventually the new instance closes (I assume it times out) and there
>>>>>>>> is no execution history file anywhere. The error log of the test
>>>>>>>> instance is empty, and I get an InactiveProcessException in the host
>>>>>>>> eclipse instance.
>>>>>>>>
>>>>>>>> I've verified that I have the test case specified in the behavior
>>> page
>>>>>>>> of the test suite editor.
>>>>>>>>
>>>>>>>> I've tried this scenario with both the 4.1.0.1 binaries as well as
>>> the
>>>>>>>> 4.2 i1/M5 build. I was was sure to install all proper prerequisites
>>>>>>>> and matching Agent Controller.
>>>>>>>>
>>>>>>>> Can anyone shed any light on my situation, or give me any hints of
>>>>>>>> where else I can look to troubleshoot this myself?
>>>>>>>>
>>>>>>>> Thanks,
>>>>>>>> Daniel
>
Previous Topic:Different variations of a rule without killing perf?
Next Topic:Can't profile using the "Getting Started" tutoria;
Goto Forum:
  


Current Time: Fri Apr 19 23:57:29 GMT 2024

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

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

Back to the top