Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Linux TPTP - Eclipse Runtime Workspace - Wrong Path - Plugin not recongnized
Linux TPTP - Eclipse Runtime Workspace - Wrong Path - Plugin not recongnized [message #111567] Thu, 06 September 2007 16:50 Go to next message
Stefan Kuhn is currently offline Stefan KuhnFriend
Messages: 355
Registered: July 2009
Senior Member
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

hi all,

I've spend 2 days trying to get my TPTP working. I have a GMF Project I
want to profile, therefore I test it as an Runtime(RT) Eclipse
application. My problem now is that my plugin is not recongnized. I
assume the reason for this is that the path to my runtime workspace is
wrong.

For normal RT launch and for debugging launch the path is:
/home/qn/runtime-EclipseApplication/Test

For TPTP:
/home/qn/"/home/qn/runtime-EclipseApplication"/Test

I've got no idea where to change this.

By the way, I installed everything similar on a Windows machine and
there everything is fine.


My configuration is:
Linux - Gentoo 2007.0
Sun JDK 1.6.0.02 [sun-jdk-1.6]
Eclipse 3.3 Europa (Several Plugins like GEF,GMF,EMF ...)
TPTP 4.4.0.2


Setup
Downloaded Eclipse, installed all plugins from the update-sites.

Installed TPTP from europa update site, installed 4.4.0.1 afterwards,
then 4.4.0.2. Changed all files in
eclipse-3.3-SDK/plugins/org.eclipse.tptp.platform.ac.linux_i a32_4.4.0.v200706020100/agent_controller/bin
to executeable.

Btw. I can't run SetConfig.sh :
ERROR: The Java Runtime in use does not contain a suitable JAXP feature
RESOLUTION: Use a JRE which supports the JAXP feature
Strange is that "JAXP 1.3 is included in (...) Java SE 5.0". Anyway I
don't think it's important for my problem.

Thanks for help I'm really stuck here,
stefan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG4C/CIYVWjMSpDwwRAkslAJ4wanJknCkdoCEGyQSN/py6tSPz9gCf aFqK
SdpYedbcTVasZVRZFAX6vsA=
=M1MC
-----END PGP SIGNATURE-----
Re: Linux TPTP - Eclipse Runtime Workspace - Wrong Path - Plugin not recongnized [message #111578 is a reply to message #111567] Fri, 07 September 2007 08:39 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: cyril.jaquier.[nospam]bluewin.ch

Hi all,

I'm trying to get TPTP working on my Linux box for quite a while without
success. I tried again with Eclipse 3.3 and TPTP 4.4 without more
success. I wish you good luck with it ;)

> Btw. I can't run SetConfig.sh :
> ERROR: The Java Runtime in use does not contain a suitable JAXP feature
> RESOLUTION: Use a JRE which supports the JAXP feature
> Strange is that "JAXP 1.3 is included in (...) Java SE 5.0". Anyway I
> don't think it's important for my problem.
>

If you look at SetConfig.sh you will see that the test fails here:

java -classpath ../lib/config.jar
org.eclipse.tptp.platform.agentcontroller.config.TestJAXP > /dev/null 2>&1

And that will ALWAYS fail because... config.jar does not exist in
lib/... I will try to download the AC from the TPTP website because the
one in org.eclipse.tptp.platform.ac.linux_ia32_4.4.0.v200706020100/
seems to be incomplete.

Regards,

Cyril Jaquier
Re: Linux TPTP - Eclipse Runtime Workspace - Wrong Path - Plugin not recongnized [message #111981 is a reply to message #111578] Fri, 07 September 2007 15:21 Go to previous messageGo to next message
Stefan Kuhn is currently offline Stefan KuhnFriend
Messages: 355
Registered: July 2009
Senior Member
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

well, then I wonder why they offically support it ...
- -stefan :(


Cyril Jaquier schrieb:
> Hi all,
>
> I'm trying to get TPTP working on my Linux box for quite a while without
> success. I tried again with Eclipse 3.3 and TPTP 4.4 without more
> success. I wish you good luck with it ;)
>
>> Btw. I can't run SetConfig.sh :
>> ERROR: The Java Runtime in use does not contain a suitable JAXP feature
>> RESOLUTION: Use a JRE which supports the JAXP feature
>> Strange is that "JAXP 1.3 is included in (...) Java SE 5.0". Anyway I
>> don't think it's important for my problem.
>>
>
> If you look at SetConfig.sh you will see that the test fails here:
>
> java -classpath ../lib/config.jar
> org.eclipse.tptp.platform.agentcontroller.config.TestJAXP > /dev/null 2>&1
>
> And that will ALWAYS fail because... config.jar does not exist in
> lib/... I will try to download the AC from the TPTP website because the
> one in org.eclipse.tptp.platform.ac.linux_ia32_4.4.0.v200706020100/
> seems to be incomplete.
>
> Regards,
>
> Cyril Jaquier

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG4WyMIYVWjMSpDwwRAgS2AKDXX0bEV5Spm7A3LvMubHaHH1CjFgCg tVIy
Kxc9ma2FNaw+aLCWv5vUfKw=
=2Am1
-----END PGP SIGNATURE-----
Re: Linux TPTP - Eclipse Runtime Workspace - Wrong Path - Plugin not recongnized [message #111985 is a reply to message #111567] Fri, 07 September 2007 15:30 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: james.blackburn.broadcom.com

Hi

> For normal RT launch and for debugging launch the path is:
> /home/qn/runtime-EclipseApplication/Test
>
> For TPTP:
> /home/qn/"/home/qn/runtime-EclipseApplication"/Test

This is this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=197512

Which should be fixed in the latest nightly build of the TPTP with agent
controller. I'd have a go with that version if I were you.

James
Re: Linux TPTP - Eclipse Runtime Workspace - Wrong Path - Plugin not recongnized [message #111990 is a reply to message #111985] Fri, 07 September 2007 15:32 Go to previous message
Eclipse UserFriend
Originally posted by: james.blackburn.broadcom.com

And by latest nightly, I meant the 4.4.1 branch.

James

"James Blackburn" <james.blackburn@broadcom.com> wrote in message
news:fbrqpq$8ul$1@build.eclipse.org...
> Hi
>
>> For normal RT launch and for debugging launch the path is:
>> /home/qn/runtime-EclipseApplication/Test
>>
>> For TPTP:
>> /home/qn/"/home/qn/runtime-EclipseApplication"/Test
>
> This is this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=197512
>
> Which should be fixed in the latest nightly build of the TPTP with agent
> controller. I'd have a go with that version if I were you.
>
> James
>
Previous Topic:Unable to profile
Next Topic:'recorder' tptp distibutive/pack?
Goto Forum:
  


Current Time: Fri Mar 29 13:30:38 GMT 2024

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

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

Back to the top