Hide Forgot
Description of problem: Version-Release number of selected component (if applicable): How reproducible: On RHEV-TLV 100$ Steps to Reproduce: 1. Try to open a console to a VM 2. After some time (looks like a timeout has been reached) pop-up window appears saying "Guest agent is not responsive". At the same time the browser displays few (2-3) pink exception blocks (Uncaught exception occurred). 3. Click OK on "Guest agent is not responsive" message pop-up window. Several seconds later the console window opens. Actual results: Exceptions appear and a silly behavior. Expected results: Not ${actual_result} Additional info:
The root cause of this is that after the console button is clicked the refresh interval is fastened. This causes race condition between getVms and getPools which causes NPEs. It has already been fixed for 3.6.3 (in that instance this issue happened after clicking run, but the root cause is the same). Closing as duplicate *** This bug has been marked as a duplicate of bug 1296458 ***