This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 161210 - NullPointerException at sun.swing.table.DefaultTableCellHeaderRenderer.getColumnSortOrder
Summary: NullPointerException at sun.swing.table.DefaultTableCellHeaderRenderer.getCol...
Status: CLOSED INCOMPLETE
Alias: None
Product: soa
Classification: Unclassified
Component: JMS BC (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Venkat Chellasamy
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-26 01:00 UTC by brueva81
Modified: 2009-12-17 22:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 148279


Attachments
stacktrace (2.25 KB, text/plain)
2009-03-26 01:02 UTC, brueva81
Details

Note You need to log in before you can comment on or make changes to this bug.
Description brueva81 2009-03-26 01:00:16 UTC
Build: NetBeans IDE 6.1 (Build 200804211638)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows Vista, 6.0, x86

Stacktrace: 
java.lang.NullPointerException
        at sun.swing.table.DefaultTableCellHeaderRenderer.getColumnSortOrder(DefaultTableCellHeaderRenderer.java:113)
        at com.sun.java.swing.plaf.windows.WindowsTableHeaderUI$XPDefaultRenderer.paint(WindowsTableHeaderUI.java:166)
        at javax.swing.CellRendererPane.paintComponent(CellRendererPane.java:134)
        at javax.swing.plaf.basic.BasicTableHeaderUI.paintCell(BasicTableHeaderUI.java:671)
        at javax.swing.plaf.basic.BasicTableHeaderUI.paint(BasicTableHeaderUI.java:613)
        at javax.swing.plaf.ComponentUI.update(ComponentUI.java:143)
Comment 1 brueva81 2009-03-26 01:02:19 UTC
Created attachment 78875 [details]
stacktrace
Comment 2 Michael Nazarov 2009-03-26 10:19:59 UTC
Would you please provide steps how to reproduce this issue.
Comment 3 brueva81 2009-03-26 12:53:48 UTC
Hi all, sorry for my english, I would try to explain what happen when I was using netbeans and get this error. I 
donwload and installed the SOAPUI plugin from menu plugins in netbeans. Then I follow the tutorial for WS-JAX-RPC web 
services and netbeans plugins from the web page of SoapUI.
In the last part of the tutorial, when I do a Test Case and then I do a Load Test Case, netbeans has to show a new 
screen with the LoadTestCase Editor, then I get the error. But this is strange because all the rest of the tutorial is 
ok but in the last part, when I try the LoadTestCase its the problem.
I'm using Netbeans 6.1 with updates, with Glassfish V2. I hope this help to fix the issue.
Thanks, 
regards.

Comment 4 rajupgl 2009-12-17 22:09:54 UTC
Verified in GFESB2.2 and I haven't see any NullpointerException.Hence closing the issue.