Salve a tutti,
da un pò di tempo (circa 3 settimane) ho un problema ad avviare le applicazioni che richiedono Javaws..per farmi capire meglio riporto l'errore qui sotto:
com.sun.deploy.net.FailedDownloadException: Impossibile caricare la risorsa: http://download.thenicehand.it/community/BRAVELAND/community.jnlp at com.sun.deploy.net.DownloadEngine.actionDownload(DownloadEngine.java:1347) at com.sun.deploy.net.DownloadEngine.getCacheEntry(DownloadEngine.java:1487) at com.sun.deploy.net.DownloadEngine.getCacheEntry(DownloadEngine.java:1465) at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(DownloadEngine.java:1568) at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(DownloadEngine.java:1496) at com.sun.deploy.net.DownloadEngine.getResource(DownloadEngine.java:217) at com.sun.deploy.net.DownloadEngine.getResource(DownloadEngine.java:201) at com.sun.javaws.Launcher.updateFinalLaunchDesc(Launcher.java:447) at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:232) at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:183) at com.sun.javaws.Launcher.launch(Launcher.java:104) at com.sun.javaws.Main.launchApp(Main.java:403) at com.sun.javaws.Main.continueInSecureThread(Main.java:250) at com.sun.javaws.Main$1.run(Main.java:111) at java.lang.Thread.run(Thread.java:619)
Sapreste aiutarmi?
Grazie





Ciao.
Ho avuto anch'io un problema simile, cioe`, *tutte* le applicazioni Java non riuscivano a collegarsi alla rete.
Giusto ieri ho trovato che e` un bug segnalato in debian.
Cercando in rete (non ho sotto mano l'url) ho trovato che la soluzione e` impostare il parametro
net.ipv6.bindv6only = 0nel file
/etc/sysctl.d/bindv6only.confe poi dare il comando
invoke-rc.d procps restartovviamente entrambe le operazioni devono essere fatte come utente root.
HTH
There are only 10 types of people in the world: those who understand binary and those who don't.