I know that the class java.util.Objects is available from JDK 7 on. But the exception is just weird, it seems a call from within Java causes the exception — but its the same VM isnt it?! Even “worse”, Tomcat is configured to run with JRE7
05.Feb 00:01:00.485 <rker-5> ERROR [ org.quartz.simpl.SimpleThreadPool] - Error while executing the Runnable:
java.lang.NoClassDefFoundError: java/util/Objects
at java.lang.StackTraceElement.equals(Unknown Source) ~[na:1.7.0]
at ch.qos.logback.classic.spi.ThrowableProxyUtil.findNumberOfCommonFrames(ThrowableProxyUtil.java:64) ~[logback-classic-0.9.28.jar:na]
Can you makse sense of this?
Well, I think I have it… Java Updater has updated the day before to Update 13. The exception occured at the next cron job run. What do you think?