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 166427 - NullPointerException at org.netbeans.modules.groovy.grailsproject.config.BuildConfig.getProjectPluginsDirDefault11
Summary: NullPointerException at org.netbeans.modules.groovy.grailsproject.config.Buil...
Status: RESOLVED WORKSFORME
Alias: None
Product: groovy
Classification: Unclassified
Component: Grails (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hejl
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-02 17:47 UTC by slawekmikula
Modified: 2009-10-14 14:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 152136


Attachments
stacktrace (4.18 KB, text/plain)
2009-06-02 17:47 UTC, slawekmikula
Details

Note You need to log in before you can comment on or make changes to this bug.
Description slawekmikula 2009-06-02 17:47:27 UTC
Build: NetBeans IDE 6.7 RC1 (Build 200905312038)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux, 2.6.28-12-generic, i386

User Comments:
slawekmikula: Does not exactly know when error is reported. Found error after creating connection to the Hudson CI server and watiching build log from one crashed build on hudson.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.groovy.grailsproject.config.BuildConfig.getProjectPluginsDirDefault11(BuildConfig.java:131)
        at org.netbeans.modules.groovy.grailsproject.config.BuildConfig.loadProjectPluginsDirDefault(BuildConfig.java:103)
        at org.netbeans.modules.groovy.grailsproject.config.BuildConfig.<init>(BuildConfig.java:87)
        at org.netbeans.modules.groovy.grailsproject.GrailsProject.<init>(GrailsProject.java:117)
        at org.netbeans.modules.groovy.grailsproject.GrailsProjectFactory.loadProject(GrailsProjectFactory.java:69)
        at org.netbeans.api.project.ProjectManager.createProject(ProjectManager.java:354)
Comment 1 slawekmikula 2009-06-02 17:47:32 UTC
Created attachment 83115 [details]
stacktrace
Comment 2 Petr Hejl 2009-06-24 10:29:32 UTC
Would be great to have some details. Looks like project directory (FileObject) was translated to null File.
Comment 3 Petr Hejl 2009-10-14 14:36:51 UTC
No response and no duplicate. Closing as WORKSFORME.