Forum Discussion

kenlau's avatar
kenlau
New Contributor
15 years ago

Error when installing loadUI

Hello all,

Wondering if you can help me out on this. During installation of loadUI on Windows XP, i get the following message :

Application Error - Unable to import the application
Name : JavaFX Runtime
Publisher :Oracle Corp
From : http://dl.javafx.com

The details page should more information as below :
Error: Unable to load resources : http://dl.javafx.com/1.3/javafx-rt-wind ... 1_b101.jar

Could not launch from cache. Will try online mode. [Some of required resources are not cached.]
#### Java Web Start Error:
#### Unable to load resource: http://dl.javafx.com/1.3/javafx-rt-wind ... 1_b101.jar

Any ideas how to fix it ?

Thanks in advance.

10 Replies

  • Hello,

    It looks like there was an error downloading one of the required JavaFX files from Oracle, which may be caused by temporary network or server issues. Can you try running the installer again and see if the problem persists?

    Regards,
    Dain
    eviware.com
  • kenlau's avatar
    kenlau
    New Contributor
    Hi Dain,

    Thanks for your reply.
    I did try couple of times duirng the day at work and still no luck. Then I installed it on my home PC without any issues.
    Could it be due to the internet settings on my work PC ? certificate or site related setting, etc ?
    Any ideas ?

    regards
    Kenlau
  • kenlau's avatar
    kenlau
    New Contributor
    hi Dain,

    Thanks for your reply.
    Yeah i could download this file when putting the URL in IE.
    We do use a proxy server to the net, and i've already put the ip and port when asked during installation. But still no luck.

    regards
    Kenlau
  • mng's avatar
    mng
    Contributor
    hi,

    i also encounter this problem.
    Unable to import application from http://dl.javafx.com

    com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://dl.javafx.com/1.3/javafx-rt-lazy ... 1_b101.jar
    at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
    at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

    mandy
  • mng's avatar
    mng
    Contributor
    mng wrote:
    hi,

    i also encounter this problem.
    Unable to import application from http://dl.javafx.com

    com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://dl.javafx.com/1.3/javafx-rt-lazy ... 1_b101.jar
    at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
    at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
    at com.sun.javaws.LaunchDownload$DownloadTask.call(Unknown Source)
    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

    mandy


    any update? http://dl.javafx.com still cannot access today.
    or alternate way to install loadUI??
  • Hello,

    The base url http://dl.javafx.com should respond with a 404 (generated by GlassFish) when accessed directly, since it has no index page. If you can access the file: http://dl.javafx.com/1.3/javafx-rt-lazy-windows-i586__V1.3.1_b101.jar from a browser, then the JavaFX server is functioning correctly (it is right now, at the time of writing this). If you're still unable to install loadUI using the installer at this point, then the issue may be related to your proxy settings. If you connect to the Internet via a proxy then this proxy information needs to be entered into the loadUI installer for it to be able to download and install the JavaFX runtime.

    Regards,
    Dain
    eviware.com