I have a Java app that requires an older version of Java 1.6.0_43 or 1.6.0_45 (either one is fine..I chose '45' for the Thinapp).
I've had this app in production for nearly 2 years with no issues. It appears when the VM has 1.6.0_85 Java and IE11 installed, the application breaks. If a pool has either Java '85' OR IE11, the app works fine.
I rebuilt the Thinapp from scratch on a clean VM machine with IE 11 installed as the default browser. If I set the default ISO mode to MERGED (original Thinapp was set to WRITE COPY), I get to the point when IE launches and I get the following error
"C:\progra~2\java\jre6\bin\ssvagent.exe" The service cannot accept control messages at this time.
Typically, I would include the system installed IE as an entry point and add a CommandLine entry in the package.ini to point to the specific URL location for the application.
For testing, I omitted the CommandLine entry and manually typed in the URL once I launched the IE11 entry point
Captured Win7/64bit
Deployed Win7/64bit
any assistance would be appreciated.