plugins not installing when running gails run-app

95 views
Skip to first unread message

Den

unread,
Jul 5, 2017, 2:10:53 PM7/5/17
to Grails Dev Discuss
 following is my console 


C:\workspace\storeApps>grails run-app
Java HotSpot(TM) Client VM warning: ignoring option MaxPermSize=96m; support was removed in 8.0
Welcome to Grails 1.3.7 - http://grails.org/
Licensed under Apache Standard License 2.0
Grails home is set to: C:\grails\grails-1.3.7

Base Directory: C:\workspace\storeApps
Resolving dependencies...
Dependencies resolved in 484ms.
Running script C:\grails\grails-1.3.7\scripts\RunApp.groovy
Environment set to development
Plugin [jquery-ui-1.8.15] not installed. ...
Plugin [mail-1.0] not installed. ...
Plugin [tooltip-0.7] not installed. ...
Plugin [jquery-1.7.1] not installed. ...
Plugin [spring-security-core-1.2.7.3] not installed. ...
Plugin [tomcat-1.3.7] not installed. ...
Plugin [hibernate-1.3.7] not installed. ...
Resolving new plugins. Please wait... ...

Colin Harrington

unread,
Jul 5, 2017, 2:33:04 PM7/5/17
to grails-de...@googlegroups.com
Looks like you are using JDK8 based on the Client VM warning.  Grails 1.3.x predates Java 8.  When JDK8 was released there were some issues identified with the version of Groovy that Grails 1.3.x uses and the JDK.  You are going to need to use JDK 6 or 7 to work with Grails 1.3.x applications. 

Also note that you may want to update to 1.3.8 or 1.3.9 or at least be aware of the databinding issue (similar to Rails' issue) affecting earlier versions.  https://www.cvedetails.com/cve/CVE-2012-1833/

Happy Trails



--
You received this message because you are subscribed to the Google Groups "Grails Dev Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to grails-dev-discuss+unsub...@googlegroups.com.
To post to this group, send email to grails-dev-discuss@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/grails-dev-discuss/219917f2-1c6f-49d4-a516-4cb31b641fb8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Colin Harrington
harri...@objectcomputing.com
Grails Developer
@ColinHarrington

Den

unread,
Jul 5, 2017, 3:11:48 PM7/5/17
to Grails Dev Discuss
Hello Colin,

Thanks a lot for the quick response.
I installed jdk 6. Still getting the following


C:\workspace\storeApps>grails run-app
Welcome to Grails 1.3.7 - http://grails.org/
Licensed under Apache Standard License 2.0
Grails home is set to: C:\grails\grails-1.3.7

Base Directory: C:\workspace\storeApps
Resolving dependencies...
Dependencies resolved in 781ms.
Running script C:\grails\grails-1.3.7\scripts\RunApp.groovy
Environment set to development
Plugin [jquery-1.7.1] not installed. ...
Plugin [mail-1.0] not installed. ...
Plugin [tooltip-0.7] not installed. ...
Plugin [spring-security-core-1.2.7.3] not installed. ...
Plugin [tomcat-1.3.7] not installed. ...
Plugin [jquery-ui-1.8.15] not installed. ...
Plugin [hibernate-1.3.7] not installed. ...
Resolving new plugins. Please wait... ...

clr meno

unread,
Aug 30, 2017, 5:12:37 PM8/30/17
to Grails Dev Discuss
Can you try using the following command from project directory and select the type of installation for example maven install
grails install


On Wednesday, July 5, 2017 at 2:10:53 PM UTC-4, Den wrote:
Reply all
Reply to author
Forward
0 new messages