Grails-Plugin-Consortium / grails-cxf-client

Easy cxf client for grails
http://grails.org/plugin/cxf-client
27 stars 30 forks source link

Execution failed for task ':bootRun'. #68

Open prabhug1987 opened 7 years ago

prabhug1987 commented 7 years ago

I have added the following lines in dependencies section in grails 3

compile 'org.grails.plugins:cxf:3.0.14' compile 'org.grails.plugins:cxf-client:3.0.7'

But, I am getting the following error when run the application

FAILURE: Build failed with an exception.

when add only cxf plugin, is not giving any error, runs perfectly.

ctoestreich commented 7 years ago

Try adding my life bintray download url to your maven repos. I think the grails linked url might still be bad.

ctoestreich commented 7 years ago

https://dl.bintray.com/ctoestreich/grails-plugins

prabhug1987 commented 7 years ago

Hi ctoestreich, Thanks for the reply. I tried adding the following line in repositories section. maven { url "https://dl.bintray.com/ctoestreich/grails-plugins" } Even after that i am getting the same error. I am using grails 3.1.6. Can you help me

itsmemadhuri commented 6 years ago

Iam kinda stuck with same issue in Grails 3.3.0 rest profile app. Any fix for this ?

LanguidSquid commented 6 years ago

I was able to resolve this issue on Mac by setting my JAVA_HOME in my .bash_profile as mentioned on this page.

It looks like it cannot be Java 9 or 10 for the time being. I was able to get this working with Java 8, ymmv for earlier versions of Java.

http://blog.professional-webworkx.de/grails-gradle-build-failed-how-to-solve/