Rob Tennyson
unread,Nov 19, 2009, 5:44:15 PM11/19/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to masstransit-discuss
Given a fresh pull and build from the trunk, all I've done is switch
to using CE and run MassTransit.RuntimeServices.exe. After the
initialization, I start getting the below error over and over.
This isn't normal is it? My spike is timing out waiting for the
subscription service and I'm hoping it's related.
Could not execute command: INSERT INTO "TimeoutSaga" (CurrentState,
TimeoutAt, CorrelationId, Tag) VALUES (@p0, @p1, @p2, @p3)
A duplicate value cannot be inserted into a unique index. [ Table name
= TimeoutSaga,Constraint name = PK_TimeoutSaga ]
'System.Action`1[[System.Object, mscorlib, Version=2.0.0.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089]]' threw an exception
consuming message
'MassTransit.Services.Timeout.Messages.ScheduleTimeout'
A duplicate value cannot be inserted into a unique index. [ Table name
= TimeoutSaga,Constraint name = PK_TimeoutSaga ]
An exception was thrown by a message consumer
MassTransit.Exceptions.MessageException: At least one consumer threw
an exception ---> A duplicate value cannot be inserted into a unique
index. [ Table name = TimeoutSaga,Constraint name = PK_TimeoutSaga ]
--- End of inner exception stack trace ---
at
MassTransit.Internal.ServiceBusReceiveContext.DeliverMessageToConsumers
(Object message) in c:\work\temp\masstransit\src\MassTransit\Internal
\ServiceBusReceiveContext.cs:line 136
at
MassTransit.Transports.Msmq.MsmqEndpoint.<>c__DisplayClass5.<>c__DisplayClass7.<ReceiveFromTransport>b__4
(Message m) in c:\work\temp\masstransit\src\Transports
\MassTransit.Transports.Msmq\MsmqEndpoint.cs:line 162