Issues after upgrading to SDK 2.6

Hi all!

I recently upgraded my solutions to Azure 2.6, the latest. I am using VS2013 update 4. Ever since the update I am facing issues with starting my roles in the local emulator. Getting messages like this:

Microsoft Azure Tools: One or more ports used by the Compute Emulator are currently used by other processes or not opened. To resolve this, please see MSDN documentation at http://msdn.microsoft.com/en-us/library/hh472164.aspx
Microsoft Azure Tools: Warning: Certificate identification setting 'Microsoft.WindowsAzure.Plugins.RemoteAccess.PasswordEncryption' for role 'Tke.Runtime.Worker.EventHubConsumer' specified in the service configuration file is not declared in the service definition file in the Certificate or as part of an SSL endpont
Microsoft Azure Tools: There was no endpoint listening at net.pipe://localhost/dfService/1/IFabricator that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details. 
Server stack trace: 
   at System.ServiceModel.Channels.PipeConnectionInitiator.GetPipeName(Uri uri, IPipeTransportFactorySettings transportFactorySettings)
   at System.ServiceModel.Channels.NamedPipeConnectionPoolRegistry.NamedPipeConnectionPool.GetPoolKey(EndpointAddress address, Uri via)
   at System.ServiceModel.Channels.CommunicationPool`2.TakeConnection(EndpointAddress address, Uri via, TimeSpan timeout, TKey& key)
   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.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 Microsoft.ServiceHosting.Tools.DevelopmentFabric.IFabricator.GetDeploymentEndpointDetails(String deploymentName)
   at Microsoft.ServiceHosting.Tools.DevelopmentFabric.SingleInstanceFabricClient.GetServiceInformation(String tenantName)
Microsoft Azure Tools: One or more ports used by the Compute Emulator are currently used by other processes or not opened. To resolve this, please see MSDN documentation at http://msdn.microsoft.com/en-us/library/hh472164.aspx
Microsoft Azure Tools: One or more ports used by the Compute Emulator are currently used by other processes or not opened. To resolve this, please see MSDN documentation at http://msdn.microsoft.com/en-us/library/hh472164.aspx
Microsoft Azure Tools: One or more ports used by the Compute Emulator are currently used by other processes or not opened. To resolve this, please see MSDN documentation at http://msdn.microsoft.com/en-us/library/hh472164.aspx


This happened for the first time after the update

Please enlighten me!

regards

May 20th, 2015 1:24pm

Hello,

We are researching on the query and would get back to you soon on this.

I apologize for the inconvenience and appreciate your time and patience in this matter.

Regards,
Azam khan

Free Windows Admin Tool Kit Click here and download it now
May 21st, 2015 3:56am

Ok thanks for your feedback. I have to admit that happens sometimes, at undeterministic circumstances. It runs now...don't ask why.

The other thing I have now is when I publish my roles to Azure, after some time they keep restarting all over again :-(

regards

May 21st, 2015 9:24am

Hi,

  Apologize for the delayed Response.
  I hope you are not facing the issue any more.
  If you still observe your roles restarting then I would suggest you follow the below links on how to Debug your deployments. It could be related to your code failing causing the instance to hang or some other issue.
  https://msdn.microsoft.com/en-us/library/azure/gg277962.aspx
  https://msdn.microsoft.com/en-us/library/azure/ff683670.aspx?f=255&MSPPError=-2147217396
  https://msdn.microsoft.com/en-us/library/azure/ee405479.aspx
 
  You may also look into this thread : http://stackoverflow.com/questions/8800571/after-which-type-of-exceptions-crashes-does-an-azure-cloud-instance-perform-rest
 
  If this does not help, I would suggest you create a support ticket and have a Azure support professional look into this issue from the backend.
 
Regards,
Nithin Rathnakar

Free Windows Admin Tool Kit Click here and download it now
May 26th, 2015 3:05am

Hi,

  Apologize for the delayed Response.
  I hope you are not facing the issue any more.
  If you still observe your roles restarting then I would suggest you follow the below links on how to Debug your deployments. It could be related to your code failing causing the instance to hang or some other issue.
  https://msdn.microsoft.com/en-us/library/azure/gg277962.aspx
  https://msdn.microsoft.com/en-us/library/azure/ff683670.aspx?f=255&MSPPError=-2147217396
  https://msdn.microsoft.com/en-us/library/azure/ee405479.aspx
 
  You may also look into this thread : http://stackoverflow.com/questions/8800571/after-which-type-of-exceptions-crashes-does-an-azure-cloud-instance-perform-rest
 
  If this does not help, I would suggest you create a support ticket and have a Azure support professional look into this issue from the backend.
 
Regards,
Nithin Rathnakar

May 26th, 2015 7:04am

Hi,

  Apologize for the delayed Response.
  I hope you are not facing the issue any more.
  If you still observe your roles restarting then I would suggest you follow the below links on how to Debug your deployments. It could be related to your code failing causing the instance to hang or some other issue.
  https://msdn.microsoft.com/en-us/library/azure/gg277962.aspx
  https://msdn.microsoft.com/en-us/library/azure/ff683670.aspx?f=255&MSPPError=-2147217396
  https://msdn.microsoft.com/en-us/library/azure/ee405479.aspx
 
  You may also look into this thread : http://stackoverflow.com/questions/8800571/after-which-type-of-exceptions-crashes-does-an-azure-cloud-instance-perform-rest
 
  If this does not help, I would suggest you create a support ticket and have a Azure support professional look into this issue from the backend.
 
Regards,
Nithin Rathnakar

Free Windows Admin Tool Kit Click here and download it now
May 26th, 2015 7:04am

Hi,

  Apologize for the delayed Response.
  I hope you are not facing the issue any more.
  If you still observe your roles restarting then I would suggest you follow the below links on how to Debug your deployments. It could be related to your code failing causing the instance to hang or some other issue.
  https://msdn.microsoft.com/en-us/library/azure/gg277962.aspx
  https://msdn.microsoft.com/en-us/library/azure/ff683670.aspx?f=255&MSPPError=-2147217396
  https://msdn.microsoft.com/en-us/library/azure/ee405479.aspx
 
  You may also look into this thread : http://stackoverflow.com/questions/8800571/after-which-type-of-exceptions-crashes-does-an-azure-cloud-instance-perform-rest
 
  If this does not help, I would suggest you create a support ticket and have a Azure support professional look into this issue from the backend.
 
Regards,
Nithin Rathnakar

May 26th, 2015 7:04am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics