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 165083 - NullPointerException at java.lang.ProcessBuilder.start
Summary: NullPointerException at java.lang.ProcessBuilder.start
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: D-Light (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Maria Tishkova
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-13 16:02 UTC by sternix
Modified: 2009-07-31 06:31 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 151098


Attachments
stacktrace (7.48 KB, text/plain)
2009-05-13 16:02 UTC, sternix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sternix 2009-05-13 16:02:38 UTC
Build: NetBeans IDE Dev (Build 200905130201)
VM: Java HotSpot(TM) Client VM, 14.0-b15, Java(TM) SE Runtime Environment, 1.6.0_14-ea-b06
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:441)
        at org.netbeans.modules.nativeexecution.support.HostInfoImpl.getLocalHostInfo(HostInfoImpl.java:130)
        at org.netbeans.modules.nativeexecution.support.HostInfoImpl.getHostInfo(HostInfoImpl.java:100)
        at org.netbeans.modules.nativeexecution.support.HostInfoFetcher.getInfo(HostInfoFetcher.java:82)
        at org.netbeans.modules.nativeexecution.api.util.HostInfoUtils.getHostInfo(HostInfoUtils.java:295)
        at org.netbeans.modules.dlight.util.Util.copyResource(Util.java:87)
Comment 1 sternix 2009-05-13 16:02:45 UTC
Created attachment 82065 [details]
stacktrace
Comment 2 Andrew Krasny 2009-05-20 16:00:31 UTC
Not reproducible