Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Quartz.net Windsor integration inside Windows Service
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
digitalbricklayer  
View profile  
 More options Mar 22 2012, 9:30 am
From: digitalbricklayer <jhug...@openxtra.co.uk>
Date: Thu, 22 Mar 2012 06:30:32 -0700 (PDT)
Local: Thurs, Mar 22 2012 9:30 am
Subject: Quartz.net Windsor integration inside Windows Service

I have downloaded the source code of the Quartz.net Windsor integration
project and got the sample console app working without any problems. I have
created a similar sample Windows service using the same configuration. The
sample service fails to start. When the service is started (using net start
SimpleSvc) it says the service is not responding to the control function.
When the quartz.net windsor integration is removed, the service starts
without any errors. The event log isn't very helpful and just says there
was a Quartz.SchedulerException.

Has anybody any experience of using Quartz.net Windsor integration inside a
Windows Service? Or, how do I go about debugging this because at the moment
I'm struggling to figure out exactly what the problem is.

To reproduce unzip the SampleService.zip file in the sample app and add to
the solution then build. Run installutil on the service executable
"SampleService.exe". Then run "net start SimpleSvc". If you comment out the
first two lines in Program.Main the service will start as expected.

  SampleService.zip
1053K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
digitalbricklayer  
View profile  
 More options Mar 22 2012, 2:02 pm
From: digitalbricklayer <jhug...@openxtra.co.uk>
Date: Thu, 22 Mar 2012 11:02:10 -0700 (PDT)
Local: Thurs, Mar 22 2012 2:02 pm
Subject: Re: Quartz.net Windsor integration inside Windows Service

I've inserted "Debugger.Launch();" command and the start of Main() and have
found that the problem is that an expcetion is thrown saying that
Quartz_jobs.xml can't be found. Odd, given that that file is definetely
there. Must be looking in an odd place for it.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mauricio Scheffer  
View profile  
 More options Mar 22 2012, 6:02 pm
From: Mauricio Scheffer <mauricioschef...@gmail.com>
Date: Thu, 22 Mar 2012 15:02:20 -0700 (PDT)
Local: Thurs, Mar 22 2012 6:02 pm
Subject: Re: Quartz.net Windsor integration inside Windows Service

It's been quite some time since I last wrote a Windows Service, but now
that you mention this I remember having some issues with the service
looking for files in c:\Windows\system32 instead of the local bin :  
http://haacked.com/archive/2004/06/29/706.aspx (see the comments for a
workaround)

--
Mauricio


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
digitalbricklayer  
View profile  
 More options Mar 23 2012, 4:45 am
From: digitalbricklayer <jhug...@openxtra.co.uk>
Date: Fri, 23 Mar 2012 01:45:25 -0700 (PDT)
Local: Fri, Mar 23 2012 4:45 am
Subject: Re: Quartz.net Windsor integration inside Windows Service


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »