JDK-6541135 : 6u2 Regression: Java beans embedded inside VB using ActiveX feature throwing UnsatisfiedLinkError
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u2
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: windows
  • CPU: generic
  • Submitted: 2007-03-30
  • Updated: 2010-12-07
  • Resolved: 2007-04-12
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7
6u2 b02Fixed 7Fixed
Related Reports
Relates :  
Description
Java beans embedded inside Microsoft VB applications using ActiveX feature is throwing following exception:
Exception in thread "Thread-3" java.lang.UnsatisfiedLinkError: sun.plugin.viewer.IExplorerPluginObject.pumpKillFocusMessages()V
	at sun.plugin.viewer.IExplorerPluginObject.pumpKillFocusMessages(Native Method)
	at sun.plugin.viewer.IExplorerPluginObject.waitForNotification(Unknown Source)
	at sun.plugin.viewer.frame.IExplorerEmbeddedFrame.setBean(Unknown Source)
	at sun.plugin.viewer.AxBridgeObject$2.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)


As a result relevant automated ActiveX testcases inside a Plug-in testbase are failing.
Exception also seen with JRE7 nightly builds. 
Please refer to comments section for more information about the problem.

Comments
EVALUATION Fixed in 6u2 b02.
04-04-2007

EVALUATION Please refer to the comment section.
03-04-2007