Menu

#23 Recording and playback not functioning on fresh install

v1.0_(example)
open
nobody
BUG (1)
5
2016-03-28
2015-05-21
Anonymous
No

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?

Related

Bugs: #23

Discussion

  • Daniel Sokolowski

    (I submitted this bug)

     
  • Ernest

    Ernest - 2015-05-21

    Hmm..I have not tried the plugin on recent versions of Eclipse. What was the latest previous version it worked for you on?

     
    • Anonymous

      Anonymous - 2015-05-22

      It was also Luna which I installeda bout a year ago.

      On 5/21/2015 5:10 PM, Ernest wrote:

      Hmm..I have not tried the plugin on recent versions of Eclipse. What
      was the latest previous version it worked for you on?


      [bugs:#23] http://sourceforge.net/p/practicalmacro/bugs/23
      Recording and playback not functioning on fresh install

      Status: open
      Group: v1.0_(example)
      Labels: BUG
      Created: Thu May 21, 2015 03:52 PM UTC by Anonymous
      Last Updated: Thu May 21, 2015 03:53 PM UTC
      Owner: nobody

      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?


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/practicalmacro/bugs/23/
      https://sourceforge.net/p/practicalmacro/bugs/23

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/
      https://sourceforge.net/auth/subscriptions

       

      Related

      Bugs: #23

  • Daniel Sokolowski

    The version was 'eclipse-platform-4.4M6-win32-x86_64'

     
  • Ernest

    Ernest - 2015-05-24

    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.

     
  • Ernest

    Ernest - 2015-05-25

    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 ..

     
  • Anonymous

    Anonymous - 2015-06-25

    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?

     
    • Ernest

      Ernest - 2015-06-26

      Do you get any errors in the Eclipse error log? As I mentioned above, I could not recreate the problem.

       
  • warjox

    warjox - 2015-06-29
    Post awaiting moderation.
  • Anonymous

    Anonymous - 2016-03-28
    Post awaiting moderation.

Anonymous
Anonymous

Add attachments
Cancel