Uploaded image for project: 'Fuse Tooling'
  1. Fuse Tooling
  2. FUSETOOLS-2165

When completing data transformation wizard, a "sleep interrupted" error comes up

    XMLWordPrintable

Details

    • Hide

      1. Create empty Fuse project
      2. Add a route
      3. In the route add the data transformation component
      4. Complete the transformation wizard

      Show
      1. Create empty Fuse project 2. Add a route 3. In the route add the data transformation component 4. Complete the transformation wizard

    Description

      When adding the data transformation tooling component (based on Dozer) to a Camel route (2.17.0.redhat-630187) in JBDS 9.1 Fuse Tooling, I get an error when completing the wizard (see attached screenshot)

      I was using XML-2-XML transformation based on instance documents and I'm able to repoduce this issue always.

      In the logs I see the following error:

      !ENTRY org.fusesource.ide.projecttemplates 4 0 2016-10-18 06:35:57.603
      !MESSAGE sleep interrupted
      !STACK 0
      java.lang.InterruptedException: sleep interrupted
      at java.lang.Thread.sleep(Native Method)
      at org.eclipse.core.internal.jobs.JobManager.join(JobManager.java:1002)
      at org.fusesource.ide.projecttemplates.adopters.configurators.MavenTemplateConfigurator.waitAllJobsComplete(MavenTemplateConfigurator.java:88)
      at org.fusesource.ide.projecttemplates.adopters.configurators.MavenTemplateConfigurator.configureMavenNature(MavenTemplateConfigurator.java:75)
      at org.fusesource.ide.projecttemplates.adopters.configurators.MavenTemplateConfigurator.configure(MavenTemplateConfigurator.java:51)
      at org.fusesource.ide.projecttemplates.adopters.AbstractProjectTemplate.create(AbstractProjectTemplate.java:57)
      at org.fusesource.ide.projecttemplates.wizards.FuseIntegrationProjectCreatorRunnable.run(FuseIntegrationProjectCreatorRunnable.java:105)
      at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:463)
      at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:371)
      at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1002)
      at org.fusesource.ide.projecttemplates.wizards.FuseIntegrationProjectWizard.performFinish(FuseIntegrationProjectWizard.java:78)
      at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:799)
      at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:429)
      at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:619)
      at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
      at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
      at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
      at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3819)
      at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3430)
      at org.eclipse.jface.window.Window.runEventLoop(Window.java:827)
      at org.eclipse.jface.window.Window.open(Window.java:803)
      at org.eclipse.ui.internal.actions.NewWizardShortcutAction.run(NewWizardShortcutAction.java:136)
      at org.eclipse.jface.action.Action.runWithEvent(Action.java:473)
      at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)
      at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511)
      at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420)
      at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
      at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4481)
      at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1329)
      at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3819)
      at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3430)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1127)
      at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
      at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1018)
      at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)
      at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:694)
      at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:337)
      at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:606)
      at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
      at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:139)
      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(NativeMethodAccessorImpl.java:62)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:497)
      at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
      at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
      at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
      at org.eclipse.equinox.launcher.Main.main(Main.java:1488)

      !ENTRY org.fusesource.ide.projecttemplates 2 0 2016-10-18 06:35:59.446
      !MESSAGE xml file found? L/transformation-demo/src/main/resources/OSGI-INF/blueprint/blueprint.xml

      Attachments

        Issue Links

          Activity

            People

              teiid John Verhaeg (Inactive)
              rhn-gps-jcordes Jochen Cordes
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: