jdaugherty opened a new issue, #320:
URL: https://github.com/apache/grails-intellij-plugin/issues/320

   I have a Grails 3.3.0 application that I'm trying to run with a Grails 
Run/Debug Configuration that had previously been working fine.
   
   Both Run and Debug give the error:
   `
   Exception in thread "main" java.lang.NoClassDefFoundError: 
org/eclipse/aether/artifact/Artifact
        at org.grails.cli.GrailsCli.<init>(GrailsCli.groovy:118)
        at org.grails.cli.GrailsCli.main(GrailsCli.groovy:157)
   Caused by: java.lang.ClassNotFoundException: 
org.eclipse.aether.artifact.Artifact
        at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
        ... 2 more
   Process finished with exit code 1
   `
   
   I can start the project fine from the command line with either "grails 
run-app" or "gradle bootRun".
   
   I've tried this on 2017.2.5 and the betas of 2017.3 and problem DOES occur 
on both.
   
   Mac OS X.12.6
   Java JDK 1.8.141
   
   ---
   
   *Imported from 
[IDEA-180902](https://youtrack.jetbrains.com/issue/IDEA-180902) · 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]

Reply via email to