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 208388 - NullPointerException: Null group for name=form
Summary: NullPointerException: Null group for name=form
Status: RESOLVED DUPLICATE of bug 208234
Alias: None
Product: ide
Classification: Unclassified
Component: Features On Demand (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-14 12:55 UTC by ttokoly
Modified: 2012-03-02 08:22 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 185063


Attachments
stacktrace (1.32 KB, text/plain)
2012-02-14 12:55 UTC, ttokoly
Details
stacktrace (1.32 KB, text/plain)
2012-02-14 13:03 UTC, ttokoly
Details
stacktrace (1.33 KB, text/plain)
2012-02-14 13:21 UTC, ttokoly
Details
stacktrace (1.32 KB, text/plain)
2012-02-15 07:33 UTC, williambacchi
Details
stacktrace (1.32 KB, text/plain)
2012-02-15 13:27 UTC, Petr Cyhelsky
Details
stacktrace (1.32 KB, text/plain)
2012-02-19 13:57 UTC, jbsabmello
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ttokoly 2012-02-14 12:55:24 UTC
Build: NetBeans IDE Dev (Build 201202140400)
VM: Java HotSpot(TM) Client VM, 22.0-b10, Java(TM) SE Runtime Environment, 1.7.0_02-b13
OS: Linux

User Comments:
ttokoly: Product Version: NetBeans IDE Dev (Build 201202140400)
Java: 1.7.0_02; Java HotSpot(TM) Client VM 22.0-b10
System: Linux version 3.0.0-16-generic running on i386; UTF-8; en_US (nb)

1. Run IDE with clear userdir
2. Just Open some project

This error shows up. Don't know if this is reproducible.




Stacktrace: 
java.lang.NullPointerException: Null group for name=form
   at org.netbeans.core.windows.PersistenceHandler.groupConfigRemoved(PersistenceHandler.java:953)
   at org.netbeans.core.windows.persistence.ModuleChangeHandler$5.run(ModuleChangeHandler.java:537)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:705)
   at java.awt.EventQueue.access$000(EventQueue.java:101)
   at java.awt.EventQueue$3.run(EventQueue.java:666)
Comment 1 ttokoly 2012-02-14 12:55:27 UTC
Created attachment 115699 [details]
stacktrace
Comment 2 ttokoly 2012-02-14 13:03:56 UTC
Created attachment 115700 [details]
stacktrace

Product Version: NetBeans IDE Dev (Build 201202140400)
Java: 1.7.0_02; Java HotSpot(TM) Client VM 22.0-b10
System: Linux version 3.0.0-16-generic running on i386; UTF-8; en_US (nb)

1. Run IDE with clean userdir
2. Open some project

Repeatable. Projects view doesn't work, it show same content as Files view.
Comment 3 ttokoly 2012-02-14 13:21:57 UTC
Created attachment 115702 [details]
stacktrace

Product Version: NetBeans IDE Dev (Build 201202140400)
Java: 1.7.0_03; Java HotSpot(TM) Client VM 22.1-b02
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)

1. Run IDE
2. Open some project

Same problem occurs in Windows XP.
Comment 4 ttokoly 2012-02-14 13:26:47 UTC
It seems that after restart is't ok. Change priority to P2.
Comment 5 Stanislav Aubrecht 2012-02-14 14:12:29 UTC
i couldn't reproduce the exception but when reproducing the steps above the projects window did not change its node after java activation...

Product Version: NetBeans IDE Dev (Build 20120214-25389264a008)
Java: 1.7.0_02; Java HotSpot(TM) Client VM 22.0-b10
System: Windows 7 version 6.1 running on x86; Cp1250; en_US (nb)
Comment 6 williambacchi 2012-02-15 07:33:57 UTC
Created attachment 115734 [details]
stacktrace

I was opening a project
Comment 7 Petr Cyhelsky 2012-02-15 13:27:56 UTC
Created attachment 115752 [details]
stacktrace
Comment 8 Exceptions Reporter 2012-02-15 13:28:02 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=185063
Comment 9 jbsabmello 2012-02-19 13:57:58 UTC
Created attachment 115918 [details]
stacktrace
Comment 10 Jaroslav Tulach 2012-03-02 08:22:20 UTC
No problems after Feb 23, when bug 208234 was fixed. Marking duplicate.

*** This bug has been marked as a duplicate of bug 208234 ***