[Bug 477] New: NullPointerEx in swing class CompoundBorder method getBorderInsets

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Apr 29 12:06:49 PDT 2010


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=477

           Summary: NullPointerEx in swing class CompoundBorder method
                    getBorderInsets
           Product: IcedTea
           Version: 6-1.6.1
          Platform: x86_64
        OS/Version: Linux
            Status: NEW
          Severity: critical
          Priority: P2
         Component: IcedTea6
        AssignedTo: unassigned at icedtea.classpath.org
        ReportedBy: jacobsallanster at gmail.com


The OpenDS control panel aborts when run using openjdk 6.  It functions
correctly when using the JDK from Sun.

The OpenJDK version that fails is the one that is shipping with Ubuntu.

$ /usr/lib/jvm/java-6-openjdk/bin/java -version
java version "1.6.0_0"
OpenJDK Runtime Environment (IcedTea6 1.6.1) (6b16-1.6.1-3ubuntu3)
OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)

For testing purposes, I installed and used a JDK from Sun.

$ /opt/oracle/java/jdk1.6.0_20/bin/java -version
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode)

$ uname -a
Linux ceshannon 2.6.31-20-generic #58-Ubuntu SMP Fri Mar 12 04:38:19 UTC 2010
x86_64 GNU/Linux

OpenDS is obtained from http://www.opends.org/ or from
http://www.opends.org/promoted-builds/2.2.0/.  Installation instructions are at
https://www.opends.org/wiki/page/InstallationGuide.

The installation will choose a JDK and write this choice into a configuration
file.  Use the environmental variable OPENDS_JAVA_HOME to override this
configuration step.

The directory server OpenDS is installed into a directory OpenDS-2.2.0, which I
will call $OPENDS_HOME for documentation purposes.

To run the directory server:

$ $OPENDS_HOME/bin/start_ds

To start up the control panel:

$ $OPENDS_HOME/bin/control-panel

The stderr trace reads:

Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
        at
javax.swing.border.CompoundBorder.getBorderInsets(CompoundBorder.java:135)
        at
javax.swing.border.CompoundBorder.getBorderInsets(CompoundBorder.java:157)
        at javax.swing.JComponent.setBorder(JComponent.java:1768)
        at
org.opends.guitools.controlpanel.ui.components.ActionButton.<init>(ActionButton.java:131)
        at
org.opends.guitools.controlpanel.ui.MainActionsPane.<init>(MainActionsPane.java:96)
        at
org.opends.guitools.controlpanel.ui.ControlCenterMainPane.<init>(ControlCenterMainPane.java:80)
        at
org.opends.guitools.controlpanel.ControlPanel$2.run(ControlPanel.java:123)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:226)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:602)
        at
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:275)
        at
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:200)
        at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:185)
        at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:177)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:138)


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list