rkhmelyuk / multirun

IntellijIDEA plugin to group and run multiple Run Configurations in a single click
http://plugins.jetbrains.com/plugin/7248
Apache License 2.0
94 stars 27 forks source link

Error while executing a multirun configuration #60

Closed lennartblom closed 6 years ago

lennartblom commented 7 years ago

I just found out about the multirun plugin in PyCharm today I wanted to start my distributed API with it. Unfortunately I get an error instantly if I hit the "run" button.

My setup is the following: Jetbrains PyCharm 2017.3 EAP Mac OS X High Sierra

The error message looks like this: Error running 'My API': com.intellij.execution.runners.ExecutionEnvironment.<init>(Lcom/intellij/execution/configurations/RunProfile;Lcom/intellij/execution/Executor;Lcom/intellij/execution/ExecutionTarget;Lcom/intellij/openapi/project/Project;Lcom/intellij/execution/configurations/RunnerSettings;Lcom/intellij/execution/configurations/ConfigurationPerRunnerSettings;Lcom/intellij/execution/ui/RunContentDescriptor;Lcom/intellij/execution/RunnerAndConfigurationSettings;Ljava/lang/String;)V

The plugin feature looks very handy, so I really look forward to getting started with "MultiRun"! :)

Kind regards from Germany, Osnabrück! Lennart Blom

navels commented 7 years ago

Plugin updated for 2017.3, can you let me know if this fixes your issue?

lennartblom commented 7 years ago

Mh... I got version 0.8 running. But there is no evidence for a new update. Did I miss something? Or do you mean the 0.8 version?

navels commented 7 years ago

Yes, 0.8 is the new version.

lennartblom commented 7 years ago

Mh... With "I got version 0.8 running" I did mean, that I have installed the 0.8 version. But the described error occurs, as I explained. So I did not find any update with a newer version to fix my issue...

Sorry for my indistinct wording.

navels commented 7 years ago

Got it, thanks for the clarification. If you can provide some steps for reproducing the problem (or a github project) I'll look into it.

lennartblom commented 7 years ago

Unfortunately it is pretty simple to explain.

If I do not add any configuration to run with the "multi run configuration" I get no errors but a prompt, that I should add at least one: screen shot 2017-11-02 at 15 30 17

If I added one configuration I get the error message above: screen shot 2017-11-02 at 15 30 39

Anything I am doing wrong?

Mavrick64 commented 6 years ago

Any new on the issue? I got the same problem with IntelliJ 2018.1. Multirun is also version 0.8. Could you let us know when we can expect a fix? Thanks

j-walker23 commented 6 years ago

This is also happening on Pycharm 2018.1. The same project/Multirun config was working with latest PyCharm 2017.x.

leosegretain commented 6 years ago

Same error on linux after updating IntelliJ + multirun (0.8)

navels commented 6 years ago

I should have some time to take a look this weekend.

navels commented 6 years ago

1.9 released, please let me know if this fixes your issue.

Mavrick64 commented 6 years ago

That's great! It works perfectly for me (intelliJ 2018.1 / Ubuntu 16.04)! Thanks a lot for the quick update!