【发布时间】:2010-09-10 10:14:12
【问题描述】:
当我们单击共享服务提供者的“搜索设置”时,我们收到以下错误消息:“身份验证失败,因为远程方已关闭传输流。”
这是一个新的服务器环境,有两个 Web 前端、一个数据库服务器和一个索引服务器,都运行 Windows 2003 x64。
是否有人对这是否与 64 位有关,或者可能导致错误的原因有任何想法。
以下是 ULS 的完整详细信息:
09/17/2008 16:30:34.13 w3wp.exe (0x0E84) 0x030C 搜索服务器通用 MS 搜索管理 86x4 高 将搜索应用程序 Web 服务 URL 配置为“https://mushni-sptwb04q:56738/Shared%20Services%20Portal/Search/SearchAdmin.asmx”。
09/17/2008 16:30:34.14 w3wp.exe (0x0E84) 0x030C Search Server Common MS Search Administration 86ze High Exception 在 Search Admin Web 服务代理(客户端)中捕获。 System.Net.WebException:基础连接已关闭:发送时发生意外错误。 ---> System.IO.IOException: 身份验证失败,因为远程方已关闭传输流。在 System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest) 在 System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest) 在 System.Net.Security.SslState。 ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) at System.Threading.ExecutionContext.runTryCode(Object userData) at System.Runtime.Co...
09/17/2008 16:30:34.14* w3wp.exe (0x0E84) 0x030C 搜索服务器通用 MS 搜索管理 86ze 高 ...mpilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode 代码,CleanupCode backoutCode,对象 userData)在系统。 Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result) at System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size) at System。 Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size) at System.Net.ConnectStream.WriteHeaders(Boolean async) --- End of internal exception stack trace --- at System.Web.Services.Protocols。 WebClientProtocol.GetWebResponse(WebRequest request) at System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebRequest request) at System.Web.Services.Protocols.SoapHt...
09/17/2008 16:30:34.14* w3wp.exe (0x0E84) 0x030C 搜索服务器通用 MS 搜索管理 86ze 高 ...tpClientProtocol.Invoke(String methodName, Object[] 参数) 在 Microsoft.Office.Server .Search.Administration.SearchWebServiceProxy.RunWithSoapExceptionHandling[T](String methodName, Object[] 参数)
【问题讨论】:
-
我错过了这个调用栈中的一些方法......你能完成整个调用栈吗?
标签: sharepoint moss 64-bit