RavenDB接口在Pipelight上运行但无法在linux中进行身份验证?

时间:2013-10-06 05:45:13

标签: linux ravendb

我有奇怪的问题。不幸的是我必须使用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)

0 个答案:

没有答案