Bonjour,
je rencontre l’erreur suivante en lançant icescrum.
Il manque jquery-1.8.2.min.js
Ce n’est pourtant pas dans les pré-requis me semble t’il ?
A partir de quel package puis-je l’installer ?
Merci d’avance.
###################################
Grails Runtime Exception
Error Details
Error 500: null
Servlet:
URI:
Exception Message: Module [jquery] depends on resource [/js/jquery/jquery-1.8.2.min.js] but the file cannot be found
Caused by: Error executing tag : Module [jquery] depends on resource [/js/jquery/jquery-1.8.2.min.js] but the file cannot be found at /WEB-INF/grails-app/views/layouts/main.gsp:29
Class: ResourceTagLib
At Line: [29]
Code Snippet:
Stack Trace
org.codehaus.groovy.grails.web.taglib.exceptions.GrailsTagException: Error executing tag : Module [jquery] depends on resource [/js/jquery/jquery-1.8.2.min.js] but the file cannot be found at /WEB-INF/grails-app/views/layouts/main.gsp:29
at gsp_icescrum_layoutsmain_gsp$_run_closure1.doCall(gsp_icescrum_layoutsmain_gsp.groovy:46)
at gsp_icescrum_layoutsmain_gsp$_run_closure1.doCall(gsp_icescrum_layoutsmain_gsp.groovy)
at gsp_icescrum_layoutsmain_gsp.run(gsp_icescrum_layoutsmain_gsp.groovy:51)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.IllegalArgumentException: Module [jquery] depends on resource [/js/jquery/jquery-1.8.2.min.js] but the file cannot be found
at org.grails.plugin.resource.ResourceTagLib$_closure8.doCall(ResourceTagLib.groovy:463)
at org.grails.plugin.resource.ResourceTagLib.invokeMethod(ResourceTagLib.groovy)
at org.grails.plugin.resource.ResourceTagLib$_closure6.doCall(ResourceTagLib.groovy:387)
… 6 more