Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 96685 invoked from network); 19 Nov 2008 03:07:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Nov 2008 03:07:06 -0000 Received: (qmail 76277 invoked by uid 500); 19 Nov 2008 03:07:14 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 76259 invoked by uid 500); 19 Nov 2008 03:07:14 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 76249 invoked by uid 99); 19 Nov 2008 03:07:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Nov 2008 19:07:14 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Nov 2008 03:06:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 406BE234C28A for ; Tue, 18 Nov 2008 19:06:44 -0800 (PST) Message-ID: <1578119069.1227064004262.JavaMail.jira@brutus> Date: Tue, 18 Nov 2008 19:06:44 -0800 (PST) From: "Regis Xu (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-6009) [classlib][beans] NPE launching swingset2 example In-Reply-To: <1269011495.1225899584173.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-6009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648900#action_12648900 ] Regis Xu commented on HARMONY-6009: ----------------------------------- I can't recreate it neither, both on M7 and M8, may be caused by different environment? > [classlib][beans] NPE launching swingset2 example > ------------------------------------------------- > > Key: HARMONY-6009 > URL: https://issues.apache.org/jira/browse/HARMONY-6009 > Project: Harmony > Issue Type: Bug > Components: Classlib > Environment: Win32 > Harmony r715566 > Reporter: Tim Ellison > > harmony thorws a NullPointerException when launching swingset2 example > hdk\jdk\jre\bin\java.exe -jar c:\apachecon\swingset\SwingSet2.jar > Uncaught exception in main: > java.lang.reflect.InvocationTargetException > at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) > at java.lang.reflect.Method.invoke(Method.java:317) > at org.apache.harmony.vm.JarRunner.main(JarRunner.java:89) > Caused by: java.lang.NullPointerException > at java.beans.PropertyChangeSupport.doFirePropertyChange(PropertyChangeSupport.java:263) > at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:54) > at java.awt.Component.firePropertyChangeImpl(Component.java:1669) > at java.awt.Component.firePropertyChange(Component.java:1683) > at javax.swing.JComponent.setBorder(JComponent.java:747) > at javax.swing.LookAndFeel.uninstallBorder(LookAndFeel.java:163) > at javax.swing.plaf.basic.BasicInternalFrameUI.uninstallDefaults(BasicInternalFrameUI.java:790) > at javax.swing.plaf.basic.BasicInternalFrameUI.uninstallUI(BasicInternalFrameUI.java:560) > at javax.swing.plaf.metal.MetalInternalFrameUI.uninstallUI(MetalInternalFrameUI.java:105) > at javax.swing.JComponent.setUI(JComponent.java:1294) > at javax.swing.JInternalFrame.setUI(JInternalFrame.java:539) > at javax.swing.JInternalFrame.updateUI(JInternalFrame.java:558) > at javax.swing.SwingUtilities.updateComponentTreeUILevel(SwingUtilities.java:374) > at javax.swing.SwingUtilities.updateComponentTreeUILevel(SwingUtilities.java:386) > at javax.swing.SwingUtilities.updateComponentTreeUILevel(SwingUtilities.java:386) > at javax.swing.SwingUtilities.updateComponentTreeUI(SwingUtilities.java:365) > at SwingSet2.setDemo(SwingSet2.java:726) > at SwingSet2.preloadFirstDemo(SwingSet2.java:684) > at SwingSet2.(SwingSet2.java:225) > at SwingSet2.main(SwingSet2.java:248) > at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) > ... 2 more -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.