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 191427 - NullPointerException at javax.swing.plaf.basic.BasicProgressBarUI.updateSizes
Summary: NullPointerException at javax.swing.plaf.basic.BasicProgressBarUI.updateSizes
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: All All
: P4 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-28 07:44 UTC by sbentzen
Modified: 2013-01-10 20:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 144014


Attachments
stacktrace (2.31 KB, text/plain)
2010-10-28 07:44 UTC, sbentzen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sbentzen 2010-10-28 07:44:40 UTC
Build: NetBeans IDE 7.0 M2 (Build 201010151251)
VM: Java HotSpot(TM) Client VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows XP

User Comments:
sbentzen: Trying to execute a groovy script with database updates, inside a soapui plugin. It seems that it can not detect the Ojdbc driver that I uses for connection to a oracle database

GUEST: Testing Web Service with SOAP UI




Stacktrace: 
java.lang.NullPointerException
   at javax.swing.plaf.basic.BasicProgressBarUI.updateSizes(BasicProgressBarUI.java:471)
   at javax.swing.plaf.basic.BasicProgressBarUI.getBox(BasicProgressBarUI.java:428)
   at com.sun.java.swing.plaf.windows.WindowsProgressBarUI.getBox(WindowsProgressBarUI.java:225)
   at com.sun.java.swing.plaf.windows.WindowsProgressBarUI.paintIndeterminate(WindowsProgressBarUI.java:279)
   at javax.swing.plaf.basic.BasicProgressBarUI.paint(BasicProgressBarUI.java:393)
   at javax.swing.plaf.ComponentUI.update(ComponentUI.java:143)
Comment 1 sbentzen 2010-10-28 07:44:45 UTC
Created attachment 102694 [details]
stacktrace
Comment 2 matthias42 2013-01-10 20:11:04 UTC
Reassigning to third party - the stacktrace gives no indication to a cause in db module, only soap ui is consistently mentioned.