Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "RCPTT/Common launch issues"

(Bundle org.eclipse.equinox.weaving.hook not found)
Line 20: Line 20:
  
 
== Solution ==
 
== Solution ==
Ensure there is only one org.eclipse.osgi plugin enabled in your target platform.
+
Ensure there is only one org.eclipse.osgi plugin enabled in your target platform:
 +
 
 +
[[File:Single_osgi_target.png]]

Revision as of 04:39, 5 September 2016

Aspects are not initialized

Symptoms

Remote Application Under Test launch configuration fails to connect to remote AUT. Following erro appears in AUT's Error Log:

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

Solution

Configure plugin org.eclipse.equinox.weaving.aspectj to autostart in AUT

Useful links

Application under test configuration


Bundle org.eclipse.equinox.weaving.hook not found

Symptoms

Sometimes launch of custom target platform with AspectJ fails:

!ENTRY org.eclipse.osgi 4 0 2016-09-05 14:28:10.634
!MESSAGE Bundle org.eclipse.equinox.weaving.hook not found.

Solution

Ensure there is only one org.eclipse.osgi plugin enabled in your target platform:

Single osgi target.png

Back to the top