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 155099 - StackOverflowError at org.netbeans.modules.systemtray.SystemTrayOptionsPanelController.isValid
Summary: StackOverflowError at org.netbeans.modules.systemtray.SystemTrayOptionsPanelC...
Status: RESOLVED FIXED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Pluginportal (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: scottg00
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-10 09:15 UTC by graeme_m_ross
Modified: 2009-03-03 03:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 101044


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description graeme_m_ross 2008-12-10 09:15:55 UTC
Build: NetBeans IDE Dev (Build 200812030201)
VM: Java HotSpot(TM) Client VM, 1.6.0-b105, Java(TM) SE Runtime Environment, 1.6.0-b105
OS: Windows XP, 5.1, x86

User Comments:
mathew_t35: Clicked on System Tray tab in the Options window



Stacktrace: 
java.lang.StackOverflowError
        at org.netbeans.modules.options.CategoryModel.getInstance(CategoryModel.java:122)
        at org.netbeans.modules.options.OptionsPanel.dataValid(OptionsPanel.java:210)
        at org.netbeans.modules.options.OptionsDisplayerImpl$OptionsPanelListener.propertyChange(OptionsDisplayerImpl.java:245)
        at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
        at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
        at java.awt.Component.firePropertyChange(Component.java:7865)
Comment 1 Peter Pis 2008-12-10 10:07:57 UTC
Reassigning to core for further evaluation.
Comment 2 Jiri Skrivanek 2008-12-10 10:46:48 UTC
It is problem of org.netbeans.modules.systemtray module but it is not in standard NetBeans distribution.
Comment 3 Jiri Kovalsky 2008-12-10 21:39:12 UTC
Hi Scott, can you please take a look at this? Thanks!
Comment 4 Exceptions Reporter 2009-01-08 16:50:20 UTC
This issue has already 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=101044
Comment 5 scottg00 2009-01-08 21:05:12 UTC
This issue is fixed.  There was an issue with 6.5

A new updated version can be found in the plugin page
http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage.jsp?pluginid=8738

Sorry for the inconvenience.
Scott