Issue Details (XML | Word | Printable)

Key: QRTZNET-121
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Marko Lahma
Reporter: Phil Hunt
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Quartz.NET

Remoting Scheduler - re-start scheduler throws remoting binding error.

Created: 29/Aug/08 03:57 PM   Updated: 30/Aug/08 08:04 AM
Component/s: Core
Affects Version/s: None
Fix Version/s: 1.0 RC 3

Environment: Windows XP, VS.NET 2008 .NET 3.5

Flags: Patch


 Description  « Hide
Create a scheduler configured with quartz.scheduler.exporter.type. Start the scheduler, stop the scheduler, then start the scheduler, I get a remoting bind exception in RemotingSchedulerExporter::RegisterRemotingChannelIfNeeded() because the channel has already been created. Feels like the RemotingSchedulerExporter should be keeping track of the channels that have already been created.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Marko Lahma added a comment - 30/Aug/08 08:04 AM
Thanks for reporting this. Added information about registered channels to prevent double-registration.