Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-7026431

MalformedURLException throws in Plugin2Manager on JDK 7

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: P3 P3
    • 7
    • 7
    • deploy
    • x86
    • windows_xp

      It look like that the plugin2 applet has a problem with the firefox 3.6.15.
      Receive freqently a MalformedURLException: no protocol: Dialog.jar

      See the console output and the html source file for details for details.
      But the problem occur about 70% of the cases. When the error occur, need close
      all firefox windows and restart. It seems a thread problem that corrupt some in VM.

      Regression:

      The problem occur also before b132 but never with Java 6.

      Java COnsole log:

      ========================
      Java-Plug-in 1.7.0
      JRE-Version verwenden 1.7.0-ea-b132 Java HotSpot(TM) Client VM
      Benutzer-Home-Verzeichnis = C:\Users\Volker

      ----------------------------------------------------
      c: Konsolenfenster löschen
      f: Objekte in Finalisierungs-Queue finalisieren
      g: Garbage Collect
      h: Diese Hilfemeldung anzeigen
      l: Class Loader-Liste ausgeben
      m: Speicherauslastung drucken
      o: Logging auslösen
      q: Konsole ausblenden
      r: Policy-Konfiguration neu laden
      s: System- und Deployment-Eigenschaften ausgeben
      t: Threadliste ausgeben
      v: Thread-Stack ausgeben
      x: Class Loader-Cache leeren
      0-5: Traceebene auf <n> setzen

      ----------------------------------------------------
      java.net.MalformedURLException: no protocol: Dialog.jar
                      at java.net.URL.<init>(URL.java:583)
                      at java.net.URL.<init>(URL.java:480)
                      at sun.plugin.util.ProgressMonitorAdapter.setProgressFilter(Unknown Source)
                    at sun.plugin2.applet.Plugin2Manager.setupProgress(Unknown Source)
                      at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
                      at java.lang.Thread.run(Thread.java:722)

      HTML Source file:
      ===================
      <html>
      <head>
      <title>i-net HelpDesk</title>
      <link rel="shortcut icon" href="favicon.ico" />
      </head>
      <STYLE TYPE="text/css">
      applet, body, html {width: 100%; height: 100%; margin:0px; padding:0px; position: absolute;}
      /* Der IE6 kann keine 100% Höhe anzeigen, ohne das eine Scrollbar kommt. Darum muss eine Fallunterscheidung gemacht werden */
      * html applet {width: expression(this.parentNode.offsetWidth + 'px'); height: expression(this.parentNode.offsetHeight + 'px'); }
      body {overflow: hidden;}
      </STYLE>

      <body style="margin:0px; padding: 0px;" bgcolor="C6C6C6">
          <APPLET CODE="HelpDesk.class" Codebase="../classes/" Archive="Dialog.jar" align="baseline" width="100%" height="100%">
            <param name="hds.port" Value="8000">
              <param name="hds.port2" Value="8002">
              <param name="hds.splashscreen" value="">
              <param name="hds.theme" value="">
              <param name="hds.dbauth" value="0">
              <param name="ticketid" value="">
              <param name="kb" value="">
              <param name="debug" value="">
              <param name="hds.login" value="true">
              <param name="java_arguments" value="-Xmx192m">
              Um dieses Programm auszuführen, wird eine installierte Sun Java 5 VM oder höher benötigt! Die Java VM muss die gleiche Bit-Anzahl (32Bit/64Bit) wie der Browser haben.
          </APPLET>
      </body>
      </html>

            igor Igor Nekrestyanov (Inactive)
            tyao Ting-Yun Ingrid Yao (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: