I am trying to list the grails plugins but i get the following output:
C:\Users\User\Documents\NetBeansProjects\Test>grails list-plugins |
Environment set to development….. [Fatal Error]
plugins-list-grailsCentral.xml:564:7: XML document structures must
start and end within the same entity. | Error No plugins found in
repository: grailsCentral. This may be because the r epository is
behind an HTTP proxy.Plugins available in the grailsCore repository are listed below:
————————————————————- dummy <> — hibernate <1.3.7> — Hibernate
for Grails tomcat <1.3.7.2> — Apache Tomcat
plugin for Grails webflow <1.3.7> — Spring Web
Flow PluginPlug-ins you currently have installed are listed below:
————————————————————- hibernate 2.0.1 — Hibernate for Grails jquery
1.7.1 — JQuery for Grails resources 1.1.6 — Resources tomcat 2.0.1 — Apache Tomcat plugin for Grails webxml 1.4.1 —
WebXmlConfigTo find more info about plugin type ‘grails plugin-info [NAME]’
Any suggestions how i can fix this?
And i am not behind a HTTP Proxy i am connected to a normal network with a single router.
Someone faced a similar issue and posted on the mailing list. You can look at file
~/.grails/<grailsVersion>/plugins-list-grailsCentral.xmlto see what’s wrong with your plugin list. Try again in a couple of minutes, the problem should solve from itself.