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 - 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: _ potingwu
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-04 22:35 UTC by sprinx
Modified: 2009-06-12 10:52 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 27039


Attachments
stacktrace (2.57 KB, text/plain)
2009-02-04 22:35 UTC, sprinx
Details

Note You need to log in before you can comment on or make changes to this bug.
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