Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I have two development virtual machines with Windows 7 32 bit on Virtual Box, with SQL Reporting Services (SQL 2012 Express) and IIS 7 installed. I am using some custom deployment scripts for rs.exe tool to deploy some test reports to SRSS.

Everything works fine when I run my virtual machines without closing them. But when I close a virtual machine with saving its state, and later start it again from the saved state, suddenly my report deployment scripts time out.

To test if Report Server is still running, I opened Internet Explorer (on one machine I have IE 8, and IE 9 on the other machine) and navigate to http://localhost/ReportServer.

IE could not connect, but still IE did not give up like it usually does when opening unresistant addresses. It just stopped forever spinning the Loading icon, so it seems it got some response and got stuck, the same way as my deployment script did.

But when I open http://localhost/ReportServer in Mozilla Firefox, it immediately asks for user credentials, I enter them, and the Report Server loads just fine!

This problem happens on both machines occasionally after starting them from the saved state. I really do not understand, why nor IE, nor my deployment script can connect to the ReportServer, but Firefox can.

I guess, there might be some service got stuck because of saving/restoring the virtual machine. I tried to restart ReportServer itself, but that did not help.

After 20 minutes or more, suddenly everything normalizes and http://localhost/ReportServer is available again from IE and the deployment scripts.

What's going on there? How do I restore ReportServer to normal operation after starting virtual machine from saved state?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.