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

"Change camel version" creates infinite java.lang.InterruptedException written in log

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 10.2.0.AM2, 10.2.0
    • 10.2.0.AM1
    • Camel Editor
    • None
    • Hide

      To reproduce:

      1. In a runtime workbench (Debug or not), create a new Fuse Integration project with all the defaults.
      2. Right-click on the project and select Configure->Change Camel Version
      3. Click Finish (i.e. don't even change the version, just close the dialog)
      4. See the Console flash past with a million java.lang.InterruptedException messages...
      Show
      To reproduce: In a runtime workbench (Debug or not), create a new Fuse Integration project with all the defaults. Right-click on the project and select Configure->Change Camel Version Click Finish (i.e. don't even change the version, just close the dialog) See the Console flash past with a million java.lang.InterruptedException messages...

    Description

      While attempting to build and debug some other projects, I discovered that attempting to change the camel version (right-click on Fuse project, Configure->Change Camel Version) creates an infinite repeating number of thread interrupted exceptions like these:

      !ENTRY org.fusesource.ide.projecttemplates 4 0 2017-11-16 12:29:44.233
      !MESSAGE sleep interrupted
      !STACK 0
      java.lang.InterruptedException: sleep interrupted
      	at java.lang.Thread.sleep(Native Method)
      	at org.fusesource.ide.projecttemplates.actions.ui.SwitchCamelVersionWizard$1.lambda$0(SwitchCamelVersionWizard.java:55)
      	at java.lang.Thread.run(Thread.java:748)
      
      !ENTRY org.fusesource.ide.projecttemplates 4 0 2017-11-16 12:29:44.238
      !MESSAGE sleep interrupted
      !STACK 0
      java.lang.InterruptedException: sleep interrupted
      	at java.lang.Thread.sleep(Native Method)
      	at org.fusesource.ide.projecttemplates.actions.ui.SwitchCamelVersionWizard$1.lambda$0(SwitchCamelVersionWizard.java:55)
      	at java.lang.Thread.run(Thread.java:748)
      

      Attachments

        Issue Links

          Activity

            People

              apupier@redhat.com Aurélien Pupier
              bfitzpat_rh Brian Fitzpatrick (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: