Recording and playback not functioning on fresh install
Brought to you by:
ernestpasour
On latest Luna SR2 (4.4.2) and PracticallyMacroFeature 0.4.8 when clicking nothing happens - the 'recording' indicator in the status bar is not shown.
Clicking on the play action and playing a sample macro gives below error:
org.eclipse.core.commands.NotHandledException: There is no handler to execute for command org.eclipse.wst.sse.ui.add.block.comment at org.eclipse.core.commands.Command.executeWithChecks(Command.java:512) at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508) at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:210) at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:343) at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:330) at practicallymacro.commands.EclipseCommand.execute(EclipseCommand.java:49) at practicallymacro.dialogs.PlayCommandDialog$6.run(PlayCommandDialog.java:183) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4147) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3764) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603) at org.eclipse.equinox.launcher.Main.run(Main.java:1465) Stopped executing command after 1 iterations because last execution failed.
I have installed / uninstall / re-installed. This is a fresh install of Eclipse.
Any thoughts / suggestions?
Anonymous
(I submitted this bug)
Hmm..I have not tried the plugin on recent versions of Eclipse. What was the latest previous version it worked for you on?
It was also Luna which I installeda bout a year ago.
On 5/21/2015 5:10 PM, Ernest wrote:
Related
Bugs: #23
The version was 'eclipse-platform-4.4M6-win32-x86_64'
Hmm.. I downloaded Luna Eclipse: (Version: Luna Service Release 2 (4.4.2)
Build id: 20150219-0600) and installed Practically Macro through the Eclipse Marketplace. It seems to work okay. I was able to click record, make a macro, and play it.
I have just downloaded the Luna (Windows (x86_64)) runtime from here: http://download.eclipse.org/eclipse/downloads/drops4/R-4.4.2-201502041700/ and installed Practicaly Macro from the update site: http://puremvcnotificationviewer.googlecode.com/svn/trunk/PracticallyMacroGoogleUpdateSite
Still when I click the record button the recording status overlay never is shown in the status bar; so I assume it's not working.
Do you have the focus in an editor window when you press the record button? If there's no editor context, maybe you could receive that kind of error message. I pulled down the 64 bit version ..
having the same error here! each time i reboot my ubuntu (14.04.2 LTS)
or cloose eclipse CDT (Luna R2 4.4.2) i get the same error and i have to
create the macro all over again, is there anything i can do?
Do you get any errors in the Eclipse error log? As I mentioned above, I could not recreate the problem.