Error while recording on Mac

WindowTester allows you to easily create and run unit tests for every GUI they build. It can also be used to generate system level tests.

Moderators: gnebling, Eric Clayberg, Dan Rubel, keertip, Phil Quitslund

Error while recording on Mac

Postby sagar.shg » Tue Aug 17, 2010 3:38 am

Hi, I'm on Mac OSX 10.6.4 and whenever I click the record button I get the error on the console:


Exception in thread "Meta Event Controller Thread" java.lang.NoClassDefFoundError: com/windowtester/runtime/swt/internal/display/DisplayIntrospection
at com.windowtester.swt.event.recorder.EventRecorderPlugin.findDisplay(EventRecorderPlugin.java:84)
at com.windowtester.swt.event.recorder.EventRecorderPlugin.getDisplay(EventRecorderPlugin.java:78)
at com.windowtester.swt.event.recorder.EventRecorderPlugin$SyncDisplayRunnable.run(EventRecorderPlugin.java:299)
at com.windowtester.swt.event.recorder.EventRecorderPlugin.startRecording(EventRecorderPlugin.java:159)
at com.windowtester.swt.event.server.SessionEventController$RecorderMetaEventHandler.handleStart(SessionEventController.java:39)
at com.windowtester.recorder.event.meta.RecorderMetaEvent.accept(RecorderMetaEvent.java:63)
at com.windowtester.swt.event.server.SemanticEventServer.handleEvent(SemanticEventServer.java:104)
at com.windowtester.swt.event.server.SemanticEventServer.run(SemanticEventServer.java:62)
Caused by: org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter$TerminatingClassNotFoundException: An error occurred while automatically activating bundle com.windowtester.swt.runtime (112).
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:125)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:449)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:211)
at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:381)
at org.eclipse.osgi.internal.loader.SingleSourcePackage.loadClass(SingleSourcePackage.java:33)
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:454)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:398)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:105)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
at com.windowtester.swt.macosx.Activator.loadMacExtensions(Activator.java:49)
at com.windowtester.swt.macosx.Activator.start(Activator.java:27)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:783)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:774)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:755)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:370)
at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1068)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:557)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:464)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:248)
at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:445)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337)
Caused by: org.osgi.framework.BundleException: Exception in com.windowtester.swt.RuntimePlugin.start() of bundle com.windowtester.swt.runtime.
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:806)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:755)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:352)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:280)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:408)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
... 24 more
Caused by: org.osgi.framework.BundleException: State change in progress for bundle "reference:file:/Users/Sagar/Documents/eclipses/eclipse3.5Automation/dropins/WindowTesterPro_v4/plugins/com.windowtester.swt.macosx_4.0.0.200910201517.jar" by thread "Start Level Event Dispatcher".
at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1073)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:278)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:272)
at com.windowtester.swt.RuntimePlugin.optionallyLoadMacExtensions(RuntimePlugin.java:67)
at com.windowtester.swt.RuntimePlugin.start(RuntimePlugin.java:48)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:783)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:774)
... 29 more
Caused by: org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
... 37 more
sagar.shg
 
Posts: 13
Joined: Tue Nov 17, 2009 10:22 pm

Re: Error while recording on Mac

Postby gnebling » Thu Aug 19, 2010 12:18 pm

For better issue tracking, if you have a paid support contract that is current, please send technical support requests to the new Google support address that was sent to you two weeks ago.

Thank and best regards,
WT Support
gnebling
Moderator
 
Posts: 243
Joined: Tue Aug 22, 2006 7:49 am


Return to Window Tester

Who is online

Users browsing this forum: No registered users and 1 guest

cron