I am running behind Corporate Proxy. Using latest version of Grails 2.4.4. When trying to create a new Grails project in STS, I am getting the following error:
Loading Grails 2.4.4 |Configuring classpath 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)) 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 have already set http proxy correctly in ProxySettings.groovy using the command add-proxy and set-proxy. But still no luck in running the grails app.
Please help.