-
Bug
-
Resolution: Duplicate
-
P4
-
None
-
6u14
-
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 .
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 .
- duplicates
-
JDK-6907188 Chrome: netscape.javascript.JSException getting thrown while running some liveconnect scenarios
- Closed