[Bug 1166] New: Applet fails to load using jnlp_href: http://docs.oracle.com/javase/tutorial/deployment/deploymentInDepth/examples/dist/depl_EmbeddingJNLPInWebPage/AppletPage.html

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Fri Sep 14 12:36:43 PDT 2012


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1166

          Priority: P3
            Bug ID: 1166
                CC: unassigned at icedtea.classpath.org
          Assignee: smohammad at redhat.com
           Summary: Applet fails to load using jnlp_href:
                    http://docs.oracle.com/javase/tutorial/deployment/depl
                    oymentInDepth/examples/dist/depl_EmbeddingJNLPInWebPag
                    e/AppletPage.html
          Severity: normal
    Classification: Unclassified
                OS: Linux
          Reporter: smohammad at redhat.com
          Hardware: x86_64
            Status: NEW
           Version: unspecified
         Component: Plugin
           Product: IcedTea-Web

This applet fails to launch:
http://docs.oracle.com/javase/tutorial/deployment/deploymentInDepth/examples/dist/depl_EmbeddingJNLPInWebPage/AppletPage.html

LaunchException is thrown claiming one of the resource is missing. This applet
works fine with proprietary plugin.

LOG:

JAR
http://docs.oracle.com/javase/tutorial/deployment/deploymentInDepth/examples/dist/depl_EmbeddingJNLPInWebPage/dist/applet_ComponentArch_DynamicTreeDemo/DynamicTreeDemo.jar
not found. Continuing.
netx: Initialization Error: Could not initialize applet. (dummy)
netx: Initialization Error: Could not initialize applet. (dummy)
net.sourceforge.jnlp.LaunchException: Fatal: Initialization Error: Could not
initialize applet. 
    at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:754)
    at net.sourceforge.jnlp.Launcher.getApplet(Launcher.java:687)
    at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:905)
Caused by: java.lang.ClassNotFoundException: dummy
    at
net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1611)
    at net.sourceforge.jnlp.Launcher.createApplet(Launcher.java:744)
    ... 2 more
java.lang.NullPointerException
    at net.sourceforge.jnlp.NetxPanel.runLoader(NetxPanel.java:154)
    at sun.applet.AppletPanel.run(AppletPanel.java:379)
    at java.lang.Thread.run(Thread.java:722)
java.lang.NullPointerException
    at sun.applet.AppletPanel.run(AppletPanel.java:429)
    at java.lang.Thread.run(Thread.java:722)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120914/eb7bcf1f/attachment.html 


More information about the distro-pkg-dev mailing list