System.ServiceModel.EndpointNotFoundException

Hi,

 

In my development-environment I ran into the exception shown below (shown in the eventviewer), for the second time. I'm not able to deploy any longer and restarting the metastorm-deploymentservice has no effect. It seems that only after a full reboot I'm able to continue working.

Anyone who has shared the same exprecience (and maybe has a solution for this)?

 

Thanks in advance.

 

Kind regards,

 

Chris

 

Fatal -> System.ServiceModel.EndpointNotFoundException: Could not connect to net.tcp://sp2010:9000/engine/authentication. The connection attempt lasted for a time span of 00:00:04.0107422. TCP error code 10061: No connection could be made because the target machine actively refused it 192.168.10.1:9000.  ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 192.168.10.1:9000

   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.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.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 Metastorm.Deployment.Core.Authentication.EngineProvider.IAuthenticationOperations.IsMemberOfRole(CultureInfo culture, String userName, String[] roleNames, String password)

   at Metastorm.Deployment.Core.Authentication.EngineProvider.VerifyUser(String userName, String password)

   at Metastorm.Deployment.Core.Authentication.LoginManager.VerifyUser(String userName, String password)

   at Metastorm.Deployment.Core.DeploymentService.Login(String userName, String password) -> 11/1/2011 2:56:26 PM

Tagged: