-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot get property jobKey #130
Comments
Hi, where is the What versions are you using of Java, Groovy, Grails and relevant plugins and libraries? |
I have my own version of asyncmail, since it was unmaintained for a long time. So yes, it's basically that plugin you mention, with not much differences, I just renamed everything in there "async" since it was inconsistent. I'm using java 17 (I've tried a number of versions), grails 5.3.6, groovy 3.0.18... I'm not sure what other versions you want to know. Oh, it's quartz scheduler 2.3.2 and grails quartz plugin 2.0.13. |
I would start by setting a breakpoint on line 59 in |
Hmm, so one problem I had was that I had the build setup to use the plugin installation directly, rather than installing it ( |
I've got an app that's been running fine in production for quite a while. Recently I decided to do some development on Windows instead of Linux and I get the following crash when running on Windows, both in intellij and when run as a war. It's exactly the same source code either way, and I've done tons of grails development on Windows before, so I'm a bit stumped... maybe someone will have some clue what's going on
The text was updated successfully, but these errors were encountered: