mmoser18
13 years agoFrequent Contributor
loadUI startup fundamentally flawed
Alas, I have to state that the current way that loadUI starts up is fundamentally flawed!
I am trying to use it in our server room but that environment is heavily shielded by firewalls. Whenever I try to start loadUI in there (i.e. while I cannot reach the internet) it crashes on startup with:
Wrapped Exception:
So, exactly in such environments that I would consider a "natural habitat" for loadUI it is unusable! That's really annoying and a pitty...
M.
I am trying to use it in our server room but that environment is heavily shielded by firewalls. Whenever I try to start loadUI in there (i.e. while I cannot reach the internet) it crashes on startup with:
com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://dl.javafx.com/1.3/javafx-rt-windows-i586__V1.3.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.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Wrapped Exception:
java.net.SocketException: Permission denied: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
...
So, exactly in such environments that I would consider a "natural habitat" for loadUI it is unusable! That's really annoying and a pitty...

M.