plugins not installing when running gails run-app

已查看 96 次
跳至第一个未读帖子

Den

未读,
2017年7月5日 14:10:532017/7/5
收件人 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

未读,
2017年7月5日 14:33:042017/7/5
收件人 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

未读,
2017年7月5日 15:11:482017/7/5
收件人 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

未读,
2017年8月30日 17:12:372017/8/30
收件人 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:
回复全部
回复作者
转发
0 个新帖子