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 173909 - Run fails on Windows or Mac OS
Summary: Run fails on Windows or Mac OS
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Andrew Krasny
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-06 20:00 UTC by soldatov
Modified: 2009-10-09 22:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 159638


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2009-10-06 20:00:33 UTC
Build: NetBeans IDE Dev (Build cnd-main-1826-on-091006)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows XP, 5.1, x86
User comments: Launch sample on Windows

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.cnd.gizmo.GizmoConfigurationOptions.configure(GizmoConfigurationOptions.java:139)
        at org.netbeans.modules.cnd.gizmo.actions.GizmoRunActionHandler.execute(GizmoRunActionHandler.java:174)
        at org.netbeans.modules.cnd.makeproject.api.ProjectActionSupport$HandleEvents.go(ProjectActionSupport.java:343)
        at
org.netbeans.modules.cnd.makeproject.api.ProjectActionSupport$HandleEvents.access$000(ProjectActionSupport.java:159)
        at org.netbeans.modules.cnd.makeproject.api.ProjectActionSupport$HandleEvents$4.run(ProjectActionSupport.java:467)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1084)
Comment 1 soldatov 2009-10-07 07:58:45 UTC
I can't launch any project on Windows (I need switch off profiler in order to start project)
Also I see "???" in Profile|Profile Configuration property
Comment 2 soldatov 2009-10-07 08:19:37 UTC
On MacOS I have same problem
Comment 3 Andrew Krasny 2009-10-07 10:58:05 UTC
Changeset: http://hg.netbeans.org/cnd-main/rev/80eedb635436
Comment 4 Quality Engineering 2009-10-09 22:55:40 UTC
Integrated into 'main-golden', will be available in build *200910091401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/80eedb635436
User: Andrew Krasny <akrasny@netbeans.org>
Log: IZ#173909 - Run fails on Windows or Mac OS