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 178835 - NullPointerException at org.netbeans.modules.web.jsf.editor.facelets.FaceletsLibrarySupport.<init>
Summary: NullPointerException at org.netbeans.modules.web.jsf.editor.facelets.Facelets...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-18 03:28 UTC by Petr Jiricka
Modified: 2010-04-10 16:30 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 163746


Attachments
stacktrace (1.82 KB, text/plain)
2009-12-18 03:28 UTC, Petr Jiricka
Details
stacktrace (1.70 KB, text/plain)
2009-12-18 06:15 UTC, Petr Jiricka
Details
stacktrace (1.70 KB, text/plain)
2010-02-11 05:16 UTC, zkirill
Details
stacktrace (1.70 KB, text/plain)
2010-04-10 16:30 UTC, alex_s
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Jiricka 2009-12-18 03:28:30 UTC
Build: NetBeans IDE Dev (Build web-main-2303-on-091218)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.3-b01-101, Java(TM) SE Runtime Environment, 1.6.0_17-b04-248-9M3125
OS: Mac OS X, 10.5.8, x86_64

User Comments:
pjiricka: I was in the New Web Application wizard, but "Opening projects" was in progress at the same time.



Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.jsf.editor.facelets.FaceletsLibrarySupport.<init>(FaceletsLibrarySupport.java:102)
   at org.netbeans.modules.web.jsf.editor.JsfSupport.<init>(JsfSupport.java:125)
   at org.netbeans.modules.web.jsf.editor.JsfSupport.findFor(JsfSupport.java:101)
   at org.netbeans.modules.web.jsf.editor.index.JsfIndexer$Factory.scanFinished(JsfIndexer.java:134)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.scanFinished(RepositoryUpdater.java:1496)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSource(RepositoryUpdater.java:3142)
Comment 1 Petr Jiricka 2009-12-18 03:28:35 UTC
Created attachment 92744 [details]
stacktrace
Comment 2 Petr Jiricka 2009-12-18 06:15:34 UTC
Created attachment 92754 [details]
stacktrace
Comment 3 Petr Jiricka 2009-12-18 06:16:34 UTC
This keeps popping up all the time, changing priority to P2.
Comment 4 Marek Fukala 2009-12-21 04:28:17 UTC
OTOH I belive this exception may *start* to happen only under some weird and unlikely circumstances (a classpath cannot be got for the module's folder during the startup). Restaring the ide or just reopening the project should help.
Comment 5 Marek Fukala 2009-12-21 05:41:03 UTC
fixed in web-main#9de70734c311
Comment 6 Quality Engineering 2009-12-21 23:38:52 UTC
Integrated into 'main-golden', will be available in build *200912220201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/9de70734c311
User: Marek Fukala <mfukala@netbeans.org>
Log: #178835 -  NullPointerException at org.netbeans.modules.web.jsf.editor.facelets.FaceletsLibrarySupport.<init>
Comment 7 zkirill 2010-02-11 05:16:24 UTC
Created attachment 94076 [details]
stacktrace
Comment 8 alex_s 2010-04-10 16:30:12 UTC
Created attachment 97014 [details]
stacktrace