Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.4.2
-
Fix Version/s: 1.0-RC
-
Labels:None
-
Environment:Windows xp, java 6, grails 1.3.3.
Description
Crashes running quartz update on Windows XP.
Works fine on MacOS and linux.
I am not sure what the point of the quartz update is. Seems a bit gratuitous, especially in the context of the plugin. I was reading the spring forums and it seems to indicate that this can be turned off in quartz 8.3.
This problem appears even with auto start set to false.
A problem with the plugin per se?
Exception in thread "Timer-0" java.lang.NullPointerException
at org.apache.commons.logging.impl.SLF4JLocationAwareLog.debug(SLF4JLocationAwareLog.java:133)
at org.quartz.utils.UpdateChecker.checkForUpdate(UpdateChecker.java:51)
at org.quartz.utils.UpdateChecker.run(UpdateChecker.java:39)
at java.util.TimerThread.mainLoop(Unknown Source)
at java.util.TimerThread.run(Unknown Source)