IgorShch
IgorShch

Reputation: 159

Quartz 2.x service does not start automatically

I have Quartz.net running as a windows service. My problem is that the service does not start automatically (i.e. on Windows start).

Any help will be appreciated.

UPDATE

Here is what I have in the system event log:

"The Quartz Server service failed to start due to the following error: The service did not respond to the start or control request in a timely fashion."

Upvotes: 0

Views: 908

Answers (2)

flaugh
flaugh

Reputation: 1655

I got this problem because of the wrong log4net version. My code used the newest version, while the quartz.net used an old version. So I replaced the old one with the newest one. So it crashed. Hope this help someone.

Upvotes: 0

IgorShch
IgorShch

Reputation: 159

Turns out I needed to configure the jobstore to resolve the problem. Hope this will help someone.

Upvotes: 1

Related Questions