GGTS 3.0 Fresh Install - Grails Plugin Manager list empty
I just installed GGTS 3.0 in the path: c:\gts and created a grails project. When I run the Grails Plugin Manager from the context menu the window appears but I do not see any plugin in the list.
Copied from Error Log:
Code:
eclipse.buildId=3.0.0.201208091018-RELEASE-e42
java.version=1.6.0_34
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments: -product org.springsource.ggts.ide
Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.springsource.ggts.ide
Error
Tue Oct 02 00:24:59 ALMT 2012
Unable to find or generate plugins list in: C:\Users\myuser\.grails\2.1.0
I checked the permission on the above .grails path, and it seems ok.
From Console:
Code:
| Loading Grails 2.1.0
| Configuring classpath.
| Environment set to development.....
| Error An error occurred resolving plugin list from resolver [grailsCentral - http://grails.org/plugins].
Plug-ins you currently have installed are listed below:
-------------------------------------------------------------
cache 1.0.0 -- Cache Plugin
database-migration 1.1 -- Grails Database Migration Plugin
hibernate 2.1.0 -- Hibernate for Grails
jquery 1.7.2 -- JQuery for Grails
resources 1.1.6 -- Resources
tomcat 2.1.0 -- Apache Tomcat plugin for Grails
webxml 1.4.1 -- WebXmlConfig
To find more info about plugin type 'grails plugin-info [NAME]'
To install type 'grails install-plugin [NAME] [VERSION]'
For further info visit http://grails.org/Plugins
Please help.