Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 13/08/2014, à 11:52

akselou81

[RESOLU] JAVA 7 Icedtea error sur Xubuntu 14.04

Bonjour à tous, je me permets de poster un probleme avec java n'ayant pas trouvé en français de solution ou explication qui me semble cohérente, ni de post récent.

J'utilise Xubuntu14.04 et j'ai religieusement appliqé les instructions de la page doc ubuntu sur java, à savoir :

sudo apt-get update
sudo apt-get install openjdk-7-jre icedtea-7-plugin

Je peux ouvrir une ou deux applets de jeu java, mais généralement icedtea annonce ERROR et la console java indique ce qui suit :

Error: Unable to fetch applet instance id from Java side.
Error on Java side:
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not initialize applet. For more information click "more information button".     at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:746)     at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:675)     at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:908) Caused by: net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Unknown Main-Class. Could not determine the main class for this application.     at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:681)     at net.sourceforge.jnlp.runtime.JNLPClassLoader. (JNLPClassLoader.java:277)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:351)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:418)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:394)     at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:711)     ... 2 more Caused by: java.lang.ClassNotFoundException: Could not find class a     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader.findClassNonRecursive(JNLPClassLoader.java:2483)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.findClass(JNLPClassLoader.java:1653)     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader.findClass(JNLPClassLoader.java:2496)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:678)     ... 7 more Caused by: java.security.PrivilegedActionException: java.lang.ClassNotFoundException: a     at java.security.AccessController.doPrivileged(Native Method)     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader.findClassNonRecursive(JNLPClassLoader.java:2473)     ... 10 more Caused by: java.lang.ClassNotFoundException: a     at java.net.URLClassLoader$1.run(URLClassLoader.java:366)     at java.net.URLClassLoader$1.run(URLClassLoader.java:355)     at java.security.AccessController.doPrivileged(Native Method)     at java.net.URLClassLoader.findClass(URLClassLoader.java:354)     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader.access$2001(JNLPClassLoader.java:2445)     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader$1.run(JNLPClassLoader.java:2476)     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader$1.run(JNLPClassLoader.java:2474)     ... 12 more 
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not initialize applet. For more information click "more information button".     at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:746)     at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:675)     at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:908) Caused by: net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Unknown Main-Class. Could not determine the main class for this application.     at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:681)     at net.sourceforge.jnlp.runtime.JNLPClassLoader. (JNLPClassLoader.java:277)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:351)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:418)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:394)     at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:711)     ... 2 more Caused by: java.lang.ClassNotFoundException: Could not find class a     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader.findClassNonRecursive(JNLPClassLoader.java:2483)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.findClass(JNLPClassLoader.java:1653)     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader.findClass(JNLPClassLoader.java:2496)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:678)     ... 7 more Caused by: java.security.PrivilegedActionException: java.lang.ClassNotFoundException: a     at java.security.AccessController.doPrivileged(Native Method)     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader.findClassNonRecursive(JNLPClassLoader.java:2473)     ... 10 more Caused by: java.lang.ClassNotFoundException: a     at java.net.URLClassLoader$1.run(URLClassLoader.java:366)     at java.net.URLClassLoader$1.run(URLClassLoader.java:355)     at java.security.AccessController.doPrivileged(Native Method)     at java.net.URLClassLoader.findClass(URLClassLoader.java:354)     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader.access$2001(JNLPClassLoader.java:2445)     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader$1.run(JNLPClassLoader.java:2476)     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader$1.run(JNLPClassLoader.java:2474)     ... 12 more 
net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not initialize applet. For more information click "more information button".     at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:746)     at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:675)     at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:908) Caused by: net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Unknown Main-Class. Could not determine the main class for this application.     at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:681)     at net.sourceforge.jnlp.runtime.JNLPClassLoader. (JNLPClassLoader.java:277)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:351)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:418)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:394)     at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:711)     ... 2 more Caused by: java.lang.ClassNotFoundException: Could not find class a     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader.findClassNonRecursive(JNLPClassLoader.java:2483)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.findClass(JNLPClassLoader.java:1653)     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader.findClass(JNLPClassLoader.java:2496)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:678)     ... 7 more Caused by: java.security.PrivilegedActionException: java.lang.ClassNotFoundException: a     at java.security.AccessController.doPrivileged(Native Method)     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader.findClassNonRecursive(JNLPClassLoader.java:2473)     ... 10 more Caused by: java.lang.ClassNotFoundException: a     at java.net.URLClassLoader$1.run(URLClassLoader.java:366)     at java.net.URLClassLoader$1.run(URLClassLoader.java:355)     at java.security.AccessController.doPrivileged(Native Method)     at java.net.URLClassLoader.findClass(URLClassLoader.java:354)     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader.access$2001(JNLPClassLoader.java:2445)     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader$1.run(JNLPClassLoader.java:2476)     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader$1.run(JNLPClassLoader.java:2474)     ... 12 more 
netx: Initialization Error: Could not initialize applet. (Fatal: Initialization Error: Unknown Main-Class. Could not determine the main class for this application. (Could not find class a ( (a))))
net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not initialize applet. For more information click "more information button".     at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:746)     at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:675)     at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:908) Caused by: net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Unknown Main-Class. Could not determine the main class for this application.     at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:681)     at net.sourceforge.jnlp.runtime.JNLPClassLoader. (JNLPClassLoader.java:277)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:351)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:418)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:394)     at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:711)     ... 2 more Caused by: java.lang.ClassNotFoundException: Could not find class a     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader.findClassNonRecursive(JNLPClassLoader.java:2483)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.findClass(JNLPClassLoader.java:1653)     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader.findClass(JNLPClassLoader.java:2496)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:678)     ... 7 more Caused by: java.security.PrivilegedActionException: java.lang.ClassNotFoundException: a     at java.security.AccessController.doPrivileged(Native Method)     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader.findClassNonRecursive(JNLPClassLoader.java:2473)     ... 10 more Caused by: java.lang.ClassNotFoundException: a     at java.net.URLClassLoader$1.run(URLClassLoader.java:366)     at java.net.URLClassLoader$1.run(URLClassLoader.java:355)     at java.security.AccessController.doPrivileged(Native Method)     at java.net.URLClassLoader.findClass(URLClassLoader.java:354)     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader.access$2001(JNLPClassLoader.java:2445)     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader$1.run(JNLPClassLoader.java:2476)     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader$1.run(JNLPClassLoader.java:2474)     ... 12 more 
netx: Initialization Error: Could not initialize applet. (Fatal: Initialization Error: Unknown Main-Class. Could not determine the main class for this application. (Could not find class a ( (a))))
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
java.lang.ClassNotFoundException: Could not find class a     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader.findClassNonRecursive(JNLPClassLoader.java:2483)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.findClass(JNLPClassLoader.java:1653)     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader.findClass(JNLPClassLoader.java:2496)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:678)     at net.sourceforge.jnlp.runtime.JNLPClassLoader. (JNLPClassLoader.java:277)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:351)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:418)     at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:394)     at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:711)     at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:675)     at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:908) Caused by: java.security.PrivilegedActionException: java.lang.ClassNotFoundException: a     at java.security.AccessController.doPrivileged(Native Method)     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader.findClassNonRecursive(JNLPClassLoader.java:2473)     ... 10 more Caused by: java.lang.ClassNotFoundException: a     at java.net.URLClassLoader$1.run(URLClassLoader.java:366)     at java.net.URLClassLoader$1.run(URLClassLoader.java:355)     at java.security.AccessController.doPrivileged(Native Method)     at java.net.URLClassLoader.findClass(URLClassLoader.java:354)     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader.access$2001(JNLPClassLoader.java:2445)     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader$1.run(JNLPClassLoader.java:2476)     at net.sourceforge.jnlp.runtime.JNLPClassLoader$CodeBaseClassLoader$1.run(JNLPClassLoader.java:2474)     ... 12 more 
Selected proxies: [DIRECT]
Selecting proxy for: socket://web.epiknet.org:80
Selected proxies: [DIRECT]
Selecting proxy for: http://web.epiknet.org/appletV1/a.class
Activate native: http://web.epiknet.org/appletV1/Astero1.361.zip
Activate jar: http://web.epiknet.org/appletV1/Astero1.361.zip
Jars not ready to provide main class
Jars not ready to provide attribute Application-Name
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
JAR http://web.epiknet.org/appletV1/Astero1.361.zip not found. Continuing.
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
JAR http://web.epiknet.org/appletV1/Astero1.361.zip not found. Continuing.
@ /appletV1/Astero1.361.zip
+(ERROR)
Status: CONNECTING DOWNLOAD ERROR STARTED
java.lang.NullPointerException: finalLocation == null     at net.sourceforge.jnlp.cache.ResourceTracker.initializeResource(ResourceTracker.java:792)     at net.sourceforge.jnlp.cache.ResourceTracker.processResource(ResourceTracker.java:628)     at net.sourceforge.jnlp.cache.ResourceTracker.access$600(ResourceTracker.java:79)     at net.sourceforge.jnlp.cache.ResourceTracker$Downloader$1.run(ResourceTracker.java:1235)     at net.sourceforge.jnlp.cache.ResourceTracker$Downloader$1.run(ResourceTracker.java:1233)     at java.security.AccessController.doPrivileged(Native Method)     at net.sourceforge.jnlp.cache.ResourceTracker$Downloader.run(ResourceTracker.java:1233)     at java.lang.Thread.run(Thread.java:744) 
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
Attempted to download http://web.epiknet.org/appletV1/Astero1.361.zip, but failed to connect!
For location=http://web.epiknet.org/appletV1/Astero1.361.zip state=CONNECTING DOWNLOAD STARTED the server returned -1 code for GET request for http://web.epiknet.org/appletV1/Astero1.361.zip
Key : Content-type ,Value : [unknown/unknown]
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
java.io.IOException: Invalid Http response     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:526)     at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)     at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1673)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1671)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1244)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnection(HttpUtils.java:66)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnectionSilently(HttpUtils.java:52)     at net.sourceforge.jnlp.cache.ResourceTracker.getUrlResponseCodeWithRedirectonResult(ResourceTracker.java:907)     at net.sourceforge.jnlp.cache.ResourceTracker.findBestUrl(ResourceTracker.java:955)     at net.sourceforge.jnlp.cache.ResourceTracker.initializeResource(ResourceTracker.java:788)     at net.sourceforge.jnlp.cache.ResourceTracker.processResource(ResourceTracker.java:628)     at net.sourceforge.jnlp.cache.ResourceTracker.access$600(ResourceTracker.java:79)     at net.sourceforge.jnlp.cache.ResourceTracker$Downloader$1.run(ResourceTracker.java:1235)     at net.sourceforge.jnlp.cache.ResourceTracker$Downloader$1.run(ResourceTracker.java:1233)     at java.security.AccessController.doPrivileged(Native Method)     at net.sourceforge.jnlp.cache.ResourceTracker$Downloader.run(ResourceTracker.java:1233)     at java.lang.Thread.run(Thread.java:744) Caused by: java.io.IOException: Invalid Http response     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1342)     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)     at net.sourceforge.jnlp.cache.ResourceTracker.getUrlResponseCodeWithRedirectonResult(ResourceTracker.java:903)     ... 9 more 
Selected proxies: [DIRECT]
Selecting proxy for: socket://web.epiknet.org:80
Selected proxies: [DIRECT]
Selecting proxy for: http://web.epiknet.org/appletV1/Astero1.361.zip
For location=http://web.epiknet.org/appletV1/Astero1.361.zip state=CONNECTING DOWNLOAD STARTED the server returned -1 code for GET request for http://web.epiknet.org/appletV1/Astero1.361.zip
Key : Content-type ,Value : [unknown/unknown]
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
java.io.IOException: Invalid Http response     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:526)     at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)     at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1673)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1671)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1244)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnection(HttpUtils.java:66)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnectionSilently(HttpUtils.java:52)     at net.sourceforge.jnlp.cache.ResourceTracker.getUrlResponseCodeWithRedirectonResult(ResourceTracker.java:907)     at net.sourceforge.jnlp.cache.ResourceTracker.findBestUrl(ResourceTracker.java:955)     at net.sourceforge.jnlp.cache.ResourceTracker.initializeResource(ResourceTracker.java:788)     at net.sourceforge.jnlp.cache.ResourceTracker.processResource(ResourceTracker.java:628)     at net.sourceforge.jnlp.cache.ResourceTracker.access$600(ResourceTracker.java:79)     at net.sourceforge.jnlp.cache.ResourceTracker$Downloader$1.run(ResourceTracker.java:1235)     at net.sourceforge.jnlp.cache.ResourceTracker$Downloader$1.run(ResourceTracker.java:1233)     at java.security.AccessController.doPrivileged(Native Method)     at net.sourceforge.jnlp.cache.ResourceTracker$Downloader.run(ResourceTracker.java:1233)     at java.lang.Thread.run(Thread.java:744) Caused by: java.io.IOException: Invalid Http response     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1342)     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)     at net.sourceforge.jnlp.cache.ResourceTracker.getUrlResponseCodeWithRedirectonResult(ResourceTracker.java:903)     ... 9 more 
Selected proxies: [DIRECT]
Selecting proxy for: socket://web.epiknet.org:80
Selected proxies: [DIRECT]
Selecting proxy for: http://web.epiknet.org/appletV1/Astero1.361.zip
For location=http://web.epiknet.org/appletV1/Astero1.361.zip state=CONNECTING DOWNLOAD STARTED the server returned -1 code for HEAD request for http://web.epiknet.org/appletV1/Astero1.361.zip
Key : Content-type ,Value : [unknown/unknown]
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
java.io.IOException: Invalid Http response     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:526)     at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)     at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1673)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1671)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1244)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnection(HttpUtils.java:66)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnectionSilently(HttpUtils.java:52)     at net.sourceforge.jnlp.cache.ResourceTracker.getUrlResponseCodeWithRedirectonResult(ResourceTracker.java:907)     at net.sourceforge.jnlp.cache.ResourceTracker.findBestUrl(ResourceTracker.java:955)     at net.sourceforge.jnlp.cache.ResourceTracker.initializeResource(ResourceTracker.java:788)     at net.sourceforge.jnlp.cache.ResourceTracker.processResource(ResourceTracker.java:628)     at net.sourceforge.jnlp.cache.ResourceTracker.access$600(ResourceTracker.java:79)     at net.sourceforge.jnlp.cache.ResourceTracker$Downloader$1.run(ResourceTracker.java:1235)     at net.sourceforge.jnlp.cache.ResourceTracker$Downloader$1.run(ResourceTracker.java:1233)     at java.security.AccessController.doPrivileged(Native Method)     at net.sourceforge.jnlp.cache.ResourceTracker$Downloader.run(ResourceTracker.java:1233)     at java.lang.Thread.run(Thread.java:744) Caused by: java.io.IOException: Invalid Http response     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1342)     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)     at net.sourceforge.jnlp.cache.ResourceTracker.getUrlResponseCodeWithRedirectonResult(ResourceTracker.java:903)     ... 9 more 
Selected proxies: [DIRECT]
Selecting proxy for: socket://web.epiknet.org:80
Selected proxies: [DIRECT]
Selecting proxy for: http://web.epiknet.org/appletV1/Astero1.361.zip
For location=http://web.epiknet.org/appletV1/Astero1.361.zip state=CONNECTING DOWNLOAD STARTED the server returned -1 code for HEAD request for http://web.epiknet.org/appletV1/Astero1.361.zip
Key : Content-type ,Value : [unknown/unknown]
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
System logger called with result of 0
java.io.IOException: Invalid Http response     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)     at java.lang.reflect.Constructor.newInstance(Constructor.java:526)     at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1675)     at sun.net.www.protocol.http.HttpURLConnection$6.run(HttpURLConnection.java:1673)     at java.security.AccessController.doPrivileged(Native Method)     at sun.net.www.protocol.http.HttpURLConnection.getChainedException(HttpURLConnection.java:1671)     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1244)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnection(HttpUtils.java:66)     at net.sourceforge.jnlp.util.HttpUtils.consumeAndCloseConnectionSilently(HttpUtils.java:52)     at net.sourceforge.jnlp.cache.ResourceTracker.getUrlResponseCodeWithRedirectonResult(ResourceTracker.java:907)     at net.sourceforge.jnlp.cache.ResourceTracker.findBestUrl(ResourceTracker.java:955)     at net.sourceforge.jnlp.cache.ResourceTracker.initializeResource(ResourceTracker.java:788)     at net.sourceforge.jnlp.cache.ResourceTracker.processResource(ResourceTracker.java:628)     at net.sourceforge.jnlp.cache.ResourceTracker.access$600(ResourceTracker.java:79)     at net.sourceforge.jnlp.cache.ResourceTracker$Downloader$1.run(ResourceTracker.java:1235)     at net.sourceforge.jnlp.cache.ResourceTracker$Downloader$1.run(ResourceTracker.java:1233)     at java.security.AccessController.doPrivileged(Native Method)     at net.sourceforge.jnlp.cache.ResourceTracker$Downloader.run(ResourceTracker.java:1233)     at java.lang.Thread.run(Thread.java:744) Caused by: java.io.IOException: Invalid Http response     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1342)     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468)     at net.sourceforge.jnlp.cache.ResourceTracker.getUrlResponseCodeWithRedirectonResult(ResourceTracker.java:903)     ... 9 more 
Selected proxies: [DIRECT]
Selecting proxy for: socket://web.epiknet.org:80
Selected proxies: [DIRECT]
Selecting proxy for: http://web.epiknet.org/appletV1/Astero1.361.zip
All possible urls for location=http://web.epiknet.org/appletV1/Astero1.361.zip state=CONNECTING DOWNLOAD STARTED : [http://web.epiknet.org/appletV1/Astero1.361.zip, http://web.epiknet.org/appletV1/Astero1.361.zip]
@ /appletV1/Astero1.361.zip
-(CONNECT)
+(CONNECTING)
Status: CONNECTING DOWNLOAD STARTED
@ /appletV1/Astero1.361.zip
+(DOWNLOAD)
Status: CONNECT DOWNLOAD STARTED
@ /appletV1/Astero1.361.zip
+(CONNECT STARTED)
Status: CONNECT STARTED
Jars not ready to provide main class
Jars not ready to provide attribute Application-Name
New classloader: null
        result: null
Jars not ready to provide main class
Jars not ready to provide attribute Application-Name
Acquired shared lock on /tmp/aksel/netx/locks/netx_running to indicate javaws is running
Jars not ready to provide main class
Jars not ready to provide attribute Application-Name
jars length: 1
Jar string: Astero1.361.zip
JNLPRuntime already initialized
Read 82 entries from Firefox's preferences
Found preferences file: /home/aksel/.mozilla/firefox/6rb17udf.default/prefs.js
Using firefox's profiles file: /home/aksel/.mozilla/firefox/profiles.ini
Starting security dialog thread
Started processing of plugin-debug-to-console /run/user/1000/icedteaplugin-aksel-7y81cq/8028-icedteanp-plugin-debug-to-appletviewer
Starting processing of plugin-debug-to-console /run/user/1000/icedteaplugin-aksel-7y81cq/8028-icedteanp-plugin-debug-to-appletviewer
WARNING: key deployment.system.cachedir has no value, setting to default value
No User level deployment.properties found.
java.io.FileNotFoundException: /home/aksel/.config/icedtea-web/deployment.properties (Aucun fichier ou dossier de ce type)     at java.io.FileInputStream.open(Native Method)     at java.io.FileInputStream. (FileInputStream.java:146)     at java.io.FileReader. (FileReader.java:72)     at net.sourceforge.jnlp.config.DeploymentConfiguration.parsePropertiesFile(DeploymentConfiguration.java:650)     at net.sourceforge.jnlp.config.DeploymentConfiguration.findSystemConfigFile(DeploymentConfiguration.java:474)     at net.sourceforge.jnlp.config.DeploymentConfiguration.load(DeploymentConfiguration.java:287)     at net.sourceforge.jnlp.config.DeploymentConfiguration.load(DeploymentConfiguration.java:257)     at net.sourceforge.jnlp.runtime.JNLPRuntime$DeploymentConfigurationHolder.initConfiguration(JNLPRuntime.java:394)     at net.sourceforge.jnlp.runtime.JNLPRuntime$DeploymentConfigurationHolder. (JNLPRuntime.java:389)     at net.sourceforge.jnlp.runtime.JNLPRuntime.getConfiguration(JNLPRuntime.java:424)     at net.sourceforge.jnlp.config.DirectoryValidator. (DirectoryValidator.java:224)     at net.sourceforge.jnlp.config.DeploymentConfiguration.move14AndOlderFilesTo15Structure(DeploymentConfiguration.java:824)     at net.sourceforge.jnlp.config.DeploymentConfiguration.move14AndOlderFilesTo15StructureCatched(DeploymentConfiguration.java:728)     at sun.applet.PluginMain.main(PluginMain.java:139) 
cache: /home/aksel/.cache/icedtea-web file exists:true
config: /home/aksel/.config/icedtea-web file exists: true
System is already following XDG .cache and .config specifications
2: /run/user/1000/icedteaplugin-aksel-7y81cq/8028-icedteanp-plugin-debug-to-appletviewer
1: /run/user/1000/icedteaplugin-aksel-7y81cq/8028-icedteanp-appletviewer-to-plugin
0: /run/user/1000/icedteaplugin-aksel-7y81cq/8028-icedteanp-plugin-to-appletviewer
startup arguments:

ma version java :

$ java -version
java version "1.7.0_55"
OpenJDK Runtime Environment (IcedTea 2.4.7) (7u55-2.4.7-1ubuntu1)
OpenJDK Client VM (build 24.51-b03, mixed mode, sharing)

Quelqu'un pourrait il m'expliquer si j'ai fait une mauvaise manipulation ? je ne comprends pas ce qui m'arrive.....

Merci à tous

Dernière modification par akselou81 (Le 19/08/2014, à 16:38)

Hors ligne

#2 Le 14/08/2014, à 14:34

akselou81

Re : [RESOLU] JAVA 7 Icedtea error sur Xubuntu 14.04

Je me permets de remonter mon sujet. Je vois qu'il n'y a pas de réponse, suis je dans le mauvais forum ? Si oui, ou dois je le déplacer ?

Merci wink

Hors ligne

#3 Le 19/08/2014, à 16:39

akselou81

Re : [RESOLU] JAVA 7 Icedtea error sur Xubuntu 14.04

Problème résolu. Je ferme.

Hors ligne