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

netscape.javascript.JSException is thrown from two auto plugin cases on win2000 IE6 platform

XMLWordPrintable

    • x86
    • windows_2000

      Component: deployment/plugin
      Java version: 6u14b07
      Platform: win2000-i586-sp4
      Hardware: x86

      Browser: IE6

      Testcase:LiveConnect/JSWritelnStartTest, JSWritelnTest
       
      Actual behaviour:
      > netscape.javascript.JSException
      > at
      > sun.plugin2.main.client.MessagePassingJSObject.newJSException(Unknown
      > Source)
      > at sun.plugin2.main.client.MessagePassingJSObject.waitForReply(Unknown
      > Source)
      > caused by basic: Starting applet teardown
      > java.lang.InterruptedException
      > at java.lang.Object.wait(Native Method)
      > at java.lang.Object.wait(Object.java:485)
      > at com.sun.deploy.util.DeployAWTUtil.invokeAndWait(Unknown Source)
      > at sun.plugin2.applet.Plugin2Manager.runOnEDT(Unknown Source)
      > at
      > sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown
      > Source)
      > at java.lang.Thread.run(Unknown Source)
      >
      > code example:
      > private JSObject win, doc;
      > htmlText="<p><applet code=WritelnTestApplet.class
      > codebase=../classes name=Applet2 width=320 height=200</applet></p>
      > System.out.println("writeln called "+ medium);
      > Object[] args = {htmlText};
      > doc.call("writeln", args);#########this line throws exception

      Steps to reproduce:Run automation test . test is LiveConnect/JSWritelnStartTest, JSWritelnTest


      BTW, It was also failed in the 6u14b04 test on win2000 platform .

            hdongorcl Hao Dong (Inactive)
            tonyli Tony Li (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: