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

Summary: NullPointerException at org.netbeans.modules.visualweb.jsfsupport.container.RaveFacesContext.release
Product: obsolete Reporter: ouribeb930 <ouribeb930>
Component: visualwebAssignee: Peter Zavadsky <pzavadsky>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=149897
Issue Type: DEFECT Exception Reporter: 149897
Attachments: stacktrace

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