jdaugherty opened a new issue, #228: URL: https://github.com/apache/grails-intellij-plugin/issues/228
Downloaded Grails 3.0.9 from [https://grails.org/download.html](https://grails.org/download.html), unzipped into my local system (Fedora). Run the IDE like this: > /some-path/idea-IU-143.761/bin/idea.sh & In the IDE: Settings / ... / Grails / "Grails SDK Home" field: specified proper path. Opened a project. Created new Grails 3 module with this SDK. After several seconds and some expected UI effects the IDE window is frozen: no changes, no reaction to the input. In the system shell I press Enter and get this: > [1]+ Stopped /some-path/idea-IU-143.761/bin/idea.sh I.e. it's not a JVM deadlock. The IDE **system job** has been stopped. Using `fg` and `bg` commands I can resume the process. But every switch to IDE window causes the stop again. Later, when Grails process(es) completes, the IDE is Ok again. I suspect that some command from Grails shell scripts causes the effect, but could not find what command. System shell (console) contains no more messages, idea.log doesn't contain obvious errors. IDEA 143.761. --- *Imported from [IDEA-147812](https://youtrack.jetbrains.com/issue/IDEA-147812) · Type: Bug · Votes: 0* *Comments, attachments, dates and reporter are not part of the export — follow the link above for the full history.* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
