IntelliJ plugin failing to load templates












0















I am using IntelliJ (v2018.3) to create a Dart project. When I select a Dart project in the New Project dialog, IntelliJ seems to get stuck "loading Dart project templates".



I checked the idea.log file. Apparently, something in the Dart plugin is causing the following failure:



2018-11-25 23:27:54,132 [  41721]  ERROR - plication.impl.ApplicationImpl - com/intellij/javascript/debugger/execution/JavascriptDebugConfigurationType 
java.lang.NoClassDefFoundError: com/intellij/javascript/debugger/execution/JavascriptDebugConfigurationType
at com.jetbrains.lang.dart.projectWizard.DartGeneratorPeer.lambda$startLoadingTemplates$2(DartGeneratorPeer.java:108)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:314)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.ClassNotFoundException: com.intellij.javascript.debugger.execution.JavascriptDebugConfigurationType PluginClassLoader[Dart, 183.4284.122] com.intellij.ide.plugins.cl.PluginClassLoader@2308abea
at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:49)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 7 more
2018-11-25 23:27:54,136 [ 41725] ERROR - plication.impl.ApplicationImpl - IntelliJ IDEA 2018.3 Build #IC-183.4284.148
2018-11-25 23:27:54,136 [ 41725] ERROR - plication.impl.ApplicationImpl - JDK: 1.8.0_152-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o
2018-11-25 23:27:54,136 [ 41725] ERROR - plication.impl.ApplicationImpl - OS: Windows 10
2018-11-25 23:27:54,142 [ 41731] ERROR - plication.impl.ApplicationImpl - Plugin to blame: Dart version: 183.4284.122
2018-11-25 23:27:54,142 [ 41731] ERROR - plication.impl.ApplicationImpl - Last Action: WelcomeScreen.CreateNewProject


Clearly, something s failing in the plugin. Something is missing in the intallation?



Does anyone know how I might be able to fix this problem?










share|improve this question



























    0















    I am using IntelliJ (v2018.3) to create a Dart project. When I select a Dart project in the New Project dialog, IntelliJ seems to get stuck "loading Dart project templates".



    I checked the idea.log file. Apparently, something in the Dart plugin is causing the following failure:



    2018-11-25 23:27:54,132 [  41721]  ERROR - plication.impl.ApplicationImpl - com/intellij/javascript/debugger/execution/JavascriptDebugConfigurationType 
    java.lang.NoClassDefFoundError: com/intellij/javascript/debugger/execution/JavascriptDebugConfigurationType
    at com.jetbrains.lang.dart.projectWizard.DartGeneratorPeer.lambda$startLoadingTemplates$2(DartGeneratorPeer.java:108)
    at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:314)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
    Caused by: java.lang.ClassNotFoundException: com.intellij.javascript.debugger.execution.JavascriptDebugConfigurationType PluginClassLoader[Dart, 183.4284.122] com.intellij.ide.plugins.cl.PluginClassLoader@2308abea
    at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:49)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    ... 7 more
    2018-11-25 23:27:54,136 [ 41725] ERROR - plication.impl.ApplicationImpl - IntelliJ IDEA 2018.3 Build #IC-183.4284.148
    2018-11-25 23:27:54,136 [ 41725] ERROR - plication.impl.ApplicationImpl - JDK: 1.8.0_152-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o
    2018-11-25 23:27:54,136 [ 41725] ERROR - plication.impl.ApplicationImpl - OS: Windows 10
    2018-11-25 23:27:54,142 [ 41731] ERROR - plication.impl.ApplicationImpl - Plugin to blame: Dart version: 183.4284.122
    2018-11-25 23:27:54,142 [ 41731] ERROR - plication.impl.ApplicationImpl - Last Action: WelcomeScreen.CreateNewProject


    Clearly, something s failing in the plugin. Something is missing in the intallation?



    Does anyone know how I might be able to fix this problem?










    share|improve this question

























      0












      0








      0








      I am using IntelliJ (v2018.3) to create a Dart project. When I select a Dart project in the New Project dialog, IntelliJ seems to get stuck "loading Dart project templates".



      I checked the idea.log file. Apparently, something in the Dart plugin is causing the following failure:



      2018-11-25 23:27:54,132 [  41721]  ERROR - plication.impl.ApplicationImpl - com/intellij/javascript/debugger/execution/JavascriptDebugConfigurationType 
      java.lang.NoClassDefFoundError: com/intellij/javascript/debugger/execution/JavascriptDebugConfigurationType
      at com.jetbrains.lang.dart.projectWizard.DartGeneratorPeer.lambda$startLoadingTemplates$2(DartGeneratorPeer.java:108)
      at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:314)
      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
      at java.util.concurrent.FutureTask.run(FutureTask.java:266)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
      at java.lang.Thread.run(Thread.java:745)
      Caused by: java.lang.ClassNotFoundException: com.intellij.javascript.debugger.execution.JavascriptDebugConfigurationType PluginClassLoader[Dart, 183.4284.122] com.intellij.ide.plugins.cl.PluginClassLoader@2308abea
      at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:49)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
      ... 7 more
      2018-11-25 23:27:54,136 [ 41725] ERROR - plication.impl.ApplicationImpl - IntelliJ IDEA 2018.3 Build #IC-183.4284.148
      2018-11-25 23:27:54,136 [ 41725] ERROR - plication.impl.ApplicationImpl - JDK: 1.8.0_152-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o
      2018-11-25 23:27:54,136 [ 41725] ERROR - plication.impl.ApplicationImpl - OS: Windows 10
      2018-11-25 23:27:54,142 [ 41731] ERROR - plication.impl.ApplicationImpl - Plugin to blame: Dart version: 183.4284.122
      2018-11-25 23:27:54,142 [ 41731] ERROR - plication.impl.ApplicationImpl - Last Action: WelcomeScreen.CreateNewProject


      Clearly, something s failing in the plugin. Something is missing in the intallation?



      Does anyone know how I might be able to fix this problem?










      share|improve this question














      I am using IntelliJ (v2018.3) to create a Dart project. When I select a Dart project in the New Project dialog, IntelliJ seems to get stuck "loading Dart project templates".



      I checked the idea.log file. Apparently, something in the Dart plugin is causing the following failure:



      2018-11-25 23:27:54,132 [  41721]  ERROR - plication.impl.ApplicationImpl - com/intellij/javascript/debugger/execution/JavascriptDebugConfigurationType 
      java.lang.NoClassDefFoundError: com/intellij/javascript/debugger/execution/JavascriptDebugConfigurationType
      at com.jetbrains.lang.dart.projectWizard.DartGeneratorPeer.lambda$startLoadingTemplates$2(DartGeneratorPeer.java:108)
      at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:314)
      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
      at java.util.concurrent.FutureTask.run(FutureTask.java:266)
      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
      at java.lang.Thread.run(Thread.java:745)
      Caused by: java.lang.ClassNotFoundException: com.intellij.javascript.debugger.execution.JavascriptDebugConfigurationType PluginClassLoader[Dart, 183.4284.122] com.intellij.ide.plugins.cl.PluginClassLoader@2308abea
      at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:49)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
      ... 7 more
      2018-11-25 23:27:54,136 [ 41725] ERROR - plication.impl.ApplicationImpl - IntelliJ IDEA 2018.3 Build #IC-183.4284.148
      2018-11-25 23:27:54,136 [ 41725] ERROR - plication.impl.ApplicationImpl - JDK: 1.8.0_152-release; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o
      2018-11-25 23:27:54,136 [ 41725] ERROR - plication.impl.ApplicationImpl - OS: Windows 10
      2018-11-25 23:27:54,142 [ 41731] ERROR - plication.impl.ApplicationImpl - Plugin to blame: Dart version: 183.4284.122
      2018-11-25 23:27:54,142 [ 41731] ERROR - plication.impl.ApplicationImpl - Last Action: WelcomeScreen.CreateNewProject


      Clearly, something s failing in the plugin. Something is missing in the intallation?



      Does anyone know how I might be able to fix this problem?







      intellij-idea plugins dart






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 26 '18 at 5:23









      Factor ThreeFactor Three

      62921429




      62921429
























          1 Answer
          1






          active

          oldest

          votes


















          1














          The issue is logged as https://youtrack.jetbrains.com/issue/WEB-35995.



          As a workaround click Next to create an empty Dart project and then use the stagehand tool manually in Terminal to generate a sample project contents (https://pub.dartlang.org/packages/stagehand).






          share|improve this answer
























          • Thanks for creating the issue. I didn't realize it was one. I thought I might have screwed up the installation.

            – Factor Three
            Nov 26 '18 at 15:07











          • The Dart plugin with the fix has been published, please check for the plugin updates.

            – Alexander Doroshko
            Nov 28 '18 at 9:51











          Your Answer






          StackExchange.ifUsing("editor", function () {
          StackExchange.using("externalEditor", function () {
          StackExchange.using("snippets", function () {
          StackExchange.snippets.init();
          });
          });
          }, "code-snippets");

          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "1"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53475145%2fintellij-plugin-failing-to-load-templates%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1














          The issue is logged as https://youtrack.jetbrains.com/issue/WEB-35995.



          As a workaround click Next to create an empty Dart project and then use the stagehand tool manually in Terminal to generate a sample project contents (https://pub.dartlang.org/packages/stagehand).






          share|improve this answer
























          • Thanks for creating the issue. I didn't realize it was one. I thought I might have screwed up the installation.

            – Factor Three
            Nov 26 '18 at 15:07











          • The Dart plugin with the fix has been published, please check for the plugin updates.

            – Alexander Doroshko
            Nov 28 '18 at 9:51
















          1














          The issue is logged as https://youtrack.jetbrains.com/issue/WEB-35995.



          As a workaround click Next to create an empty Dart project and then use the stagehand tool manually in Terminal to generate a sample project contents (https://pub.dartlang.org/packages/stagehand).






          share|improve this answer
























          • Thanks for creating the issue. I didn't realize it was one. I thought I might have screwed up the installation.

            – Factor Three
            Nov 26 '18 at 15:07











          • The Dart plugin with the fix has been published, please check for the plugin updates.

            – Alexander Doroshko
            Nov 28 '18 at 9:51














          1












          1








          1







          The issue is logged as https://youtrack.jetbrains.com/issue/WEB-35995.



          As a workaround click Next to create an empty Dart project and then use the stagehand tool manually in Terminal to generate a sample project contents (https://pub.dartlang.org/packages/stagehand).






          share|improve this answer













          The issue is logged as https://youtrack.jetbrains.com/issue/WEB-35995.



          As a workaround click Next to create an empty Dart project and then use the stagehand tool manually in Terminal to generate a sample project contents (https://pub.dartlang.org/packages/stagehand).







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Nov 26 '18 at 14:48









          OksanaOksana

          30412




          30412













          • Thanks for creating the issue. I didn't realize it was one. I thought I might have screwed up the installation.

            – Factor Three
            Nov 26 '18 at 15:07











          • The Dart plugin with the fix has been published, please check for the plugin updates.

            – Alexander Doroshko
            Nov 28 '18 at 9:51



















          • Thanks for creating the issue. I didn't realize it was one. I thought I might have screwed up the installation.

            – Factor Three
            Nov 26 '18 at 15:07











          • The Dart plugin with the fix has been published, please check for the plugin updates.

            – Alexander Doroshko
            Nov 28 '18 at 9:51

















          Thanks for creating the issue. I didn't realize it was one. I thought I might have screwed up the installation.

          – Factor Three
          Nov 26 '18 at 15:07





          Thanks for creating the issue. I didn't realize it was one. I thought I might have screwed up the installation.

          – Factor Three
          Nov 26 '18 at 15:07













          The Dart plugin with the fix has been published, please check for the plugin updates.

          – Alexander Doroshko
          Nov 28 '18 at 9:51





          The Dart plugin with the fix has been published, please check for the plugin updates.

          – Alexander Doroshko
          Nov 28 '18 at 9:51


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53475145%2fintellij-plugin-failing-to-load-templates%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Contact image not getting when fetch all contact list from iPhone by CNContact

          count number of partitions of a set with n elements into k subsets

          A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks