App-V Error – Application took too long to be ready to interact with the user
Exact Error: The application took too long to be ready to interact with the user, possibly because the system was too busy. Try again in a few minutes. If the problem persists Report the following error code to your System Administrator
Error code: 4604EE8-0B01FE04-0000041E
Solution: seems to be realted to a number of JAVA applications, in this instance it was the Cisco Systems Real Time Monitoring toool
Simply change the OSD file to point to console instead of windows
Change:
<VM VALUE=”Win32″>
<SUBSYSTEM VALUE=”windows“/>
</VM>
To:
<VM VALUE=”Win32″>
<SUBSYSTEM VALUE=”console“/>
</VM>