Unable to launch the Java Client and Auto Vue – Agile 936
I am using Java 1.8.0.131
and on Java Client Launch i am getting this error
com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://XXXXXXX:7001/JavaClient/lib/apache/xercesImpl.jar
at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
at com.sun.deploy.net.DownloadEngine.downloadResource(Unknown Source)
at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Autovue
com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://XXXXXXX:8080/Filemgr/jVue/jvue.jar
at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
at com.sun.deploy.net.DownloadEngine.downloadResource(Unknown Source)
at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
at com.sun.deploy.cache.ResourceProviderImpl.getResource(Unknown Source)
at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Is any one facing same problem? 2 -3 days back it was working fine.
But all of a sudden yesterday i am facing this issue
Are you facing this issue across all the browsers? From the looks of it, it looks like a security block on downloading content. Can you try as shown in image.
Also, you can check with network team if the port is opened or not. You can do a simple telnet URL : PORTNUMBER to verify the same.
Regards,
Arif