We have 3 development boxes with
Visual Studio 2012
Azure SDK 1.7
Azure Caching (Preview)
We've downloaded one of the Sample applications for Azure Caching (Preview) and ran it, and one 1 of the development boxes it works, but on 2 the cache host autodiscovery hangs infinitely.
On the hanging machines, the 2 cache services seem to install correctly - after emulator deployment, two cache processes (the discovery service and the cache service?) are listening on various ports. Also, the firewall rule for the cache seems to be added
and deleted. The only problem is that as soon as a DataCache() is instantiated, everything hangs forever. There is no socket time-out either.
There are no obvious error messages in dftmp for the cache plugin, and there is an ETL log file being created.
Co-located or dedicated caching seems to make no difference.
Since there seems to be no documentation on how to not use autodiscovery, but manual host specification, we haven't been able to try whether that would resolve the situation. Perhaps autodiscovery is the only allowed option with Azure Caching (Preview)?
The symptoms are similar to this question:
social.msdn.microsoft.com/Forums/en-US/windowsazuredevelopment/thread/8580689a-a1a1-4db7-bba9-f42c1a90e0db
However, we've never had AppFabric installed, and CacheInstaller does not fail to load assemblies.