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 255590 - IllegalStateException: Missing dorun script.
Summary: IllegalStateException: Missing dorun script.
Status: RESOLVED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-27 16:43 UTC by Exceptions Reporter
Modified: 2015-11-02 14:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 220178


Attachments
stacktrace (2.29 KB, text/plain)
2015-09-27 16:43 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-09-27 16:43:11 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.1 Beta (Build 201508041349)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Mac OS X

User Comments:
GUEST: not letting me run a program, doesnt even let me click on the hammer icon to check my code. I just recently fixed my laptop and some files might have been deleted




Stacktrace: 
java.lang.IllegalStateException: Missing dorun script.
   at org.netbeans.modules.cnd.makeproject.api.runprofiles.RunProfile.getDorunScript(RunProfile.java:254)
   at org.netbeans.modules.cnd.makeproject.api.runprofiles.RunProfile.initializeImpl(RunProfile.java:197)
   at org.netbeans.modules.cnd.makeproject.api.runprofiles.RunProfile.<init>(RunProfile.java:160)
   at org.netbeans.modules.cnd.makeproject.api.runprofiles.RunProfile.<init>(RunProfile.java:173)
   at org.netbeans.modules.cnd.makeproject.runprofiles.RunProfileProvider.factoryCreate(RunProfileProvider.java:61)
   at org.netbeans.modules.cnd.makeproject.api.configurations.Configuration.initAuxObjects(Configuration.java:93)
Comment 1 Exceptions Reporter 2015-09-27 16:43:12 UTC
Created attachment 156449 [details]
stacktrace
Comment 2 Alexander Simon 2015-11-02 14:28:32 UTC
It seems something wrong in Netbeans installation.
Needed file (${Netbens}/cnd/bin/dorun.sh) is not found.