Skip to main content



      Home
Home » Archived » Test and Performance Tools Platform (TPTP) » AGR 4.4 Hangs in Standard Mode
AGR 4.4 Hangs in Standard Mode [message #102450] Mon, 02 July 2007 22:09 Go to next message
Eclipse UserFriend
Originally posted by: chalmers.wang.oracle.com

Hi all,

I've recently started trying out the TPTP Automated GUI Recorder 4.4.0 to
test some of my group's GUI work. I've installed the most recent Agent
Controller and Native Logging packages, as well as Eclipse SDK 3.3.0. I'm
also running on jre 1.5.0_12.

The problem that I am encountering occurs when I try to do a playback in
Standard Mode. (The test that I am running is the Create Project test
described in the tutorial at
http://www.eclipse.org/tptp/test/documents/userguides/Intro- Auto-GUI-4-4-0.html#2.1)
The Quick Mode works perfectly fine. However, when I run the test in
Standard Mode, the test hangs at 36%. More specifically, the executing
tests dialog says "Preparing and deploying" and the progress bar above it
says "Launching: Launching delegate..."

After about two minutes of hanging, I get the following exception:
IWAT4039E The Test Execution Harness reported the following
problems:org.eclipse.hyades.internal.execution.local.control .InactiveProcessException


I've tried manually adding in dependencies but that did not have any
effect on the problem. I've also tried using the Launch Doctor plug-in,
but for some reason I get the following error: "Unable to access file
" plugins/org.eclipse.tptp.test.launchdoctor_1.0.0.jar!META-IN F/MANIFEST.MF "."
Any help would be appreciated.

Thanks,
Chalmers
Re: AGR 4.4 Hangs in Standard Mode [message #102525 is a reply to message #102450] Tue, 03 July 2007 08:18 Go to previous messageGo to next message
Eclipse UserFriend
Hi Chalmers,

Getting the results from the launch doctor plugin would help in
understanding why you get the InactiveProcessException. I have never
seen the error you mention: "Unable to access file
" plugins/org.eclipse.tptp.test.launchdoctor_1.0.0.jar!META-IN F/MANIFEST.MF "."

Did you restart eclipse with the -clean option after you installed the
plugin?

Thanks,
--Joe


Chalmers Wang wrote:
> Hi all,
>
> I've recently started trying out the TPTP Automated GUI Recorder 4.4.0
> to test some of my group's GUI work. I've installed the most recent
> Agent Controller and Native Logging packages, as well as Eclipse SDK
> 3.3.0. I'm also running on jre 1.5.0_12.
>
> The problem that I am encountering occurs when I try to do a playback in
> Standard Mode. (The test that I am running is the Create Project test
> described in the tutorial at
> http://www.eclipse.org/tptp/test/documents/userguides/Intro- Auto-GUI-4-4-0.html#2.1)
> The Quick Mode works perfectly fine. However, when I run the test in
> Standard Mode, the test hangs at 36%. More specifically, the executing
> tests dialog says "Preparing and deploying" and the progress bar above
> it says "Launching: Launching delegate..."
>
> After about two minutes of hanging, I get the following exception:
> IWAT4039E The Test Execution Harness reported the following
> problems:org.eclipse.hyades.internal.execution.local.control .InactiveProcessException
>
>
>
> I've tried manually adding in dependencies but that did not have any
> effect on the problem. I've also tried using the Launch Doctor plug-in,
> but for some reason I get the following error: "Unable to access file
> " plugins/org.eclipse.tptp.test.launchdoctor_1.0.0.jar!META-IN F/MANIFEST.MF "."
> Any help would be appreciated.
>
> Thanks,
> Chalmers
>
Re: AGR 4.4 Hangs in Standard Mode [message #102725 is a reply to message #102525] Tue, 03 July 2007 13:13 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: chalmers.wang.oracle.com

Hi Joe,

Is there anything else I need to do besides placing the .jar file directly
into the eclipse/plugins directory? I restarted eclipse with the -clean
option after I placed the plugin into the above directory, but I still get
the same error.

Also, the error is thrown by the org.eclipse.update.configurator. So I
imagine it's looking for some sort of metadata and can't find it.

Thanks,
Chalmers
Re: AGR 4.4 Hangs in Standard Mode [message #102750 is a reply to message #102725] Tue, 03 July 2007 13:20 Go to previous messageGo to next message
Eclipse UserFriend
Hi Chalmers,

Can you confirm that the jar file was downloaded correctly? (i.e. can
you open it with a zip program and see the meta-inf/Manifest.mf file?)

--Joe
Re: AGR 4.4 Hangs in Standard Mode [message #102769 is a reply to message #102750] Tue, 03 July 2007 13:38 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: chalmers.wang.oracle.com

Hi Joe,

The .jar file didn't download properly. (Actually, it still refuses to
download properly.) I'll try it again and see what results I get with
launch doctor.

Thanks,
Chalmers
Re: AGR 4.4 Hangs in Standard Mode [message #102780 is a reply to message #102769] Tue, 03 July 2007 13:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: chalmers.wang.oracle.com

Hi Joe,

Regarding my last post, when I download the launch doctor .jar file, I am
able to open up the the file using WinRAR 3.7. Furthermore, I can
navigate to the MANIFEST.MF file but when I try to open up the MANIFEST.MF
file I receive an error saying that the archive is either in unknown
format or damaged. Re-downloading the file doesn't seem to fix the
problem. Any idea why this is happening?

Thanks,
Chalmers
Re: AGR 4.4 Hangs in Standard Mode [message #102790 is a reply to message #102450] Tue, 03 July 2007 14:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: ffr.softwareag.com

I've made the same experience with v4.4.0. What I found out is that the
Agent Controller must be running in case of an AGR test suite is executed in
standard mode. This wasn't necessary with v4.3.1.

Is an AC running on the machine where you try to execute the test suite in
standard mode???

"Chalmers Wang" <chalmers.wang@oracle.com> wrote in message
news:1f726ae6559432db9797d8ce7abe2839$1@www.eclipse.org...
> Hi all,
>
> I've recently started trying out the TPTP Automated GUI Recorder 4.4.0 to
> test some of my group's GUI work. I've installed the most recent Agent
> Controller and Native Logging packages, as well as Eclipse SDK 3.3.0. I'm
> also running on jre 1.5.0_12.
>
> The problem that I am encountering occurs when I try to do a playback in
> Standard Mode. (The test that I am running is the Create Project test
> described in the tutorial at
> http://www.eclipse.org/tptp/test/documents/userguides/Intro- Auto-GUI-4-4-0.html#2.1)
> The Quick Mode works perfectly fine. However, when I run the test in
> Standard Mode, the test hangs at 36%. More specifically, the executing
> tests dialog says "Preparing and deploying" and the progress bar above it
> says "Launching: Launching delegate..."
>
> After about two minutes of hanging, I get the following exception:
> IWAT4039E The Test Execution Harness reported the following
> problems:org.eclipse.hyades.internal.execution.local.control .InactiveProcessException
>
>
> I've tried manually adding in dependencies but that did not have any
> effect on the problem. I've also tried using the Launch Doctor plug-in,
> but for some reason I get the following error: "Unable to access file
> " plugins/org.eclipse.tptp.test.launchdoctor_1.0.0.jar!META-IN F/MANIFEST.MF "."
> Any help would be appreciated.
>
> Thanks,
> Chalmers
>
Re: AGR 4.4 Hangs in Standard Mode [message #102831 is a reply to message #102790] Tue, 03 July 2007 15:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: chalmers.wang.oracle.com

Hi Frank,

I have the latest version of Agent Controller running in the background.
I'm not sure if or how I'm supposed to connect the AC to my test suite. Is
there something else I need to do besides running it via the command
"ACServer.exe"?

Thanks,
Chalmers
Re: AGR 4.4 Hangs in Standard Mode [message #102858 is a reply to message #102750] Tue, 03 July 2007 16:07 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: chalmers.wang.oracle.com

Hi Joe,

I've managed to coax the Launch Doctor to work. After following the steps
you've outlined, I received the error "Exception in thread "main"
java.lang.NoClassDefFoundError: org/eclipse/core/launcher/Main"

One thing that is interesting is that Eclipse never launched. I never saw
the welcome screen.

Thanks,
Chalmers
Re: AGR 4.4 Hangs in Standard Mode [message #102866 is a reply to message #102858] Tue, 03 July 2007 16:15 Go to previous messageGo to next message
Eclipse UserFriend
Hi Chalmers,

This exception is likely the reason you are receiving the
InactiveProcessException -- the launched eclipse process is failing.
Can you please post the output from the log file?

Thanks,
--Joe

Chalmers Wang wrote:
> Hi Joe,
>
> I've managed to coax the Launch Doctor to work. After following the
> steps you've outlined, I received the error "Exception in thread "main"
> java.lang.NoClassDefFoundError: org/eclipse/core/launcher/Main"
>
> One thing that is interesting is that Eclipse never launched. I never
> saw the welcome screen.
>
> Thanks,
> Chalmers
>
Re: AGR 4.4 Hangs in Standard Mode [message #102880 is a reply to message #102866] Tue, 03 July 2007 16:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: chalmers.wang.oracle.com

This is the output from my log:

Launch started!
session Created.
test artifacts deployed.
executionEnvironment Adapted. CLASSPATH =
C:\downloads\plugins\org.eclipse.tptp.javaprofiler;C:\downlo ads\plugins\org.eclipse.tptp.platform.collection.framework_4 .2.100.v200704140100\hcframe.jar;C:\downloads\plugins\org.ec lipse.hyades.execution_4.4.0.v200706080100\hexr.jar;C:\downl oads\plugins\org.eclipse.hyades.execution_4.4.0.v20070608010 0\hexl.jar;C:\downloads\plugins\org.eclipse.hyades.execution _4.4.0.v200706080100\hexcore.jar;;C:\downloads\plugins\org.e clipse.core.runtime_3.3.100.v20070530.jar;C:\downloads\plugi ns\org.eclipse.equinox.common_3.3.0.v20070426.jar;C:\downloa ds\plugins\org.eclipse.osgi_3.3.0.v20070530.jar;C:\downloads \plugins\org.eclipse.core.runtime_3.3.100.v20070530.jar;C:\d ownloads\plugins\org.eclipse.equinox.common_3.3.0.v20070426. jar;C:\downloads\plugins\org.eclipse.osgi_3.3.0.v20070530.ja r;C:\downloads\plugins\com.ibm.icu_3.6.1.v20070417.jar;;C:\d ownloads\plugins\org.eclipse.equinox.common_3.3.0.v20070426. jar;C:\downloads\plugins\org.eclipse.equinox.common_3.3.0.v2 0070426.jar;;C:\downloads\plugins\org.eclipse.core.commands_ 3.3.0.I20070605-0010.jar;C:\downloads\plugins\org.eclipse.co re.commands_3.3.0.I20070605-0010.jar;;C:\downloads\plugins\o rg.eclipse.jface_3.3.0.I20070606-0010.jar;C:\downloads\plugi ns\org.eclipse.jface_3.3.0.I20070606-0010.jar;;C:\downloads\ plugins\swt.jar;C:\downloads\plugins\swt.jar;;C:\downloads\p lugins\org.eclipse.emf.common_2.2.2.v200706070004.jar;C:\dow nloads\plugins\org.eclipse.emf.common_2.2.2.v200706070004.ja r;;C:\downloads\plugins\org.eclipse.emf.ecore_2.2.3.v2007060 70004.jar;C:\downloads\plugins\org.eclipse.emf.ecore_2.2.3.v 200706070004.jar;;C:\downloads\plugins\org.eclipse.emf.ecore .xmi_2.2.3.v200706070004.jar;C:\downloads\plugins\org.eclips e.emf.ecore.xmi_2.2.3.v200706070004.jar;C:\downloads\plugins \org.eclipse.hyades.execution_4.4.0.v200706080100\hexcore.ja r;C:\downloads\plugins\org.eclipse.hyades.execution_4.4.0.v2 00706080100\hexl.jar;C:\downloads\plugins\org.eclipse.hyades .execution_4.4.0.v200706080100\hexr.jar;C:\downloads\plugins \org.eclipse.hyades.logging.core_4.3.100.v200704140100\hl14. jar;C:\downloads\plugins\org.eclipse.hyades.logging.core_4.3 .100.v200704140100\hlcommons.jar;C:\downloads\plugins\org.ec lipse.hyades.logging.core_4.3.100.v200704140100\hlcore.jar;C :\downloads\plugins\org.eclipse.hyades.logging.core_4.3.100. v200704140100\hllog4j.jar;C:\downloads\plugins\org.eclipse.h yades.logging.core_4.3.100.v200704140100\config.jar;C:\downl oads\plugins\org.eclipse.hyades.logging.core_4.3.100.v200704 140100\hl14.jar;C:\downloads\plugins\org.eclipse.hyades.logg ing.core_4.3.100.v200704140100\hlcommons.jar;C:\downloads\pl ugins\org.eclipse.hyades.logging.core_4.3.100.v200704140100\ hlcore.jar;C:\downloads\plugins\org.eclipse.hyades.logging.c ore_4.3.100.v200704140100\hllog4j.jar;C:\downloads\plugins\o rg.eclipse.tptp.platform.logging.events_4.3.100.v20070414010 0\tlcore.jar;C:\downloads\plugins\org.eclipse.tptp.platform. logging.events_4.3.100.v200704140100\hlcbe101.jar;C:\downloa ds\plugins\org.eclipse.tptp.platform.logging.events_4.3.100. v200704140100\tlcbe101.jar;C:\downloads\plugins\org.eclipse. tptp.platform.logging.events_4.3.100.v200704140100\config.ja r;C:\downloads\plugins\org.eclipse.tptp.platform.logging.eve nts_4.3.100.v200704140100\hlcbe101.jar;C:\downloads\plugins\ org.eclipse.tptp.platform.logging.events_4.3.100.v2007041401 00\tlcbe101.jar;C:\downloads\plugins\org.eclipse.tptp.platfo rm.logging.events_4.3.100.v200704140100\tlcore.jar;C:\downlo ads\plugins\org.eclipse.hyades.test.core_4.2.200.v2007060501 00\hexrecr.jar;C:\downloads\plugins\org.eclipse.hyades.test. tools.core_4.4.0.v200706050100\common.runner.jar;C:\download s\plugins\org.eclipse.hyades.test.tools.core_4.4.0.v20070605 0100\http.hexrecr.jar;C:\downloads\plugins\org.eclipse.hyade s.test.tools.core_4.4.0.v200706050100\http.runner.jar;C:\dow nloads\plugins\org.eclipse.hyades.test.tools.core_4.4.0.v200 706050100\java.runner.jar;C:\downloads\plugins\org.eclipse.h yades.test.tools.core_4.4.0.v200706050100\manual.runner.jar; C:\downloads\plugins\org.eclipse.hyades.test.tools.core_4.4. 0.v200706050100\common.runner.jar;C:\downloads\plugins\org.e clipse.hyades.test.tools.core_4.4.0.v200706050100\config.jar ;C:\downloads\plugins\org.eclipse.hyades.test.tools.core_4.4 .0.v200706050100\http.hextgen.jar;C:\downloads\plugins\org.e clipse.hyades.test.tools.core_4.4.0.v200706050100\http.runne r.jar;C:\downloads\plugins\org.eclipse.hyades.test.tools.cor e_4.4.0.v200706050100\java.runner.jar;C:\downloads\plugins\o rg.eclipse.hyades.test.tools.core_4.4.0.v200706050100\manual .runner.jar;C:\downloads\plugins\org.eclipse.hyades.test.too ls.core_4.4.0.v200706050100\tools-core.jar;;C:\downloads\plu gins\org.eclipse.tptp.platform.models_4.3.0.v200706132116\fa stxpath.jar;C:\downloads\plugins\org.eclipse.tptp.platform.m odels_4.3.0.v200706132116\tptp-models.jar;C:\downloads\plugi ns\org.eclipse.tptp.platform.models_4.3.0.v200706132116\fast xpath.jar;C:\downloads\plugins\org.eclipse.tptp.platform.mod els_4.3.0.v200706132116\tptp-models.jar;;C:\downloads\plugin s\org.junit_3.8.2.v200705250844\junit.jar;C:\downloads\plugi ns\org.junit_3.8.2.v200705250844\junit.jar
C:/WINDOWS/TEMP/chalwang/TestContainer/bin
C:/Documents and Settings/chalwang/workspace (clean)/Java
Project/bin;C:/Documents and Settings/chalwang/workspace (clean)/New
Project/bin;C:/Documents and Settings/chalwang/workspace
(clean)/TestContainer/bin
C:\eclipse\plugins\org.eclipse.equinox.launcher_1.0.0.v20070 606.jar
executable Object Adapted
jvmArgs:
-Dhyades.runner.agentName=org.eclipse.hyades.execution.harne ss.XMLExecutionDataProcessor
-Dtptp.automated.gui=true
-Dtptp.automated.gui.resource.id=EEF78ABD85B22AF755F44BB028F E11DC
-Dtptp.automated.gui.executor=org.eclipse.hyades.execution.h arness.XMLExecutionDataProcessor
org.eclipse.core.launcher.Main -data "C:\Documents and Settings\chalwa

I would attach my .log file if I knew how to.

Thanks,
Chalmers
Re: AGR 4.4 Hangs in Standard Mode [message #103176 is a reply to message #102880] Thu, 05 July 2007 14:22 Go to previous message
Eclipse UserFriend
Originally posted by: chalmers.wang.oracle.com

Hi Joe,

I managed to get the AGR to work. I did this by installing a new instance
of the WTP All-in-One Eclipse Package and then adding the AGR plug-in.
Afterwards, everything worked.

Thanks for your help,
Chalmers
Previous Topic:Test BehaviorSection and workbench copy paste actions
Next Topic:Can't get Profiler to start with WTP project
Goto Forum:
  


Current Time: Tue May 06 19:23:58 EDT 2025

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

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

Back to the top