Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Failed to launch latest eclipse 3.4 M6 build by Agent Controller + TPTP
Failed to launch latest eclipse 3.4 M6 build by Agent Controller + TPTP [message #131612] Tue, 24 June 2008 10:00 Go to next message
Eclipse UserFriend
Originally posted by: ma_xiang1981.hotmail.com

Hello,
I can launch eclipse 3.4 M5 successfully by Agent Controller + TPTP + jre
1.6.06. (TPTP version is 4.4.1), as following:
C:\mytest\org.eclipse.hyades.execution_4.4.100.v200802221314 >automation-client-adapter
-eclipse C:\eclipse-SDK-3.4M5-win32\eclipse -workspace C:\eclipseauto\final2
-project CR4EAutomationJUnitTest -suite
src\testcase\cr4e\sanity\CreateCRWebProject.testsuite -deployment
src\testcase\cr4e\sanity\SanityDeploy.deploy

But it failed when I trying to use TPTP and same Agent Controller to
launch eclipse 3.4 M6 RC4 build. Has any one also encountered the
following problem?
(1) If I tried to use the latest
org.eclipse.hyades.execution_4.4.200.v200806120100 package by installing
latest TPTP on line , I got the following error when launching eclipse:
IWAT0891E Unable to resolve service
'org.eclipse.hyades.test.tools.core.execute'

(2) If I use the original package, the error output is as following:
C:\mytest\org.eclipse.hyades.execution_4.4.100.v200802221314 >java-cp
/bin;tptp-automation-client.jar
org.eclipse.hyades.automation.client.adapters.shell.Automati onClientAdapter
-eclipse C:\eclipse-SDK-3.4RC1-win32\eclipse -workspace C:\eclipseauto\final2
šCproject CR4EAutomationJUnitTest -suite
src\testcase\cr4e\sanity\CreateCRWebProject.testsuite -deployment
src\testcase\cr4e\sanity\SanityDeploy.deploy
org.eclipse.hyades.test.tools.core.execute
java.lang.Exception
at org.eclipse.hyades.automation.server.ServiceProxy.<init>
ServiceProxy.java:100)
at
org.eclipse.hyades.automation.server.AutomationServer.run(Au tomationServer.java:254)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.eclipse.equinox.internal.app.EclipseAppContainer.callMet hodWithException(EclipseAppContainer.java:574)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(Eclips eAppHandle.java:195)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:110)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:79)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:379)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java: 549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
Re: Failed to launch latest eclipse 3.4 M6 build by Agent Controller + TPTP [message #131628 is a reply to message #131612] Tue, 24 June 2008 20:22 Go to previous messageGo to next message
David Whiteman is currently offline David WhitemanFriend
Messages: 166
Registered: July 2009
Senior Member
Welkin wrote:
> Hello, I can launch eclipse 3.4 M5 successfully by Agent Controller +
> TPTP + jre 1.6.06. (TPTP version is 4.4.1), as following:
> C:\mytest\org.eclipse.hyades.execution_4.4.100.v200802221314 >automation-client-adapter
> -eclipse C:\eclipse-SDK-3.4M5-win32\eclipse -workspace
> C:\eclipseauto\final2 -project CR4EAutomationJUnitTest -suite
> src\testcase\cr4e\sanity\CreateCRWebProject.testsuite -deployment
> src\testcase\cr4e\sanity\SanityDeploy.deploy
>
> But it failed when I trying to use TPTP and same Agent Controller to
> launch eclipse 3.4 M6 RC4 build. Has any one also encountered the
> following problem? (1) If I tried to use the latest
> org.eclipse.hyades.execution_4.4.200.v200806120100 package by installing
> latest TPTP on line , I got the following error when launching eclipse:
> IWAT0891E Unable to resolve service
> 'org.eclipse.hyades.test.tools.core.execute'

Did you install both the Platform and Testing packages? Or did you
install the All-in-one package?
Re: Failed to launch latest eclipse 3.4 M6 build by Agent Controller + TPTP [message #131639 is a reply to message #131628] Wed, 25 June 2008 05:55 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ma_xiang1981.hotmail.com

Hello, David
Thanks for reply. I use the following to configure the env:
eclipse-SDK-3.4RC4-win32.zip
dtp-sdk-1.6RC4-200806090500.zip
emf-sdo-xsd-SDK-2.4.0RC4.zip
GEF-ALL-3.4.0RC4.zip
wtp-sdk-S-3.0RC4-20080611064752.zip
TPTP
As for installing TPTP
(1)If I use tptp.sdk-TPTP-4.4.1.zip (All in one build in
http://www.eclipse.org/downloads/download.php?file=/tptp/4.4 .1/TPTP-4.4.1/tptp.sdk-TPTP-4.4.1.zip),
I will get the following error when launching eclipse:
org.eclipse.hyades.test.tools.core.execute
java.lang.Exception
at
org.eclipse.hyades.automation.server.ServiceProxy.<init>(ServiceProxy.java:100)
at
org.eclipse.hyades.automation.server.AutomationServer.run(Au tomationServer.java:254)
¡­
(2)If I install latest TPTP on Ganymede update site
(http://download.eclipse.org/releases/ganymede) in eclipse ¡°Software
updates and add on¡± dialog, and select all under ¡°Testing and
Performance¡± for installation, as following:
TPTP log and trace Analyzer
TPTP Monitoring tools project
TPTP platform projects
TPTP profiling for web applications
TPTP projects examples
TPTP Reporting with BIRT
TPTP test framework and tools project
TPTP tracing and profiling tools project
I got the following error when launching eclipse:
IWAT0891E Unable to resolve service
'org.eclipse.hyades.test.tools.core.execute'.

I have not encountered this problem in eclipse 3.4 M5 build
Re: Failed to launch latest eclipse 3.4 M6 build by Agent Controller + TPTP [message #131650 is a reply to message #131628] Wed, 25 June 2008 06:03 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ma_xiang1981.hotmail.com

Hello,David
Thanks for reply. I use the following to configure the env:
eclipse-SDK-3.4RC4-win32.zip
dtp-sdk-1.6RC4-200806090500.zip
emf-sdo-xsd-SDK-2.4.0RC4.zip
GEF-ALL-3.4.0RC4.zip
wtp-sdk-S-3.0RC4-20080611064752.zip
TPTP

As for installing TPTP
(1) If I use tptp.sdk-TPTP-4.4.1.zip (All in one build in
http://www.eclipse.org/downloads/download.php?file=/tptp/4.4 .1/TPTP-4.4.1/tptp.sdk-TPTP-4.4.1.zip),
I will get the following error when launching eclipse:
org.eclipse.hyades.test.tools.core.execute
java.lang.Exception
at
org.eclipse.hyades.automation.server.ServiceProxy.<init>(ServiceProxy.java:100)
at
org.eclipse.hyades.automation.server.AutomationServer.run(Au tomationServer.java:254)
¡­
(2)If I install latest TPTP on Ganymede update site
(http://download.eclipse.org/releases/ganymede) in eclipse ¡°Software
updates and add on¡± dialog, and select all under ¡°Testing and
Performance¡± for installation, as following:
TPTP log and trace Analyzer
TPTP Monitoring tools project
TPTP platform projects
TPTP profiling for web applications
TPTP projects examples
TPTP Reporting with BIRT
TPTP test framework and tools project
TPTP tracing and profiling tools project
I got the following error when launching eclipse:
IWAT0891E Unable to resolve service
'org.eclipse.hyades.test.tools.core.execute'.
Re: Failed to launch latest eclipse 3.4 M6 build by Agent Controller + TPTP [message #131826 is a reply to message #131650] Thu, 26 June 2008 13:46 Go to previous message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Welkin,
It appears that you are installing the TPTP 4.4.1 all-in-one driver with
the Ganymede dependnacies. Can you install the TPTP 4.5.0 (Ganymede)
all-in-one driver instead:

http://www.eclipse.org/tptp/home/downloads/?ver=4.5.0

As for installing from the Ganymede update site, I just verified that
this is working as designed. Please make sure you add the following
dependencies to the Ant classpath or lib directory before running:

-${tptp.automation.eclipse}\plugins\org.eclipse.hyades.execu tion_ <version>\ant-tptp.jar

Paul
"Welkin" <ma_xiang1981@hotmail.com> wrote in message
news:5ab2fbb5d52f260f6c283cafdb33d94d$1@www.eclipse.org...
> Hello,David
> Thanks for reply. I use the following to configure the env:
> eclipse-SDK-3.4RC4-win32.zip
> dtp-sdk-1.6RC4-200806090500.zip
> emf-sdo-xsd-SDK-2.4.0RC4.zip
> GEF-ALL-3.4.0RC4.zip
> wtp-sdk-S-3.0RC4-20080611064752.zip
> TPTP
>
> As for installing TPTP
> (1) If I use tptp.sdk-TPTP-4.4.1.zip (All in one build in
> http://www.eclipse.org/downloads/download.php?file=/tptp/4.4 .1/TPTP-4.4.1/tptp.sdk-TPTP-4.4.1.zip), I
> will get the following error when launching eclipse:
> org.eclipse.hyades.test.tools.core.execute
> java.lang.Exception
> at
> org.eclipse.hyades.automation.server.ServiceProxy.<init>(ServiceProxy.java:100)
> at
> org.eclipse.hyades.automation.server.AutomationServer.run(Au tomationServer.java:254)
>
Previous Topic:IWAT0284EThe agent controller is not available on host localhost.
Next Topic:How to develop an agent implementation which can be started by Agent Controller
Goto Forum:
  


Current Time: Fri Apr 26 16:56:43 GMT 2024

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

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

Back to the top