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"

(Created page with "= 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:...")
 
(Bundle org.eclipse.equinox.weaving.hook not found)
Line 10: Line 10:
 
== Useful links ==
 
== Useful links ==
 
[https://wiki.eclipse.org/RCPTT/Contribution_Guide#Create_RCPTT_application_under_test Application under test configuration ]
 
[https://wiki.eclipse.org/RCPTT/Contribution_Guide#Create_RCPTT_application_under_test 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.

Revision as of 04:31, 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.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.