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 253212

Summary: IllegalStateException: Peer does not exist while invoking the decreaseComponentCount() method
Product: platform Reporter: misterm <misterm>
Component: Data SystemsAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal CC: jaska_tl
Priority: P4    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 215498
Attachments: stacktrace

Description misterm 2015-06-26 17:06:00 UTC
Build: NetBeans IDE Dev (Build 20150601-12fb145cd552)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b26
OS: Windows 8

User Comments:
jaska_tl: Exception after starting Netbeans

misterm: .




Stacktrace: 
java.lang.IllegalStateException: Peer does not exist while invoking the decreaseComponentCount() method
   at java.awt.Container.decreaseComponentCount(Container.java:4044)
   at java.awt.Component.removeNotify(Component.java:6996)
   at java.awt.Container.removeNotify(Container.java:2820)
   at javax.swing.JComponent.removeNotify(JComponent.java:4767)
   at javax.swing.AbstractButton.removeNotify(AbstractButton.java:1033)
   at java.awt.Container.removeNotify(Container.java:2804)
Comment 1 misterm 2015-06-26 17:06:02 UTC
Created attachment 154407 [details]
stacktrace
Comment 2 Jaroslav Havlin 2015-07-23 11:20:31 UTC
I'm sorry, I cannot reproduce the bug.
It seems to be some minor Swing issue.