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 158516 - NullPointerException at org.openide.filesystems.FileUtil.createFolder
Summary: NullPointerException at org.openide.filesystems.FileUtil.createFolder
Status: RESOLVED FIXED
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Third-party (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tim Lebedkov
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-13 12:16 UTC by alexx7676
Modified: 2009-11-14 15:18 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 146281


Attachments
stacktrace (3.97 KB, text/plain)
2009-02-13 12:16 UTC, alexx7676
Details
stacktrace (3.97 KB, text/plain)
2009-03-27 07:18 UTC, cahosoft
Details
stacktrace (3.97 KB, text/plain)
2009-03-27 07:19 UTC, cahosoft
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alexx7676 2009-02-13 12:16:29 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
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:
alexx7676: add Google Web Toolkit framework



Stacktrace: 
java.lang.NullPointerException
        at org.openide.filesystems.FileUtil.createFolder(FileUtil.java:497)
        at org.netbeans.modules.gwt4nb.GWTFrameworkProvider.createEntryPoint(GWTFrameworkProvider.java:430)
        at org.netbeans.modules.gwt4nb.GWTFrameworkProvider.access$500(GWTFrameworkProvider.java:69)
        at org.netbeans.modules.gwt4nb.GWTFrameworkProvider$EnableGWTAction.run(GWTFrameworkProvider.java:217)
        at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:120)
        at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:502)
Comment 1 alexx7676 2009-02-13 12:16:51 UTC
Created attachment 76962 [details]
stacktrace
Comment 2 Jiri Kovalsky 2009-02-13 13:01:09 UTC
Tomasz, can you please take a look at this? Thanks!
Comment 3 cahosoft 2009-03-27 07:18:30 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows Vista, 6.0, x86

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at org.openide.filesystems.FileUtil.createFolder(FileUtil.java:497)
        at org.netbeans.modules.gwt4nb.GWTFrameworkProvider.createEntryPoint(GWTFrameworkProvider.java:430)
        at org.netbeans.modules.gwt4nb.GWTFrameworkProvider.access$500(GWTFrameworkProvider.java:69)
        at org.netbeans.modules.gwt4nb.GWTFrameworkProvider$EnableGWTAction.run(GWTFrameworkProvider.java:217)
        at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:120)
        at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:502)
Comment 4 cahosoft 2009-03-27 07:18:41 UTC
Created attachment 78958 [details]
stacktrace
Comment 5 cahosoft 2009-03-27 07:19:33 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows Vista, 6.0, x86

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at org.openide.filesystems.FileUtil.createFolder(FileUtil.java:497)
        at org.netbeans.modules.gwt4nb.GWTFrameworkProvider.createEntryPoint(GWTFrameworkProvider.java:430)
        at org.netbeans.modules.gwt4nb.GWTFrameworkProvider.access$500(GWTFrameworkProvider.java:69)
        at org.netbeans.modules.gwt4nb.GWTFrameworkProvider$EnableGWTAction.run(GWTFrameworkProvider.java:217)
        at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:120)
        at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:502)
Comment 6 cahosoft 2009-03-27 07:19:42 UTC
Created attachment 78959 [details]
stacktrace
Comment 8 Tim Lebedkov 2009-11-14 15:18:03 UTC
-