Grails - Cannot install any plugin from grailsCentral - grails

I'm trying to install these plugins:
Spring Security Core
Spring Security UI
Jasper
But I can't install any of them.
The following error is produced when adding compile 'org.grails.plugins:spring-security-core:2.0.0' line to BuildConfig.groovy:
"C:\Program Files\Java\jdk1.8.0_101\bin\java" -Dgrails.home=C:\grails-2.4.5 -Dbase.dir=C:\Users\Usuario\IdeaProjects\SCHLUMBERGER_SURENCO\sfceSchlumbergerSurenco "-Dtools.jar=C:\Program Files\Java\jdk1.8.0_101\lib\tools.jar" -Dgroovy.starter.conf=C:\grails-2.4.5/conf/groovy-starter.conf -Xmx768M -Xms768M -XX:MaxPermSize=256m -XX:PermSize=256m -Djline.WindowsTerminal.directConsole=false -Dfile.encoding=UTF-8 -classpath C:\grails-2.4.5\lib\org.codehaus.groovy\groovy-all\jars\groovy-all-2.3.11.jar;C:\grails-2.4.5\dist\grails-bootstrap-2.4.5.jar org.codehaus.groovy.grails.cli.support.GrailsStarter --main org.codehaus.groovy.grails.cli.GrailsScriptRunner --conf C:\grails-2.4.5/conf/groovy-starter.conf "idea-print-project-settings -plain-output"|Loading Grails 2.4.5
|Configuring classpath
Error |
Resolve error obtaining dependencies: Could not find artifact org.grails.plugins:spring-security-core:jar:2.0.0 in grailsCentral (https://repo.grails.org/grails/plugins) (Use --stacktrace to see the full trace)
Error |
Resolve error obtaining dependencies: Could not find artifact org.grails.plugins:spring-security-core:jar:2.0.0 in grailsCentral (https://repo.grails.org/grails/plugins) (Use --stacktrace to see the full trace)
Error |
Resolve error obtaining dependencies: Could not find artifact org.grails.plugins:spring-security-core:jar:2.0.0 in grailsCentral (https://repo.grails.org/grails/plugins) (Use --stacktrace to see the full trace)
Error |
Could not find artifact org.grails.plugins:spring-security-core:jar:2.0.0 in grailsCentral (https://repo.grails.org/grails/plugins)
|Run 'grails dependency-report' for further information.
The following error is produced when adding compile 'org.grails.plugins:jasper:1.11.0' line to BuildConfig.groovy:
Error |
Resolve error obtaining dependencies: Could not find artifact org.grails.plugins:jasper:jar:1.11.0 in grailsCentral (https://repo.grails.org/grails/plugins) (Use --stacktrace to see the full trace)
Error |
Resolve error obtaining dependencies: Could not find artifact org.grails.plugins:jasper:jar:1.11.0 in grailsCentral (https://repo.grails.org/grails/plugins) (Use --stacktrace to see the full trace)
Error |
Resolve error obtaining dependencies: Could not find artifact org.grails.plugins:jasper:jar:1.11.0 in grailsCentral (https://repo.grails.org/grails/plugins) (Use --stacktrace to see the full trace)
Error |
Could not find artifact org.grails.plugins:jasper:jar:1.11.0 in grailsCentral (https://repo.grails.org/grails/plugins)
|Run 'grails dependency-report' for further information.
Environment:
Grails 2.4.5
Java 1.8.0_101
IntelliJ IDEA 15.0
Windows 10

Since the errors are for jars that cannot be found, it looks like you're putting plugin dependency statements in the dependencies block, but they should be in the plugins block. You can also omit "org.grails.plugins" when specifying plugins since that's the default:
plugins {
compile ':spring-security-core:2.0.0'
compile ':spring-security-ui:1.0-RC3'
compile ':jasper:1.11.0'
}

Related

How to configure javamelody for grails 2.4.4? Getting "Bad artifact coordinates"!

As per grails javamelody plugin, I have added dependency of
"compile ':grails-melody:1.54.0'"
But I get the error:
There was an error loading the BuildConfig: Bad artifact coordinates :grails-melody:1.54.0, expected format is < groupId>:< artifactId>[:< extension>[:< classifier>]]:< version> (Use --stacktrace to see the full trace)
I also tried "compile 'grails-melody:grails-melody:1.54.0'" but got the error:
Resolve error obtaining dependencies: Could not find artifact grails-melody:grails-melody:jar:1.54.0
Please suggest a solution.
you must add it to the plugins{} block (and not to dependencies{})

Can't install plugin grails-spring-security-radius

I am writing a project using Grails and Spring Security. I want to use RADIUS for it. As such, I installed the spring-security-core but i can't install spring-security-radius plugins. lugin has a problem?
This error:
| Error Resolve error obtaining dependencies: The following artifacts could not be resolved: net.jradius:jradius-core:jar:1.1.4, net.jradius:jradius-extended:jar:1.1.4, net.jradius:jradius-dictionary:jar:1.1
.4: Could not find artifact net.jradius:jradius-core:jar:1.1.4 in grailsCentral (https://repo.grails.org/grails/plugins) (Use --stacktrace to see the full trace)
| Error Resolve error obtaining dependencies: The following artifacts could not be resolved: net.jradius:jradius-core:jar:1.1.4, net.jradius:jradius-extended:jar:1.1.4, net.jradius:jradius-dictionary:jar:1.1
.4: Could not find artifact net.jradius:jradius-core:jar:1.1.4 in grailsCentral (https://repo.grails.org/grails/plugins) (Use --stacktrace to see the full trace)
| Error Resolve error obtaining dependencies: The following artifacts could not be resolved: net.jradius:jradius-core:jar:1.1.4, net.jradius:jradius-extended:jar:1.1.4, net.jradius:jradius-dictionary:jar:1.1
.4: Could not find artifact net.jradius:jradius-core:jar:1.1.4 in grailsCentral (https://repo.grails.org/grails/plugins) (Use --stacktrace to see the full trace)
| Error The following artifacts could not be resolved: net.jradius:jradius-core:jar:1.1.4, net.jradius:jradius-extended:jar:1.1.4, net.jradius:jradius-dictionary:jar:1.1.4: Could not find artifact net.jradiu
s:jradius-core:jar:1.1.4 in grailsCentral (https://repo.grails.org/grails/plugins)
| Run 'grails dependency-report' for further information.
It hasn't been updated in 3 years, and hasn't endured the silence and loneliness well apparently. I see at GitHub that the author spent some time getting it updated to work with Grails 2.3 and spring-security-core 2.0, so it might be close to working again.

Grails 2.4.4 UNRESOLVED DEPENDENCIES cglib 2.2.2

I am trying to upgrade a project to grails version 2.4.4 but it keep failing with the following error message:
:: problems summary ::
:::: WARNINGS
::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: cglib#cglib;2.2.2: configuration not found in cglib#cglib;2.2.2: 'compile'. It was required from org.grails#grails-plugin-testing;2.4.4 runtime
::::::::::::::::::::::::::::::::::::::::::::::
Error |
Resolve error obtaining dependencies: Failed to resolve dependencies (Set log level to 'warn' in BuildConfig.groovy for more information):
- cglib:cglib:2.2.2
(Use --stacktrace to see the full trace)
Error |
Failed to resolve dependencies (Set log level to 'warn' in BuildConfig.groovy for more information):
- cglib:cglib:2.2.2
|Run 'grails dependency-report' for further information.
This s kind of weird since the library is available. I can see it under grails-2.4.4\lib\cglib\cglib\jars and in my home directory under .grails\ivy-cache\cglib\cglib\jars
My GRAILS_HOME is set correctly and for what I can see all looks fine but when I do a refresh dependencies it keeps throwing this error.
In upgrading from Grails 2.1 to 2.4.4 I found I had that same issue. The resolution was to explicitly set:
grails.project.dependency.resolver = "maven"
in BuildConfig.groovy. Then I was able to move on to the next issue in the upgrade ... ;-)

Grails unable to install uploadr plugin

I am facing same error every time m trying to install uploadr plugin through "grails install-plugin uploadr" command , i have mapped compile ":uploadr:0.8.2" in the BuildConfig.groovy but then also getting this
error.![error][1]
| Error Resolve error obtaining dependencies: Failed to read artifact descriptor for org.grails.plugins:uploadr:zip:0.8.2 (Use --stacktrace to see the full trace)
| Error Failed to read artifact descriptor for org.grails.plugins:uploadr:zip:0.8.2
The stacktrace output looks something like that:-
Caused by:
org.apache.http.client.HttpResponseException: Proxy Authorization Required (407)
at org.eclipse.aether.transport.http.HttpTransporter.handleStatus(HttpTransporter.java:458)
at org.eclipse.aether.transport.http.HttpTransporter.execute(HttpTransporter.java:283)
at org.eclipse.aether.transport.http.HttpTransporter.implGet(HttpTransporter.java:235)
at org.eclipse.aether.spi.connector.transport.AbstractTransporter.get(AbstractTransporter.java:59)
at org.eclipse.aether.connector.basic.BasicRepositoryConnector$GetTaskRunner.runTask(BasicRepositoryConnector.java:447)
at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:350)
| Error Resolve error obtaining dependencies: Failed to read artifact descriptor for org.grails.plugins:uploadr:zip:0.8.2
| Error Failed to read artifact descriptor for org.grails.plugins:uploadr:zip:0.8.2
You are working behind a HTTP proxy and Grails cannot access the internet. You need to
grails add-proxy My-Proxy --host=proxy-server --port=4300 // according to [this][1]
and then activate the proxy configuration by
grails set-proxy My-Proxy

Error executing script Clean: org.codehaus.gant.GantBuilder (Use --stacktrace to see the full trace)

Java version 1.6
Grails version 2.0.0
When I execute grails clean I get
Error executing script Clean: org.codehaus.gant.GantBuilder (Use --stacktrace to see the full trace)
C:\projects\botServices>grails --stacktrace clean
| Configuring classpath
| Error Error executing script Clean: org.codehaus.gant.GantBuilder (NOTE: Stack trace has been filtered. Use --verbose to see entire trace.)
java.lang.NoClassDefFoundError: org.codehaus.gant.GantBuilder
at org.codehaus.gant.GantBinding.class$(GantBinding.groovy)
at org.codehaus.gant.GantBinding.$get$$class$org$codehaus$gant$GantBuilder(GantBinding.groovy)
at org.codehaus.gant.GantBinding.<init>(GantBinding.groovy:41)
| Error Error executing script Clean: org.codehaus.gant.GantBuilder
I never faced this issue previously. Strange.
Appreciate your help
I was having similar issue in my Mac(Leopard). It was due the fact that JAVA_HOME is not pointing to jdk 1.6
It could be addressed in couple of ways
export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home
( if only for that particular session)
update ~/.profile if you need Java_Home to be reflected every time
Hope that helps

Resources