Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hello,
Our team is migrating our scripts from a dev server to a QA server and one of the scripts ran into the following problem:
The script could not be compiled: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: General error during conversion: Error grabbing grapes -- /home/jira/.groovy/grapes/resolved-caller-all-caller-working57.xml (Permission denied) java.lang.RuntimeException: Error grabbing grapes -- /home/jira/.groovy/grapes/resolved-caller-all-caller-working57.xml (Permission denied) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
Upon looking this up online (http://stackoverflow.com/questions/16871792/groovy-grab-download-failed), I found that the error has to deal with the fact that the script is using the Grab annotation.
@Grab(group = 'net.sf.opencsv', module = 'opencsv', version = '2.3')
Also, I noticed that on the QA server, I get the following warning on the line with the Grab annotation, but it is not present on the dev server, where the script works just fine.
image2016-11-15 10:3:31.png
Any idea as to what is causing this issue and how it can be resolved?
Just ignore static type checking, I don't think it can handle @Grab.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.