JDK-6799280 : NullPointerExceptions with Lotus Notes Applets
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6
  • Priority: P2
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2009-01-29
  • Updated: 2010-04-04
  • Resolved: 2009-07-21
Related Reports
Relates :  
Description
FULL PRODUCT VERSION :
JVM 1.6.0_10 and 1.6.0_11

ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows XP [Version 5.1.2600]

EXTRA RELEVANT SYSTEM CONFIGURATION :
Lotus Notes Domino 6 Server
Internet Explorer
FireFox
Chrome

A DESCRIPTION OF THE PROBLEM :
I have a Lotus Notes database that I access as a web application. The Domino server makes use of a Java applet to display buttons of a Notes view when it is accessed via the web. JVM versions prior to 1.6.0_10 and 1.6.0_11 has the buttons displayed and functioning correctly (for example 1.6.0_7 was working fine), however, everytime I have 1.6.0_10 or 1.6.0_11 enabled, the buttons are no longer there, and whenever you click the blank area where the buttons are supposed to be, it brings up a sun java console with the following error message:

*******************************************************************************
Error message for JVM 1.6.0_10 :
*******************************************************************************
Java Plug-in 1.6.0_10

Using JRE version 1.6.0_10 Java HotSpot(TM) Client VM

User home directory = C:\Documents and Settings\cayzerr

----------------------------------------------------

c:   clear console window

f:   finalize objects on finalization queue

g:   garbage collect

h:   display this help message

l:   dump classloader list

m:   print memory usage

o:   trigger logging

q:   hide console

r:   reload policy configuration

s:   dump system and deployment properties

t:   dump thread list

v:   dump thread stack

x:   clear classloader cache

0-5: set trace level to <n>

----------------------------------------------------

 

 

java.lang.NullPointerException

            at lotus.notes.apps.actionbar.ActionBar.init(Unknown Source)

            at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)

            at java.lang.Thread.run(Unknown Source)

Exception: java.lang.NullPointerException

java.lang.NullPointerException

            at lotus.notes.apps.actionbar.ActionBar.init(Unknown Source)

            at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)

            at java.lang.Thread.run(Unknown Source)

Exception: java.lang.NullPointerException


REPRODUCIBILITY :
This bug can be reproduced always.

Release Regression From : 6u7
The above release value was the last known release where this 
bug was not reproducible. Since then there has been a regression.