Error:
[main] WARN org.apache.http.client.protocol.RequestProxyAuthentication -
NEGOTIATE authentication error: No valid credentials provided
(Mechanism level: No valid credentials
provided (Mechanism level: Failed to find any Kerberos tgt))
I'm using:
Grails 2.3.8
GGTS 3.5.1
Groory 2.1.9
Java 1.7
When I am going to change in BuildConfig.groovy like
grails.project.dependency.resolution = {
plugins {
// EasyGrid plugin http://grails.org/plugin/easygrid
compile ":easygrid:1.6.2"
// For minimum functionality you need: jquery-ui and the export plugins.
// Export Plugin http://grails.org/plugin/export
compile ":export:1.5"
// jQuery UI Plugin http://grails.org/plugin/jquery-ui
compile":jquery-ui:1.10.3"
// For google visualization you also need google-visualization
// Google Visualization API Plugin
// http://grails.org/plugin/google-visualization
compile":google-visualization:0.7"
}
}
While executing it gives error like -
Error |
Resolve error obtaining dependencies: Failed to read artifact descriptor for
org.grails.plugins:easygrid:zip:1.6.2 (Use --stacktrace to see the full trace)**
Then facing this type of issue.. Not able to resolve it please help me. If you want more detail regarding this I can provide.