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 157945

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

Description sprinx 2009-02-04 22:35:01 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments:
sprinx: Tried to close project

GUEST: creating a servlet

almcosta: oppening a jsf security project

GUEST: The error occured after creating a new project of a web application. The project couldn't be opened due to the NullPointerException. This exception was caused by JSF support I guess. The strange thing is that I haven't chosen any frameworks to include in my project.

sprinx: Tried to close 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:333)
        at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:270)
Comment 1 sprinx 2009-02-04 22:35:07 UTC
Created attachment 76582 [details]
stacktrace