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 163279 - NullPointerException at org.netbeans.modules.visualweb.jsfsupport.container.RaveFacesContext.release
Summary: NullPointerException at org.netbeans.modules.visualweb.jsfsupport.container.R...
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-21 16:23 UTC by ouribeb930
Modified: 2009-04-21 16:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 149897


Attachments
stacktrace (6.87 KB, text/plain)
2009-04-21 16:23 UTC, ouribeb930
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ouribeb930 2009-04-21 16:23:25 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP, 5.1, x86

User Comments:
ouribeb930: Trying to rename project



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.visualweb.jsfsupport.container.RaveFacesContext.release(RaveFacesContext.java:467)
        at org.netbeans.modules.visualweb.jsfsupport.container.FacesContainer.destroy(FacesContainer.java:186)
        at org.netbeans.modules.visualweb.insync.models.FacesModelSet.destroy(FacesModelSet.java:566)
        at org.netbeans.modules.visualweb.insync.ModelSet$OpenProjectsListener.propertyChange(ModelSet.java:138)
        at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
        at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
Comment 1 ouribeb930 2009-04-21 16:23:32 UTC
Created attachment 80610 [details]
stacktrace