Closed jkolobok closed 5 years ago
Looks like it has a dependency on GSP, so you would have to add the GSP plugin
compile 'org.grails:grails-plugin-gsp'
Maybe this is it?:
Nope. #14 is not it.
Adding compile 'org.grails:grails-plugin-gsp'
helped.
It's a pity:)
Hello,
I face the same NullPointException issue. And after adding compile 'org.grails:grails-plugin-gsp'
plugin, I faced another issue of :
Could not locate email view /email/JobFail in plugin [grails-plugin-gsp]
The view is in grails-app/view/email/JobFail and I'm using service as:
mailService.sendMail {
to myRecepiants@gmail.com
from myEmail@gmail.com
subject mySubject
html view:"/email/JobFail",model:[params:params],plugin:'grails-plugin-gsp'
}
The issue doesn't occure when running through intellij but I face this issue if I deploy the war in tomcat.
@shresthaankit7 remove the plugin: