There is no fix for this, only a workaround that can be applied to resolve or reduce the issue. There are a few steps involved to the work around.
On the Application Server
- Backup $VOYENCE_HOME/jboss/server/vc-server/deploy/messaging/remoting-bisocket-service.xml
- Open $VOYENCE_HOME/jboss/server/vc-server/deploy/messaging/remoting-bisocket-service.xml
- Locate the parameter (<attribute name="failureDisconnectTimeout" isParam="true">0</attribute> )
- Modify the 0 to 1000 (This value can be 5000 or 10000 as needed)
- Locate the parameter <attribute name="pingFrequency" isParam="true">30000</attribute>
- Modify the 30000 to -1
- Restart the vcmaster services
On the client jumpbox
- Ensure that 64bit version of Java is installed and running
- Clear the java cache
Hold down the Windows Key and press R or go to Start>Run
Type "javaws -uninstall" without quotes, then select "OK".
You should see a pause then the cache will then be cleared. No notification will appear to tell you the command was successful.
You could also run this command from a command prompt.
Open the browser window to https://<AS_IP>:8880/voyence/powerup.jnlp to download a new copy of the jnlp. (AS_IP= The Application Server IP, hostname or FQDN).
Continue to use the application without freeze issue