Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#35984 - [icedtea-web-java7] error on firefox (browser)

Attached to Project: Arch Linux
Opened by Vincenzo (KinG-InFeT) - Sunday, 30 June 2013, 19:01 GMT
Last edited by Guillaume ALAUX (galaux) - Friday, 12 July 2013, 13:04 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Andreas Radke (AndyRTR)
Guillaume ALAUX (galaux)
Architecture i686
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:


Additional info:
* v1.4
* ERROR:

IcedTea-Web Plugin version: 1.4
Sun Jun 30 21:10:46 CEST 2013
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:789)
at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:717)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:969)
Caused by: net.sourceforge.jnlp.LaunchException: Fatal: Application Error: Unknown Main-Class. Could not determine the main class for this application.
at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:708)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:249)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:382)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:444)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:420)
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:755)
... 2 more

Chain:
1) at Sun Jun 30 21:10:42 CEST 2013
net.sourceforge.jnlp.LaunchException: Fatal: Application Error: Unknown Main-Class. Could not determine the main class for this application.
at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:708)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:249)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:382)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:444)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:420)
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:755)
at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:717)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:969)
2) at Sun Jun 30 21:10:42 CEST 2013
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:789)
at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:717)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:969)
Caused by: net.sourceforge.jnlp.LaunchException: Fatal: Application Error: Unknown Main-Class. Could not determine the main class for this application.
at net.sourceforge.jnlp.runtime.JNLPClassLoader.initializeResources(JNLPClassLoader.java:708)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.<init>(JNLPClassLoader.java:249)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.createInstance(JNLPClassLoader.java:382)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:444)
at net.sourceforge.jnlp.runtime.JNLPClassLoader.getInstance(JNLPClassLoader.java:420)
at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:755)
... 2 more



Steps to reproduce:

Install icedtea-web-java7
reload firefox and check version of java
http://www.java.com/it/download/installed.jsp?detect=jre&try=1

out error....
This task depends upon

Closed by  Guillaume ALAUX (galaux)
Friday, 12 July 2013, 13:04 GMT
Reason for closing:  Not a bug
Comment by Guillaume ALAUX (galaux) - Monday, 01 July 2013, 20:47 GMT
When launched from console, I get lots of these

Caused by: java.io.FileNotFoundException: https://www.java.com/it/download/JavaDetection.jar

Looking at the source of the page, it loads this JNLP:

https://www.java.com/applet/JavaDetection_applet.jnlp

The content of that latter refers to the faulty URI above. It looks like it should have been this:

http://java.com/applet/JavaDetection.jar

So to sum up: sounds like a server side issue!

Loading...