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 165141 - NullPointerException at org.netbeans.modules.visualweb.insync.models.FacesModel.openJavaUnits
Summary: NullPointerException at org.netbeans.modules.visualweb.insync.models.FacesMod...
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ deva
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-14 09:47 UTC by aperezymadrid
Modified: 2011-01-20 01:06 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 9421


Attachments
stacktrace (1.92 KB, text/plain)
2009-05-14 09:47 UTC, aperezymadrid
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aperezymadrid 2009-05-14 09:47:13 UTC
Build: NetBeans IDE 6.5.1 (Build 200903060201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
smsmithee: Tried to switch to a new project group.

GUEST: adding richfaces framework support

GUEST: Updating Legacy Project run just in time when I close project.

mkubec: I closed shared VW project right after IDE started. The project had unresolved references on appserver.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.visualweb.insync.models.FacesModel.openJavaUnits(FacesModel.java:768)
        at org.netbeans.modules.visualweb.insync.models.FacesModel.syncImpl(FacesModel.java:1061)
        at org.netbeans.modules.visualweb.insync.Model.sync(Model.java:219)
        at org.netbeans.modules.visualweb.insync.ModelSet.processFileDataCreated(ModelSet.java:1012)
        at org.netbeans.modules.visualweb.insync.ModelSet.fileDataCreated(ModelSet.java:963)
        at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:130)
Comment 1 aperezymadrid 2009-05-14 09:47:25 UTC
Created attachment 82104 [details]
stacktrace