November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Seems like a firewall issue. Can you communicate to the adress:port via a browser from the source?
I´am struggling with the same problem, any suggestions?
I tried the "EPiServerRemoteEventsListener" -tool with success, (communication between front and back servers)
This excellent gadget might help troubleshooting:
http://world.episerver.com/Blogs/Paul-Smith/Dates1/2010/6/Online-Center--Admin-Plugin-for-EPiServer-Events-System-Load-Balancing/
Also, ensure that the service Net.Tcp.Listener Adapter is started.
Hi All,
I too have same issue, i can able to access WCF Service through Browser but i'm unable to access through code. its throwing same error.
i'm using the BasicHttpBinding here to communicate.
Please help me out.
Thanks
G Thulasiram
2010-03-01 02:40:39,456 ERROR [1] EPiServer.Events.Remote.EventReplicationWCFProviders.RaiseEvent - Exception calling IEventReplication::RaiseEvent on remote object
System.ServiceModel.EndpointNotFoundException: Could not connect to net.tcp://IP address:13003/RemoteEventService. The connection attempt lasted for a time span of 00:00:10. TCP error code 10060: 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 IP address:13003. ---> 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 IPaddress:13003
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
--- End of inner exception stack trace ---
Server stack trace:
at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
at System.ServiceModel.Channels.BufferedConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)
at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.CallOpenOnce.System.ServiceModel.Channels.ServiceChannel.ICallOnce.Call(ServiceChannel channel, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade)
at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at EPiServer.Events.ServiceModel.IEventReplication.RaiseEvent(Guid raiserId, String siteId, Int32 sequenceNumber, Byte[] verificationData, Guid eventId, Object param)
at EPiServer.Events.Proxies.EventReplicationProxy.RaiseEvent(Guid raiserId, String siteId, Int32 sequenceNumber, Byte[] verificationData, Guid eventId, Object param)
at EPiServer.Events.Remote.EventReplicationWCFProviders.RaiseEvent(Guid raiserId, String siteId, Int32 sequenceNumber, Byte[] verificationData, Guid eventId, Object param)