0

我有奇怪的问题。不幸的是,我必须使用 RavenDB,而本地机器是 linux。谢天谢地,我设法通过使用 Pipelight 安装了一些 Silverlight 支持,它似乎工作正常。

只是一件事根本不起作用。

当我打开数据库界面时,它会加载并显示我的文档,但是当我需要进行身份验证并打开身份验证窗口时,它根本没有通过身份验证。或者在我看来,它甚至根本没有将用户名和密码进一步传递给服务器。

(当然,我通过 Internet Explorer 在 Windows 上进行了测试,它工作正常)

这是我得到的错误:

Could not authenticate against the server

Message: [HttpWebRequest_WebException_RemoteServer]

Arguments: NotFound

Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.20513.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer

Uri: /edit?id=asdf&database=test

Server Uri: http://asdfasfd/databases/asdfasdf/docs/asdfadf

-- Error Information --

System.Net.WebException: [HttpWebRequest_WebException_RemoteServer]

Arguments: NotFound

Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.20513.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer

at System.Net.Browser.ClientHttpWebRequest.EndGetResponse(IAsyncResult asyncResult)

at System.Func`2.Invoke(T arg)

at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise)

Inner StackTrace:

at Raven.Studio.Infrastructure.InvocationExtensions.Catch(Task parent, Action`1 action)

at Raven.Studio.Models.EditableDocumentModel.SaveDocumentCommand.SaveDocument()

at Raven.Studio.Models.EditableDocumentModel.SaveDocumentCommand.Execute(Object parameter)

at System.Windows.Controls.Primitives.ButtonBase.ExecuteCommand()

at System.Windows.Controls.Primitives.ButtonBase.OnClick()

at System.Windows.Controls.Button.OnClick()

at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)

at System.Windows.Controls.Control.OnMouseLeftButtonUp(Control ctrl, EventArgs e)

at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName, UInt32 flags)
4

0 回答 0