You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 20, 2020. It is now read-only.
Here is the error poping in the console when I launch the server:
[localhost-startStop-1] ERROR resource.ResourceProcessor - Unable to load resources
java.lang.NullPointerException: Cannot get property 'pluginDir' on null object
at AngularjsResources.getResources(AngularjsResources.groovy:23)
at AngularjsResources$_run_closure1_closure4.doCall(AngularjsResources.groovy:11)
at org.grails.plugin.resource.module.ModulesBuilder.invokeMethod(ModulesBuilder.groovy:46)
at AngularjsResources$_run_closure1.doCall(AngularjsResources.groovy:8)
at org.grails.plugin.resource.ResourceProcessor$_loadModules_closure18.doCall(ResourceProcessor.groovy:848)
at org.grails.plugin.resource.ResourceProcessor.loadModules(ResourceProcessor.groovy:842)
at org.grails.plugin.resource.ResourceProcessor.reloadAll(ResourceProcessor.groovy:1135)
at ResourcesGrailsPlugin$_closure3.doCall(ResourcesGrailsPlugin.groovy:166)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)