Trying to access the site that was published, but returns a port 724 connection refused.
Environment: Windows Server 2k8 R2 IIS 7.5, .NET 4.0 Framework, Virtual Machine w/ NAT
I tried to open the 724 port for the inbound and outbound and it doesn't seem to work.
Has anyone encountered this? What am I missing?
Thanks in advance.
No connection could be made because the target machine actively refused it 10.0.40.49:724
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 10.0.40.49:724
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[SocketException (0x274d): No connection could be made because the target machine actively refused it 10.0.40.49:724]
System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) +225
System.Net.Sockets.Socket.Connect(EndPoint remoteEP) +120
System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout) +347
[EndpointNotFoundException: Could not connect to net.tcp://esricaldev2k8sv:724/ApplicationServices/StorageService. The connection attempt lasted for a time span of 00:00:01.0029297. TCP error code 10061: No connection could be made because the target machine actively refused it 10.0.40.49:724. ]
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +9464367
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +345
Geocortex.ApplicationServices.IO.WCFStorage.IWCFStorageService.Create(String applicationName, String instanceName) +0
Geocortex.ApplicationServices.IO.WCFStorage.WCFStorageProvider.CreateChannel() +93
Geocortex.ApplicationServices.IO.WCFStorage.WCFStorageProvider.Geocortex.ApplicationServices.IO.Core.IStorageProvider.AddCallback(String path, String mask, Action`1 action) +201
Geocortex.ApplicationServices.IO.GcxFileSystemWatcher.set_EnableRaisingEvents(Boolean value) +194
Geocortex.Essentials.Configuration.Rest.XmlRestAppSettingsServer..ctor(GcxFileSystemWatcher watcher) +248
Geocortex.Essentials.Configuration.ConfigContext..ctor() +48
Geocortex.Essentials.Configuration.ConfigContext.get_Current() +77
Geocortex.Essentials.Rest.EssentialsRestController..ctor() +11
-
Hi Jonetta,
We use port 724 for an internal service (we call it "Application Services"). If the connection to port 724 is refused, it means that the Geocortex Agent service is not running. Geocortex Agent hosts the Application Services service.
You also may need to run or re-run the post installation for Geocortex Essentials, particularly if the server host name has changed or if it is now participating in a domain. The post installer should reset the internal connections to Application Services - or, throw an error when it tries to do that. Make sure the Agent windows service is running, and set to Automatic startup!
Also, if you have an existing service already running on port 724, you will have problems. These normally show up as a connection timeout rather than a refused connection, since there IS a service there, it just doesn't speak the same protocol that we use. We've only seen this once or twice before - a particular vendor of NAS devices also uses port 724 for administrative connections.
Regards,
-Malcolm
0
Please sign in to leave a comment.
Comments
1 comment