Skip to main content



      Home
Home » Eclipse Projects » RCP Testing Tool » RCPTT 2.5.4 AUT Launch Problem
RCPTT 2.5.4 AUT Launch Problem [message #1855894] Wed, 09 November 2022 01:34 Go to next message
Eclipse UserFriend
I've been using RCPTT 2.2.0 and Java8 with no problems at all.
I've recently upgraded to RCPTT 2.5.4 and now our application is using Java17

When I'm trying to create / launch my AUT the following error occurs:

java.lang.NoSuchMethodError: 'void org.eclipse.pde.internal.launching.launcher.LaunchValidationOperation.<init>(org.eclipse.debug.core.ILaunchConfiguration)'
	at org.eclipse.rcptt.launching.internal.target.TargetPlatformHelper$1.<init>(TargetPlatformHelper.java:462)
	at org.eclipse.rcptt.launching.internal.target.TargetPlatformHelper.validateBundles(TargetPlatformHelper.java:462)
	at org.eclipse.rcptt.launching.internal.target.TargetPlatformHelper.resolve(TargetPlatformHelper.java:563)
	at org.eclipse.rcptt.launching.target.TargetPlatformManager.createTargetPlatform(TargetPlatformManager.java:104)
	at org.eclipse.rcptt.internal.launching.ext.Q7TargetPlatformManager.createTargetPlatform(Q7TargetPlatformManager.java:125)
	at org.eclipse.rcptt.internal.launching.ext.Q7TargetPlatformManager.newTargetPlatform(Q7TargetPlatformManager.java:100)
	at org.eclipse.rcptt.internal.launching.ext.Q7TargetPlatformManager.getTarget(Q7TargetPlatformManager.java:84)
	at org.eclipse.rcptt.launching.ext.Q7ExternalLaunchDelegate.preLaunchCheck(Q7ExternalLaunchDelegate.java:197)
	at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:770)
	at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:717)
	at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:712)
	at org.eclipse.rcptt.internal.launching.ext.ExternalLaunchExecutor.launch(ExternalLaunchExecutor.java:30)
	at org.eclipse.rcptt.internal.launching.aut.BaseAut.launch(BaseAut.java:47)
	at org.eclipse.rcptt.ui.launching.LaunchUtils$4.run(LaunchUtils.java:383)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)


I'm a bit lost and any leads on what changes or workarounds I need to make would be appreciated.
Re: RCPTT 2.5.4 AUT Launch Problem [message #1863598 is a reply to message #1855894] Wed, 14 February 2024 12:58 Go to previous messageGo to next message
Eclipse UserFriend
iam also facing these error, any solution for this
Re: RCPTT 2.5.4 AUT Launch Problem [message #1867542 is a reply to message #1863598] Thu, 27 June 2024 09:03 Go to previous message
Eclipse UserFriend
You can try changing the JRE in the Advanced configuration of the AUT.
Or pass as the VM argument to a lower java version :
-autVM "C:\jre"
index.php/fa/44808/0/
Previous Topic:RCPTT with Selenium
Next Topic:Test Runner: -data argument is being updated with -autWsPrefix value
Goto Forum:
  


Current Time: Wed Mar 19 00:01:27 EDT 2025

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

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

Back to the top