Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » eclipse rcp dopins for automation not showing any errors and not execting.(Eclipse RCP Test Automation Framework)
eclipse rcp dopins for automation not showing any errors and not execting. [message #1832255] Mon, 14 September 2020 10:44
sarath s is currently offline sarath sFriend
Messages: 13
Registered: April 2020
Junior Member
Eclipse RCP Test automation not able to load dropins.
But shows in the plugin list when launched.(About->Installation details->plugins

->placed jar in dropins\AutomationPlugins\plugins, jar has code to register HttpService.
->from client http call will be made for each scenario.
->tried below options:
Create an .options file in the eclipse folder where you start up Eclipse with the following content:
org.eclipse.equinox.p2.core/debug=true
org.eclipse.equinox.p2.core/reconciler=true
eclipse -clean -console -consoleLog -debug /path/to/.options

-Result: not showing error related to dropin jar. but show logs that dropins are loaded. SysOut in Activator of jar not printing any time.
-jetty returns 404 for the registered endpoint with HttpService .

Required help for below points:
How to check if dropin jar has any error?
how to check all registered servlets with jetty.?

how to build jar for dropins with eclipse?

thanks for the support.
Previous Topic:e4 and error log view
Next Topic:put a view at the editor area of a perpective by default
Goto Forum:
  


Current Time: Fri Sep 20 19:30:38 GMT 2024

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

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

Back to the top