Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » [SOLVED] could not be found in the registry(java.lang.RuntimeException: Application ''xxxxx" could not be found in the registry)
[SOLVED] could not be found in the registry [message #1716333] Thu, 03 December 2015 05:02 Go to next message
ganesh rao is currently offline ganesh raoFriend
Messages: 21
Registered: December 2015
Junior Member
I am trying to launch AUT using RCPTT.(AUT is binary)
When i Launch AUT i get error java.lang.RuntimeException: Application ''xxxxx" could not be found in the registry.
Any idea How to solve this error?

[Updated on: Tue, 22 December 2015 10:49] by Moderator

Report message to a moderator

Re: could not be found in the registry [message #1716457 is a reply to message #1716333] Fri, 04 December 2015 03:57 Go to previous messageGo to next message
Ulyana Skorokhodova is currently offline Ulyana SkorokhodovaFriend
Messages: 280
Registered: July 2014
Senior Member
Hi Ganesh,

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: could not be found in the registry [message #1718299 is a reply to message #1716457] Tue, 22 December 2015 08:52 Go to previous message
ganesh rao is currently offline ganesh raoFriend
Messages: 21
Registered: December 2015
Junior Member
This problem is solved .
The reason was Java version set in Run configuration was different(inside Advanced AUT settings).
Previous Topic:[SOLVED] Problem with maven setup
Next Topic:accessing OSGI Declarative service from ECL command
Goto Forum:
  


Current Time: Thu Apr 25 11:46:30 GMT 2024

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

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

Back to the top