Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Consider anyway that task execution storage can be controlled by setting the trace level to NONE, FAILURES or SUMMARY instead of ALL (which is the default) on the corresponding Task or Notification.

I get the error "org.quartz.impl.StdSchedulerFactory - Couldn't generate instance Id! org.quartz.SchedulerException: Couldn't get host name!"

This is probably related to an incorrect networking configuration of the underlying system (host name not set). A simple workaround is to replace

Code Block
languagexml
<prop key="org.quartz.scheduler.instanceId">AUTO</prop>

with

Code Block
languagexml
<prop key="org.quartz.scheduler.instanceId">syncope</prop> <!-- or any other custom id -->

in core/src/main/resources/schedulingContext.xml.