Rank: Newbie
Groups: Registered
Joined: 11/20/2012(UTC) Posts: 7 Location: United Kingdom
Was thanked: 2 time(s) in 2 post(s)
|
I was just trying our the distributed mode in the latest version, I have put the grid node on a development box but i keep getting the same error in the logs .. This is the error .. Quote: [10:57:20.1702-?-4] Node server started - listening on port 41141 [11:02:30.0803-Core-15] Client connection accepted from 10.144.17.4:46252 [11:02:30.0959-Core-15] Creating server-side handler for 10.144.17.4:46252 [11:02:30.0959-Core-15] Describing self to 10.144.17.4:46252 [11:02:48.9251-?-13] Unable to read data from a socket because of an exception: System.IO.IOException: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at nCrunch.Core.Grid.Connectivity.DecryptorStream.Read(Byte[] buffer, Int32 offset, Int32 count) at nCrunch.Core.Grid.Connectivity.BidirectionalStream.Read(Byte[] buffer, Int32 offset, Int32 count) at #=qcaD8SWuNGG0qZzrKi$TeNfrAZBMfWA9FnGZNBIu0J1VG8MRhEYH9KhnTW6VBeiAPIyHNO8Zt7_MOYKYoOgF1pA==.Read(Byte[] #=qYc_9tt_rAC79Tef_mp$Xkw==, Int32 #=qLovKH4LLoj_wcVpf3TzZQQ==, Int32 #=qDXY93Sn42t2WMOW0ztTXnQ==) at nCrunch.Core.Grid.Connectivity.Zlib.DeflateStream.Read(Byte[] buffer, Int32 offset, Int32 count) at nCrunch.Core.Grid.Connectivity.BidirectionalStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.IO.Stream.<BeginReadInternal>b__a(Object param0) at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.Tasks.Task.Execute() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.IO.Stream.EndRead(IAsyncResult asyncResult) at nCrunch.Core.Grid.Connectivity.OpenConnection.#=qmXPzOKERgMgq8RD1xB9Fl_Q4RVaPnV9yAlXMRrvurQQ=.#=q32eRav_n3IXonbQf5kmdCDA8Ged5QXdKPyVJL3codUQ=() [11:02:48.9251-?-16] Ceasing to send messages because of an error (was the connection closed?): System.IO.IOException: Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace ---
Server stack trace: at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size) at nCrunch.Core.Grid.Connectivity.EncryptorStream.#=qE8C3zZkI85Kl6yJ8TtaqKA==(Byte[] #=qWPeeNeap4vTsxzvhJ0wLpg==, Int32 #=qF8SyGwvgFyiCxo2VUi4wJg==, Int32 #=qFl$j5UgEepokPA9PgcdeTQ==) at nCrunch.Core.Grid.Connectivity.EncryptorStream.Write(Byte[] buffer, Int32 offset, Int32 count) at nCrunch.Core.Grid.Connectivity.BidirectionalStream.Write(Byte[] buffer, Int32 offset, Int32 count) at #=qcaD8SWuNGG0qZzrKi$TeNfrAZBMfWA9FnGZNBIu0J1VG8MRhEYH9KhnTW6VBeiAPIyHNO8Zt7_MOYKYoOgF1pA==.Write(Byte[] #=qUq2pVarNfGa3bsjlTkCjUQ==, Int32 #=q_O4nEvmsjGFyHIcT3wMfFw==, Int32 #=qGRthSF11t2RB7k_2q7OH7g==) at nCrunch.Core.Grid.Connectivity.Zlib.DeflateStream.Write(Byte[] buffer, Int32 offset, Int32 count) at nCrunch.Core.Grid.Connectivity.BidirectionalStream.Write(Byte[] buffer, Int32 offset, Int32 count) at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs) at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase) at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData) at nCrunch.Core.Grid.Connectivity.BidirectionalStream.#=q0wkJfmuw9_ouDsFiVBFKMA==.EndInvoke(IAsyncResult #=qwXA28TA1P9A8LCLuwOM$ww==) at nCrunch.Core.Grid.Connectivity.BidirectionalStream.EndWrite(IAsyncResult asyncResult) at nCrunch.Core.Grid.Connectivity.GridMessageSender.#=q$g7KIu5ENmVuFOX6fAqpPw==(IAsyncResult #=qiSzj4L7eCuKZK0VRs8yebQ==)
.. I'm assuming this is probably a firewall thing but I just wanted to check. i have opened up port 41141 on the remote machines firewall but it seems to be doing some other communication on random other ports each time. Is there a way to get round this ? / Any advice for this error ? Thanks !
|