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 168119 - Exception while attempting to run CPP application in remote box
Summary: Exception while attempting to run CPP application in remote box
Status: RESOLVED DUPLICATE of bug 166406
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-04 11:44 UTC by elishae
Modified: 2009-07-13 14:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description elishae 2009-07-04 11:44:35 UTC
Attempting to run a CPP application remotely fails
Comment 1 elishae 2009-07-04 11:45:27 UTC
below  is the exception stack trace in messages.log

SEVERE [org.openide.util.RequestProcessor]: Error in RequestProcessor
org.netbeans.modules.cnd.makeproject.api.ProjectActionSupport$HandleEvents$4
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:301)
        at org.netbeans.modules.dlight.util.Util.copyResource(Util.java:87)
        at
org.netbeans.modules.dlight.memory.MemoryToolConfigurationProvider.getScriptFile(MemoryToolConfigurationProvider.java:158)
        at
org.netbeans.modules.dlight.memory.MemoryToolConfigurationProvider.initDtraceDataCollectorConfiguration(MemoryToolConfigurationProvider.java:128)
        at
org.netbeans.modules.dlight.memory.MemoryToolConfigurationProvider.create(MemoryToolConfigurationProvider.java:108)
        at org.netbeans.modules.dlight.api.tool.ToolsConfiguration.getToolsSet(ToolsConfiguration.java:124)
        at org.netbeans.modules.dlight.api.tool.DLightConfiguration.getToolsSet(DLightConfiguration.java:116)
        at org.netbeans.modules.cnd.gizmo.options.GizmoOptionsImpl.init(GizmoOptionsImpl.java:120)
        at org.netbeans.modules.cnd.gizmo.GizmoConfigurationOptions.configure(GizmoConfigurationOptions.java:111)
        at org.netbeans.modules.cnd.gizmo.actions.GizmoRunActionHandler.execute(GizmoRunActionHandler.java:159)
        at org.netbeans.modules.cnd.makeproject.api.ProjectActionSupport$HandleEvents.go(ProjectActionSupport.java:338)
        at
org.netbeans.modules.cnd.makeproject.api.ProjectActionSupport$HandleEvents.access$000(ProjectActionSupport.java:155)
        at org.netbeans.modules.cnd.makeproject.api.ProjectActionSupport$HandleEvents$4.run(ProjectActionSupport.java:438)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:577)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1030)
Comment 2 Vladimir Kvashin 2009-07-13 14:40:27 UTC
It's already fixed :-)


*** This issue has been marked as a duplicate of 166406 ***