Skip to main content



      Home
Home » Eclipse Projects » RCP Testing Tool » [SOLVED] The Application Under Test is started but results in Progress(The Application Under Test is started but results in Progress)
[SOLVED] The Application Under Test is started but results in Progress [message #1707263] Thu, 03 September 2015 07:16 Go to next message
Eclipse UserFriend
Hi Folks,
I am a newbie in RCPTT.
I set up an application and it is started in the correct way.
The problem is RCPTT don't recognize it and don't complete the 'Progress information' bar.
An error is happened a 'AUT connecttion has been failing for 582.0 seconds' and close the application.
Any tips ?

[Updated on: Thu, 08 October 2015 07:24] by Moderator

Re: The Application Under Test is started but results in Progress [message #1707359 is a reply to message #1707263] Fri, 04 September 2015 00:22 Go to previous messageGo to next message
Eclipse UserFriend
Hi Angelo,

Could you please do the following:

Please, do the following in Advanced AUT settings (right-click AUT in Applications view, select 'Configure...', click 'Advanced'):

- Add '-console' argument to 'Program Arguments' on 'Arguments' tab
- On 'Common' tab, check a checkbox 'Allocate Console (necessary for input)'.
- Launch AUT again
- That way once you launch AUT you should see stdout and stderr of AUT process along with Error Log messages in Console view. Please send it to us.

Other information which typically helps us to investigate AUT startup issues:

- Original <your AUT>.ini, <your AUT>/configuration/config.in and <your AUT>/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info (if present)
- RCPTT-generated config files: <rcptt-workspace>/.metadata/.plugins/org.eclipse.pde.core/<your aut name>/config.ini and <rcptt-workspace>/.metadata/.plugins/org.eclipse.pde.core/<your aut name>/org.eclipse.equinox.simpleconfigurator/bundles.info (if present)
- Generated .launch file: <rcptt-workspace>/.metadata/.plugins/org.eclipse.debug.core/.launches/<your aut name>.launch

In all files above please feel free to remove/replace any information you consider to be proprietary, we are only interested in Eclipse platform-related bundles and options

Kind regards,
Ulyana.

Re: The Application Under Test is started but results in Progress [message #1707366 is a reply to message #1707359] Fri, 04 September 2015 04:53 Go to previous messageGo to next message
Eclipse UserFriend
Hi Ulyana,
I have activated the console and I see the following message errors :
I can see two message errors, In my opinion the second one is most important.


The first one is an exception but the application continue

osgi> java.lang.ClassNotFoundException: org.aspectj.weaver.loadtime.definition.Definition
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:467)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at org.eclipse.equinox.weaving.aspectj.AspectJWeavingActivator.start(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:299)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:291)
at org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.startBundles(ConfigApplier.java:307)
at org.eclipse.equinox.internal.simpleconfigurator.ConfigApplier.install(ConfigApplier.java:108)
at org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:129)
at org.eclipse.equinox.internal.simpleconfigurator.SimpleConfiguratorImpl.applyConfiguration(SimpleConfiguratorImpl.java:143)
at org.eclipse.equinox.internal.simpleconfigurator.Activator.start(Activator.java:48)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:389)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1131)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:438)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
!SESSION 2015-09-04 10:46:52.132 -----------------------------------------------


The second is :

!MESSAGE RCPTT aspects plugin "org.eclipse.rcptt.tesla.swt.aspects" is not initialized. Could not continue...

I already try to copy plugin related tesla.swt.aspect from RCPTT to the Application Under Test but nothing happened.

Have you got any tips ?

[Updated on: Fri, 04 September 2015 05:13] by Moderator

Re: The Application Under Test is started but results in Progress [message #1707586 is a reply to message #1707359] Mon, 07 September 2015 12:34 Go to previous messageGo to next message
Eclipse UserFriend
OK ! It is Solved ! Eureka Cool
It was a conflict I have edited a Manifest into a Jar (Removed Lines related aspects library).
Thank you
Re: The Application Under Test is started but results in Progress [message #1807754 is a reply to message #1707586] Fri, 07 June 2019 08:48 Go to previous message
Eclipse UserFriend
Hi,

Could you please let us know how to resolve this issue ?
I am using new RCPTT 2.4.2 release, and getting same issue.

Error message :

!SESSION 2019-06-07 12:18:11.438 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.8.0_45
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -product de.nuance.piola.PIOLA -eclipse.keyring C:\Work\PIOLA_Testing\rcptt_workspace\.metadata\.plugins\org.eclipse.pde.core\de.nuance.piola.PIOLA/secure_storage
Command-line arguments: -product de.nuance.piola.PIOLA -data C:\Work\PIOLA_Testing\rcptt_workspace/../aut-de.nuance.piola.PIOLA-2 -dev file:C:/Work/PIOLA_Testing/rcptt_workspace/.metadata/.plugins/org.eclipse.pde.core/de.nuance.piola.PIOLA/dev.properties -os win32 -ws win32 -arch x86_64 -consoleLog -eclipse.keyring C:\Work\PIOLA_Testing\rcptt_workspace\.metadata\.plugins\org.eclipse.pde.core\de.nuance.piola.PIOLA/secure_storage

!ENTRY org.eclipse.osgi 2 0 2019-06-07 12:18:17.728
!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2019-06-07 12:18:17.728
!MESSAGE Bundle reference:file:/C:/Work/PIOLA_Testing/rcptt_workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.rcptt.tesla.nebula.impl_2.4.2.201903220647.jar was not resolved.
!SUBENTRY 2 org.eclipse.rcptt.tesla.nebula.impl 2 0 2019-06-07 12:18:17.728
!MESSAGE Missing required bundle org.eclipse.nebula.widgets.grid_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2019-06-07 12:18:17.729
!MESSAGE Bundle reference:file:/C:/Work/PIOLA_Testing/rcptt_workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.rcptt.tesla.gef.aspects_2.4.2.201903220647.jar was not resolved.
!SUBENTRY 2 org.eclipse.rcptt.tesla.gef.aspects 2 0 2019-06-07 12:18:17.729
!MESSAGE Missing required bundle org.eclipse.gef_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2019-06-07 12:18:17.729
!MESSAGE Bundle reference:file:/C:/Work/PIOLA_Testing/rcptt_workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.rcptt.tesla.recording.nebula_2.4.2.201903220647.jar was not resolved.
!SUBENTRY 2 org.eclipse.rcptt.tesla.recording.nebula 2 0 2019-06-07 12:18:17.729
!MESSAGE Missing required bundle org.eclipse.nebula.widgets.grid_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2019-06-07 12:18:17.730
!MESSAGE Bundle reference:file:/C:/Work/PIOLA_Testing/rcptt_workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.rcptt.tesla.recording.aspects.draw2d_2.4.2.201903220647.jar was not resolved.
!SUBENTRY 2 org.eclipse.rcptt.tesla.recording.aspects.draw2d 2 0 2019-06-07 12:18:17.730
!MESSAGE Missing required bundle org.eclipse.draw2d_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2019-06-07 12:18:17.730
!MESSAGE Bundle reference:file:/C:/Work/PIOLA_Testing/rcptt_workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.rcptt.tesla.gmf.aspects_2.4.2.201903220647.jar was not resolved.
!SUBENTRY 2 org.eclipse.rcptt.tesla.gmf.aspects 2 0 2019-06-07 12:18:17.730
!MESSAGE Missing required bundle org.eclipse.gmf.runtime.diagram.ui_0.0.0.
!SUBENTRY 2 org.eclipse.rcptt.tesla.gmf.aspects 2 0 2019-06-07 12:18:17.730
!MESSAGE Missing required bundle org.eclipse.gef_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2019-06-07 12:18:17.731
!MESSAGE Bundle reference:file:/C:/Work/PIOLA_Testing/rcptt_workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.rcptt.tesla.recording.aspects.gef_2.4.2.201903220647.jar was not resolved.
!SUBENTRY 2 org.eclipse.rcptt.tesla.recording.aspects.gef 2 0 2019-06-07 12:18:17.731
!MESSAGE Missing required bundle org.eclipse.gef_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2019-06-07 12:18:17.731
!MESSAGE Bundle reference:file:/C:/Work/PIOLA_Testing/rcptt_workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.rcptt.tesla.recording.draw2d_2.4.2.201903220647.jar was not resolved.
!SUBENTRY 2 org.eclipse.rcptt.tesla.recording.draw2d 2 0 2019-06-07 12:18:17.731
!MESSAGE Missing required bundle org.eclipse.gef_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2019-06-07 12:18:17.731
!MESSAGE Bundle reference:file:/C:/Work/PIOLA_Testing/rcptt_workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.rcptt.ecl.data.apache.poi.impl_2.4.2.201903220647.jar was not resolved.
!SUBENTRY 2 org.eclipse.rcptt.ecl.data.apache.poi.impl 2 0 2019-06-07 12:18:17.737
!MESSAGE Missing required bundle org.apache.poi.ooxml_3.9.0.
!SUBENTRY 2 org.eclipse.rcptt.ecl.data.apache.poi.impl 2 0 2019-06-07 12:18:17.737
!MESSAGE Missing required bundle org.apache.poi_3.9.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2019-06-07 12:18:17.738
!MESSAGE Bundle reference:file:/C:/Work/PIOLA_Testing/rcptt_workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.rcptt.tesla.gmf_2.4.2.201903220647.jar was not resolved.
!SUBENTRY 2 org.eclipse.rcptt.tesla.gmf 2 0 2019-06-07 12:18:17.738
!MESSAGE Missing required bundle org.eclipse.gmf.runtime.diagram.core_0.0.0.
!SUBENTRY 2 org.eclipse.rcptt.tesla.gmf 2 0 2019-06-07 12:18:17.738
!MESSAGE Missing required bundle org.eclipse.gmf.runtime.diagram.ui_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2019-06-07 12:18:17.738
!MESSAGE Bundle reference:file:/C:/Work/PIOLA_Testing/rcptt_workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.rcptt.tesla.gef_2.4.2.201903220647.jar was not resolved.
!SUBENTRY 2 org.eclipse.rcptt.tesla.gef 2 0 2019-06-07 12:18:17.738
!MESSAGE Missing required bundle org.eclipse.gef_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2019-06-07 12:18:17.739
!MESSAGE Bundle reference:file:/C:/Work/PIOLA_Testing/rcptt_workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.rcptt.tesla.recording.gmf_2.4.2.201903220647.jar was not resolved.
!SUBENTRY 2 org.eclipse.rcptt.tesla.recording.gmf 2 0 2019-06-07 12:18:17.739
!MESSAGE Missing required bundle org.eclipse.gmf.runtime.diagram.ui_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2019-06-07 12:18:17.739
!MESSAGE Bundle reference:file:/C:/Work/PIOLA_Testing/rcptt_workspace/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.rcptt.tesla.recording.aspects.gmf_2.4.2.201903220647.jar was not resolved.
!SUBENTRY 2 org.eclipse.rcptt.tesla.recording.aspects.gmf 2 0 2019-06-07 12:18:17.739
!MESSAGE Missing required bundle org.eclipse.gmf.runtime.diagram.ui_0.0.0.
!SUBENTRY 2 org.eclipse.rcptt.tesla.recording.aspects.gmf 2 0 2019-06-07 12:18:17.739
!MESSAGE Missing required bundle org.eclipse.gef_0.0.0.

!ENTRY org.eclipse.osgi 2 0 2019-06-07 12:18:17.767
!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2019-06-07 12:18:17.767
!MESSAGE Bundle org.eclipse.rcptt.ecl.data.apache.poi.impl_2.4.2.201903220647 [289] was not resolved.
!SUBENTRY 2 org.eclipse.rcptt.ecl.data.apache.poi.impl 2 0 2019-06-07 12:18:17.767
!MESSAGE Missing required bundle org.eclipse.rcptt.ecl.data.apache.poi.impl_0.0.0.
!SUBENTRY 2 org.eclipse.rcptt.ecl.data.apache.poi.impl 2 0 2019-06-07 12:18:17.767
!MESSAGE Missing required bundle org.apache.poi_3.9.0.
!SUBENTRY 2 org.eclipse.rcptt.ecl.data.apache.poi.impl 2 0 2019-06-07 12:18:17.767
!MESSAGE Missing required bundle org.apache.poi.ooxml_3.9.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2019-06-07 12:18:17.768
!MESSAGE Bundle org.eclipse.rcptt.tesla.gef_2.4.2.201903220647 [315] was not resolved.
!SUBENTRY 2 org.eclipse.rcptt.tesla.gef 2 0 2019-06-07 12:18:17.768
!MESSAGE Missing required bundle org.eclipse.gef_0.0.0.
!SUBENTRY 2 org.eclipse.rcptt.tesla.gef 2 0 2019-06-07 12:18:17.768
!MESSAGE Missing required bundle org.eclipse.rcptt.tesla.gef.aspects_[2.4.2,3.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2019-06-07 12:18:17.768
!MESSAGE Bundle org.eclipse.rcptt.tesla.gef.aspects_2.4.2.201903220647 [316] was not resolved.
!SUBENTRY 2 org.eclipse.rcptt.tesla.gef.aspects 2 0 2019-06-07 12:18:17.768
!MESSAGE Missing required bundle org.eclipse.gef_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2019-06-07 12:18:17.768
!MESSAGE Bundle org.eclipse.rcptt.tesla.gmf_2.4.2.201903220647 [317] was not resolved.
!SUBENTRY 2 org.eclipse.rcptt.tesla.gmf 2 0 2019-06-07 12:18:17.768
!MESSAGE Missing required bundle org.eclipse.gmf.runtime.diagram.core_0.0.0.
!SUBENTRY 2 org.eclipse.rcptt.tesla.gmf 2 0 2019-06-07 12:18:17.769
!MESSAGE Missing required bundle org.eclipse.gmf.runtime.diagram.ui_0.0.0.
!SUBENTRY 2 org.eclipse.rcptt.tesla.gmf 2 0 2019-06-07 12:18:17.769
!MESSAGE Missing required bundle org.eclipse.rcptt.tesla.gef_[2.4.2,3.0.0).
!SUBENTRY 2 org.eclipse.rcptt.tesla.gmf 2 0 2019-06-07 12:18:17.769
!MESSAGE Missing required bundle org.eclipse.rcptt.tesla.gmf.aspects_[2.4.2,3.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2019-06-07 12:18:17.769
!MESSAGE Bundle org.eclipse.rcptt.tesla.gmf.aspects_2.4.2.201903220647 [318] was not resolved.
!SUBENTRY 2 org.eclipse.rcptt.tesla.gmf.aspects 2 0 2019-06-07 12:18:17.769
!MESSAGE Missing required bundle org.eclipse.gef_0.0.0.
!SUBENTRY 2 org.eclipse.rcptt.tesla.gmf.aspects 2 0 2019-06-07 12:18:17.769
!MESSAGE Missing required bundle org.eclipse.gmf.runtime.diagram.ui_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2019-06-07 12:18:17.769
!MESSAGE Bundle org.eclipse.rcptt.tesla.nebula.ecl.impl_2.4.2.201903220647 [332] was not resolved.
!SUBENTRY 2 org.eclipse.rcptt.tesla.nebula.ecl.impl 2 0 2019-06-07 12:18:17.769
!MESSAGE Missing required bundle org.eclipse.rcptt.tesla.nebula.impl_[2.4.2,3.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2019-06-07 12:18:17.770
!MESSAGE Bundle org.eclipse.rcptt.tesla.nebula.impl_2.4.2.201903220647 [333] was not resolved.
!SUBENTRY 2 org.eclipse.rcptt.tesla.nebula.impl 2 0 2019-06-07 12:18:17.770
!MESSAGE Missing required bundle org.eclipse.nebula.widgets.grid_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2019-06-07 12:18:17.770
!MESSAGE Bundle org.eclipse.rcptt.tesla.recording.aspects.draw2d_2.4.2.201903220647 [335] was not resolved.
!SUBENTRY 2 org.eclipse.rcptt.tesla.recording.aspects.draw2d 2 0 2019-06-07 12:18:17.770
!MESSAGE Missing required bundle org.eclipse.draw2d_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2019-06-07 12:18:17.770
!MESSAGE Bundle org.eclipse.rcptt.tesla.recording.aspects.gef_2.4.2.201903220647 [337] was not resolved.
Previous Topic:Unable to install RCPTT 2.1 on eclipse neon from Eclipse Marketplace/ via P2
Next Topic:are "dropins" and "links" still supported for AUTs
Goto Forum:
  


Current Time: Sun Aug 31 04:33:10 EDT 2025

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

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

Back to the top