JDK-6656308 : JNLPSupport: Issues with JNLP SingleInstanceService when used inside an applet
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u10
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows
  • CPU: generic
  • Submitted: 2008-01-29
  • Updated: 2010-04-04
  • Resolved: 2008-02-01
Related Reports
Duplicate :  
Description
It seems SingleInstanceService for applets which allows apps to register themselves as singletons si not working properly or there are some issues with implementation of SingleInstanceListener witin applet environemnt.
Load following applet inside the browser
If you notice log as below then bug is reproduced:

Applet: JNLPSingleInstanceService1 [480x120]
getDocumentBase(): http://nicole1.sfbay.sun.com:8080/plugin_tests/JNLPSupport/applets/AppletBasics/JNLPSingleInstanceService1-jnlp-applet-rel.html
getCodeBase()    : http://nicole1.sfbay.sun.com:8080/plugin_tests/JNLPSupport/applets/AppletBasics/codebasedir/
getAppletInfo()  : null
isActive()       : true
java properties  :
         vendor           : Sun Microsystems Inc.
         version product  : 1.6.0_10
         version platform : 1.6
         max heap size    : 66650112

10: waiting [activations: 0, expected: 2]
9: waiting [activations: 0, expected: 2]
8: waiting [activations: 0, expected: 2]
7: waiting [activations: 0, expected: 2]
6: waiting [activations: 0, expected: 2]
5: waiting [activations: 0, expected: 2]
4: waiting [activations: 0, expected: 2]
3: waiting [activations: 0, expected: 2]
2: waiting [activations: 0, expected: 2]
1: waiting [activations: 0, expected: 2]
         activations: 0, unequal expected: 2 - failed
TestResult failed

Comments
EVALUATION Fixed while initial integration phase, since this was reported within our pre-test cycle by SQE.
01-02-2008