Skip to main content



      Home
Home » Eclipse Projects » SWTBot » "WorkbenchTestable - No Classloader found for plug-in
"WorkbenchTestable - No Classloader found for plug-in [message #1434282] Mon, 29 September 2014 19:03 Go to next message
Eclipse UserFriend
Hello ,
My Test cases were running fine until i updated my swtbot.Now I get this error when i run my tc's. I tried to clean my workspace,reload my plugins but nothing helped.Please help.Need urgent fix.

Exception in thread "WorkbenchTestable" java.lang.IllegalArgumentException: No Classloader found for plug-in com.ibm.datatools.swtbot.tests.ims
at org.eclipse.swtbot.eclipse.core.RemotePluginTestRunner.getClassLoader(RemotePluginTestRunner.java:79)
at org.eclipse.swtbot.eclipse.core.RemotePluginTestRunner.getTestClassLoader(RemotePluginTestRunner.java:73)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.loadClass(RemoteTestRunner.java:693)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.loadClasses(RemoteTestRunner.java:429)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:452)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
at org.eclipse.swtbot.eclipse.core.RemotePluginTestRunner.main(RemotePluginTestRunner.java:64)
at org.eclipse.swtbot.eclipse.core.UITestApplication.runTests(UITestApplication.java:117)
at org.eclipse.ui.internal.testing.WorkbenchTestable$1.run(WorkbenchTestable.java:71)
at java.lang.Thread.run(Unknown Source)

[Updated on: Mon, 29 September 2014 19:04] by Moderator

Re: No Classloader found for plug-in [message #1434655 is a reply to message #1434282] Tue, 30 September 2014 08:01 Go to previous messageGo to next message
Eclipse UserFriend
For some reason, the application cannot load your test plugin. It may be
a missing dependency, a wrong Bundle-RequiredExecutionEnvironment... But
it doesn't seem to be caused by SWTBot.
Using OSGi console can help to debug such bundle loading issues.
Re: No Classloader found for plug-in [message #1434937 is a reply to message #1434655] Tue, 30 September 2014 16:54 Go to previous message
Eclipse UserFriend
Thanks Mickael for your response.
I got it fixed. Just to had to remove some unnecessary plugins and change some version numbers in the manifest.
Previous Topic:Cannot use ClickContextMenu on a extended SWTBot widget
Next Topic:How to Click on a link under a CTabFolder?
Goto Forum:
  


Current Time: Thu May 22 05:54:25 EDT 2025

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

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

Back to the top