Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » AUT startup problem
AUT startup problem [message #1436153] Thu, 02 October 2014 13:36 Go to next message
Siegfried W. is currently offline Siegfried W.Friend
Messages: 5
Registered: October 2014
Junior Member
Hello,

I've also problems starting up my AUT with RCPTT. All I see is the splash screen and a few seconds later RCPTT reports an error. I've also attached the RCPTT logfile.
I tested with RCPTT 1.5.2 and 1.5.3 nightly, but the results seem to be the same.

We have the following org.eclipse.* plugins in use:
Quote:

org.eclipse.albireo.core
org.eclipse.compare
org.eclipse.compare.core
org.eclipse.core.commands
org.eclipse.core.contenttype
org.eclipse.core.databinding
org.eclipse.core.databinding.observable
org.eclipse.core.databinding.property
org.eclipse.core.expressions
org.eclipse.core.filebuffers
org.eclipse.core.filesystem
org.eclipse.core.filesystem.win32.x86_64 fragment=true
org.eclipse.core.jobs
org.eclipse.core.net
org.eclipse.core.net.win32.x86_64 fragment=true
org.eclipse.core.resources
org.eclipse.core.runtime
org.eclipse.core.runtime.compatibility
org.eclipse.core.runtime.compatibility.registry fragment=true
org.eclipse.core.variables
org.eclipse.debug.core
org.eclipse.debug.ui
org.eclipse.draw2d
org.eclipse.emf.common
org.eclipse.emf.common.ui
org.eclipse.emf.ecore
org.eclipse.emf.ecore.edit
org.eclipse.emf.ecore.xmi
org.eclipse.emf.edit
org.eclipse.emf.edit.ui
org.eclipse.equinox.app
org.eclipse.equinox.common
org.eclipse.equinox.p2.core
org.eclipse.equinox.p2.engine
org.eclipse.equinox.p2.metadata
org.eclipse.equinox.p2.metadata.repository
org.eclipse.equinox.p2.repository
org.eclipse.equinox.preferences
org.eclipse.equinox.registry
org.eclipse.equinox.security
org.eclipse.equinox.security.win32.x86_64 fragment=true
org.eclipse.equinox.servletbridge.extensionbundle fragment=true
org.eclipse.equinox.transforms.hook fragment=true
org.eclipse.equinox.weaving.hook fragment=true
org.eclipse.gef
org.eclipse.help
org.eclipse.jface
org.eclipse.jface.databinding
org.eclipse.jface.text
org.eclipse.ltk.core.refactoring
org.eclipse.ltk.ui.refactoring
org.eclipse.osgi
org.eclipse.osgi.services
org.eclipse.osgi.util
org.eclipse.search
org.eclipse.swt
org.eclipse.swt.win32.win32.x86_64
org.eclipse.team.core
org.eclipse.team.ui
org.eclipse.text
org.eclipse.ui
org.eclipse.ui.console
org.eclipse.ui.editors
org.eclipse.ui.forms
org.eclipse.ui.ide
org.eclipse.ui.navigator
org.eclipse.ui.views
org.eclipse.ui.views.properties.tabbed
org.eclipse.ui.win32
org.eclipse.ui.workbench
org.eclipse.ui.workbench.texteditor
org.eclipse.update.configurator
org.eclipse.update.core
org.eclipse.update.core.win32 fragment=true
org.eclipse.update.ui
org.eclipse.wst.common.core
org.eclipse.wst.common.environment
org.eclipse.wst.common.frameworks
org.eclipse.wst.common.frameworks.ui
org.eclipse.wst.common.project.facet.core
org.eclipse.wst.common.ui
org.eclipse.wst.common.uriresolver
org.eclipse.wst.sse.core
org.eclipse.wst.sse.ui
org.eclipse.wst.validation
org.eclipse.wst.validation.ui
org.eclipse.wst.xml.core
org.eclipse.wst.xml.ui
org.eclipse.wst.xsd.core
org.eclipse.wst.xsd.ui
org.eclipse.xsd
org.eclipse.xsd.edit


I hope we can get that working, since I'd be glad to get the chance to see RCPTT in action.

Thank you and kind regards,
Siegfried W.
  • Attachment: rcptt_log.txt
    (Size: 18.83KB, Downloaded 287 times)
Re: AUT startup problem [message #1436174 is a reply to message #1436153] Thu, 02 October 2014 14:06 Go to previous messageGo to next message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
Hi Siegfried,

Could you please provide us with additional details.

Please, do the following in Advanced AUT settings (right-click AUT in Applications view, select 'Configure...', click 'Advanced'):
1. Add '-console' argument to 'Program Arguments' on 'Arguments' tab
2. On 'Common' tab, check a checkbox 'Allocate Console (necessary for input)'.
3. 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:
1. Original <your AUT>.ini, <your AUT>/configuration/config.in and <your AUT>/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info (if present)
2. 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)
3. 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

Yours sincerely,
Ulyana.
Re: AUT startup problem [message #1436255 is a reply to message #1436174] Thu, 02 October 2014 16:21 Go to previous messageGo to next message
Siegfried W. is currently offline Siegfried W.Friend
Messages: 5
Registered: October 2014
Junior Member
Hi Ulyana,

thank you for the quick reply! I've attached the files you mentioned, as far as they existed.

Best regards,
Siegfried
  • Attachment: config.ini
    (Size: 0.46KB, Downloaded 124 times)
  • Attachment: aut.ini
    (Size: 0.28KB, Downloaded 111 times)
  • Attachment: rcptt_console.log
    (Size: 4.72KB, Downloaded 264 times)
  • Attachment: rcp_config.ini
    (Size: 37.78KB, Downloaded 146 times)
  • Attachment: aut.launch
    (Size: 2.48KB, Downloaded 259 times)
Re: AUT startup problem [message #1436865 is a reply to message #1436255] Fri, 03 October 2014 14:24 Go to previous messageGo to next message
Olga Yurchuk is currently offline Olga YurchukFriend
Messages: 245
Registered: September 2014
Senior Member

Hi Siegfried,

Please try to remove -Dosgi.configuration.area=@user.home/.name/configuration from AUT launch configuration arguments. RCPTT provides its own configuration area, and this argument prevents this.

Also try to copy AUT to writable location and point RCPTT to that.

What is the difference between com.name.products.product.Application.start and standard org.eclipse.ui.internal.ide.application.IDEApplication.start?

Does com.name.products.product.Application.start repeat all required steps that are done in org.eclipse.ui.internal.ide.application.IDEApplication.start? (Like calling org.eclipse.ui.PlatformUI.createAndRunWorkbench(Display, WorkbenchAdvisor))

Yours sincerely,
Olga.


Yours sincerely,
Olga.
Re: AUT startup problem [message #1438584 is a reply to message #1436865] Mon, 06 October 2014 08:24 Go to previous messageGo to next message
Siegfried W. is currently offline Siegfried W.Friend
Messages: 5
Registered: October 2014
Junior Member
Hi Olga,

seems like removing -Dosgi.configuration.area=@user.home/.name/configuration from the launch config did the trick!
There is just one more thing, right after the AUT is started now, it says that the -eclipse.keyring file couldn't be opened. It doesn't seem to have any further affects than the described error message, but maybe you have an idea what I could do about that too.

Thanks a lot!
Siegfried
Re: AUT startup problem [message #1439404 is a reply to message #1438584] Tue, 07 October 2014 06:07 Go to previous message
Olga Yurchuk is currently offline Olga YurchukFriend
Messages: 245
Registered: September 2014
Senior Member

Hi Siegfried,

You can try to uncheck Override '-eclipse.keyring' with 'launch shortcut folder/secure_storage' in AUT Configurations/Arguments.
When AUT is launching there are
Framework arguments: -product org.eclipse.platform.ide -eclipse.keyring C:\Users\<RCPTT workspace>\.metadata\.plugins\org.eclipse.pde.core\org.eclipse.platform.ide/secure_storage
For some reasons you have an error when AUT launch with the key from RCPTT workspace.

I hope it will help you.


Yours sincerely,
Olga.
Previous Topic:[SOLVED] How test my variable is not empty?
Next Topic:rcptt-floating point number's
Goto Forum:
  


Current Time: Sat Sep 21 02:33:45 GMT 2024

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

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

Back to the top