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 162796 - NullPointerException at org.netbeans.modules.visualweb.designer.jsf.JsfForm.getMarkupFile
Summary: NullPointerException at org.netbeans.modules.visualweb.designer.jsf.JsfForm.g...
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-16 09:59 UTC by ermanbas
Modified: 2009-04-24 00:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 101561


Attachments
stacktrace (3.42 KB, text/plain)
2009-04-16 09:59 UTC, ermanbas
Details
stacktrace (3.60 KB, text/plain)
2009-04-24 00:09 UTC, soyneto
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ermanbas 2009-04-16 09:59:39 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-b02, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b02
OS: Windows XP, 5.1, x86

User Comments:
GUEST: Trying to preview in browser

GUEST: i try to create IceFaces Visual Page Frgment (jspf-file) with UTF-8 encoding



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.visualweb.designer.jsf.JsfForm.getMarkupFile(JsfForm.java:2931)
        at org.netbeans.modules.visualweb.designer.jsf.JsfForm.getJspDataObject(JsfForm.java:1922)
        at org.netbeans.modules.visualweb.designer.jsf.DesignerServiceHackImpl.getExternalFormFileForElement(DesignerServiceHackImpl.java:1543)
        at org.netbeans.modules.visualweb.insync.action.BrowserPreview.dump(BrowserPreview.java:312)
        at org.netbeans.modules.visualweb.insync.action.BrowserPreview.dump(BrowserPreview.java:482)
        at org.netbeans.modules.visualweb.insync.action.BrowserPreview.dump(BrowserPreview.java:482)
Comment 1 ermanbas 2009-04-16 09:59:45 UTC
Created attachment 80222 [details]
stacktrace
Comment 2 soyneto 2009-04-24 00:09:00 UTC
Build: NetBeans IDE 6.5.1 (Build 200903060201)
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: 
the error ocurr when I try to see a preview on the explorer.

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.visualweb.designer.jsf.JsfForm.getMarkupFile(JsfForm.java:2931)
        at org.netbeans.modules.visualweb.designer.jsf.JsfForm.getJspDataObject(JsfForm.java:1922)
        at org.netbeans.modules.visualweb.designer.jsf.DesignerServiceHackImpl.getExternalFormFileForElement(DesignerServiceHackImpl.java:1543)
        at org.netbeans.modules.visualweb.insync.action.BrowserPreview.dump(BrowserPreview.java:312)
        at org.netbeans.modules.visualweb.insync.action.BrowserPreview.dump(BrowserPreview.java:482)
        at org.netbeans.modules.visualweb.insync.action.BrowserPreview.dump(BrowserPreview.java:482)
Comment 3 soyneto 2009-04-24 00:09:13 UTC
Created attachment 80808 [details]
stacktrace