Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » AGR with TPTP4.4?
AGR with TPTP4.4? [message #101741] Tue, 26 June 2007 14:08 Go to next message
Eclipse UserFriend
Originally posted by: cl.silistix.com

Hi,

Is there a way to get AGR working with TPTP4.4? I can't find AGR4.4 and
can't insert hooks if the versions don't match. I can't downgrade to
TPTP4.3.1 because the application I am testing is an eclipse3.3 application.

I also have a problem launcing my test in standard mode. Exactly the
same as the "AGR -Test Execution Harness problem" thread but adding
autogui to the .product dependencies list and re exporting as an eclipse
product did nothing. The launching window gets stuck on 60% for 5
minutes and eventually returns an InactiveProcessException. This is in
eclipse3.2.2 using TPTP4.3.1 and AGR4.3.1.

Finally, is there a way to record AGR test cases using an external
eclipse application? E.g. In eclipse IDE I click record test case, my
external eclipse app launches, I record the test and return to IDE?

Hope I've not missed something obvious!

Thanks,
Craig
Re: AGR with TPTP4.4? [message #101753 is a reply to message #101741] Tue, 26 June 2007 14:52 Go to previous messageGo to next message
Liz Dancy is currently offline Liz DancyFriend
Messages: 77
Registered: July 2009
Member
Hi Craig,

Thanks for your interest in the AGR. To start, you can download the 4.4 AGR
from the 4.4 candidate build posted on our website. The AGR is located under
the Technology Previews section near the bottom of the download page. Here
is the link:

http://www.eclipse.org/tptp/home/downloads/?buildId=TPTP-4.4 .0-200706140100C

You will need to unzip this over your Eclipse install directory and then
restart with -clean.

I have seen the 60% hang when either using a 1.4.2 JRE with Eclipse 3.3 or
when using security on the agent controller. If neither of these are the
case for you, could you try to launch your tests with the 4.4 AGR and let me
know the results?

Finally, I believe what you are describing is covered under this
enhancement:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=109880

I am not sure if this is a perfect match with what you are asking so please
clarify if there is something else you are trying to do and I will do my
best to help you.

Sincerely,

Liz Dancy




"Craig Lang" <cl@silistix.com> wrote in message
news:f5r6l5$ebu$1@build.eclipse.org...
> Hi,
>
> Is there a way to get AGR working with TPTP4.4? I can't find AGR4.4 and
> can't insert hooks if the versions don't match. I can't downgrade to
> TPTP4.3.1 because the application I am testing is an eclipse3.3
> application.
>
> I also have a problem launcing my test in standard mode. Exactly the same
> as the "AGR -Test Execution Harness problem" thread but adding autogui to
> the .product dependencies list and re exporting as an eclipse product did
> nothing. The launching window gets stuck on 60% for 5 minutes and
> eventually returns an InactiveProcessException. This is in eclipse3.2.2
> using TPTP4.3.1 and AGR4.3.1.
>
> Finally, is there a way to record AGR test cases using an external eclipse
> application? E.g. In eclipse IDE I click record test case, my external
> eclipse app launches, I record the test and return to IDE?
>
> Hope I've not missed something obvious!
>
> Thanks,
> Craig
Re: AGR with TPTP4.4? [message #101804 is a reply to message #101753] Tue, 26 June 2007 16:31 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: cl.silistix.com

Hi Liz,

Thanks for your reply, AGR is now working in eclipse3.3 but I still get
the hanging.. my external app has the same version of AGR installed and
it reports it as being configured correctly in product configuration.
However if I "scan for updates" from the same window it tells me my
configuration contains errors. This has happened to me quite a few times
with various versions of AGR, is this a bug?

I am using jdk1.5 and am not using security. In fact, I assumed the
integrated agent controller would be used and didn't start the agent
controller daemon. Is this my problem?

I'm not sure if that bug addresses my problem but will get back to you
on that one..

Thanks,
Craig

Liz Dancy wrote:
> Hi Craig,
>
> Thanks for your interest in the AGR. To start, you can download the 4.4 AGR
> from the 4.4 candidate build posted on our website. The AGR is located under
> the Technology Previews section near the bottom of the download page. Here
> is the link:
>
> http://www.eclipse.org/tptp/home/downloads/?buildId=TPTP-4.4 .0-200706140100C
>
> You will need to unzip this over your Eclipse install directory and then
> restart with -clean.
>
> I have seen the 60% hang when either using a 1.4.2 JRE with Eclipse 3.3 or
> when using security on the agent controller. If neither of these are the
> case for you, could you try to launch your tests with the 4.4 AGR and let me
> know the results?
>
> Finally, I believe what you are describing is covered under this
> enhancement:
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=109880
>
> I am not sure if this is a perfect match with what you are asking so please
> clarify if there is something else you are trying to do and I will do my
> best to help you.
>
> Sincerely,
>
> Liz Dancy
>
>
>
>
> "Craig Lang" <cl@silistix.com> wrote in message
> news:f5r6l5$ebu$1@build.eclipse.org...
>> Hi,
>>
>> Is there a way to get AGR working with TPTP4.4? I can't find AGR4.4 and
>> can't insert hooks if the versions don't match. I can't downgrade to
>> TPTP4.3.1 because the application I am testing is an eclipse3.3
>> application.
>>
>> I also have a problem launcing my test in standard mode. Exactly the same
>> as the "AGR -Test Execution Harness problem" thread but adding autogui to
>> the .product dependencies list and re exporting as an eclipse product did
>> nothing. The launching window gets stuck on 60% for 5 minutes and
>> eventually returns an InactiveProcessException. This is in eclipse3.2.2
>> using TPTP4.3.1 and AGR4.3.1.
>>
>> Finally, is there a way to record AGR test cases using an external eclipse
>> application? E.g. In eclipse IDE I click record test case, my external
>> eclipse app launches, I record the test and return to IDE?
>>
>> Hope I've not missed something obvious!
>>
>> Thanks,
>> Craig
>
>
Re: AGR with TPTP4.4? [message #101817 is a reply to message #101804] Tue, 26 June 2007 18:52 Go to previous messageGo to next message
Liz Dancy is currently offline Liz DancyFriend
Messages: 77
Registered: July 2009
Member
Hi Craig,

Since the AGR is not part of the GA code for TPTP, and is instead a
Technology Preview, I would advise you to update it using the download page.
That said, if you think it needs further investigation and you are seeing
errors from the update site, please open a bugzilla.

With regard to the 60% hang, could you check that the workbench (default)
JRE is the same as the Agent Controller JRE ? This can be done using Help ->
About Eclipse SDK -> Configuration Details.

It will also be worth trying it with the standalone agent controller to see
if there is any difference. Before you do this, please go to Windows >
Preferences> Profiling and Logging > hosts and select localhost. Click on
Test Connection. It should say 'Connection success'.

My other thought is that it could be related to this recently resolved
defect:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=165173

Does your plugin project contain many dependencies? If so, please try to
create a plain AGR test case within a plugin with fewer dependencies which
records a project creation and launch it in standard mode. If this passes,
please re-open the above defect and add your information to it. In order to
avoid this defect, ensure you have up to date plugins (post May 25 build ID)
first.

Sincerely,

Liz Dancy

<cl@silistix.com> wrote in message news:f5rf0e$po2$1@build.eclipse.org...
> Hi Liz,
>
> Thanks for your reply, AGR is now working in eclipse3.3 but I still get
> the hanging.. my external app has the same version of AGR installed and it
> reports it as being configured correctly in product configuration. However
> if I "scan for updates" from the same window it tells me my configuration
> contains errors. This has happened to me quite a few times with various
> versions of AGR, is this a bug?
>
> I am using jdk1.5 and am not using security. In fact, I assumed the
> integrated agent controller would be used and didn't start the agent
> controller daemon. Is this my problem?
>
> I'm not sure if that bug addresses my problem but will get back to you on
> that one..
>
> Thanks,
> Craig
>
> Liz Dancy wrote:
>> Hi Craig,
>>
>> Thanks for your interest in the AGR. To start, you can download the 4.4
>> AGR from the 4.4 candidate build posted on our website. The AGR is
>> located under the Technology Previews section near the bottom of the
>> download page. Here is the link:
>>
>> http://www.eclipse.org/tptp/home/downloads/?buildId=TPTP-4.4 .0-200706140100C
>>
>> You will need to unzip this over your Eclipse install directory and then
>> restart with -clean.
>>
>> I have seen the 60% hang when either using a 1.4.2 JRE with Eclipse 3.3
>> or when using security on the agent controller. If neither of these are
>> the case for you, could you try to launch your tests with the 4.4 AGR and
>> let me know the results?
>>
>> Finally, I believe what you are describing is covered under this
>> enhancement:
>>
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=109880
>>
>> I am not sure if this is a perfect match with what you are asking so
>> please clarify if there is something else you are trying to do and I will
>> do my best to help you.
>>
>> Sincerely,
>>
>> Liz Dancy
>>
>>
>>
>>
>> "Craig Lang" <cl@silistix.com> wrote in message
>> news:f5r6l5$ebu$1@build.eclipse.org...
>>> Hi,
>>>
>>> Is there a way to get AGR working with TPTP4.4? I can't find AGR4.4 and
>>> can't insert hooks if the versions don't match. I can't downgrade to
>>> TPTP4.3.1 because the application I am testing is an eclipse3.3
>>> application.
>>>
>>> I also have a problem launcing my test in standard mode. Exactly the
>>> same as the "AGR -Test Execution Harness problem" thread but adding
>>> autogui to the .product dependencies list and re exporting as an eclipse
>>> product did nothing. The launching window gets stuck on 60% for 5
>>> minutes and eventually returns an InactiveProcessException. This is in
>>> eclipse3.2.2 using TPTP4.3.1 and AGR4.3.1.
>>>
>>> Finally, is there a way to record AGR test cases using an external
>>> eclipse application? E.g. In eclipse IDE I click record test case, my
>>> external eclipse app launches, I record the test and return to IDE?
>>>
>>> Hope I've not missed something obvious!
>>>
>>> Thanks,
>>> Craig
>>
Re: AGR with TPTP4.4? [message #101874 is a reply to message #101817] Wed, 27 June 2007 13:03 Go to previous messageGo to next message
Joe Toomey is currently offline Joe ToomeyFriend
Messages: 79
Registered: July 2009
Member
This is a multi-part message in MIME format.
--------------030704030009080807020104
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Attached is a plugin that may help in diagnosing
InactiveProcessException issues.

1) Drop this plugin into your eclipse/plugins directory and start eclipse.
2) Go to the Window -> Preferences -> Test -> Launch Doctor page.
3) Enable the Log Launch Details option and specify a directory to write
the log file (/tmp, c:\temp, whatever is available)
4) Run the test that is failing
5) After it fails open the launch_doctor.log file in the directory you
specified. (It reads much easier if you disable word wrap in your text
editor.)

For InactiveProcessException issues, the two things to note are the
classpath and the VM args. [It is expected that the classpath will be
multiline -- this is not an error.] From this information, you can
construct a commandline invocation of java using the same classpath and
vm args and see if an error is reported. Note that in order to do this,
you'll need to modify the classpath by making it a single line (adding
the appropriate separator character), and also by adding quotes around
each classpath entry that contains a space (you can't just quote the
whole classpath). When you've done this, you can issue the following
from the command line:

java -cp {the classpath you constructed from the log file} {the vm args
from the log file}

Note that the test will not run, because the test runner will try
unsuccessfully to connect and handshake with the workbench that launched
it. However, it should launch the process successfully, and in the case
of AGR tests, you should see eclipse launch (it should hang on the
welcome screen.) Since you're getting an InactiveProcessException, my
guess is that you'll get an error message from java instead. Please try
this and let us know what you find.

Thanks,
--Joe

--------------030704030009080807020104
Content-Type: application/octet-stream;
name="org.eclipse.tptp.test.launchdoctor_1.0.0.jar"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="org.eclipse.tptp.test.launchdoctor_1.0.0.jar"

UEsDBAoAAAAAAKts0jYAAAAAAAAAAAAAAAAJAAAATUVUQS1JTkYvUEsDBAoA AAAAAKts0jYA
AAAAAAAAAAAAAAAEAAAAb3JnL1BLAwQKAAAAAACrbNI2AAAAAAAAAAAAAAAA DAAAAG9yZy9l
Y2xpcHNlL1BLAwQKAAAAAACrbNI2AAAAAAAAAAAAAAAAEQAAAG9yZy9lY2xp cHNlL3RwdHAv
UEsDBAoAAAAAAKts0jYAAAAAAAAAAAAAAAAWAAAAb3JnL2VjbGlwc2UvdHB0 cC90ZXN0L1BL
AwQKAAAAAACrbNI2AAAAAAAAAAAAAAAAIwAAAG9yZy9lY2xpcHNlL3RwdHAv dGVzdC9sYXVu
Y2hkb2N0b3IvUEsDBAoAAAAAAKts0jYAAAAAAAAAAAAAAAAvAAAAb3JnL2Vj bGlwc2UvdHB0
cC90ZXN0L2xhdW5jaGRvY3Rvci9wcmVmZXJlbmNlcy9QSwMECgAAAAgAq2zS Nokdj63dAAAA
ywEAABQAAABNRVRBLUlORi9NQU5JRkVTVC5NRo2Qy2rDMBBF9wb/gz+gEk2W Dl200J1TQgPZ
T+SJM6BXpVGp8/WxoyKcQKHbOXfuHGkLlk4YWRwwRHK2bVbyua7eku01iu0v LXBd0AcYbJsO
klXn3il2odnpNAiyJbIfzdFpUjnqwiBRafIRJXv2kqdiqRcFm0h20MjToRcO CUvR0m1h96qY
vmFa/E+5LOmy3zkFmi7At24/2c/yn/iVKKDIofvqRE91dTdRLqAMyTIZfGTn EXqMWWXO/cHx
B1WaHR757SFeA59cMNK4HnWsq/dMRQeXcc8QuG3yZ10BUEsDBAoAAAAIAKts 0jaQz/MaQgIA
AJsEAAAyAAAAb3JnL2VjbGlwc2UvdHB0cC90ZXN0L2xhdW5jaGRvY3Rvci9B Y3RpdmF0b3Iu
Y2xhc3Olk11P1EAUht9Zli1bK+iCKOAXy4fLYlq98WYNEUESko0xotwP3aEM dttmOkV+lh8X
GC/8Af4o45mhLguSGOJN58zpeZ955/T056/vPwD4WHVQYXicqigQYSyzXAQ6 01mgRa6DmBdJ
eNBLQ52qYD3U8ohT5KDKsDysKGSQxUUkk2B9L9eKh/r99hubYKhlZeB3r3JI h5TPZSL1GsNI
a2WXobqR9oSLEVzz4GCsDobrHkZRY5joykS8Lvp7Qr3je7FgaHTTkMe7XEmz L5NVfSBzhtFc
c6UZllrWUZpHMthXvC8+pupD8LJIerHYSBMtjnXHHOy+Og5FpmWa5A5uMUwe 8iNOtpMoGLwx
vm57uIkGgxOeihma/z6AXOU6zYz+rodZo3cjoTfFPi9iQjxprVy1bw3Sb/d5 JDZFHiqZUZbh
Rat7ZntHK5lEnfPkw30eikCJPC0UBRcInTE06UIk8EuBb6z4xoo/bMXcZNHD EpYZZuR5yJZK
+3/m4u0lhv7TIvUy4/rAfP2/QNTWHavakmYUxgcN800p5mmaRuiHoDIzUhSN UkxjRs867Tq0
Mlrr7RO47a/wPtOmgnF6jlthA1VMUvkUJmjnnRbjhkUxMxdUPUlxlXZTFrlG mQqttfbqCabP
eK7NzpKBOcuaPq0qWSa6gxlrZ/YS6lZJdQ11jl3idJ7ITapdGKK7A7pb0uu4 h/vl5RftbeiU
L/A+DWg1m121lIq97QM8LBVPKWPeOo359jcsXBQ9G2qSg0do2Sat2Kr2b1BL AwQKAAAACACr
bNI2zC4CPOYIAADTFAAANQAAAG9yZy9lY2xpcHNlL3RwdHAvdGVzdC9sYXVu Y2hkb2N0b3Iv
TGF1bmNoRG9jdG9yLmNsYXNzrVd7XxzVGX4Ou8ssmyGXjaCYaDe1ViCBDeRi ribcYjALoUJI
E7XpsDvAkNmd7cxAgkbjJbWNvam9aGzVprbSWm0bm4DRmqY3be39+i36R79A 7XNmhmWBTYTY
H79lzpz3nOd93us5895/37wEoBH/UlAmkLTsoaSeNo28oyfdvJtPurrjJk1t NJcezlhp17KT
Ke+l3XtREBY4ULxpeFzL6E5SP66nR13DyiWHNTunO04yb1tjhsMZzUy2DDiu raXdPoJ3TK/c
6y9MGY6r53RClwt0Lxq682qYAtHU/juPdLd0dQjEUyPamEbbckPJXtc2ckPb BSrbrJzjajm3
XzNH9SiWCKzwrT/im99oWkMCCv/vMUxdYKmPYlhJ+U6ECooO2oYrtV03S+jP ckmMS7pISxsi
QHXtfB6ddf0C4TYro8dwHaoVVAmsW0BoWtKuMaZxpOJ63EBFQ7rbrg9qo6Yr sL62LrUYjO1S
940qVmE1nUWkHlsf1G09l9Z7KSb1pjmII4NaWmc0ppclO+ds2R7FzXTogGWZ upabES5BAh9V
sEagYVF4Km7Bx3wzW31MgaoS/qw7XAGBj6tYimVR1NLpjEC7YevS4vHZPOpV rMU6xpGg/nbu
LIU5fyqKRkJbY7p9TIY6ZQ3NQCtYL6AWp0MMSTSr2ICNAuU7jJzh3nEF9v1y 6WYVt2MLl+rH
mc2OQKi27rAUbFOx3RNkj2YM25FTOyUs0W6pnZ2dpbClZ3arUFGpoJWBnp+x MbSgXSLKopmD
eFiSuxOdCvYKrJwWde7vOJ7W87ICVdyFfQLL8lRHf2rpo32sfN2j3x9Fl4Co kAr2q+iRnoh4
roviboGyypiU9Kk4ICEig+aoM0yolJHTu0ezA7rdpw3IGoynrLRm9mu2Id+D ybA7bNBLTQvJ
+eKWxvpUstPFWW7kMnqOxSM6SUBmIiGTi0x6Jqivp9PpZIKKw34HkP5jDjLT ChlDhX5ichVf
qlIlHEo4YcQYtGEVy7EihhBGZHCkkzXT7GLTMJ2UxVaZiSJL57SYZsKfTfjT jXK3JXfT3zUZ
zdV6bCtNky2bBA3X0Ezjfj3DeAbBZis1k7KHbpchowdWtc/alDBmdrEClkrI fEEqsHwuDF2c
MZy85TDQx9mUgxfuvd7v7jKE+wdGWJ8tGS3vSjJbalNXPQzSdHWys2POdo/x CZo5g5vwJYkA
WcFDLNq5hdE6OsgYRvEwwzMylm2xh5xtiRgeRLOCxwRar0rFlOmYvIuQgY/m sup1RwdieBSf
VfE4PkdvsNdIFTwxakv0Fan3tIon8AUmiJbP6zn6Y92CepJvh4fwJRVflsqi ruXLKvAknlbw
FANUtG2cR2VWxVfxNdaoNeoWp2GPX8S2rmUJ+Q08q+CZorIvEqs4I7NL8cre zEmogRGBTdcU
Q+IwBprnoFWF1R25McO2clnWZyFJdiwiSWZDeInybUa7LdXS29vT0rd3Cb6D 7yp4SeD2a8RU
8T28zK7P6HK2dbxby7Kq95YM3AJU7LczbCsZ5lRet91xHjffF6gv5Y/p3G5M FKxJ7EwswSt4
VcEPBZoXr03Fa/iRfyp6VyNHnlV19xSZEgRLwU9mJ1Rwhob03JjA1muOD9ub NZuSwMZrcRu7
b9rUHCevucO0YmUJG6jLPx/arGze1L3U2vsBqTV9Ge2ce/mc1Su9NHuzcKlM FBSw9y0PIAqL
BTr+LzrZkh2OKG5jbXrWJBdUKL3+Lo/0ZRIMUBIBDDkrwRT70WIAmTzyFG6x XYPHp+u063nT
Gpcn1m8EbpCihDYtS2QCIdVVSlHBZ1H8lpHyVqeL/Fjp+5aXDduzdaqkrVnv SCSvbJb0qMmb
HdCHtTHDsuWXRKeElLlHF34wgqTBQ2+Qp3qyr2ePb5GXufPLfSEz0ud/kLcd P1Ec3xpekZe6
w3oRNR5GH948eUUpEGYb/TDm8uqVt2y3cJYz3nfrDj9B5C3N9XJl5RyJ3xhj vdaondb976oV
xXeyRukdrOG1JcRfhP9vhIIoxxX8eC1DjD9eYL0xr/h8VnLE2xFXxAFxnnvk yktvYOUkarob
4jddxEfKsDlcFT6DV+rP49Z3MdAQv+0i6sqwLdIQb/Dl5W8heagmMoWmbUqN MolNz6FCPrce
rPckSjw2hR0XsIuvLYeIs6uq/AyU0ATC4Sm0XcCtE4hti9ZEJ7FHankHO0Ob IxNYJl/iqUl0
n4qIqsjqs+//R86s5YQn+UQwmESvBIjURAhwjjYdgo1RXrgfw08xyWcZ+mnX p/i5BzTQJ420
OYlqrMdNaMJtaOb/DdiBjWjHJl7FNxNhCxG24hi/Gk7gDiLtxmles5/m85to xUtow6tcPYkO
vEENb2MfDhI9jyXSg/gkEeCNDnsRkKN7cC+ZKJjCfeQSIofXcASfRpgMDkDj ugh57MMA58rJ
ZjfSjJBCDhFkoFP+OKowSJQIdfpzES+CG/0IYhdRy/hU6teGpjB0zgu1ND3m TXcRttujWe0v
K9BUAppCXpEDsA3eOxCpn4IxF6qPrPs9KNVfFEAJHC0AbOJK4bGJm1PIzYW4 l2zuK4JQChB5
fKZgUFlgUNwuAZEmROYKBrmMnzRgrBSfYyXARgh2tCSfcdwfQJyk2SE+m+rj DxCC+fzgofjJ
KTyy9jIencSpSXx+El9kUg8FE12v4yvrJvH1GWXV9BVoYDlzdA0c1JHpenKV ihM+eMGKJjzH
bBNcE8W3+JP8n8cLAZnnuVpibVgbf/Eizpahqz4+QVbrLuIHAt2hzeEJxOsb qsLNl/FjyelU
WFSFGy6dff/fM3Rupp3AAyz8E2wJD5HeSazGw6jls5lpL2lt9NUUaG3AObzu tZV6Fth5IlWz
kC6wGEKo4Z9M0TDlU0zTeXG8WML1p+mNJ64Qx7fwMy+Ob7OC5oH9vATYkwR7 6gpgv8AvPbBf
lUqKX5cAe4Zgz5ZMindKQbxbAuIFQrxYEuJ3eC+AGOLKch/i9yUgXqZwwoO4 w19WZNIf8acA
9s/4S2DwX5krIW/0N47C3ujvXn8R+IeH/c//AVBLAwQKAAAACACrbNI2Yj5z 2i4DAADpBgAA
TAAAAG9yZy9lY2xpcHNlL3RwdHAvdGVzdC9sYXVuY2hkb2N0b3IvcHJlZmVy ZW5jZXMvTGF1
bmNoRG9jdG9yUHJlZmVyZW5jZXMuY2xhc3OVVV1T00AUPQuVlhoEAlYU1PhV 24oEEL8oKkqp
wnTUGRwcHkO6Lash20m2oP/IV1+qozP+AH+U490UaYqI8NAke+7ecz/27O3P X99+AJjCiyR6
GMoyqNvc9UQj5LZqqIateKhsz2n67lZVukoGdiPgNR5w3+WhXYkMpcjwuoMn kWC4F+d6V3Nc
HnO1y4J71eWq6HJ87dR5En0MN+O+TWGvvJXB+03astW9maFvQfhCPWbozeXX GRJLssrT6MVp
A0kYBORW8utpnMFQEoMMk8co8KmrxI5DXwaGYTKk61yVeM1peophOpevnISj qGOPGjiLDINJ
TJ0C1shMFcwcYPyrVSsHXIiSYczAeVwgyvAQytncCRnz6ylMMBTXGtwVtY+W 2uJW7Jytmgys
qnDqvgyFX7d0vVa7XtomNz2+HeqkLhm4DIvhTKg7FrqBaCghfYazuco7Z8eh Hvl1e00FRFLU
xzVYET5/2dze5MEbh2ionop0HW/dCYRe74EJtSVChhfH6fwx5FmkMG7AHcVj KiTR3mSwj+zb
Myk97vgxrxTyDMObbbwTIoVbDCPZiqxb7RysEleO8KIu3TbovtkMo6SG+DVw yJUUduOAHsJd
Ze+KKm0O7SW53aAjUFoDWcxojc8yrB7S3UOQ/5Pqm8IwZ+Au7jGknGo1yo9S /o+gYmVEWnrA
kJE7PNgNiJa6EO/MPMNE9tUfo7X8QYRKi0o3qyw8GgALdCmODFcSAddn+rHr JGgIZDxZ3zfG
gy5qrVGA7L51Po0iZkhben6QdLsr7Jo5kVT7d/8sGcaP2EvzYk02A5frWqjU f2hwSp8PrlC7
e+l3imawfieRomc/rSrooS8gU0h8QbrwFQMtjLRwrmCOt3DxM1l6yBswkaDn ODFMYBAXac5c
xlVCjLY3ruE6vUlV+8yf0BfZ5gvfkd0wc2ah0MLkF0y3cKcN3TcfdkHFDfOR +aQNPSWoE32V
4gM54stTBgXK/xbFmMQArYcIHyGlj8LGGKZxATOU4ywsWl8jPIs53NZKo/dD LMaynt/P+hmW
9rK+G8UkrBO8XUY5csy0jXuO+quEZXrSX1q0//lvUEsDBAoAAAAIAKts0jYG PsWPlQEAALEC
AABIAAAAb3JnL2VjbGlwc2UvdHB0cC90ZXN0L2xhdW5jaGRvY3Rvci9wcmVm ZXJlbmNlcy9Q
cmVmZXJlbmNlQ29uc3RhbnRzLmNsYXNzpZLNbtNAFIXPtCExIaU/QGn5a7sD FvUDgFjgpMGS
VUdOFMQqmkxvk6nMTDSeFPFYrJBY8AA8VNVr0x+D2LHw9XxXZ849nvGvix8/ ARzioIUVgffW
zUJSuV4UFPqFX4SeCh/mcmnU/MQqb124cHRKjoyiIhzcrCNrCi+NL1poCGyc yXPJ28wsTKdn
pLzA+mCSpP1JN8560SjNPglsJbeqoXfazN4IrF0bjWW+pAB3BbZzO+tqR+X0 r7cTBTqDSTws
XfvxcT9AR2Bzam1O0tRVwWASfUjjqBdgnZOpudWK/hIMR1llscWCoopSF3D0 dNzLPmbxqFeO
C/CIU9lzcl+c9pTYP9TNt9po/05g9eWrsUAjsifUxiqedLCNx+yWaEPHy89T ciM5zak8CKtk
PpZOl3zVbPi5LgS6yf9fCR9re2iXTtGRLq13/qE5LO8CB+DY/D/cwS4/TaYW 0woC5naN7zGv
1fg+80aNN5kf1Pghr0T5+Vx3uBNWzHNef8fut0rylGuzajbxjGvntwDP8YLf AnuVav8SUEsD
BAoAAAAIAKts0jbPKgNN2gEAAN4DAABKAAAAb3JnL2VjbGlwc2UvdHB0cC90 ZXN0L2xhdW5j
aGRvY3Rvci9wcmVmZXJlbmNlcy9QcmVmZXJlbmNlSW5pdGlhbGl6ZXIuY2xh c3Otks1uEzEQ
x//OJtmQLpSmbaChfJQWSCjUcA5CKlSVKq0QUlAO3Lyus3W1XUdeb5B4Ky58 HXgAHgoxm0RJ
qHpoJXYlz4zH85sZe37/+fkLwB6e+CgxHBgbcyUTPcwUd0M35E5ljiciT+XJ sZHOWD60aqCs
SqXK+PuZfpRqp0WiPyvro8zwZpEkjVXc5qnTZ+qf+P0oc1ZIdyGHofpKk/ma wWt3+gzlt+ZY
1eHhWoAKqgzLoU7Vu/wsUvaDiBLF0AiNFElfWF3Y082yO9EZw2H4P7rrMmzq mXmgBiJPFurP
6riJho8VhmeXSLcvnR4J0gKsYo2hHis3ZTK8aHcuU/KM0S1yNwPcwm26CSLN y+qRm27i5Tni
6UDIxRfhR+dCujW0GFYiYxIl0rlzCZu45+Muw/Mr8QLcxwNqM1tos9kOT8VI UFNpzHvO6jTu
fuz0a3hIPjNS9pPVToUmnrMYKtmkI37Ffih3z+RWqkNdjEbrwjfeK+rBFmjw UHwl0mjgaPXJ
4iQZycrTb6h9GbvrtFbHm0v0A8HkAMnrJBluzIIjQpZItr5j+SvWw93GhvcD dzzsNrYmypzY
oijQXHhYI22V4teLB8YGeYoszQlpmsWnE9vYGRf3aMx4/BdQSwMECgAAAAgA q2zSNliFIfsr
AQAA9wQAAAoAAABwbHVnaW4ueG1s7VSxTsMwEN2R+IfIOw6IhSFplgoxZMhQ PsByjvQkx7Zs
B6V8PZekDY7aMEDZuMmnd3p3793JWdG3KnkH59HonD3we5aAlqZG3eTsdfd8 98SKze1NVoBU
aD181T5S7QhZ1TWo6ZUkSQZ9AD0UjOkUWOdMiU7L/dbIYByLMC1ayFk5osk5 bA3qkDPjGn4c
gO8PogbPA/jApXHAoQfZBWr5IpwG70v0NAM4tjkRZWslUScKqYT3y2bBBju1 mgTU44S8XFFD
kR6NSGcnvnHmgrxRkut0wBa4dfAGjhYCPlKDGgMKhR9nAkSAxrjDumEdcuoI TgsVkfMdYdWc
VqIB9lNropEXNlWRlCX3cB5/Qnzptn67HjLQLow6Leb6jAOHpfx/x9fYMX1U 6fxTfQJQSwEC
FAMKAAAAAACrbNI2AAAAAAAAAAAAAAAACQAAAAAAAAAAABAA7UEAAAAATUVU QS1JTkYvUEsB
AhQDCgAAAAAAq2zSNgAAAAAAAAAAAAAAAAQAAAAAAAAAAAAQAO1BJwAAAG9y Zy9QSwECFAMK
AAAAAACrbNI2AAAAAAAAAAAAAAAADAAAAAAAAAAAABAA7UFJAAAAb3JnL2Vj bGlwc2UvUEsB
AhQDCgAAAAAAq2zSNgAAAAAAAAAAAAAAABEAAAAAAAAAAAAQAO1BcwAAAG9y Zy9lY2xpcHNl
L3RwdHAvUEsBAhQDCgAAAAAAq2zSNgAAAAAAAAAAAAAAABYAAAAAAAAAAAAQ AO1BogAAAG9y
Zy9lY2xpcHNlL3RwdHAvdGVzdC9QSwECFAMKAAAAAACrbNI2AAAAAAAAAAAA AAAAIwAAAAAA
AAAAABAA7UHWAAAAb3JnL2VjbGlwc2UvdHB0cC90ZXN0L2xhdW5jaGRvY3Rv ci9QSwECFAMK
AAAAAACrbNI2AAAAAAAAAAAAAAAALwAAAAAAAAAAABAA7UEXAQAAb3JnL2Vj bGlwc2UvdHB0
cC90ZXN0L2xhdW5jaGRvY3Rvci9wcmVmZXJlbmNlcy9QSwECFAMKAAAACACr bNI2iR2Prd0A
AADLAQAAFAAAAAAAAAAAAAAApIFkAQAATUVUQS1JTkYvTUFOSUZFU1QuTUZQ SwECFAMKAAAA
CACrbNI2kM/zGkICAACbBAAAMgAAAAAAAAAAAAAApIFzAgAAb3JnL2VjbGlw c2UvdHB0cC90
ZXN0L2xhdW5jaGRvY3Rvci9BY3RpdmF0b3IuY2xhc3NQSwECFAMKAAAACACr bNI2zC4CPOYI
AADTFAAANQAAAAAAAAAAAAAApIEFBQAAb3JnL2VjbGlwc2UvdHB0cC90ZXN0 L2xhdW5jaGRv
Y3Rvci9MYXVuY2hEb2N0b3IuY2xhc3NQSwECFAMKAAAACACrbNI2Yj5z2i4D AADpBgAATAAA
AAAAAAAAAAAApIE+DgAAb3JnL2VjbGlwc2UvdHB0cC90ZXN0L2xhdW5jaGRv Y3Rvci9wcmVm
ZXJlbmNlcy9MYXVuY2hEb2N0b3JQcmVmZXJlbmNlcy5jbGFzc1BLAQIUAwoA AAAIAKts0jYG
PsWPlQEAALECAABIAAAAAAAAAAAAAACkgdYRAABvcmcvZWNsaXBzZS90cHRw L3Rlc3QvbGF1
bmNoZG9jdG9yL3ByZWZlcmVuY2VzL1ByZWZlcmVuY2VDb25zdGFudHMuY2xh c3NQSwECFAMK
AAAACACrbNI2zyoDTdoBAADeAwAASgAAAAAAAAAAAAAApIHREwAAb3JnL2Vj bGlwc2UvdHB0
cC90ZXN0L2xhdW5jaGRvY3Rvci9wcmVmZXJlbmNlcy9QcmVmZXJlbmNlSW5p dGlhbGl6ZXIu
Y2xhc3NQSwECFAMKAAAACACrbNI2WIUh+ysBAAD3BAAACgAAAAAAAAAAAAAA pIETFgAAcGx1
Z2luLnhtbFBLBQYAAAAADgAOAHkEAABmFwAAAAA=
--------------030704030009080807020104--
Re: AGR with TPTP4.4? [message #102001 is a reply to message #101874] Thu, 28 June 2007 13:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: cl.silistix.com

Hey,

Thank you both and sorry for the long reply.
First of all, to answer your questions liz..

The agent controller and eclipse are both using the same jre (1.5.0_05).
I would not get "connection success" when testing the connection with
just IAC running. I download the corresponding standalone AC and the
test passes.

I do not think my problem is related to the too-many-dependecies bug. I
got the same behaviour with a test suite with only a few dependencies.

After playing around with my setup I no longer get the
InactiveProcessException. But there are more problems..

If I launch a test using the current workbench as a context it works
correctly. However if I unselect that option and point the test suite to
the startup.jar of my eclipse app my application never gets run. It
doesn't hang anymore but won't launch my application. It peforms the
tests on another instance of vanilla eclipse and returns normally.

Although I no longer get InactiveProcessExceptions.. but I did manage to
get several logs of the launch crashing using Joes method. I followed
your instructions and just got:

Exception in thread "main" java.lang.NoClassDefFoundError:
org/eclipse/core/launcher/Main

There were 3 paths that came after the classpath that weren't seperated
by colons (1 pointed to my apps startup.jar, another to mytests /bin and
the third to a copy of mytests /bin in $TEMP) that I didn't think were
part of the classpath. If I add all of these to the classpath and run
again nothing gets launched and java returns normally. I don't know if
that is helpful since I'm not getting InactiveProcessExceptions anymor

Thanks for all your help,

Craig

Joe Toomey wrote:
> Attached is a plugin that may help in diagnosing
> InactiveProcessException issues.
>
> 1) Drop this plugin into your eclipse/plugins directory and start eclipse.
> 2) Go to the Window -> Preferences -> Test -> Launch Doctor page.
> 3) Enable the Log Launch Details option and specify a directory to write
> the log file (/tmp, c:\temp, whatever is available)
> 4) Run the test that is failing
> 5) After it fails open the launch_doctor.log file in the directory you
> specified. (It reads much easier if you disable word wrap in your text
> editor.)
>
> For InactiveProcessException issues, the two things to note are the
> classpath and the VM args. [It is expected that the classpath will be
> multiline -- this is not an error.] From this information, you can
> construct a commandline invocation of java using the same classpath and
> vm args and see if an error is reported. Note that in order to do this,
> you'll need to modify the classpath by making it a single line (adding
> the appropriate separator character), and also by adding quotes around
> each classpath entry that contains a space (you can't just quote the
> whole classpath). When you've done this, you can issue the following
> from the command line:
>
> java -cp {the classpath you constructed from the log file} {the vm args
> from the log file}
>
> Note that the test will not run, because the test runner will try
> unsuccessfully to connect and handshake with the workbench that launched
> it. However, it should launch the process successfully, and in the case
> of AGR tests, you should see eclipse launch (it should hang on the
> welcome screen.) Since you're getting an InactiveProcessException, my
> guess is that you'll get an error message from java instead. Please try
> this and let us know what you find.
>
> Thanks,
> --Joe
Re: AGR with TPTP4.4? [message #102014 is a reply to message #102001] Thu, 28 June 2007 17:37 Go to previous messageGo to next message
Liz Dancy is currently offline Liz DancyFriend
Messages: 77
Registered: July 2009
Member
Hi Craig,

I am glad you got your tests running with the AC. From your last reply I
understand that you are trying to run your application in a different
context.
When you start this startup.jar that you are referring to normally does your
eclipse application run? Are there any plugins that are perhaps not getting
activated?

You might want to try inserting a long wait command in your macro and
checking out the configuration that is being tested (context you are
pointing to) while the test is running. Ensure it contains the plugins you
are looking for.

Let me know what you find. I think Joe can best analyze your results from
the last section.

Sincerely,

Liz Dancy
"Craig Lang" <cl@silistix.com> wrote in message
news:f60ec6$tkn$1@build.eclipse.org...
> Hey,
>
> Thank you both and sorry for the long reply.
> First of all, to answer your questions liz..
>
> The agent controller and eclipse are both using the same jre (1.5.0_05).
> I would not get "connection success" when testing the connection with just
> IAC running. I download the corresponding standalone AC and the test
> passes.
>
> I do not think my problem is related to the too-many-dependecies bug. I
> got the same behaviour with a test suite with only a few dependencies.
>
> After playing around with my setup I no longer get the
> InactiveProcessException. But there are more problems..
>
> If I launch a test using the current workbench as a context it works
> correctly. However if I unselect that option and point the test suite to
> the startup.jar of my eclipse app my application never gets run. It
> doesn't hang anymore but won't launch my application. It peforms the tests
> on another instance of vanilla eclipse and returns normally.
>
> Although I no longer get InactiveProcessExceptions.. but I did manage to
> get several logs of the launch crashing using Joes method. I followed your
> instructions and just got:
>
> Exception in thread "main" java.lang.NoClassDefFoundError:
> org/eclipse/core/launcher/Main
>
> There were 3 paths that came after the classpath that weren't seperated by
> colons (1 pointed to my apps startup.jar, another to mytests /bin and the
> third to a copy of mytests /bin in $TEMP) that I didn't think were part of
> the classpath. If I add all of these to the classpath and run again
> nothing gets launched and java returns normally. I don't know if that is
> helpful since I'm not getting InactiveProcessExceptions anymor
>
> Thanks for all your help,
>
> Craig
>
> Joe Toomey wrote:
>> Attached is a plugin that may help in diagnosing InactiveProcessException
>> issues.
>>
>> 1) Drop this plugin into your eclipse/plugins directory and start
>> eclipse.
>> 2) Go to the Window -> Preferences -> Test -> Launch Doctor page.
>> 3) Enable the Log Launch Details option and specify a directory to write
>> the log file (/tmp, c:\temp, whatever is available)
>> 4) Run the test that is failing
>> 5) After it fails open the launch_doctor.log file in the directory you
>> specified. (It reads much easier if you disable word wrap in your text
>> editor.)
>>
>> For InactiveProcessException issues, the two things to note are the
>> classpath and the VM args. [It is expected that the classpath will be
>> multiline -- this is not an error.] From this information, you can
>> construct a commandline invocation of java using the same classpath and
>> vm args and see if an error is reported. Note that in order to do this,
>> you'll need to modify the classpath by making it a single line (adding
>> the appropriate separator character), and also by adding quotes around
>> each classpath entry that contains a space (you can't just quote the
>> whole classpath). When you've done this, you can issue the following
>> from the command line:
>>
>> java -cp {the classpath you constructed from the log file} {the vm args
>> from the log file}
>>
>> Note that the test will not run, because the test runner will try
>> unsuccessfully to connect and handshake with the workbench that launched
>> it. However, it should launch the process successfully, and in the case
>> of AGR tests, you should see eclipse launch (it should hang on the
>> welcome screen.) Since you're getting an InactiveProcessException, my
>> guess is that you'll get an error message from java instead. Please try
>> this and let us know what you find.
>>
>> Thanks,
>> --Joe
Re: AGR with TPTP4.4? [message #102024 is a reply to message #102014] Fri, 29 June 2007 13:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: cl.silistix.com

Hi Liz,

I'm back on the InactiveProcessExceptions now when i try to launch in a
different context. I will post the results of Joes instructions shortly.

However I have another problem that hopefully you can help me with.

I created a test suite containing my tests. All these tests run
correctly in quick mode. I set the tests up in the behaviour tab to run
in the required order and launch the tests in the current context.
After the tests have completed the .execution file only reports one
invocation. The invocation is not a full report.. it only contains the
following:

invocation->test.execution->start

I have inserted wait statements in my test cases. The first case (simple
create project test) will open the create dialog, enter MyProj as the
project name and end as soon as Finish is selected. The rest of my test
case never gets executed and neither will the other test cases in the suite.

If I set the first test as a test which fails, the execution file
correctly reports my first invocation as failed, but the second test
case does what I described above.

Any help with this would be much appreciated.

Regards,
Craig

Liz Dancy wrote:
> Hi Craig,
>
> I am glad you got your tests running with the AC. From your last reply I
> understand that you are trying to run your application in a different
> context.
> When you start this startup.jar that you are referring to normally does your
> eclipse application run? Are there any plugins that are perhaps not getting
> activated?
>
> You might want to try inserting a long wait command in your macro and
> checking out the configuration that is being tested (context you are
> pointing to) while the test is running. Ensure it contains the plugins you
> are looking for.
>
> Let me know what you find. I think Joe can best analyze your results from
> the last section.
>
> Sincerely,
>
> Liz Dancy
> "Craig Lang" <cl@silistix.com> wrote in message
> news:f60ec6$tkn$1@build.eclipse.org...
>> Hey,
>>
>> Thank you both and sorry for the long reply.
>> First of all, to answer your questions liz..
>>
>> The agent controller and eclipse are both using the same jre (1.5.0_05).
>> I would not get "connection success" when testing the connection with just
>> IAC running. I download the corresponding standalone AC and the test
>> passes.
>>
>> I do not think my problem is related to the too-many-dependecies bug. I
>> got the same behaviour with a test suite with only a few dependencies.
>>
>> After playing around with my setup I no longer get the
>> InactiveProcessException. But there are more problems..
>>
>> If I launch a test using the current workbench as a context it works
>> correctly. However if I unselect that option and point the test suite to
>> the startup.jar of my eclipse app my application never gets run. It
>> doesn't hang anymore but won't launch my application. It peforms the tests
>> on another instance of vanilla eclipse and returns normally.
>>
>> Although I no longer get InactiveProcessExceptions.. but I did manage to
>> get several logs of the launch crashing using Joes method. I followed your
>> instructions and just got:
>>
>> Exception in thread "main" java.lang.NoClassDefFoundError:
>> org/eclipse/core/launcher/Main
>>
>> There were 3 paths that came after the classpath that weren't seperated by
>> colons (1 pointed to my apps startup.jar, another to mytests /bin and the
>> third to a copy of mytests /bin in $TEMP) that I didn't think were part of
>> the classpath. If I add all of these to the classpath and run again
>> nothing gets launched and java returns normally. I don't know if that is
>> helpful since I'm not getting InactiveProcessExceptions anymor
>>
>> Thanks for all your help,
>>
>> Craig
>>
>> Joe Toomey wrote:
>>> Attached is a plugin that may help in diagnosing InactiveProcessException
>>> issues.
>>>
>>> 1) Drop this plugin into your eclipse/plugins directory and start
>>> eclipse.
>>> 2) Go to the Window -> Preferences -> Test -> Launch Doctor page.
>>> 3) Enable the Log Launch Details option and specify a directory to write
>>> the log file (/tmp, c:\temp, whatever is available)
>>> 4) Run the test that is failing
>>> 5) After it fails open the launch_doctor.log file in the directory you
>>> specified. (It reads much easier if you disable word wrap in your text
>>> editor.)
>>>
>>> For InactiveProcessException issues, the two things to note are the
>>> classpath and the VM args. [It is expected that the classpath will be
>>> multiline -- this is not an error.] From this information, you can
>>> construct a commandline invocation of java using the same classpath and
>>> vm args and see if an error is reported. Note that in order to do this,
>>> you'll need to modify the classpath by making it a single line (adding
>>> the appropriate separator character), and also by adding quotes around
>>> each classpath entry that contains a space (you can't just quote the
>>> whole classpath). When you've done this, you can issue the following
>>> from the command line:
>>>
>>> java -cp {the classpath you constructed from the log file} {the vm args
>>> from the log file}
>>>
>>> Note that the test will not run, because the test runner will try
>>> unsuccessfully to connect and handshake with the workbench that launched
>>> it. However, it should launch the process successfully, and in the case
>>> of AGR tests, you should see eclipse launch (it should hang on the
>>> welcome screen.) Since you're getting an InactiveProcessException, my
>>> guess is that you'll get an error message from java instead. Please try
>>> this and let us know what you find.
>>>
>>> Thanks,
>>> --Joe
>
>
Re: AGR with TPTP4.4? [message #102033 is a reply to message #101874] Fri, 29 June 2007 14:33 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: cl.silistix.com

This is a multi-part message in MIME format.
--------------070402020201050808050504
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Hi Joe,

I have followed your instructions again and when I run the java command
I once again get:
Exception in thread "main" java.lang.NoClassDefFoundError:
org/eclipse/core/launcher/Main

I have attached my log file if that is any help.
I tried setting my classpath to the long one line string following
CLASSPATH=
and also to the that long line plus all the paths below it and still get
the same error.

I am trying to launch an eclipse app created with eclipse3.3 from within
eclipse3.3. I think my previous reply to your post was when I was
launching an application created with eclipse3.2.2 in eclipse3.3.

Also, I know that startup.jar has been replaced with
equinox.launcher.jar in eclipse3.3. I noticed that there are 2
equinox.launcher jars in the plugins directory of my eclipse app.
org.eclipse.equinox.launcher_1.0.0.v20070606.jar and
org.eclipse.equinox.launcher.gtk.linux.x86_1.0.0.v20070606.

Which one of these should be in the selected as the context to launch?
I have tried them both and get similar results.

I also tried launching in another context using test locations and
deployments. This also returned an InactiveProcessException. When trying
to launch in another context should I set it in my test suite or in a
test deployment? What are your pros/cons of the 2 approaches?

Thanks for any help,
Regards,
Craig



Joe Toomey wrote:
> Attached is a plugin that may help in diagnosing
> InactiveProcessException issues.
>
> 1) Drop this plugin into your eclipse/plugins directory and start eclipse.
> 2) Go to the Window -> Preferences -> Test -> Launch Doctor page.
> 3) Enable the Log Launch Details option and specify a directory to write
> the log file (/tmp, c:\temp, whatever is available)
> 4) Run the test that is failing
> 5) After it fails open the launch_doctor.log file in the directory you
> specified. (It reads much easier if you disable word wrap in your text
> editor.)
>
> For InactiveProcessException issues, the two things to note are the
> classpath and the VM args. [It is expected that the classpath will be
> multiline -- this is not an error.] From this information, you can
> construct a commandline invocation of java using the same classpath and
> vm args and see if an error is reported. Note that in order to do this,
> you'll need to modify the classpath by making it a single line (adding
> the appropriate separator character), and also by adding quotes around
> each classpath entry that contains a space (you can't just quote the
> whole classpath). When you've done this, you can issue the following
> from the command line:
>
> java -cp {the classpath you constructed from the log file} {the vm args
> from the log file}
>
> Note that the test will not run, because the test runner will try
> unsuccessfully to connect and handshake with the workbench that launched
> it. However, it should launch the process successfully, and in the case
> of AGR tests, you should see eclipse launch (it should hang on the
> welcome screen.) Since you're getting an InactiveProcessException, my
> guess is that you'll get an error message from java instead. Please try
> this and let us know what you find.
>
> Thanks,
> --Joe


--------------070402020201050808050504
Content-Type: text/x-log;
name="launch_doctor.log"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline;
filename="launch_doctor.log"

Launch started!
session Created.
test artifacts deployed.
executionEnvironment Adapted. CLASSPATH =3D=20
/home/cl/ACServer/plugins/org.eclipse.tptp.javaprofiler:/hom e/cl/ACServe=
r/plugins/org.eclipse.tptp.platform.collection.framework_4.2 .100.v2007041=
40100/hcframe.jar:/home/cl/ACServer/plugins/org.eclipse.hyad es.execution_=
4.4.0.v200706080100/hexr.jar:/home/cl/ACServer/plugins/org.e clipse.hyades=
=2Eexecution_4.4.0.v200706080100/hexl.jar:/home/cl/ACServer/ plugins/org.e=
clipse.hyades.execution_4.4.0.v200706080100/hexcore.jar:/hom e/cl/ACServer=
/plugins/org.eclipse.core.runtime_3.3.100.v20070530.jar:/hom e/cl/ACServer=
/plugins/org.eclipse.equinox.common_3.3.0.v20070426.jar:/hom e/cl/ACServer=
/plugins/org.eclipse.osgi_3.3.0.v20070530.jar:/home/cl/ACSer ver/plugins/o=
rg.eclipse.core.runtime_3.3.100.v20070530.jar:/home/cl/ACSer ver/plugins/o=
rg.eclipse.equinox.common_3.3.0.v20070426.jar:/home/cl/ACSer ver/plugins/o=
rg.eclipse.osgi_3.3.0.v20070530.jar:/home/cl/ACServer/plugin s/com.ibm.icu=
_3.6.1.v20070417.jar:/home/cl/ACServer/plugins/org.eclipse.e quinox.common=
_3.3.0.v20070426.jar:/home/cl/ACServer/plugins/org.eclipse.e quinox.common=
_3.3.0.v20070426.jar:/home/cl/ACServer/plugins/org.eclipse.c ore.commands_=
3.3.0.I20070605-0010.jar:/home/cl/ACServer/plugins/org.eclip se.core.comma=
nds_3.3.0.I20070605-0010.jar:/home/cl/ACServer/plugins/org.e clipse.jface_=
3.3.0.I20070606-0010.jar:/home/cl/ACServer/plugins/org.eclip se.jface_3.3.=
0.I20070606-0010.jar:/home/cl/ACServer/plugins/swt.jar:/home /cl/ACServer/=
plugins/swt.jar:/home/cl/ACServer/plugins/org.eclipse.emf.co mmon_2.2.2.v2=
00706070004.jar:/home/cl/ACServer/plugins/org.eclipse.emf.co mmon_2.2.2.v2=
00706070004.jar:/home/cl/ACServer/plugins/org.eclipse.emf.ec ore_2.2.3.v20=
0706070004.jar:/home/cl/ACServer/plugins/org.eclipse.emf.eco re_2.2.3.v200=
706070004.jar:/home/cl/ACServer/plugins/org.eclipse.emf.ecor e.xmi_2.2.3.v=
200706070004.jar:/home/cl/ACServer/plugins/org.eclipse.emf.e core.xmi_2.2.=
3.v200706070004.jar:/home/cl/ACServer/plugins/org.eclipse.hy ades.executio=
n_4.4.0.v200706080100/hexcore.jar:/home/cl/ACServer/plugins/ org.eclipse.h=
yades.execution_4.4.0.v200706080100/hexl.jar:/home/cl/ACServ er/plugins/or=
g.eclipse.hyades.execution_4.4.0.v200706080100/hexr.jar:/hom e/cl/ACServer=
/plugins/org.eclipse.hyades.logging.core_4.3.100.v2007041401 00/hl14.jar:/=
home/cl/ACServer/plugins/org.eclipse.hyades.logging.core_4.3 .100.v2007041=
40100/hlcommons.jar:/home/cl/ACServer/plugins/org.eclipse.hy ades.logging.=
core_4.3.100.v200704140100/hlcore.jar:/home/cl/ACServer/plug ins/org.eclip=
se.hyades.logging.core_4.3.100.v200704140100/hllog4j.jar:/ho me/cl/ACServe=
r/plugins/org.eclipse.hyades.logging.core_4.3.100.v200704140 100/config.ja=
r:/home/cl/ACServer/plugins/org.eclipse.hyades.logging.core_ 4.3.100.v2007=
04140100/hlcore.jar:/home/cl/ACServer/plugins/org.eclipse.hy ades.logging.=
core_4.3.100.v200704140100/hlcommons.jar:/home/cl/ACServer/p lugins/org.ec=
lipse.hyades.logging.core_4.3.100.v200704140100/hllog4j.jar: /home/cl/ACSe=
rver/plugins/org.eclipse.hyades.logging.core_4.3.100.v200704 140100/hl14.j=
ar:/home/cl/ACServer/plugins/org.eclipse.tptp.platform.loggi ng.events_4.3=
=2E100.v200704140100/tlcore.jar:/home/cl/ACServer/plugins/or g.eclipse.tpt=
p.platform.logging.events_4.3.100.v200704140100/hlcbe101.jar :/home/cl/ACS=
erver/plugins/org.eclipse.tptp.platform.logging.events_4.3.1 00.v200704140=
100/tlcbe101.jar:/home/cl/ACServer/plugins/org.eclipse.tptp. platform.logg=
ing.events_4.3.100.v200704140100/tlcbe101.jar:/home/cl/ACSer ver/plugins/o=
rg.eclipse.tptp.platform.logging.events_4.3.100.v20070414010 0/hlcbe101.ja=
r:/home/cl/ACServer/plugins/org.eclipse.tptp.platform.loggin g.events_4.3.=
100.v200704140100/tlcore.jar:/home/cl/ACServer/plugins/org.e clipse.tptp.p=
latform.logging.events_4.3.100.v200704140100/config.jar:/hom e/cl/ACServer=
/plugins/org.eclipse.hyades.test.core_4.2.200.v200706050100/ hexrecr.jar:/=
home/cl/ACServer/plugins/org.eclipse.hyades.test.tools.core_ 4.4.0.v200706=
050100/common.runner.jar:/home/cl/ACServer/plugins/org.eclip se.hyades.tes=
t.tools.core_4.4.0.v200706050100/http.hexrecr.jar:/home/cl/A CServer/plugi=
ns/org.eclipse.hyades.test.tools.core_4.4.0.v200706050100/ht tp.runner.jar=
:/home/cl/ACServer/plugins/org.eclipse.hyades.test.tools.cor e_4.4.0.v2007=
06050100/java.runner.jar:/home/cl/ACServer/plugins/org.eclip se.hyades.tes=
t.tools.core_4.4.0.v200706050100/manual.runner.jar:/home/cl/ ACServer/plug=
ins/org.eclipse.hyades.test.tools.core_4.4.0.v200706050100/j ava.runner.ja=
r:/home/cl/ACServer/plugins/org.eclipse.hyades.test.tools.co re_4.4.0.v200=
706050100/http.runner.jar:/home/cl/ACServer/plugins/org.ecli pse.hyades.te=
st.tools.core_4.4.0.v200706050100/config.jar:/home/cl/ACServ er/plugins/or=
g.eclipse.hyades.test.tools.core_4.4.0.v200706050100/tools-c ore.jar:/home=
/cl/ACServer/plugins/org.eclipse.hyades.test.tools.core_4.4. 0.v2007060501=
00/manual.runner.jar:/home/cl/ACServer/plugins/org.eclipse.h yades.test.to=
ols.core_4.4.0.v200706050100/http.hextgen.jar:/home/cl/ACSer ver/plugins/o=
rg.eclipse.hyades.test.tools.core_4.4.0.v200706050100/common .runner.jar:/=
home/cl/ACServer/plugins/org.eclipse.tptp.platform.models_4. 3.0.v20070613=
2116/fastxpath.jar:/home/cl/ACServer/plugins/org.eclipse.tpt p.platform.mo=
dels_4.3.0.v200706132116/tptp-models.jar:/home/cl/ACServer/p lugins/org.ec=
lipse.tptp.platform.models_4.3.0.v200706132116/fastxpath.jar :/home/cl/ACS=
erver/plugins/org.eclipse.tptp.platform.models_4.3.0.v200706 132116/tptp-m=
odels.jar:/home/cl/ACServer/plugins/org.junit_3.8.2.v2007052 50844/junit.j=
ar:/home/cl/ACServer/plugins/org.junit_3.8.2.v200705250844/j unit.jar
/home/cl/tmp/cl/com.silistix.csl.ui.help/bin
/home/cl/tmp/cl/com.silistix.csl/bin
/home/cl/tmp/cl/com.silistix.csl/lib/crimson.jar
/home/cl/tmp/cl/com.silistix.csl.tests/bin
/home/cl/tmp/cl/com.silistix.csl.core/bin
/home/cl/tmp/cl/com.silistix.csl/lib/ysvg.jar
/home/cl/tmp/cl/com.silistix.csl/lib/jfreechart-1.0.5.jar
/home/cl/tmp/cl/com.silistix.csl/lib/swtgraphics2d.jar
/home/cl/tmp/cl/com.silistix.csl/lib/jfreechart-1.0.5-swt.ja r
/home/cl/tmp/cl/com.silistix.csl/lib/y.jar
/home/cl/tmp/cl/com.silistix.csl/lib/jcommon-1.0.9.jar
/home/cl/tmp/cl/com.silistix.csl/lib/batik.jar
/home/cl/tmp/cl/com.silistix.csl/lib/graphml.jar
/home/cl/tmp/cl/com.silistix.csl/lib/jfreechart-1.0.5-experi mental.jar
/home/cl/rmme/com.silistix.csl/bin:/home/cl/rmme/com.silisti x.csl.core/b=
in:/home/cl/rmme/com.silistix.csl.tests/bin:/home/cl/rmme/co m.silistix.cs=
l.ui.help/bin
/home/cl/CHAINArc/plugins/org.eclipse.equinox.launcher_1.0.0 .v20070606.j=
ar
executable Object Adapted
jvmArgs: -Dhyades.runner.agentName=3Dorg.eclipse.hyades.execution.har nes=
s.XMLExecutionDataProcessor -Dtptp.automated.gui=3Dtrue -Dtptp.automated.=
gui.resource.id=3DDDB9CDA7C040D9DBF2BD70F0262111DC -Dtptp.automated.gui.e=
xecutor=3Dorg.eclipse.hyades.execution.harness.XMLExecutionD ataProcessor =
org.eclipse.core.launcher.Main -data "/home/cl/rmme/../auto-gui-workspace=
"
DataProcessors initialized.

--------------070402020201050808050504--
Re: AGR with TPTP4.4? [message #102077 is a reply to message #102033] Fri, 29 June 2007 20:41 Go to previous messageGo to next message
Joe Toomey is currently offline Joe ToomeyFriend
Messages: 79
Registered: July 2009
Member
Hi Craig,

We may need Liz's help with the AGR specific piece of this to get to the
bottom of the problem, although next week starts with a couple of
Canadian holidays.

Based on the log file you attached, the command line that should be
launching the AGR test is (all on one line, obviously):

java -cp
/home/cl/ACServer/plugins/org.eclipse.tptp.javaprofiler:/hom e/cl/ACServer/plugins/org.eclipse.tptp.platform.collection.f ramework_4.2.100.v200704140100/hcframe.jar:/home/cl/ACServer /plugins/org.eclipse.hyades.execution_4.4.0.v200706080100/he xr.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.executio n_4.4.0.v200706080100/hexl.jar:/home/cl/ACServer/plugins/org .eclipse.hyades.execution_4.4.0.v200706080100/hexcore.jar:/h ome/cl/ACServer/plugins/org.eclipse.core.runtime_3.3.100.v20 070530.jar:/home/cl/ACServer/plugins/org.eclipse.equinox.com mon_3.3.0.v20070426.jar:/home/cl/ACServer/plugins/org.eclips e.osgi_3.3.0.v20070530.jar:/home/cl/ACServer/plugins/org.ecl ipse.core.runtime_3.3.100.v20070530.jar:/home/cl/ACServer/pl ugins/org.eclipse.equinox.common_3.3.0.v20070426.jar:/home/c l/ACServer/plugins/org.eclipse.osgi_3.3.0.v20070530.jar:/hom e/cl/ACServer/plugins/com.ibm.icu_3.6.1.v20070417.jar:/home/ cl/ACServer/plugins/org.eclipse.equinox.common_3.3.0.v200704 26.jar:/home/cl/ACServer/plug
ins/org.eclipse.equinox.common_3.3.0.v20070426.jar:/home/cl/ ACServer/plugins/org.eclipse.core.commands_3.3.0.I20070605-0 010.jar:/home/cl/ACServer/plugins/org.eclipse.core.commands_ 3.3.0.I20070605-0010.jar:/home/cl/ACServer/plugins/org.eclip se.jface_3.3.0.I20070606-0010.jar:/home/cl/ACServer/plugins/ org.eclipse.jface_3.3.0.I20070606-0010.jar:/home/cl/ACServer /plugins/swt.jar:/home/cl/ACServer/plugins/swt.jar:/home/cl/ ACServer/plugins/org.eclipse.emf.common_2.2.2.v200706070004. jar:/home/cl/ACServer/plugins/org.eclipse.emf.common_2.2.2.v 200706070004.jar:/home/cl/ACServer/plugins/org.eclipse.emf.e core_2.2.3.v200706070004.jar:/home/cl/ACServer/plugins/org.e clipse.emf.ecore_2.2.3.v200706070004.jar:/home/cl/ACServer/p lugins/org.eclipse.emf.ecore.xmi_2.2.3.v200706070004.jar:/ho me/cl/ACServer/plugins/org.eclipse.emf.ecore.xmi_2.2.3.v2007 06070004.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.ex ecution_4.4.0.v200706080100/hexcore.jar:/home/cl/ACServer/pl ugins/org.eclipse.hyades.execu
tion_4.4.0.v200706080100/hexl.jar:/home/cl/ACServer/plugins/ org.eclipse.hyades.execution_4.4.0.v200706080100/hexr.jar:/h ome/cl/ACServer/plugins/org.eclipse.hyades.logging.core_4.3. 100.v200704140100/hl14.jar:/home/cl/ACServer/plugins/org.ecl ipse.hyades.logging.core_4.3.100.v200704140100/hlcommons.jar :/home/cl/ACServer/plugins/org.eclipse.hyades.logging.core_4 .3.100.v200704140100/hlcore.jar:/home/cl/ACServer/plugins/or g.eclipse.hyades.logging.core_4.3.100.v200704140100/hllog4j. jar:/home/cl/ACServer/plugins/org.eclipse.hyades.logging.cor e_4.3.100.v200704140100/config.jar:/home/cl/ACServer/plugins /org.eclipse.hyades.logging.core_4.3.100.v200704140100/hlcor e.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.logging.c ore_4.3.100.v200704140100/hlcommons.jar:/home/cl/ACServer/pl ugins/org.eclipse.hyades.logging.core_4.3.100.v200704140100/ hllog4j.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.log ging.core_4.3.100.v200704140100/hl14.jar:/home/cl/ACServer/p lugins/org.eclipse.tptp.platfo
rm.logging.events_4.3.100.v200704140100/tlcore.jar:/home/cl/ ACServer/plugins/org.eclipse.tptp.platform.logging.events_4. 3.100.v200704140100/hlcbe101.jar:/home/cl/ACServer/plugins/o rg.eclipse.tptp.platform.logging.events_4.3.100.v20070414010 0/tlcbe101.jar:/home/cl/ACServer/plugins/org.eclipse.tptp.pl atform.logging.events_4.3.100.v200704140100/tlcbe101.jar:/ho me/cl/ACServer/plugins/org.eclipse.tptp.platform.logging.eve nts_4.3.100.v200704140100/hlcbe101.jar:/home/cl/ACServer/plu gins/org.eclipse.tptp.platform.logging.events_4.3.100.v20070 4140100/tlcore.jar:/home/cl/ACServer/plugins/org.eclipse.tpt p.platform.logging.events_4.3.100.v200704140100/config.jar:/ home/cl/ACServer/plugins/org.eclipse.hyades.test.core_4.2.20 0.v200706050100/hexrecr.jar:/home/cl/ACServer/plugins/org.ec lipse.hyades.test.tools.core_4.4.0.v200706050100/common.runn er.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.test.too ls.core_4.4.0.v200706050100/http.hexrecr.jar:/home/cl/ACServ er/plugins/org.eclipse.hyades.
test.tools.core_4.4.0.v200706050100/http.runner.jar:/home/cl /ACServer/plugins/org.eclipse.hyades.test.tools.core_4.4.0.v 200706050100/java.runner.jar:/home/cl/ACServer/plugins/org.e clipse.hyades.test.tools.core_4.4.0.v200706050100/manual.run ner.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.test.to ols.core_4.4.0.v200706050100/java.runner.jar:/home/cl/ACServ er/plugins/org.eclipse.hyades.test.tools.core_4.4.0.v2007060 50100/http.runner.jar:/home/cl/ACServer/plugins/org.eclipse. hyades.test.tools.core_4.4.0.v200706050100/config.jar:/home/ cl/ACServer/plugins/org.eclipse.hyades.test.tools.core_4.4.0 .v200706050100/tools-core.jar:/home/cl/ACServer/plugins/org. eclipse.hyades.test.tools.core_4.4.0.v200706050100/manual.ru nner.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.test.t ools.core_4.4.0.v200706050100/http.hextgen.jar:/home/cl/ACSe rver/plugins/org.eclipse.hyades.test.tools.core_4.4.0.v20070 6050100/common.runner.jar:/home/cl/ACServer/plugins/org.ecli pse.tptp.platform.models_4.3.0
v200706132116/fastxpath.jar:/home/cl/ACServer/plugins/org.ec lipse.tptp.platform.models_4.3.0.v200706132116/tptp-models.j ar:/home/cl/ACServer/plugins/org.eclipse.tptp.platform.model s_4.3.0.v200706132116/fastxpath.jar:/home/cl/ACServer/plugin s/org.eclipse.tptp.platform.models_4.3.0.v200706132116/tptp- models.jar:/home/cl/ACServer/plugins/org.junit_3.8.2.v200705 250844/junit.jar:/home/cl/ACServer/plugins/org.junit_3.8.2.v 200705250844/junit.jar:/home/cl/tmp/cl/com.silistix.csl.ui.h elp/bin:/home/cl/tmp/cl/com.silistix.csl/bin:/home/cl/tmp/cl /com.silistix.csl/lib/crimson.jar:/home/cl/tmp/cl/com.silist ix.csl.tests/bin:/home/cl/tmp/cl/com.silistix.csl.core/bin:/ home/cl/tmp/cl/com.silistix.csl/lib/ysvg.jar:/home/cl/tmp/cl /com.silistix.csl/lib/jfreechart-1.0.5.jar:/home/cl/tmp/cl/c om.silistix.csl/lib/swtgraphics2d.jar:/home/cl/tmp/cl/com.si listix.csl/lib/jfreechart-1.0.5-swt.jar:/home/cl/tmp/cl/com. silistix.csl/lib/y.jar:/home/cl/tmp/cl/com.silistix.csl/lib/ jcommon-1.0.9.jar:/home/cl/tm
p/cl/com.silistix.csl/lib/batik.jar:/home/cl/tmp/cl/com.sili stix.csl/lib/graphml.jar:/home/cl/tmp/cl/com.silistix.csl/li b/jfreechart-1.0.5-experimental.jar:/home/cl/rmme/com.silist ix.csl/bin:/home/cl/rmme/com.silistix.csl.core/bin:/home/cl/ rmme/com.silistix.csl.tests/bin:/home/cl/rmme/com.silistix.c sl.ui.help/bin:/home/cl/CHAINArc/plugins/org.eclipse.equinox .launcher_1.0.0.v20070606.jar
-Dhyades.runner.agentName=org.eclipse.hyades.execution.harne ss.XMLExecutionDataProcessor
-Dtptp.automated.gui=true
-Dtptp.automated.gui.resource.id=DDB9CDA7C040D9DBF2BD70F0262 111DC
-Dtptp.automated.gui.executor=org.eclipse.hyades.execution.h arness.XMLExecutionDataProcessor
org.eclipse.core.launcher.Main -data "/home/cl/rmme/../auto-gui-workspace"

Just to double check, please try running that and verify that you still
get the NoClassDefFound error that you reported before. Assuming that
you do, you can help us to narrow down the cause of this issue. The
classpath in the above command line ends with the following jar file:
/home/cl/CHAINArc/plugins/org.eclipse.equinox.launcher_1.0.0 .v20070606.jar
That jar file contains the class that is reported as missing. Can you
verify that this file is valid on your machine, and that it contains the
class org.eclipse.core.launcher.Main? (In my SuSE install, using the
same jar file, it does.)

If you verify that this class file is present in the jar, I guess the
next thing to try is to move it to the front of the classpath on your
command line and try running the command again. Please let us know if
that gets you past the NoClassDefFound error -- if so, we'll need to
understand why, but it will be a step in the right direction.

Thanks,
--Joe
Re: AGR with TPTP4.4? [message #102225 is a reply to message #102077] Mon, 02 July 2007 09:06 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: cl.silistix.com

This is a multi-part message in MIME format.
--------------030603070103080004050101
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Hi Joe,

Moving equinox-launcher.jar to the front of my classpath gets past the
NoClassDefFound error. Java now returns without any errors and without
anything visible happening. I ran the same command with the -verbose
option.. attached is the output, although it doesn't seem very helpful
and ends abruptly.

Thanks for your help.

Craig

Joe Toomey wrote:
> Hi Craig,
>
> We may need Liz's help with the AGR specific piece of this to get to the
> bottom of the problem, although next week starts with a couple of
> Canadian holidays.
>
> Based on the log file you attached, the command line that should be
> launching the AGR test is (all on one line, obviously):
>
> java -cp
> /home/cl/ACServer/plugins/org.eclipse.tptp.javaprofiler:/hom e/cl/ACServer/plugins/org.eclipse.tptp.platform.collection.f ramework_4.2.100.v200704140100/hcframe.jar:/home/cl/ACServer /plugins/org.eclipse.hyades.execution_4.4.0.v200706080100/he xr.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.executio n_4.4.0.v200706080100/hexl.jar:/home/cl/ACServer/plugins/org .eclipse.hyades.execution_4.4.0.v200706080100/hexcore.jar:/h ome/cl/ACServer/plugins/org.eclipse.core.runtime_3.3.100.v20 070530.jar:/home/cl/ACServer/plugins/org.eclipse.equinox.com mon_3.3.0.v20070426.jar:/home/cl/ACServer/plugins/org.eclips e.osgi_3.3.0.v20070530.jar:/home/cl/ACServer/plugins/org.ecl ipse.core.runtime_3.3.100.v20070530.jar:/home/cl/ACServer/pl ugins/org.eclipse.equinox.common_3.3.0.v20070426.jar:/home/c l/ACServer/plugins/org.eclipse.osgi_3.3.0.v20070530.jar:/hom e/cl/ACServer/plugins/com.ibm.icu_3.6.1.v20070417.jar:/home/ cl/ACServer/plugins/org.eclipse.equinox.common_3.3.0.v200704 26.jar:/home/cl/ACServer/plu
g
>
> ins/org.eclipse.equinox.common_3.3.0.v20070426.jar:/home/cl/ ACServer/plugins/org.eclipse.core.commands_3.3.0.I20070605-0 010.jar:/home/cl/ACServer/plugins/org.eclipse.core.commands_ 3.3.0.I20070605-0010.jar:/home/cl/ACServer/plugins/org.eclip se.jface_3.3.0.I20070606-0010.jar:/home/cl/ACServer/plugins/ org.eclipse.jface_3.3.0.I20070606-0010.jar:/home/cl/ACServer /plugins/swt.jar:/home/cl/ACServer/plugins/swt.jar:/home/cl/ ACServer/plugins/org.eclipse.emf.common_2.2.2.v200706070004. jar:/home/cl/ACServer/plugins/org.eclipse.emf.common_2.2.2.v 200706070004.jar:/home/cl/ACServer/plugins/org.eclipse.emf.e core_2.2.3.v200706070004.jar:/home/cl/ACServer/plugins/org.e clipse.emf.ecore_2.2.3.v200706070004.jar:/home/cl/ACServer/p lugins/org.eclipse.emf.ecore.xmi_2.2.3.v200706070004.jar:/ho me/cl/ACServer/plugins/org.eclipse.emf.ecore.xmi_2.2.3.v2007 06070004.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.ex ecution_4.4.0.v200706080100/hexcore.jar:/home/cl/ACServer/pl ugins/org.eclipse.hyades.exe
cu
>
> tion_4.4.0.v200706080100/hexl.jar:/home/cl/ACServer/plugins/ org.eclipse.hyades.execution_4.4.0.v200706080100/hexr.jar:/h ome/cl/ACServer/plugins/org.eclipse.hyades.logging.core_4.3. 100.v200704140100/hl14.jar:/home/cl/ACServer/plugins/org.ecl ipse.hyades.logging.core_4.3.100.v200704140100/hlcommons.jar :/home/cl/ACServer/plugins/org.eclipse.hyades.logging.core_4 .3.100.v200704140100/hlcore.jar:/home/cl/ACServer/plugins/or g.eclipse.hyades.logging.core_4.3.100.v200704140100/hllog4j. jar:/home/cl/ACServer/plugins/org.eclipse.hyades.logging.cor e_4.3.100.v200704140100/config.jar:/home/cl/ACServer/plugins /org.eclipse.hyades.logging.core_4.3.100.v200704140100/hlcor e.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.logging.c ore_4.3.100.v200704140100/hlcommons.jar:/home/cl/ACServer/pl ugins/org.eclipse.hyades.logging.core_4.3.100.v200704140100/ hllog4j.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.log ging.core_4.3.100.v200704140100/hl14.jar:/home/cl/ACServer/p lugins/org.eclipse.tptp.plat
fo
>
> rm.logging.events_4.3.100.v200704140100/tlcore.jar:/home/cl/ ACServer/plugins/org.eclipse.tptp.platform.logging.events_4. 3.100.v200704140100/hlcbe101.jar:/home/cl/ACServer/plugins/o rg.eclipse.tptp.platform.logging.events_4.3.100.v20070414010 0/tlcbe101.jar:/home/cl/ACServer/plugins/org.eclipse.tptp.pl atform.logging.events_4.3.100.v200704140100/tlcbe101.jar:/ho me/cl/ACServer/plugins/org.eclipse.tptp.platform.logging.eve nts_4.3.100.v200704140100/hlcbe101.jar:/home/cl/ACServer/plu gins/org.eclipse.tptp.platform.logging.events_4.3.100.v20070 4140100/tlcore.jar:/home/cl/ACServer/plugins/org.eclipse.tpt p.platform.logging.events_4.3.100.v200704140100/config.jar:/ home/cl/ACServer/plugins/org.eclipse.hyades.test.core_4.2.20 0.v200706050100/hexrecr.jar:/home/cl/ACServer/plugins/org.ec lipse.hyades.test.tools.core_4.4.0.v200706050100/common.runn er.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.test.too ls.core_4.4.0.v200706050100/http.hexrecr.jar:/home/cl/ACServ er/plugins/org.eclipse.hyade
s.
>
> test.tools.core_4.4.0.v200706050100/http.runner.jar:/home/cl /ACServer/plugins/org.eclipse.hyades.test.tools.core_4.4.0.v 200706050100/java.runner.jar:/home/cl/ACServer/plugins/org.e clipse.hyades.test.tools.core_4.4.0.v200706050100/manual.run ner.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.test.to ols.core_4.4.0.v200706050100/java.runner.jar:/home/cl/ACServ er/plugins/org.eclipse.hyades.test.tools.core_4.4.0.v2007060 50100/http.runner.jar:/home/cl/ACServer/plugins/org.eclipse. hyades.test.tools.core_4.4.0.v200706050100/config.jar:/home/ cl/ACServer/plugins/org.eclipse.hyades.test.tools.core_4.4.0 .v200706050100/tools-core.jar:/home/cl/ACServer/plugins/org. eclipse.hyades.test.tools.core_4.4.0.v200706050100/manual.ru nner.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.test.t ools.core_4.4.0.v200706050100/http.hextgen.jar:/home/cl/ACSe rver/plugins/org.eclipse.hyades.test.tools.core_4.4.0.v20070 6050100/common.runner.jar:/home/cl/ACServer/plugins/org.ecli pse.tptp.platform.models_4.3
..0
>
> v200706132116/fastxpath.jar:/home/cl/ACServer/plugins/org.ec lipse.tptp.platform.models_4.3.0.v200706132116/tptp-models.j ar:/home/cl/ACServer/plugins/org.eclipse.tptp.platform.model s_4.3.0.v200706132116/fastxpath.jar:/home/cl/ACServer/plugin s/org.eclipse.tptp.platform.models_4.3.0.v200706132116/tptp- models.jar:/home/cl/ACServer/plugins/org.junit_3.8.2.v200705 250844/junit.jar:/home/cl/ACServer/plugins/org.junit_3.8.2.v 200705250844/junit.jar:/home/cl/tmp/cl/com.silistix.csl.ui.h elp/bin:/home/cl/tmp/cl/com.silistix.csl/bin:/home/cl/tmp/cl /com.silistix.csl/lib/crimson.jar:/home/cl/tmp/cl/com.silist ix.csl.tests/bin:/home/cl/tmp/cl/com.silistix.csl.core/bin:/ home/cl/tmp/cl/com.silistix.csl/lib/ysvg.jar:/home/cl/tmp/cl /com.silistix.csl/lib/jfreechart-1.0.5.jar:/home/cl/tmp/cl/c om.silistix.csl/lib/swtgraphics2d.jar:/home/cl/tmp/cl/com.si listix.csl/lib/jfreechart-1.0.5-swt.jar:/home/cl/tmp/cl/com. silistix.csl/lib/y.jar:/home/cl/tmp/cl/com.silistix.csl/lib/ jcommon-1.0.9.jar:/home/cl/t
m
>
> p/cl/com.silistix.csl/lib/batik.jar:/home/cl/tmp/cl/com.sili stix.csl/lib/graphml.jar:/home/cl/tmp/cl/com.silistix.csl/li b/jfreechart-1.0.5-experimental.jar:/home/cl/rmme/com.silist ix.csl/bin:/home/cl/rmme/com.silistix.csl.core/bin:/home/cl/ rmme/com.silistix.csl.tests/bin:/home/cl/rmme/com.silistix.c sl.ui.help/bin:/home/cl/CHAINArc/plugins/org.eclipse.equinox .launcher_1.0.0.v20070606.jar
> -Dhyades.runner.agentName=org.eclipse.hyades.execution.harne ss.XMLExecutionDataProcessor
> -Dtptp.automated.gui=true
> -Dtptp.automated.gui.resource.id=DDB9CDA7C040D9DBF2BD70F0262 111DC
> -Dtptp.automated.gui.executor=org.eclipse.hyades.execution.h arness.XMLExecutionDataProcessor
> org.eclipse.core.launcher.Main -data "/home/cl/rmme/../auto-gui-workspace"
>
> Just to double check, please try running that and verify that you still
> get the NoClassDefFound error that you reported before. Assuming that
> you do, you can help us to narrow down the cause of this issue. The
> classpath in the above command line ends with the following jar file:
> /home/cl/CHAINArc/plugins/org.eclipse.equinox.launcher_1.0.0 .v20070606.jar
> That jar file contains the class that is reported as missing. Can you
> verify that this file is valid on your machine, and that it contains the
> class org.eclipse.core.launcher.Main? (In my SuSE install, using the
> same jar file, it does.)
>
> If you verify that this class file is present in the jar, I guess the
> next thing to try is to move it to the front of the classpath on your
> command line and try running the command again. Please let us know if
> that gets you past the NoClassDefFound error -- if so, we'll need to
> understand why, but it will be a step in the right direction.
>
> Thanks,
> --Joe


--------------030603070103080004050101
Content-Type: text/plain;
name="out"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="out"

[Opened /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Opened /common/linux/appl/jdk1.5.0_05/jre/lib/jsse.jar]
[Opened /common/linux/appl/jdk1.5.0_05/jre/lib/jce.jar]
[Opened /common/linux/appl/jdk1.5.0_05/jre/lib/charsets.jar]
[Loaded java.lang.Object from shared objects file]
[Loaded java.io.Serializable from shared objects file]
[Loaded java.lang.Comparable from shared objects file]
[Loaded java.lang.CharSequence from shared objects file]
[Loaded java.lang.String from shared objects file]
[Loaded java.lang.reflect.GenericDeclaration from shared objects file]
[Loaded java.lang.reflect.Type from shared objects file]
[Loaded java.lang.reflect.AnnotatedElement from shared objects file]
[Loaded java.lang.Class from shared objects file]
[Loaded java.lang.Cloneable from shared objects file]
[Loaded java.lang.ClassLoader from shared objects file]
[Loaded java.lang.System from shared objects file]
[Loaded java.lang.Throwable from shared objects file]
[Loaded java.lang.Error from shared objects file]
[Loaded java.lang.ThreadDeath from shared objects file]
[Loaded java.lang.Exception from shared objects file]
[Loaded java.lang.RuntimeException from shared objects file]
[Loaded java.security.ProtectionDomain from shared objects file]
[Loaded java.security.AccessControlContext from shared objects file]
[Loaded java.lang.ClassNotFoundException from shared objects file]
[Loaded java.lang.LinkageError from shared objects file]
[Loaded java.lang.NoClassDefFoundError from shared objects file]
[Loaded java.lang.ClassCastException from shared objects file]
[Loaded java.lang.ArrayStoreException from shared objects file]
[Loaded java.lang.VirtualMachineError from shared objects file]
[Loaded java.lang.OutOfMemoryError from shared objects file]
[Loaded java.lang.StackOverflowError from shared objects file]
[Loaded java.lang.ref.Reference from shared objects file]
[Loaded java.lang.ref.SoftReference from shared objects file]
[Loaded java.lang.ref.WeakReference from shared objects file]
[Loaded java.lang.ref.FinalReference from shared objects file]
[Loaded java.lang.ref.PhantomReference from shared objects file]
[Loaded java.lang.ref.Finalizer from shared objects file]
[Loaded java.lang.Runnable from shared objects file]
[Loaded java.lang.Thread from shared objects file]
[Loaded java.lang.Thread$UncaughtExceptionHandler from shared objects file]
[Loaded java.lang.ThreadGroup from shared objects file]
[Loaded java.util.Dictionary from shared objects file]
[Loaded java.util.Map from shared objects file]
[Loaded java.util.Hashtable from shared objects file]
[Loaded java.util.Properties from shared objects file]
[Loaded java.lang.reflect.AccessibleObject from shared objects file]
[Loaded java.lang.reflect.Member from shared objects file]
[Loaded java.lang.reflect.Field from shared objects file]
[Loaded java.lang.reflect.Method from shared objects file]
[Loaded java.lang.reflect.Constructor from shared objects file]
[Loaded sun.reflect.MagicAccessorImpl from shared objects file]
[Loaded sun.reflect.MethodAccessor from shared objects file]
[Loaded sun.reflect.MethodAccessorImpl from shared objects file]
[Loaded sun.reflect.ConstructorAccessor from shared objects file]
[Loaded sun.reflect.ConstructorAccessorImpl from shared objects file]
[Loaded sun.reflect.DelegatingClassLoader from shared objects file]
[Loaded sun.reflect.ConstantPool from shared objects file]
[Loaded java.lang.Iterable from shared objects file]
[Loaded java.util.Collection from shared objects file]
[Loaded java.util.AbstractCollection from shared objects file]
[Loaded java.util.List from shared objects file]
[Loaded java.util.AbstractList from shared objects file]
[Loaded java.util.RandomAccess from shared objects file]
[Loaded java.util.Vector from shared objects file]
[Loaded java.lang.Appendable from shared objects file]
[Loaded java.lang.AbstractStringBuilder from shared objects file]
[Loaded java.lang.StringBuffer from shared objects file]
[Loaded java.lang.StackTraceElement from shared objects file]
[Loaded java.nio.Buffer from shared objects file]
[Loaded sun.misc.AtomicLong from shared objects file]
[Loaded sun.misc.AtomicLongCSImpl from shared objects file]
[Loaded java.lang.Boolean from shared objects file]
[Loaded java.lang.Character from shared objects file]
[Loaded java.lang.Number from shared objects file]
[Loaded java.lang.Float from shared objects file]
[Loaded java.lang.Double from shared objects file]
[Loaded java.lang.Byte from shared objects file]
[Loaded java.lang.Short from shared objects file]
[Loaded java.lang.Integer from shared objects file]
[Loaded java.lang.Long from shared objects file]
[Loaded java.lang.management.MemoryUsage from shared objects file]
[Loaded java.lang.StrictMath from shared objects file]
[Loaded java.io.ObjectStreamField from shared objects file]
[Loaded java.util.Comparator from shared objects file]
[Loaded java.lang.String$CaseInsensitiveComparator from shared objects file]
[Loaded java.security.Guard from shared objects file]
[Loaded java.security.Permission from shared objects file]
[Loaded java.security.BasicPermission from shared objects file]
[Loaded java.lang.RuntimePermission from shared objects file]
[Loaded java.util.AbstractMap from shared objects file]
[Loaded sun.misc.SoftCache from shared objects file]
[Loaded java.lang.ref.ReferenceQueue from shared objects file]
[Loaded java.lang.ref.ReferenceQueue$Null from shared objects file]
[Loaded java.lang.ref.ReferenceQueue$Lock from shared objects file]
[Loaded java.util.HashMap from shared objects file]
[Loaded java.io.ObjectStreamClass from shared objects file]
[Loaded java.security.PrivilegedAction from shared objects file]
[Loaded sun.reflect.ReflectionFactory$GetReflectionFactoryAction from shared objects file]
[Loaded java.security.AccessController from shared objects file]
[Loaded java.util.Stack from shared objects file]
[Loaded sun.reflect.ReflectionFactory from shared objects file]
[Loaded java.util.Map$Entry from shared objects file]
[Loaded java.util.HashMap$Entry from shared objects file]
[Loaded java.lang.IncompatibleClassChangeError from shared objects file]
[Loaded java.lang.NoSuchMethodError from shared objects file]
[Loaded java.lang.annotation.Annotation from shared objects file]
[Loaded java.lang.reflect.ReflectPermission from shared objects file]
[Loaded java.lang.ref.Reference$Lock from shared objects file]
[Loaded java.lang.ref.Reference$ReferenceHandler from shared objects file]
[Loaded java.lang.ref.Finalizer$FinalizerThread from shared objects file]
[Loaded java.util.Enumeration from shared objects file]
[Loaded java.util.Hashtable$EmptyEnumerator from shared objects file]
[Loaded java.util.Iterator from shared objects file]
[Loaded java.util.Hashtable$EmptyIterator from shared objects file]
[Loaded java.util.Hashtable$Entry from shared objects file]
[Loaded java.nio.charset.Charset from shared objects file]
[Loaded java.nio.charset.spi.CharsetProvider from shared objects file]
[Loaded sun.nio.cs.FastCharsetProvider from shared objects file]
[Loaded sun.nio.cs.StandardCharsets from shared objects file]
[Loaded sun.util.PreHashedMap from shared objects file]
[Loaded sun.nio.cs.StandardCharsets$Aliases from shared objects file]
[Loaded sun.nio.cs.StandardCharsets$Classes from shared objects file]
[Loaded sun.nio.cs.StandardCharsets$Cache from shared objects file]
[Loaded java.lang.ThreadLocal from shared objects file]
[Loaded java.lang.StringBuilder from shared objects file]
[Loaded sun.nio.cs.HistoricallyNamedCharset from shared objects file]
[Loaded sun.nio.cs.ISO_8859_1 from shared objects file]
[Loaded java.lang.Class$3 from shared objects file]
[Loaded java.lang.reflect.Modifier from shared objects file]
[Loaded sun.reflect.LangReflectAccess from shared objects file]
[Loaded java.lang.reflect.ReflectAccess from shared objects file]
[Loaded java.lang.Class$1 from shared objects file]
[Loaded sun.reflect.Reflection from shared objects file]
[Loaded java.util.Collections from shared objects file]
[Loaded java.util.Random from shared objects file]
[Loaded java.util.concurrent.atomic.AtomicLong from shared objects file]
[Loaded sun.misc.Unsafe from shared objects file]
[Loaded java.util.Set from shared objects file]
[Loaded java.util.AbstractSet from shared objects file]
[Loaded java.util.Collections$EmptySet from shared objects file]
[Loaded java.util.Collections$EmptyList from shared objects file]
[Loaded java.util.Collections$EmptyMap from shared objects file]
[Loaded java.util.Collections$ReverseComparator from shared objects file]
[Loaded java.util.Collections$SynchronizedMap from shared objects file]
[Loaded sun.reflect.ReflectionFactory$1 from shared objects file]
[Loaded sun.reflect.NativeConstructorAccessorImpl from shared objects file]
[Loaded sun.reflect.DelegatingConstructorAccessorImpl from shared objects file]
[Loaded sun.misc.VM from shared objects file]
[Loaded java.lang.StringCoding from shared objects file]
[Loaded java.lang.ThreadLocal$ThreadLocalMap from shared objects file]
[Loaded java.lang.ThreadLocal$ThreadLocalMap$Entry from shared objects file]
[Loaded java.lang.StringCoding$StringDecoder from shared objects file]
[Loaded java.lang.StringCoding$CharsetSD from shared objects file]
[Loaded java.nio.charset.CharsetDecoder from shared objects file]
[Loaded sun.nio.cs.ISO_8859_1$Decoder from shared objects file]
[Loaded java.nio.charset.CodingErrorAction from shared objects file]
[Loaded java.nio.ByteBuffer from shared objects file]
[Loaded java.nio.HeapByteBuffer from shared objects file]
[Loaded java.nio.Bits from shared objects file]
[Loaded java.nio.ByteOrder from shared objects file]
[Loaded java.lang.Readable from shared objects file]
[Loaded java.nio.CharBuffer from shared objects file]
[Loaded java.nio.HeapCharBuffer from shared objects file]
[Loaded java.nio.charset.CoderResult from shared objects file]
[Loaded java.nio.charset.CoderResult$Cache from shared objects file]
[Loaded java.nio.charset.CoderResult$1 from shared objects file]
[Loaded java.nio.charset.CoderResult$2 from shared objects file]
[Loaded sun.misc.Version from shared objects file]
[Loaded java.io.Closeable from shared objects file]
[Loaded java.io.InputStream from shared objects file]
[Loaded java.io.FileInputStream from shared objects file]
[Loaded java.io.FileDescriptor from shared objects file]
[Loaded java.io.Flushable from shared objects file]
[Loaded java.io.OutputStream from shared objects file]
[Loaded java.io.FileOutputStream from shared objects file]
[Loaded java.io.FilterInputStream from shared objects file]
[Loaded java.io.BufferedInputStream from shared objects file]
[Loaded java.util.concurrent.atomic.AtomicReferenceFieldUpdater from shared objects file]
[Loaded java.util.concurrent.atomic.AtomicReferenceFieldUpdater$Atom icReferenceFieldUpdaterImpl from shared objects file]
[Loaded sun.reflect.misc.ReflectUtil from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.io.FilterOutputStream from shared objects file]
[Loaded java.io.PrintStream from shared objects file]
[Loaded java.io.BufferedOutputStream from shared objects file]
[Loaded java.io.Writer from shared objects file]
[Loaded java.io.OutputStreamWriter from shared objects file]
[Loaded sun.nio.cs.StreamEncoder from shared objects file]
[Loaded sun.io.Converters from shared objects file]
[Loaded sun.security.action.GetPropertyAction from shared objects file]
[Loaded sun.nio.cs.StreamEncoder$CharsetSE from shared objects file]
[Loaded java.nio.charset.CharsetEncoder from shared objects file]
[Loaded sun.nio.cs.ISO_8859_1$Encoder from shared objects file]
[Loaded sun.nio.cs.Surrogate$Parser from shared objects file]
[Loaded sun.nio.cs.Surrogate from shared objects file]
[Loaded java.io.BufferedWriter from shared objects file]
[Loaded java.lang.Runtime from shared objects file]
[Loaded java.io.File from shared objects file]
[Loaded java.io.FileSystem from shared objects file]
[Loaded java.io.UnixFileSystem from shared objects file]
[Loaded java.io.ExpiringCache from shared objects file]
[Loaded java.util.LinkedHashMap from shared objects file]
[Loaded java.io.ExpiringCache$1 from shared objects file]
[Loaded java.util.LinkedHashMap$Entry from shared objects file]
[Loaded java.lang.ClassLoader$3 from shared objects file]
[Loaded java.lang.StringCoding$StringEncoder from shared objects file]
[Loaded java.lang.StringCoding$CharsetSE from shared objects file]
[Loaded java.io.ExpiringCache$Entry from shared objects file]
[Loaded java.lang.ClassLoader$NativeLibrary from shared objects file]
[Loaded java.lang.Terminator from shared objects file]
[Loaded sun.misc.SignalHandler from shared objects file]
[Loaded java.lang.Terminator$1 from shared objects file]
[Loaded sun.misc.Signal from shared objects file]
[Loaded sun.misc.NativeSignalHandler from shared objects file]
[Loaded sun.misc.JavaLangAccess from shared objects file]
[Loaded java.lang.System$2 from shared objects file]
[Loaded sun.misc.SharedSecrets from shared objects file]
[Loaded java.lang.NullPointerException from shared objects file]
[Loaded java.lang.ArithmeticException from shared objects file]
[Loaded java.lang.Compiler from shared objects file]
[Loaded java.lang.Compiler$1 from shared objects file]
[Loaded sun.misc.Launcher from shared objects file]
[Loaded java.net.URLStreamHandlerFactory from shared objects file]
[Loaded sun.misc.Launcher$Factory from shared objects file]
[Loaded java.security.SecureClassLoader from shared objects file]
[Loaded java.net.URLClassLoader from shared objects file]
[Loaded sun.misc.Launcher$ExtClassLoader from shared objects file]
[Loaded sun.security.util.Debug from shared objects file]
[Loaded java.util.StringTokenizer from shared objects file]
[Loaded java.security.PrivilegedExceptionAction from shared objects file]
[Loaded sun.misc.Launcher$ExtClassLoader$1 from shared objects file]
[Loaded sun.net.www.ParseUtil from shared objects file]
[Loaded java.util.BitSet from shared objects file]
[Loaded java.net.URL from shared objects file]
[Loaded java.util.Locale from shared objects file]
[Loaded java.lang.CharacterDataLatin1 from shared objects file]
[Loaded java.net.Parts from shared objects file]
[Loaded java.net.URLStreamHandler from shared objects file]
[Loaded sun.net.www.protocol.file.Handler from shared objects file]
[Loaded java.util.HashSet from shared objects file]
[Loaded sun.misc.URLClassPath from shared objects file]
[Loaded java.util.ArrayList from shared objects file]
[Loaded sun.net.www.protocol.jar.Handler from shared objects file]
[Loaded sun.misc.Launcher$AppClassLoader from shared objects file]
[Loaded sun.misc.Launcher$AppClassLoader$1 from shared objects file]
[Loaded java.lang.SystemClassLoaderAction from shared objects file]
[Loaded java.net.URLClassLoader$1 from shared objects file]
[Loaded sun.misc.URLClassPath$3 from shared objects file]
[Loaded sun.misc.URLClassPath$Loader from shared objects file]
[Loaded sun.misc.URLClassPath$JarLoader from shared objects file]
[Loaded sun.misc.FileURLMapper from shared objects file]
[Loaded java.util.zip.ZipConstants from shared objects file]
[Loaded java.util.zip.ZipFile from shared objects file]
[Loaded java.util.jar.JarFile from shared objects file]
[Loaded sun.misc.JavaUtilJarAccess from shared objects file]
[Loaded java.util.jar.JavaUtilJarAccessImpl from shared objects file]
[Loaded java.util.zip.ZipFile$ZipCloser from shared objects file]
[Loaded java.util.zip.ZipFile$1 from shared objects file]
[Loaded java.nio.MappedByteBuffer from shared objects file]
[Loaded sun.nio.ch.DirectBuffer from shared objects file]
[Loaded java.nio.DirectByteBuffer from shared objects file]
[Loaded sun.misc.Cleaner from shared objects file]
[Loaded sun.misc.JarIndex from shared objects file]
[Loaded sun.misc.ExtensionDependency from shared objects file]
[Loaded java.util.zip.ZipEntry from shared objects file]
[Loaded java.util.jar.JarEntry from shared objects file]
[Loaded java.util.jar.JarFile$JarFileEntry from shared objects file]
[Loaded java.io.DataInput from shared objects file]
[Loaded java.io.DataInputStream from shared objects file]
[Loaded java.util.zip.ZipFile$ZipFileInputStream from shared objects file]
[Loaded sun.nio.ByteBuffered from shared objects file]
[Loaded java.util.zip.ZipFile$MappedZipFileInputStream from shared objects file]
[Loaded java.util.zip.InflaterInputStream from shared objects file]
[Loaded java.util.zip.ZipFile$2 from shared objects file]
[Loaded java.util.zip.Inflater from shared objects file]
[Loaded java.lang.Math from shared objects file]
[Loaded java.security.PrivilegedActionException from shared objects file]
[Loaded sun.misc.Resource from shared objects file]
[Loaded sun.misc.URLClassPath$JarLoader$1 from shared objects file]
[Loaded java.lang.Package from shared objects file]
[Loaded java.util.jar.Manifest from shared objects file]
[Loaded java.io.ByteArrayInputStream from shared objects file]
[Loaded java.util.jar.Attributes from shared objects file]
[Loaded java.util.jar.Manifest$FastInputStream from shared objects file]
[Loaded sun.nio.cs.UTF_8 from shared objects file]
[Loaded sun.nio.cs.UTF_8$Decoder from shared objects file]
[Loaded sun.nio.cs.Surrogate$Generator from shared objects file]
[Loaded java.util.jar.Attributes$Name from shared objects file]
[Loaded sun.misc.ASCIICaseInsensitiveComparator from shared objects file]
[Loaded java.util.jar.JarVerifier from shared objects file]
[Loaded java.io.ByteArrayOutputStream from shared objects file]
[Loaded sun.security.util.ManifestEntryVerifier from shared objects file]
[Loaded java.security.Provider from shared objects file]
[Loaded sun.security.provider.Sun from shared objects file]
[Loaded java.security.Provider$ServiceKey from shared objects file]
[Loaded java.security.Provider$EngineDescription from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.provider.Sun$1 from shared objects file]
[Loaded java.security.Security from shared objects file]
[Loaded java.security.Security$1 from shared objects file]
[Loaded java.util.Properties$LineReader from shared objects file]
[Loaded java.util.concurrent.ConcurrentMap from shared objects file]
[Loaded java.util.concurrent.ConcurrentHashMap from shared objects file]
[Loaded java.util.concurrent.locks.Lock from shared objects file]
[Loaded java.util.concurrent.locks.ReentrantLock from shared objects file]
[Loaded java.util.concurrent.ConcurrentHashMap$Segment from shared objects file]
[Loaded java.util.concurrent.locks.AbstractQueuedSynchronizer from shared objects file]
[Loaded java.util.concurrent.locks.ReentrantLock$Sync from shared objects file]
[Loaded java.util.concurrent.locks.ReentrantLock$NonfairSync from shared objects file]
[Loaded java.util.concurrent.locks.AbstractQueuedSynchronizer$Node from shared objects file]
[Loaded java.util.concurrent.ConcurrentHashMap$HashEntry from shared objects file]
[Loaded sun.misc.FloatingDecimal from shared objects file]
[Loaded sun.misc.FloatingDecimal$1 from shared objects file]
[Loaded java.util.regex.Pattern from shared objects file]
[Loaded java.util.regex.Pattern$Node from shared objects file]
[Loaded java.util.regex.Pattern$LastNode from shared objects file]
[Loaded java.util.regex.Pattern$GroupHead from shared objects file]
[Loaded java.util.regex.Pattern$GroupTail from shared objects file]
[Loaded java.util.regex.Pattern$BitClass from shared objects file]
[Loaded java.util.regex.Pattern$Ques from shared objects file]
[Loaded java.util.regex.Pattern$Dummy from shared objects file]
[Loaded java.util.regex.Pattern$Branch from shared objects file]
[Loaded java.util.regex.Pattern$Single from shared objects file]
[Loaded java.util.regex.Pattern$categoryNames from shared objects file]
[Loaded java.util.regex.Pattern$Category from shared objects file]
[Loaded java.util.regex.Pattern$Range from shared objects file]
[Loaded java.util.regex.Pattern$All from shared objects file]
[Loaded java.util.regex.Pattern$Ctype from shared objects file]
[Loaded java.util.regex.Pattern$JavaTypeClass from shared objects file]
[Loaded java.util.regex.Pattern$JavaLowerCase from shared objects file]
[Loaded java.util.regex.Pattern$JavaUpperCase from shared objects file]
[Loaded java.util.regex.Pattern$JavaTitleCase from shared objects file]
[Loaded java.util.regex.Pattern$JavaDigit from shared objects file]
[Loaded java.util.regex.Pattern$JavaDefined from shared objects file]
[Loaded java.util.regex.Pattern$JavaLetter from shared objects file]
[Loaded java.util.regex.Pattern$JavaLetterOrDigit from shared objects file]
[Loaded java.util.regex.Pattern$JavaJavaIdentifierStart from shared objects file]
[Loaded java.util.regex.Pattern$JavaJavaIdentifierPart from shared objects file]
[Loaded java.util.regex.Pattern$JavaUnicodeIdentifierStart from shared objects file]
[Loaded java.util.regex.Pattern$JavaUnicodeIdentifierPart from shared objects file]
[Loaded java.util.regex.Pattern$JavaIdentifierIgnorable from shared objects file]
[Loaded java.util.regex.Pattern$JavaSpaceChar from shared objects file]
[Loaded java.util.regex.Pattern$JavaWhitespace from shared objects file]
[Loaded java.util.regex.Pattern$JavaISOControl from shared objects file]
[Loaded java.util.regex.Pattern$JavaMirrored from shared objects file]
[Loaded java.util.regex.Pattern$Curly from shared objects file]
[Loaded java.util.regex.Pattern$Slice from shared objects file]
[Loaded java.util.regex.Pattern$Begin from shared objects file]
[Loaded java.util.regex.Pattern$First from shared objects file]
[Loaded java.util.regex.Pattern$Start from shared objects file]
[Loaded java.util.regex.Pattern$TreeInfo from shared objects file]
[Loaded java.security.SecureRandomSpi from shared objects file]
[Loaded sun.security.provider.NativePRNG from shared objects file]
[Loaded sun.security.provider.NativePRNG$1 from shared objects file]
[Loaded sun.security.provider.NativePRNG$RandomIO from shared objects file]
[Loaded sun.misc.CharacterDecoder from shared objects file]
[Loaded sun.misc.BASE64Decoder from shared objects file]
[Loaded sun.security.util.SignatureFileVerifier from shared objects file]
[Loaded java.util.AbstractList$Itr from shared objects file]
[Loaded sun.security.util.ManifestDigester from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.util.ManifestDigester$Position from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.util.ManifestDigester$Entry from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.jca.Providers from shared objects file]
[Loaded java.lang.InheritableThreadLocal from shared objects file]
[Loaded sun.security.jca.ProviderList from shared objects file]
[Loaded sun.security.jca.ProviderConfig from shared objects file]
[Loaded sun.security.jca.ProviderList$3 from shared objects file]
[Loaded sun.security.jca.ProviderList$1 from shared objects file]
[Loaded sun.security.jca.ProviderList$2 from shared objects file]
[Loaded java.lang.reflect.Array from shared objects file]
[Loaded sun.security.pkcs.PKCS7 from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.util.DerInputStream from shared objects file]
[Loaded sun.security.util.DerIndefLenConverter from shared objects file]
[Loaded sun.security.util.DerInputBuffer from shared objects file]
[Loaded sun.security.pkcs.ContentInfo from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.util.ObjectIdentifier from shared objects file]
[Loaded sun.security.util.DerValue from shared objects file]
[Loaded sun.security.util.DerEncoder from shared objects file]
[Loaded sun.security.util.DerOutputStream from shared objects file]
[Loaded sun.security.util.ByteArrayLexOrder from shared objects file]
[Loaded sun.security.util.ByteArrayTagOrder from shared objects file]
[Loaded java.math.BigInteger from shared objects file]
[Loaded sun.security.x509.AlgorithmId from shared objects file]
[Loaded java.security.cert.CertificateFactory from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.security.cert.CertificateFactorySpi from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.jca.GetInstance from shared objects file]
[Loaded sun.security.jca.ProviderConfig$1 from shared objects file]
[Loaded sun.security.jca.ProviderConfig$3 from shared objects file]
[Loaded java.util.HashMap$EntrySet from shared objects file]
[Loaded java.util.LinkedHashMap$LinkedHashIterator from shared objects file]
[Loaded java.util.LinkedHashMap$EntryIterator from shared objects file]
[Loaded java.security.Provider$Service from shared objects file]
[Loaded java.security.Provider$UString from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.lang.Enum from shared objects file]
[Loaded sun.security.provider.X509Factory from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.util.Cache from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.util.MemoryCache from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.jca.GetInstance$Instance from shared objects file]
[Loaded java.security.cert.X509Extension from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.security.cert.Certificate from shared objects file]
[Loaded java.security.cert.X509Certificate from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.util.Cache$EqualByteArray from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.X509CertImpl from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.CertAttrSet from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.X509CertInfo from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.lang.Integer$IntegerCache from shared objects file]
[Loaded sun.security.x509.CertificateVersion from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.CertificateSerialNumber from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.SerialNumber from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.CertificateAlgorithmId from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.CertificateIssuerName from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.GeneralNameInterface from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.security.Principal from shared objects file]
[Loaded sun.security.x509.X500Name from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.X500Name$1 from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded javax.security.auth.x500.X500Principal from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.RDN from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.AVA from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.CertificateValidity from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.util.calendar.CalendarSystem from shared objects file]
[Loaded sun.util.calendar.AbstractCalendar from shared objects file]
[Loaded sun.util.calendar.BaseCalendar from shared objects file]
[Loaded sun.util.calendar.Gregorian from shared objects file]
[Loaded sun.util.calendar.CalendarDate from shared objects file]
[Loaded sun.util.calendar.BaseCalendar$Date from shared objects file]
[Loaded sun.util.calendar.Gregorian$Date from shared objects file]
[Loaded sun.util.calendar.CalendarUtils from shared objects file]
[Loaded java.util.Date from shared objects file]
[Loaded sun.security.x509.CertificateSubjectName from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.CertificateX509Key from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.security.Key from shared objects file]
[Loaded java.security.PublicKey from shared objects file]
[Loaded sun.security.x509.X509Key from shared objects file]
[Loaded sun.security.util.BitArray from shared objects file]
[Loaded java.security.spec.KeySpec from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.security.spec.EncodedKeySpec from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.security.spec.X509EncodedKeySpec from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.security.KeyFactory from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.jca.ProviderList$ServiceList from shared objects file]
[Loaded sun.security.jca.ProviderList$ServiceList$1 from shared objects file]
[Loaded sun.security.rsa.SunRsaSign from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.security.KeyFactorySpi from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.rsa.RSAKeyFactory from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.security.spec.RSAPublicKeySpec from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.security.spec.RSAPrivateKeySpec from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.security.spec.RSAPrivateCrtKeySpec from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.security.spec.PKCS8EncodedKeySpec from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.security.interfaces.RSAKey from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.security.interfaces.RSAPublicKey from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.rsa.RSAPublicKeyImpl from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.security.PrivateKey from shared objects file]
[Loaded java.security.interfaces.RSAPrivateKey from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.security.interfaces.RSAPrivateCrtKey from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.pkcs.PKCS8Key from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.rsa.RSAPrivateCrtKeyImpl from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.X509AttributeName from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.util.MemoryCache$CacheEntry from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.util.MemoryCache$SoftCacheEntry from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.CertificateExtensions from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.Extension from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.OIDMap from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.PKIXExtensions from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.OIDMap$OIDInfo from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.BasicConstraintsExtension from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.io.IOException from shared objects file]
[Loaded sun.security.x509.CertificatePoliciesExtension from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.PolicyInformation from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.CertificatePolicyId from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.security.cert.PolicyQualifierInfo from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.CRLDistributionPointsExtension from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.DistributionPoint from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.GeneralNames from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.GeneralName from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.URIName from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.nio.cs.US_ASCII from shared objects file]
[Loaded sun.nio.cs.US_ASCII$Decoder from shared objects file]
[Loaded java.net.URI from shared objects file]
[Loaded java.net.URI$Parser from shared objects file]
[Loaded sun.security.x509.DNSName from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.ExtendedKeyUsageExtension from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.KeyUsageExtension from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.NetscapeCertTypeExtension from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.NetscapeCertTypeExtension$MapEntry from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.SubjectAlternativeNameExtension from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.SubjectKeyIdentifierExtension from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.KeyIdentifier from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.AuthorityKeyIdentifierExtension from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.AuthorityInfoAccessExtension from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.x509.AccessDescription from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.pkcs.SignerInfo from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.security.SignatureSpi from shared objects file]
[Loaded java.security.Signature from shared objects file]
[Loaded sun.security.jca.ServiceId from shared objects file]
[Loaded java.util.Arrays from shared objects file]
[Loaded java.util.Arrays$ArrayList from shared objects file]
[Loaded java.security.Signature$Delegate from shared objects file]
[Loaded sun.security.x509.AVAKeyword from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.pkcs.PKCS9Attribute from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.text.Normalizer from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.text.Normalizer$Mode from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.text.Normalizer$NFDMode from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.text.Normalizer$NFKDMode from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.text.Normalizer$NFCMode from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.text.Normalizer$NFKCMode from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.text.Normalizer$FCDMode from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.text.Normalizer$QuickCheckResult from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.text.NormalizerImpl from shared objects file]
[Loaded sun.text.NormalizerImpl$1 from shared objects file]
[Loaded sun.misc.Launcher$1 from shared objects file]
[Loaded java.net.URLConnection from shared objects file]
[Loaded java.net.JarURLConnection from shared objects file]
[Loaded sun.net.www.protocol.jar.JarURLConnection from shared objects file]
[Loaded java.net.ContentHandler from shared objects file]
[Loaded java.net.UnknownContentHandler from shared objects file]
[Loaded sun.net.www.protocol.jar.JarFileFactory from shared objects file]
[Loaded sun.net.www.URLConnection from shared objects file]
[Loaded sun.net.www.protocol.file.FileURLConnection from shared objects file]
[Loaded sun.net.www.MessageHeader from shared objects file]
[Loaded sun.net.www.protocol.jar.URLJarFile from shared objects file]
[Loaded sun.net.www.protocol.jar.URLJarFile$URLJarFileEntry from shared objects file]
[Loaded sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.text.ICUBinary$Authenticate from shared objects file]
[Loaded sun.text.NormalizerDataReader from shared objects file]
[Loaded sun.text.ICUBinary from shared objects file]
[Loaded sun.text.Trie$DataManipulate from shared objects file]
[Loaded sun.text.NormalizerImpl$FCDTrieImpl from shared objects file]
[Loaded sun.text.NormalizerImpl$NormTrieImpl from shared objects file]
[Loaded sun.text.Trie from shared objects file]
[Loaded sun.text.IntTrie from shared objects file]
[Loaded sun.text.CharTrie from shared objects file]
[Loaded java.util.regex.MatchResult from shared objects file]
[Loaded java.util.regex.Matcher from shared objects file]
[Loaded java.util.SubList from shared objects file]
[Loaded java.util.RandomAccessSubList from shared objects file]
[Loaded java.util.ListIterator from shared objects file]
[Loaded java.util.SubList$1 from shared objects file]
[Loaded java.util.AbstractList$ListItr from shared objects file]
[Loaded sun.security.rsa.RSASignature from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.rsa.RSASignature$MD5withRSA from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.security.MessageDigestSpi from shared objects file]
[Loaded java.security.MessageDigest from shared objects file]
[Loaded sun.security.provider.DigestBase from shared objects file]
[Loaded sun.security.provider.MD5 from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.security.MessageDigest$Delegate from shared objects file]
[Loaded sun.security.rsa.RSACore from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.util.WeakHashMap from shared objects file]
[Loaded java.util.WeakHashMap$Entry from shared objects file]
[Loaded sun.security.rsa.RSAPadding from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.math.MutableBigInteger from shared objects file]
[Loaded java.security.cert.CertPath from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.security.provider.certpath.X509CertPath from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.util.Collections$UnmodifiableCollection from shared objects file]
[Loaded java.util.Collections$UnmodifiableList from shared objects file]
[Loaded java.util.Collections$UnmodifiableRandomAccessList from shared objects file]
[Loaded java.util.Collections$UnmodifiableCollection$1 from shared objects file]
[Loaded java.security.CodeSigner from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.util.HashMap$HashIterator from shared objects file]
[Loaded java.util.HashMap$EntryIterator from shared objects file]
[Loaded sun.security.provider.SHA from shared objects file]
[Loaded java.io.PushbackInputStream from shared objects file]
[Loaded sun.misc.CEStreamExhausted from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.util.jar.JarVerifier$VerifierStream from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.security.CodeSource from shared objects file]
[Loaded java.security.PermissionCollection from shared objects file]
[Loaded java.security.Permissions from shared objects file]
[Loaded java.io.FilePermission from shared objects file]
[Loaded java.io.FilePermission$1 from shared objects file]
[Loaded java.io.FilePermissionCollection from shared objects file]
[Loaded java.security.AllPermission from shared objects file]
[Loaded java.security.UnresolvedPermission from shared objects file]
[Loaded java.security.BasicPermissionCollection from shared objects file]
[Loaded org.eclipse.core.launcher.Main from file:/home/cl/CHAINArc/plugins/org.eclipse.equinox.launcher_ 1.0.0.v20070606.jar]
[Loaded org.eclipse.equinox.launcher.Main from file:/home/cl/CHAINArc/plugins/org.eclipse.equinox.launcher_ 1.0.0.v20070606.jar]
[Loaded java.io.UnsupportedEncodingException from shared objects file]
[Loaded java.lang.IllegalArgumentException from shared objects file]
[Loaded java.lang.NumberFormatException from shared objects file]
[Loaded org.eclipse.equinox.launcher.Main$SplashHandler from file:/home/cl/CHAINArc/plugins/org.eclipse.equinox.launcher_ 1.0.0.v20070606.jar]
[Loaded java.security.Policy from shared objects file]
[Loaded org.eclipse.equinox.launcher.Main$EclipsePolicy from file:/home/cl/CHAINArc/plugins/org.eclipse.equinox.launcher_ 1.0.0.v20070606.jar]
[Loaded java.net.MalformedURLException from shared objects file]
[Loaded java.lang.reflect.InvocationTargetException from shared objects file]
[Loaded org.eclipse.equinox.launcher.Main$StartupClassLoader from file:/home/cl/CHAINArc/plugins/org.eclipse.equinox.launcher_ 1.0.0.v20070606.jar]
[Loaded java.lang.IllegalStateException from shared objects file]
[Loaded java.io.FileNotFoundException from shared objects file]
[Loaded java.lang.SecurityException from shared objects file]
[Loaded java.net.URLDecoder from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded java.net.URLEncoder from /common/linux/appl/jdk1.5.0_05/jre/lib/rt.jar]
[Loaded sun.reflect.NativeMethodAccessorImpl from shared objects file]
[Loaded sun.reflect.DelegatingMethodAccessorImpl from shared objects file]
[Loaded sun.net.ProgressMonitor from shared objects file]
[Loaded sun.net.ProgressMeteringPolicy from shared objects file]
[Loaded sun.net.DefaultProgressMeteringPolicy from shared objects file]
[Loaded java.util.Hashtable$Enumerator from shared objects file]
[Loaded org.eclipse.equinox.launcher.JNIBridge from file:/home/cl/CHAINArc/plugins/org.eclipse.equinox.launcher_ 1.0.0.v20070606.jar]
[Loaded java.lang.UnsatisfiedLinkError from shared objects file]
[Loaded org.eclipse.core.runtime.adaptor.EclipseStarter from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.osgi.framework.BundleException from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded java.util.EventListener from shared objects file]
[Loaded org.osgi.framework.FrameworkListener from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.osgi.framework.BundleListener from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded java.lang.InterruptedException from shared objects file]
[Loaded org.eclipse.osgi.framework.log.FrameworkLogEntry from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.framework.log.FrameworkLog from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.core.runtime.internal.adaptor.Semaphore from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded sun.reflect.ClassFileConstants from shared objects file]
[Loaded sun.reflect.AccessorGenerator from shared objects file]
[Loaded sun.reflect.MethodAccessorGenerator from shared objects file]
[Loaded java.lang.Void from shared objects file]
[Loaded sun.reflect.ByteVectorFactory from shared objects file]
[Loaded sun.reflect.ByteVector from shared objects file]
[Loaded sun.reflect.ByteVectorImpl from shared objects file]
[Loaded sun.reflect.ClassFileAssembler from shared objects file]
[Loaded sun.reflect.UTF8 from shared objects file]
[Loaded sun.reflect.Label from shared objects file]
[Loaded sun.reflect.Label$PatchInfo from shared objects file]
[Loaded sun.reflect.MethodAccessorGenerator$1 from shared objects file]
[Loaded sun.reflect.ClassDefiner from shared objects file]
[Loaded sun.reflect.ClassDefiner$1 from shared objects file]
[Loaded sun.reflect.GeneratedConstructorAccessor1 from __JVM_DefineClass__]
[Loaded sun.reflect.BootstrapConstructorAccessorImpl from shared objects file]
[Loaded sun.reflect.FieldAccessor from shared objects file]
[Loaded sun.reflect.FieldAccessorImpl from shared objects file]
[Loaded sun.reflect.UnsafeFieldAccessorImpl from shared objects file]
[Loaded org.eclipse.osgi.framework.adaptor.FrameworkAdaptor from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.osgi.framework.Bundle from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.core.runtime.adaptor.EclipseStarter$InitialBundl e from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.osgi.framework.BundleContext from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.framework.internal.core.OSGi from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.internal.profile.Profile from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.internal.profile.ProfileLogger from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.framework.internal.core.FrameworkProperties from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded java.util.PropertyPermission from shared objects file]
[Loaded org.eclipse.osgi.service.environment.EnvironmentInfo from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.core.runtime.internal.adaptor.EclipseEnvironment Info from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded java.util.NoSuchElementException from shared objects file]
[Loaded org.eclipse.core.runtime.adaptor.LocationManager from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.service.datalocation.Location from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.core.runtime.internal.adaptor.LocationHelper from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.core.runtime.internal.adaptor.BasicLocation from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.core.runtime.internal.adaptor.Locker from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.baseadaptor.BaseAdaptor from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.framework.adaptor.ServiceRegistry from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.baseadaptor.BaseAdaptor$ParentClassLoader from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.framework.adaptor.BundleData from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.framework.adaptor.BundleWatcher from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.service.resolver.PlatformAdmin from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.baseadaptor.HookRegistry from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.baseadaptor.hooks.AdaptorHook from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.baseadaptor.hooks.ClassLoadingHook from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.baseadaptor.hooks.ClassLoadingStatsHook from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.framework.util.KeyedElement from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.baseadaptor.hooks.StorageHook from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.baseadaptor.hooks.BundleFileFactoryHook from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.baseadaptor.hooks.BundleFileWrapperFactoryH ook from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded sun.misc.URLClassPath$2 from shared objects file]
[Loaded java.lang.ClassLoader$2 from shared objects file]
[Loaded sun.misc.URLClassPath$1 from shared objects file]
[Loaded java.net.URLClassLoader$3 from shared objects file]
[Loaded sun.misc.CompoundEnumeration from shared objects file]
[Loaded java.net.URLClassLoader$3$1 from shared objects file]
[Loaded java.util.HashMap$KeySet from shared objects file]
[Loaded java.util.HashMap$KeyIterator from shared objects file]
[Loaded org.eclipse.osgi.util.ManifestElement from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded java.io.Reader from shared objects file]
[Loaded java.io.InputStreamReader from shared objects file]
[Loaded org.eclipse.osgi.baseadaptor.HookConfigurator from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.internal.baseadaptor.BaseHookConfigurator from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.internal.baseadaptor.BaseStorageHook from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.osgi.framework.Version from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.internal.baseadaptor.InvalidVersion from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.baseadaptor.bundlefile.BundleEntry from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.osgi.framework.SynchronousBundleListener from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.internal.baseadaptor.BaseStorage from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.storagemanager.ManagedOutputStream from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded java.lang.UnsupportedOperationException from shared objects file]
[Loaded java.lang.NoSuchMethodException from shared objects file]
[Loaded org.eclipse.osgi.baseadaptor.bundlefile.BundleFile from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.baseadaptor.bundlefile.DirBundleFile from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.baseadaptor.bundlefile.ZipBundleFile from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.baseadaptor.bundlefile.NestedDirBundleFile from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.framework.adaptor.BundleOperation from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.framework.adaptor.PermissionStorage from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.framework.util.KeyedHashSet from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.internal.baseadaptor.BaseClassLoadingHook from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.internal.baseadaptor.DevClassLoadingHook from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.internal.baseadaptor.DevClassPathHelper from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.core.runtime.internal.adaptor.EclipseStorageHook from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.service.pluginconversion.PluginConversionEx ception from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.osgi.framework.util.Headers from file:/home/cl/CHAINArc/plugins/org.eclipse.osgi_3.3.0.v20070 530.jar]
[Loaded org.eclipse.core.runtime.internal.adaptor.CachedManifest from file:/home/cl/CHAINA
Re: AGR with TPTP4.4? [message #102366 is a reply to message #102225] Mon, 02 July 2007 20:22 Go to previous messageGo to next message
Joe Toomey is currently offline Joe ToomeyFriend
Messages: 79
Registered: July 2009
Member
Hi Craig,

I know you said you were using 1.5.0_05, but I have also seen your post
today that you're using jre1.6 with fedora core 4. Note that TPTP
supports neither Java 6 nor Fedora core 4.
http://www.eclipse.org/tptp/home/project_info/releaseinfo/4. 4/support.html

I'll do my best to help get you unblocked. Based on your most recent
post, if I had to guess, I would say that you are inadvertently using
the gcj Java VM that is installed with Fedora Core by default, as
opposed to the various other JRE/JDK installs you have on your system. I
believe there are known issues with installing Sun JREs via RPMs on FC4
and FC5. To be on the safe side, please try installing the Sun 1.5 JRE
exactly as described here:
http://stanton-finley.net/fedora_core_4_installation_notes.h tml#Java
When that's done, please ensure that the newly installed Sun 1.5 JRE is
pointed to by JAVA_HOME and is the JRE that appears first on your path.

Once you have done this, please re-run the SetConfig.sh script in the
Agent Controller bin directory and instruct the AC to use this new JRE.
Lastly, please inspect the config/serviceconfig.xml file in your AC
directory to ensure that it reflects the JVM you just configured.

Good luck -- please let us know how it goes. Thanks,
--Joe

Craig Lang wrote:
> Hi Joe,
>
> Moving equinox-launcher.jar to the front of my classpath gets past the
> NoClassDefFound error. Java now returns without any errors and without
> anything visible happening. I ran the same command with the -verbose
> option.. attached is the output, although it doesn't seem very helpful
> and ends abruptly.
>
> Thanks for your help.
>
> Craig
>
> Joe Toomey wrote:
>> Hi Craig,
>>
>> We may need Liz's help with the AGR specific piece of this to get to
>> the bottom of the problem, although next week starts with a couple of
>> Canadian holidays.
>>
>> Based on the log file you attached, the command line that should be
>> launching the AGR test is (all on one line, obviously):
>>
>> java -cp
>> /home/cl/ACServer/plugins/org.eclipse.tptp.javaprofiler:/hom e/cl/ACServer/plugins/org.eclipse.tptp.platform.collection.f ramework_4.2.100.v200704140100/hcframe.jar:/home/cl/ACServer /plugins/org.eclipse.hyades.execution_4.4.0.v200706080100/he xr.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.executio n_4.4.0.v200706080100/hexl.jar:/home/cl/ACServer/plugins/org .eclipse.hyades.execution_4.4.0.v200706080100/hexcore.jar:/h ome/cl/ACServer/plugins/org.eclipse.core.runtime_3.3.100.v20 070530.jar:/home/cl/ACServer/plugins/org.eclipse.equinox.com mon_3.3.0.v20070426.jar:/home/cl/ACServer/plugins/org.eclips e.osgi_3.3.0.v20070530.jar:/home/cl/ACServer/plugins/org.ecl ipse.core.runtime_3.3.100.v20070530.jar:/home/cl/ACServer/pl ugins/org.eclipse.equinox.common_3.3.0.v20070426.jar:/home/c l/ACServer/plugins/org.eclipse.osgi_3.3.0.v20070530.jar:/hom e/cl/ACServer/plugins/com.ibm.icu_3.6.1.v20070417.jar:/home/ cl/ACServer/plugins/org.eclipse.equinox.common_3.3.0.v200704 26.jar:/home/cl/ACServer/p
lu
>>
> g
>>
>> ins/org.eclipse.equinox.common_3.3.0.v20070426.jar:/home/cl/ ACServer/plugins/org.eclipse.core.commands_3.3.0.I20070605-0 010.jar:/home/cl/ACServer/plugins/org.eclipse.core.commands_ 3.3.0.I20070605-0010.jar:/home/cl/ACServer/plugins/org.eclip se.jface_3.3.0.I20070606-0010.jar:/home/cl/ACServer/plugins/ org.eclipse.jface_3.3.0.I20070606-0010.jar:/home/cl/ACServer /plugins/swt.jar:/home/cl/ACServer/plugins/swt.jar:/home/cl/ ACServer/plugins/org.eclipse.emf.common_2.2.2.v200706070004. jar:/home/cl/ACServer/plugins/org.eclipse.emf.common_2.2.2.v 200706070004.jar:/home/cl/ACServer/plugins/org.eclipse.emf.e core_2.2.3.v200706070004.jar:/home/cl/ACServer/plugins/org.e clipse.emf.ecore_2.2.3.v200706070004.jar:/home/cl/ACServer/p lugins/org.eclipse.emf.ecore.xmi_2.2.3.v200706070004.jar:/ho me/cl/ACServer/plugins/org.eclipse.emf.ecore.xmi_2.2.3.v2007 06070004.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.ex ecution_4.4.0.v200706080100/hexcore.jar:/home/cl/ACServer/pl ugins/org.eclipse.hyades.e
xe
>>
> cu
>>
>> tion_4.4.0.v200706080100/hexl.jar:/home/cl/ACServer/plugins/ org.eclipse.hyades.execution_4.4.0.v200706080100/hexr.jar:/h ome/cl/ACServer/plugins/org.eclipse.hyades.logging.core_4.3. 100.v200704140100/hl14.jar:/home/cl/ACServer/plugins/org.ecl ipse.hyades.logging.core_4.3.100.v200704140100/hlcommons.jar :/home/cl/ACServer/plugins/org.eclipse.hyades.logging.core_4 .3.100.v200704140100/hlcore.jar:/home/cl/ACServer/plugins/or g.eclipse.hyades.logging.core_4.3.100.v200704140100/hllog4j. jar:/home/cl/ACServer/plugins/org.eclipse.hyades.logging.cor e_4.3.100.v200704140100/config.jar:/home/cl/ACServer/plugins /org.eclipse.hyades.logging.core_4.3.100.v200704140100/hlcor e.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.logging.c ore_4.3.100.v200704140100/hlcommons.jar:/home/cl/ACServer/pl ugins/org.eclipse.hyades.logging.core_4.3.100.v200704140100/ hllog4j.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.log ging.core_4.3.100.v200704140100/hl14.jar:/home/cl/ACServer/p lugins/org.eclipse.tptp.pl
at
>>
> fo
>>
>> rm.logging.events_4.3.100.v200704140100/tlcore.jar:/home/cl/ ACServer/plugins/org.eclipse.tptp.platform.logging.events_4. 3.100.v200704140100/hlcbe101.jar:/home/cl/ACServer/plugins/o rg.eclipse.tptp.platform.logging.events_4.3.100.v20070414010 0/tlcbe101.jar:/home/cl/ACServer/plugins/org.eclipse.tptp.pl atform.logging.events_4.3.100.v200704140100/tlcbe101.jar:/ho me/cl/ACServer/plugins/org.eclipse.tptp.platform.logging.eve nts_4.3.100.v200704140100/hlcbe101.jar:/home/cl/ACServer/plu gins/org.eclipse.tptp.platform.logging.events_4.3.100.v20070 4140100/tlcore.jar:/home/cl/ACServer/plugins/org.eclipse.tpt p.platform.logging.events_4.3.100.v200704140100/config.jar:/ home/cl/ACServer/plugins/org.eclipse.hyades.test.core_4.2.20 0.v200706050100/hexrecr.jar:/home/cl/ACServer/plugins/org.ec lipse.hyades.test.tools.core_4.4.0.v200706050100/common.runn er.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.test.too ls.core_4.4.0.v200706050100/http.hexrecr.jar:/home/cl/ACServ er/plugins/org.eclipse.hya
de
>>
> s.
>>
>> test.tools.core_4.4.0.v200706050100/http.runner.jar:/home/cl /ACServer/plugins/org.eclipse.hyades.test.tools.core_4.4.0.v 200706050100/java.runner.jar:/home/cl/ACServer/plugins/org.e clipse.hyades.test.tools.core_4.4.0.v200706050100/manual.run ner.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.test.to ols.core_4.4.0.v200706050100/java.runner.jar:/home/cl/ACServ er/plugins/org.eclipse.hyades.test.tools.core_4.4.0.v2007060 50100/http.runner.jar:/home/cl/ACServer/plugins/org.eclipse. hyades.test.tools.core_4.4.0.v200706050100/config.jar:/home/ cl/ACServer/plugins/org.eclipse.hyades.test.tools.core_4.4.0 .v200706050100/tools-core.jar:/home/cl/ACServer/plugins/org. eclipse.hyades.test.tools.core_4.4.0.v200706050100/manual.ru nner.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.test.t ools.core_4.4.0.v200706050100/http.hextgen.jar:/home/cl/ACSe rver/plugins/org.eclipse.hyades.test.tools.core_4.4.0.v20070 6050100/common.runner.jar:/home/cl/ACServer/plugins/org.ecli pse.tptp.platform.models_4
..3
>>
> .0
>>
>> v200706132116/fastxpath.jar:/home/cl/ACServer/plugins/org.ec lipse.tptp.platform.models_4.3.0.v200706132116/tptp-models.j ar:/home/cl/ACServer/plugins/org.eclipse.tptp.platform.model s_4.3.0.v200706132116/fastxpath.jar:/home/cl/ACServer/plugin s/org.eclipse.tptp.platform.models_4.3.0.v200706132116/tptp- models.jar:/home/cl/ACServer/plugins/org.junit_3.8.2.v200705 250844/junit.jar:/home/cl/ACServer/plugins/org.junit_3.8.2.v 200705250844/junit.jar:/home/cl/tmp/cl/com.silistix.csl.ui.h elp/bin:/home/cl/tmp/cl/com.silistix.csl/bin:/home/cl/tmp/cl /com.silistix.csl/lib/crimson.jar:/home/cl/tmp/cl/com.silist ix.csl.tests/bin:/home/cl/tmp/cl/com.silistix.csl.core/bin:/ home/cl/tmp/cl/com.silistix.csl/lib/ysvg.jar:/home/cl/tmp/cl /com.silistix.csl/lib/jfreechart-1.0.5.jar:/home/cl/tmp/cl/c om.silistix.csl/lib/swtgraphics2d.jar:/home/cl/tmp/cl/com.si listix.csl/lib/jfreechart-1.0.5-swt.jar:/home/cl/tmp/cl/com. silistix.csl/lib/y.jar:/home/cl/tmp/cl/com.silistix.csl/lib/ jcommon-1.0.9.jar:/home/cl
/t
>>
> m
>>
>> p/cl/com.silistix.csl/lib/batik.jar:/home/cl/tmp/cl/com.sili stix.csl/lib/graphml.jar:/home/cl/tmp/cl/com.silistix.csl/li b/jfreechart-1.0.5-experimental.jar:/home/cl/rmme/com.silist ix.csl/bin:/home/cl/rmme/com.silistix.csl.core/bin:/home/cl/ rmme/com.silistix.csl.tests/bin:/home/cl/rmme/com.silistix.c sl.ui.help/bin:/home/cl/CHAINArc/plugins/org.eclipse.equinox .launcher_1.0.0.v20070606.jar
>> -Dhyades.runner.agentName=org.eclipse.hyades.execution.harne ss.XMLExecutionDataProcessor
>> -Dtptp.automated.gui=true
>> -Dtptp.automated.gui.resource.id=DDB9CDA7C040D9DBF2BD70F0262 111DC
>> -Dtptp.automated.gui.executor=org.eclipse.hyades.execution.h arness.XMLExecutionDataProcessor
>> org.eclipse.core.launcher.Main -data
>> "/home/cl/rmme/../auto-gui-workspace"
>>
>> Just to double check, please try running that and verify that you
>> still get the NoClassDefFound error that you reported before.
>> Assuming that you do, you can help us to narrow down the cause of this
>> issue. The classpath in the above command line ends with the
>> following jar file:
>> /home/cl/CHAINArc/plugins/org.eclipse.equinox.launcher_1.0.0 .v20070606.jar
>>
>> That jar file contains the class that is reported as missing. Can you
>> verify that this file is valid on your machine, and that it contains
>> the class org.eclipse.core.launcher.Main? (In my SuSE install, using
>> the same jar file, it does.)
>>
>> If you verify that this class file is present in the jar, I guess the
>> next thing to try is to move it to the front of the classpath on your
>> command line and try running the command again. Please let us know if
>> that gets you past the NoClassDefFound error -- if so, we'll need to
>> understand why, but it will be a step in the right direction.
>>
>> Thanks,
>> --Joe
>
Re: AGR with TPTP4.4? [message #102703 is a reply to message #102366] Tue, 03 July 2007 16:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: cl.silistix.com

Hi Joe,

I'm back on 1.5 now. I changed to 1.6 because I had run out of ideas. I
wish I'd seen that supported page earlier!

I'm running the tests on Red Hat Enterprise WS3 now. I know it isn't
supported but it's the nearest I could get. My tests run correctly when
I'm launching in the same context and the execution logs are generated
correctly.

I have my PATH pointing to jdk1.5.0_05 and have checked that both
eclipse and agent controller are using the same jre. Eclipse won't get
past the splash screen if I try to run it using gij so that is not an issue.

However I still get the inactive process exception when trying to launch
in another context. I will post the results of your launch doctor
instructions tomorrow. A colleague is going to attempt to run the tests
in a different context under a supported system, I will let you know the
results of that tomorrow also.

Thanks alot for you help,

Craig

Joe Toomey wrote:
> Hi Craig,
>
> I know you said you were using 1.5.0_05, but I have also seen your post
> today that you're using jre1.6 with fedora core 4. Note that TPTP
> supports neither Java 6 nor Fedora core 4.
> http://www.eclipse.org/tptp/home/project_info/releaseinfo/4. 4/support.html
>
> I'll do my best to help get you unblocked. Based on your most recent
> post, if I had to guess, I would say that you are inadvertently using
> the gcj Java VM that is installed with Fedora Core by default, as
> opposed to the various other JRE/JDK installs you have on your system. I
> believe there are known issues with installing Sun JREs via RPMs on FC4
> and FC5. To be on the safe side, please try installing the Sun 1.5 JRE
> exactly as described here:
> http://stanton-finley.net/fedora_core_4_installation_notes.h tml#Java
> When that's done, please ensure that the newly installed Sun 1.5 JRE is
> pointed to by JAVA_HOME and is the JRE that appears first on your path.
>
> Once you have done this, please re-run the SetConfig.sh script in the
> Agent Controller bin directory and instruct the AC to use this new JRE.
> Lastly, please inspect the config/serviceconfig.xml file in your AC
> directory to ensure that it reflects the JVM you just configured.
>
> Good luck -- please let us know how it goes. Thanks,
> --Joe
>
> Craig Lang wrote:
>> Hi Joe,
>>
>> Moving equinox-launcher.jar to the front of my classpath gets past the
>> NoClassDefFound error. Java now returns without any errors and without
>> anything visible happening. I ran the same command with the -verbose
>> option.. attached is the output, although it doesn't seem very helpful
>> and ends abruptly.
>>
>> Thanks for your help.
>>
>> Craig
>>
>> Joe Toomey wrote:
>>> Hi Craig,
>>>
>>> We may need Liz's help with the AGR specific piece of this to get to
>>> the bottom of the problem, although next week starts with a couple of
>>> Canadian holidays.
>>>
>>> Based on the log file you attached, the command line that should be
>>> launching the AGR test is (all on one line, obviously):
>>>
>>> java -cp
>>> /home/cl/ACServer/plugins/org.eclipse.tptp.javaprofiler:/hom e/cl/ACServer/plugins/org.eclipse.tptp.platform.collection.f ramework_4.2.100.v200704140100/hcframe.jar:/home/cl/ACServer /plugins/org.eclipse.hyades.execution_4.4.0.v200706080100/he xr.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.executio n_4.4.0.v200706080100/hexl.jar:/home/cl/ACServer/plugins/org .eclipse.hyades.execution_4.4.0.v200706080100/hexcore.jar:/h ome/cl/ACServer/plugins/org.eclipse.core.runtime_3.3.100.v20 070530.jar:/home/cl/ACServer/plugins/org.eclipse.equinox.com mon_3.3.0.v20070426.jar:/home/cl/ACServer/plugins/org.eclips e.osgi_3.3.0.v20070530.jar:/home/cl/ACServer/plugins/org.ecl ipse.core.runtime_3.3.100.v20070530.jar:/home/cl/ACServer/pl ugins/org.eclipse.equinox.common_3.3.0.v20070426.jar:/home/c l/ACServer/plugins/org.eclipse.osgi_3.3.0.v20070530.jar:/hom e/cl/ACServer/plugins/com.ibm.icu_3.6.1.v20070417.jar:/home/ cl/ACServer/plugins/org.eclipse.equinox.common_3.3.0.v200704 26.jar:/home/cl/ACServer/p

>>>
> lu
>>>
>> g
>>>
>>> ins/org.eclipse.equinox.common_3.3.0.v20070426.jar:/home/cl/ ACServer/plugins/org.eclipse.core.commands_3.3.0.I20070605-0 010.jar:/home/cl/ACServer/plugins/org.eclipse.core.commands_ 3.3.0.I20070605-0010.jar:/home/cl/ACServer/plugins/org.eclip se.jface_3.3.0.I20070606-0010.jar:/home/cl/ACServer/plugins/ org.eclipse.jface_3.3.0.I20070606-0010.jar:/home/cl/ACServer /plugins/swt.jar:/home/cl/ACServer/plugins/swt.jar:/home/cl/ ACServer/plugins/org.eclipse.emf.common_2.2.2.v200706070004. jar:/home/cl/ACServer/plugins/org.eclipse.emf.common_2.2.2.v 200706070004.jar:/home/cl/ACServer/plugins/org.eclipse.emf.e core_2.2.3.v200706070004.jar:/home/cl/ACServer/plugins/org.e clipse.emf.ecore_2.2.3.v200706070004.jar:/home/cl/ACServer/p lugins/org.eclipse.emf.ecore.xmi_2.2.3.v200706070004.jar:/ho me/cl/ACServer/plugins/org.eclipse.emf.ecore.xmi_2.2.3.v2007 06070004.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.ex ecution_4.4.0.v200706080100/hexcore.jar:/home/cl/ACServer/pl ugins/org.eclipse.hyades.e

>>>
> xe
>>>
>> cu
>>>
>>> tion_4.4.0.v200706080100/hexl.jar:/home/cl/ACServer/plugins/ org.eclipse.hyades.execution_4.4.0.v200706080100/hexr.jar:/h ome/cl/ACServer/plugins/org.eclipse.hyades.logging.core_4.3. 100.v200704140100/hl14.jar:/home/cl/ACServer/plugins/org.ecl ipse.hyades..logging.core_4.3.100.v200704140100/hlcommons.ja r:/home/cl/ACServer/plugins/org.eclipse.hyades.logging.core_ 4.3.100.v200704140100/hlcore.jar:/home/cl/ACServer/plugins/o rg.eclipse.hyades.logging.core_4.3.100.v200704140100/hllog4j .jar:/home/cl/ACServer/plugins/org.eclipse.hyades.logging.co re_4.3.100.v200704140100/config.jar:/home/cl/ACServer/plugin s/org.eclipse.hyades.logging.core_4.3.100.v200704140100/hlco re.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.logging. core_4.3.100.v200704140100/hlcommons.jar:/home/cl/ACServer/p lugins/org.eclipse.hyades.logging.core_4.3.100.v200704140100 /hllog4j.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.lo gging.core_4.3.100.v200704140100/hl14.jar:/home/cl/ACServer/ plugins/org.eclipse.tptp.pl

>>>
> at
>>>
>> fo
>>>
>>> rm.logging.events_4.3.100.v200704140100/tlcore.jar:/home/cl/ ACServer/plugins/org.eclipse.tptp.platform.logging.events_4. 3.100.v200704140100/hlcbe101.jar:/home/cl/ACServer/plugins/o rg.eclipse.tptp.platform.logging.events_4.3.100.v20070414010 0/tlcbe101.jar:/home/cl/ACServer/plugins/org.eclipse.tptp.pl atform.logging.events_4.3.100.v200704140100/tlcbe101.jar:/ho me/cl/ACServer/plugins/org.eclipse.tptp.platform.logging.eve nts_4.3.100.v200704140100/hlcbe101.jar:/home/cl/ACServer/plu gins/org.eclipse.tptp.platform.logging.events_4.3.100.v20070 4140100/tlcore.jar:/home/cl/ACServer/plugins/org.eclipse.tpt p.platform.logging.events_4.3.100.v200704140100/config.jar:/ home/cl/ACServer/plugins/org.eclipse.hyades.test.core_4.2.20 0.v200706050100/hexrecr.jar:/home/cl/ACServer/plugins/org.ec lipse.hyades.test.tools.core_4.4.0.v200706050100/common.runn er.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.test.too ls.core_4.4.0.v200706050100/http.hexrecr.jar:/home/cl/ACServ er/plugins/org.eclipse.hya

>>>
> de
>>>
>> s.
>>>
>>> test.tools.core_4.4.0.v200706050100/http.runner.jar:/home/cl /ACServer/plugins/org.eclipse.hyades.test.tools.core_4.4.0.v 200706050100/java.runner.jar:/home/cl/ACServer/plugins/org.e clipse.hyades.test.tools.core_4.4.0.v200706050100/manual.run ner.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.test.to ols.core_4.4.0.v200706050100/java.runner.jar:/home/cl/ACServ er/plugins/org.eclipse.hyades.test.tools.core_4.4.0.v2007060 50100/http.runner.jar:/home/cl/ACServer/plugins/org.eclipse. hyades.test.tools.core_4.4.0.v200706050100/config.jar:/home/ cl/ACServer/plugins/org.eclipse.hyades.test.tools.core_4.4.0 .v200706050100/tools-core.jar:/home/cl/ACServer/plugins/org. eclipse.hyades.test.tools.core_4.4.0.v200706050100/manual.ru nner.jar:/home/cl/ACServer/plugins/org.eclipse.hyades.test.t ools.core_4.4.0.v200706050100/http.hextgen.jar:/home/cl/ACSe rver/plugins/org.eclipse.hyades.test.tools.core_4.4.0.v20070 6050100/common.runner.jar:/home/cl/ACServer/plugins/org.ecli pse.tptp.platform.models_4

>>>
> .3
>>>
>> .0
>>>
>>> v200706132116/fastxpath.jar:/home/cl/ACServer/plugins/org.ec lipse.tptp.platform.models_4.3.0.v200706132116/tptp-models.j ar:/home/cl/ACServer/plugins/org.eclipse.tptp.platform.model s_4.3.0.v200706132116/fastxpath.jar:/home/cl/ACServer/plugin s/org.eclipse.tptp.platform.models_4.3.0.v200706132116/tptp- models.jar:/home/cl/ACServer/plugins/org.junit_3.8.2.v200705 250844/junit.jar:/home/cl/ACServer/plugins/org.junit_3.8.2.v 200705250844/junit.jar:/home/cl/tmp/cl/com.silistix.csl.ui.h elp/bin:/home/cl/tmp/cl/com.silistix.csl/bin:/home/cl/tmp/cl /com.silistix.csl/lib/crimson.jar:/home/cl/tmp/cl/com.silist ix.csl.tests/bin:/home/cl/tmp/cl/com.silistix.csl.core/bin:/ home/cl/tmp/cl/com.silistix.csl/lib/ysvg.jar:/home/cl/tmp/cl /com.silistix.csl/lib/jfreechart-1.0.5.jar:/home/cl/tmp/cl/c om.silistix.csl/lib/swtgraphics2d.jar:/home/cl/tmp/cl/com.si listix.csl/lib/jfreechart-1.0.5-swt.jar:/home/cl/tmp/cl/com. silistix.csl/lib/y.jar:/home/cl/tmp/cl/com.silistix.csl/lib/ jcommon-1.0.9.jar:/home/cl

>>>
> /t
>>>
>> m
>>>
>>> p/cl/com.silistix.csl/lib/batik.jar:/home/cl/tmp/cl/com.sili stix.csl/lib/graphml.jar:/home/cl/tmp/cl/com.silistix.csl/li b/jfreechart-1.0.5-experimental.jar:/home/cl/rmme/com.silist ix.csl/bin:/home/cl/rmme/com.silistix.csl.core/bin:/home/cl/ rmme/com.silistix.csl.tests/bin:/home/cl/rmme/com.silistix.c sl.ui.help/bin:/home/cl/CHAINArc/plugins/org.eclipse.equinox .launcher_1.0.0.v20070606.jar
>>> -Dhyades.runner.agentName=org.eclipse.hyades.execution.harne ss.XMLExecutionDataProcessor
>>> -Dtptp.automated.gui=true
>>> -Dtptp.automated.gui.resource.id=DDB9CDA7C040D9DBF2BD70F0262 111DC
>>> -Dtptp.automated.gui.executor=org.eclipse.hyades.execution.h arness.XMLExecutionDataProcessor
>>> org.eclipse.core.launcher.Main -data
>>> "/home/cl/rmme/../auto-gui-workspace"
>>>
>>> Just to double check, please try running that and verify that you
>>> still get the NoClassDefFound error that you reported before.
>>> Assuming that you do, you can help us to narrow down the cause of
>>> this issue. The classpath in the above command line ends with the
>>> following jar file:
>>> /home/cl/CHAINArc/plugins/org.eclipse.equinox.launcher_1.0.0 .v20070606.jar
>>>
>>> That jar file contains the class that is reported as missing. Can
>>> you verify that this file is valid on your machine, and that it
>>> contains the class org.eclipse.core.launcher.Main? (In my SuSE
>>> install, using the same jar file, it does.)
>>>
>>> If you verify that this class file is present in the jar, I guess the
>>> next thing to try is to move it to the front of the classpath on your
>>> command line and try running the command again. Please let us know
>>> if that gets you past the NoClassDefFound error -- if so, we'll need
>>> to understand why, but it will be a step in the right direction.
>>>
>>> Thanks,
>>> --Joe
>>
Re: AGR with TPTP4.4? [message #102802 is a reply to message #102703] Tue, 03 July 2007 18:58 Go to previous messageGo to next message
Joe Toomey is currently offline Joe ToomeyFriend
Messages: 79
Registered: July 2009
Member
Hi Craig,

This is all helpful information. The fact that you can run successfully
within the same context sheds a lot of light on the problem. If you
said that before, sorry I missed it.

This is a shot in the dark, but can you confirm that you have TPTP and
all of its prerequisites installed in this "other context" eclipse that
you are launching in? (If it's not, that's a problem).

If it is, then can you try opening your AGR test in that "other context"
eclipse and running the test in the same context?

Thanks,
--Joe
Re: AGR with TPTP4.4? [message #103013 is a reply to message #102802] Wed, 04 July 2007 17:28 Go to previous message
Eclipse UserFriend
Originally posted by: cl.silistix.com

Hi Joe,

org.eclipse.tptp.test.auto.gui and all it's dependencies are included in
the product when it is exported from eclipse. I can create auto gui test
cases from within my application and they run correctly. I haven't got
all of TPTP installed in my app, just the auto-gui stuff.

Also, is it possible to use the code coverage tools with agr test cases?

Thanks again,
Craig

Joe Toomey wrote:
> Hi Craig,
>
> This is all helpful information. The fact that you can run successfully
> within the same context sheds a lot of light on the problem. If you
> said that before, sorry I missed it.
>
> This is a shot in the dark, but can you confirm that you have TPTP and
> all of its prerequisites installed in this "other context" eclipse that
> you are launching in? (If it's not, that's a problem).
>
> If it is, then can you try opening your AGR test in that "other context"
> eclipse and running the test in the same context?
>
> Thanks,
> --Joe
>
Previous Topic:how do you disable tptp?
Next Topic:Test BehaviorSection and workbench copy paste actions
Goto Forum:
  


Current Time: Sat Apr 20 00:54:49 GMT 2024

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

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

Back to the top