Hibernating Rhinos Ltd
Oren Eini l CEO l Mobile: + 972-52-548-6969
Office: +972-4-622-7811 l Fax: +972-153-4-622-7811
--
You received this message because you are subscribed to the Google Groups "RavenDB - 2nd generation document database" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ravendb+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
0:071> kc15
# Call Site
00 ntdll!ZwWaitForSingleObject
01 mswsock!SockWaitForSingleObject
02 mswsock!SockDoConnectReal
03 mswsock!SockDoConnect
04 mswsock!WSPConnect
05 ws2_32!DPROVIDER::WSPConnect
06 ws2_32!WSAConnect
07 System!DomainNeutralILStubClass.IL_STUB_PInvoke(IntPtr, Byte[], Int32, IntPtr, IntPtr, IntPtr, IntPtr)
08 System!System.Net.Sockets.Socket.DoConnect(System.Net.EndPoint, System.Net.SocketAddress)
09 System!System.Net.ServicePoint.ConnectSocketInternal(Boolean, System.Net.Sockets.Socket, System.Net.Sockets.Socket, System.Net.Sockets.Socket ByRef, System.Net.IPAddress ByRef, ConnectSocketState, System.IAsyncResult, System.Exception ByRef)
0a System!System.Net.ServicePoint.GetConnection(System.Net.PooledStream, System.Object, Boolean, System.Net.IPAddress ByRef, System.Net.Sockets.Socket ByRef, System.Net.Sockets.Socket ByRef)
0b System!System.Net.PooledStream.Activate(System.Object, Boolean, System.Net.GeneralAsyncDelegate)
0c System!System.Net.Connection.CompleteStartConnection(Boolean, System.Net.HttpWebRequest)
0d System!System.Net.Connection.CompleteStartRequest(Boolean, System.Net.HttpWebRequest, System.Net.TriState)
0e System!System.Net.Connection.SubmitRequest(System.Net.HttpWebRequest, Boolean)
0f System!System.Net.ServicePoint.SubmitRequest(System.Net.HttpWebRequest, System.String)
10 System!System.Net.HttpWebRequest.SubmitRequest(System.Net.ServicePoint)
11 System!System.Net.HttpWebRequest.GetResponse()
12 System!System.Net.HttpWebRequest.GetResponse()
13 Raven_Client_Lightweight!Raven.Client.Connection.HttpJsonRequest.ReadJsonInternal
14 Raven_Client_Lightweight!Raven.Client.Connection.HttpJsonRequest.ReadResponseJson()
Hibernating Rhinos Ltd
Oren Eini l CEO l Mobile: + 972-52-548-6969
Office: +972-4-622-7811 l Fax: +972-153-4-622-7811
--
The raven server didn’t reply to the connection request. Then 3 seconds later, client tried again, still no response. 6 seconds later, client did the last try and it was finally connected.
Any idea where in code something like that could be happening if it isn't in the code I provided?
Hibernating Rhinos Ltd
Oren Eini l CEO l Mobile: + 972-52-548-6969
Office: +972-4-622-7811 l Fax: +972-153-4-622-7811
--

Hibernating Rhinos Ltd
Oren Eini l CEO l Mobile: + 972-52-548-6969
Office: +972-4-622-7811 l Fax: +972-153-4-622-7811
Something I should've done before - test disabling windows auth in iis/raven.Everything works great when in full anonymous mode. So this is still very much pointing to windows auth issue.
--
Hibernating Rhinos Ltd
Oren Eini l CEO l Mobile: + 972-52-548-6969
Office: +972-4-622-7811 l Fax: +972-153-4-622-7811
Hibernating Rhinos Ltd
Oren Eini l CEO l Mobile: + 972-52-548-6969
Office: +972-4-622-7811 l Fax: +972-153-4-622-7811
Server is running on port 80 locally but firewall is exposing it as port 9090 to outside. So client connects to 9090.
--
Hibernating Rhinos Ltd
Oren Eini l CEO l Mobile: + 972-52-548-6969
Office: +972-4-622-7811 l Fax: +972-153-4-622-7811
--