Run run-app is returning error

Asked

Viewed 53 times

0

I have a 3 year project behind me, and I need to update it to generate one. War and put it running on top of Tomcat, but when I run the grails run-app command is returning me the following error:

| Error Resolve error obtaining dependencies: Could not transfer Artifact org.gr ails.plugins:uploadr:zip:1.0.0 from/to grailsCentral (http://repo.grails.org/gra Ils/plugins): (416) (Use --stacktrace to see the full trace) | Error Resolve error obtaining dependencies: Could not transfer Artifact org.gr ails.plugins:uploadr:zip:1.0.0 from/to grailsCentral (http://repo.grails.org/gra Ils/plugins): (416) (Use --stacktrace to see the full trace) | Error Resolve error obtaining dependencies: Could not transfer Artifact org.gr ails.plugins:uploadr:zip:1.0.0 from/to grailsCentral (http://repo.grails.org/gra Ils/plugins): (416) (Use --stacktrace to see the full trace) | Error Could not transfer Artifact org.grails.plugins:uploadr:zip:1.0.0 from/to grailsCentral (http://repo.grails.org/grails/plugins): (416)

I imagine it’s some dependency that no longer has a repository. And the error message is much bigger when using the --stacktrace --verbose parameters if necessary I can update my question.

But I wonder if anyone knows how to fix it?

UPDATE

I know the error is with this plugin, but I have no idea why he does not think the repository and how to fix, dowload in git or something, if someone could tell me a step by step would be very grateful.

compile ":uploadr:1.0.0"
  • 1

    Well the plugin you are using and the upload I believe I https://grails.org/plugin/uploadr?skipRedirect=true What version of the grails are you using? Tried to remove this plugin? Give me some info so I can help you =]

  • The plugin I believe is this https://github.com/4np/grails-uploadr, the version of grails 2.4.3, I have not tried to remove because it depends many parts on his project, I will be eternally grateful to you!!!

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.