Aran Dekar
Aran Dekar

Reputation: 481

Azure cache worker role dies (times out) after several minutes

I am using Azure cache worker role and after upgrading to windows 8 and visual studio 2012, when I run the application after 1 to 10 minutes the cache object times out, I tried to create a small project and test the scenario, it happens in that application too. when it dies, I have to restart the application or refresh the web page several times until the cache comes alive. Could anyone please help me out? Thanks, Aran

Upvotes: 1

Views: 253

Answers (1)

Karthik Rathinavelu
Karthik Rathinavelu

Reputation: 36

Things you could try

1) Make sure you've enabled diagnostics for cache server and your cache client. Follow the link in http://msdn.microsoft.com/en-us/library/windowsazure/hh914135.aspx

2) I'm assuming the issue occurs only in the devfabric deployment. You can check the cache role logs in devfabric console to ascertain any issues that are getting reported. Event logs in Windows Azure channel or Application Server channel will also be of help.

3) You can deploy your test project in cloud and see if the issue is getting reproduced there.

Upvotes: 2

Related Questions