Home » KBArticles » App-V Error – Application took too long to be ready to interact with the user

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

rtmerror

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>

java_fix_appv

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.