gpt4 book ai didi

c# - Windows 服务器服务总线。请求 URI 格式不正确

转载 作者:行者123 更新时间:2023-12-03 03:18:33 26 4
gpt4 key购买 nike

我当前正在尝试安装Windows Server Service Bus 1.0(在我的电脑上,以允许对 Windows Azure 进行本地开发),但每当我尝试通过服务总线访问服务总线时资源管理器 (1.8) 或使用 test application从 MSDN 网站我得到以下异常。

我确信这些是同一个问题。

这是通过我编写的控制台应用程序实现的:

The remote server returned an error: (400) Bad Request. Incorrect request Uri format..TrackingId:b22ffa03-4479-43c4-ab34-4d16324fb943_********,TimeStamp:16/07/2013 07:40:23

这是通过 Service Bus Explorer 实现的:

The remote server returned an error: (400) Bad Request. Incorrect request Uri format..TrackingId:242b22c8-d9e9-4e48-aca0-4faa7b71c349_**********,TimeStamp:16/07/2013 08:17:35. Method <GetQueues>b__26:

有人可以帮忙吗?我认为我没有正确配置服务总线,但我无法弄清楚出了什么问题。

在配置服务总线时,我使用了服务总线配置工具的标准设置,该工具似乎工作正常。 (即日志中没有错误,也没有报告任何错误)。

如果您需要更多信息,请询问!

提前谢谢

为了完整起见,这里是我的控制台应用程序生成的完整堆栈跟踪...

System.ArgumentException was unhandled
HResult=-2147024809
Message=The remote server returned an error: (400) Bad Request. Incorrect request Uri format..TrackingId:b22ffa03-4479-43c4-ab34-4d16324fb943_********,TimeStamp:16/07/2013 07:40:23
Source=Microsoft.ServiceBus
StackTrace:
Server stack trace:
Exception rethrown at [0]:
at Microsoft.ServiceBus.Common.AsyncResult.End[TAsyncResult](IAsyncResult result)
at Microsoft.ServiceBus.Common.AsyncResult`1.End(IAsyncResult asyncResult)
at Microsoft.ServiceBus.Messaging.ServiceBusResourceOperations.EndGet[TEntityDescription](IAsyncResult asyncResult)
at Microsoft.ServiceBus.NamespaceManager.OnEndQueueExists(IAsyncResult result)
at Microsoft.ServiceBus.NamespaceManager.EndQueueExists(IAsyncResult result)
at Microsoft.ServiceBus.NamespaceManager.QueueExists(String path)
at ServiceBusConsoleApp.Sender.Main(String[] args) in c:\MyTfs\ServiceBusConsoleApp\Program.cs:line 37
at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
InnerException: System.Net.WebException
HResult=-2146233079
Message=The remote server returned an error: (400) Bad Request.
Source=System
StackTrace:
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at Microsoft.ServiceBus.Messaging.ServiceBusResourceOperations.GetAsyncResult`1.EndGetResponse(GetAsyncResult`1 thisPtr, IAsyncResult ar)
at Microsoft.ServiceBus.Messaging.IteratorAsyncResult`1.StepCallback(IAsyncResult result)
InnerException:

最佳答案

当我将本地 SQLServer 2008 R2 数据库从 SP1 更新到 SP2 时,我发现此问题已得到解决。

我不知道为什么这解决了这个问题,但它确实解决了!

我的一些同事不必执行此操作即可让 Service Bus 1.0 for Windows Server 正常工作,但如果您遇到类似的问题,那么我建议您更新到 SP2。

关于c# - Windows 服务器服务总线。请求 URI 格式不正确,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17671603/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com