I get 50002: Provider Internal Error when I try to submit a message either thru the simple sample application provided by microsoft or thru the Service Bus Explorer ver 1.8. I did get it working at one point but the our development machines were updated with microsoft updates and I stopped being able to submit to the queue.
I am on Windows Server 2008 R2 Standard with SP1
Running SB for Windows Server 1.0 with cumulative update added.
Also on the machine is AppFabric, BizTalk, VS2010 and VS2012.
I've uninstalled and reinstalled many times, tried different user accounts, checked ports with no success.
Any suggestions as to where I should go from here? As I said it did work initially, so I know the system is capable of running the service bus.
Message: "50002: Provider Internal Error.TrackingId:af3a0fe4-c2d2-4759-9ceb-5d3139a0198d_GISLDEV-BT-G,TimeStamp:8/1/2013 5:31:08 PM" string
Full Error:
e.ToString() "Microsoft.ServiceBus.Messaging.MessagingException: 50002: Provider Internal Error.TrackingId:af3a0fe4-c2d2-4759-9ceb-5d3139a0198d_GISLDEV-BT-G,TimeStamp:8/1/2013 5:31:08 PM ---> System.ServiceModel.FaultException: 50002: Provider Internal Error.TrackingId:af3a0fe4-c2d2-4759-9ceb-5d3139a0198d_GISLDEV-BT-G,TimeStamp:8/1/2013 5:31:08 PM\r\n\r\nServer stack trace: \r\n at Microsoft.ServiceBus.Messaging.Sbmp.DuplexRequestBindingElement.DuplexRequestSessionChannel.ThrowIfFaultMessage(Message wcfMessage)\r\n at Microsoft.ServiceBus.Messaging.Sbmp.DuplexRequestBindingElement.DuplexRequestSessionChannel.HandleMessageReceived(IAsyncResult result)\r\n\r\nException rethrown at [0]: \r\n at Microsoft.ServiceBus.Common.AsyncResult.End[TAsyncResult](IAsyncResult result)\r\n at Microsoft.ServiceBus.Messaging.Sbmp.DuplexRequestBindingElement.DuplexRequestSessionChannel.DuplexCorrelationAsyncResult.End(IAsyncResult result)\r\n at Microsoft.ServiceBus.Messaging.Sbmp.DuplexRequestBindingElement.DuplexRequestSessionChannel.EndRequest(IAsyncResult result)\r\n at Microsoft.ServiceBus.Messaging.Channels.ReconnectBindingElement.ReconnectChannelFactory`1.RequestSessionChannel.RequestAsyncResult.<GetAsyncSteps>b__4(RequestAsyncResult thisPtr, IAsyncResult r)\r\n at Microsoft.ServiceBus.Messaging.IteratorAsyncResult`1.StepCallback(IAsyncResult result)\r\n\r\nException rethrown at [1]: \r\n at Microsoft.ServiceBus.Common.AsyncResult.End[TAsyncResult](IAsyncResult result)\r\n at Microsoft.ServiceBus.Common.AsyncResult`1.End(IAsyncResult asyncResult)\r\n at Microsoft.ServiceBus.Messaging.Channels.ReconnectBindingElement.ReconnectChannelFactory`1.RequestSessionChannel.EndRequest(IAsyncResult result)\r\n at Microsoft.ServiceBus.Messaging.Sbmp.RedirectBindingElement.RedirectContainerChannelFactory`1.RedirectContainerSessionChannel.RequestAsyncResult.<>c__DisplayClass17.<GetAsyncSteps>b__a(RequestAsyncResult thisPtr, IAsyncResult r)\r\n at Microsoft.ServiceBus.Messaging.IteratorAsyncResult`1.StepCallback(IAsyncResult result)\r\n\r\nException rethrown at [2]: \r\n at Microsoft.ServiceBus.Common.AsyncResult.End[TAsyncResult](IAsyncResult result)\r\n at Microsoft.ServiceBus.Common.AsyncResult`1.End(IAsyncResult asyncResult)\r\n at Microsoft.ServiceBus.Messaging.Sbmp.RedirectBindingElement.RedirectContainerChannelFactory`1.RedirectContainerSessionChannel.EndRequest(IAsyncResult result)\r\n at Microsoft.ServiceBus.Messaging.Channels.ReconnectBindingElement.ReconnectChannelFactory`1.RequestSessionChannel.RequestAsyncResult.<GetAsyncSteps>b__4(RequestAsyncResult thisPtr, IAsyncResult r)\r\n at Microsoft.ServiceBus.Messaging.IteratorAsyncResult`1.StepCallback(IAsyncResult result)\r\n\r\nException rethrown at [3]: \r\n at Microsoft.ServiceBus.Common.AsyncResult.End[TAsyncResult](IAsyncResult result)\r\n at Microsoft.ServiceBus.Common.AsyncResult`1.End(IAsyncResult asyncResult)\r\n at Microsoft.ServiceBus.Messaging.Channels.ReconnectBindingElement.ReconnectChannelFactory`1.RequestSessionChannel.EndRequest(IAsyncResult result)\r\n at Microsoft.ServiceBus.Messaging.Sbmp.SbmpTransactionalAsyncResult`1.<GetAsyncSteps>b__36(TIteratorAsyncResult thisPtr, IAsyncResult a)\r\n at Microsoft.ServiceBus.Messaging.IteratorAsyncResult`1.StepCallback(IAsyncResult result)\r\n\r\nException rethrown at [4]: \r\n at Microsoft.ServiceBus.Common.AsyncResult.End[TAsyncResult](IAsyncResult result)\r\n at Microsoft.ServiceBus.Common.AsyncResult`1.End(IAsyncResult asyncResult)\r\n at Microsoft.ServiceBus.Messaging.Sbmp.SbmpMessageSender.EndSendCommand(IAsyncResult result)\r\n --- End of inner exception stack trace ---\r\n at Microsoft.ServiceBus.Messaging.Sbmp.SbmpMessageSender.EndSendCommand(IAsyncResult result)\r\n at Microsoft.ServiceBus.Messaging.Sbmp.SbmpMessageSender.OnEndSend(IAsyncResult result)\r\n at Microsoft.ServiceBus.Messaging.Sbmp.SbmpMessageSender.OnSend(TrackingContext trackingContext, IEnumerable`1 messages, TimeSpan timeout)\r\n at Microsoft.ServiceBus.Messaging.MessageSender.Send(TrackingContext trackingContext, IEnumerable`1 messages, TimeSpan timeout)\r\n at Microsoft.ServiceBus.Messaging.MessageSender.Send(BrokeredMessage message)\r\n at Microsoft.ServiceBus.Messaging.QueueClient.Send(BrokeredMessage message)\r\n at Microsoft.Samples.QueuesOnPrem.Sender.Main(String[] args) in c:\\Users\\pauwasl\\Documents\\Visual Studio 2012\\Projects\\SBTest\\SBTest\\Program.cs:line 88" string
Thanks!
Paula