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 174327 - Can't start Welcome project on Windows
Summary: Can't start Welcome project on Windows
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Andrew Krasny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-12 08:41 UTC by soldatov
Modified: 2009-11-14 16:34 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 soldatov 2009-10-12 08:41:16 UTC
Scenario:
- Create Welcome
- Run it
==> project fails

SEVERE [nativeexecution.support.logger]: Unable to locate bin/nativeexecution/dorun.sh file!
INFO [nativeexecution.support.logger]: Error occurred: {1}
java.io.IOException: The system cannot find the path specified
        at java.io.WinNTFileSystem.createFileExclusively(Native Method)
        at java.io.File.checkAndCreate(File.java:1704)
        at java.io.File.createTempFile(File.java:1792)
        at org.netbeans.modules.nativeexecution.TerminalLocalNativeProcess.create(TerminalLocalNativeProcess.java:131)
        at org.netbeans.modules.nativeexecution.AbstractNativeProcess.createAndStart(AbstractNativeProcess.java:120)
        at org.netbeans.modules.nativeexecution.api.NativeProcessBuilder.call(NativeProcessBuilder.java:167)
        at org.netbeans.modules.nativeexecution.api.NativeProcessBuilder.call(NativeProcessBuilder.java:69)
        at org.netbeans.api.extexecution.ExecutionService$3.call(ExecutionService.java:254)
        at org.netbeans.api.extexecution.ExecutionService$3.call(ExecutionService.java:230)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[catch] at java.lang.Thread.run(Thread.java:619)
INFO [org.netbeans.api.extexecution.ExecutionService]
java.io.IOException: The system cannot find the path specified
        at org.netbeans.modules.nativeexecution.AbstractNativeProcess.createAndStart(AbstractNativeProcess.java:129)
        at org.netbeans.modules.nativeexecution.api.NativeProcessBuilder.call(NativeProcessBuilder.java:167)
        at org.netbeans.modules.nativeexecution.api.NativeProcessBuilder.call(NativeProcessBuilder.java:69)
        at org.netbeans.api.extexecution.ExecutionService$3.call(ExecutionService.java:254)
        at org.netbeans.api.extexecution.ExecutionService$3.call(ExecutionService.java:230)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[catch] at java.lang.Thread.run(Thread.java:619)
Comment 1 Andrew Krasny 2009-10-12 10:38:20 UTC
I cannot reproduce this issue... 

Perhaps there was a regression in one of recent fixes and it was already fixed in the trunk... 
Comment 2 Leonid Lenyashin 2009-10-12 10:44:15 UTC
When just close it as WORKSFORME, and let Valery reopen if it is reproducible with latest bits. 
Comment 3 soldatov 2009-10-12 10:47:59 UTC
I installed latest build from elif, but problem exist
Comment 4 Andrew Krasny 2009-10-12 10:52:33 UTC
The reason is clear. This is because dlight_tester directory was removed from {temp} and was not re-created. 
Workaround - create directory C:\Documents And Settings\tester\Local Settings\Temp\dlight_tester

Will fix shortly. Thanks for report!
(downgrade to P2 as workaround is known ;) )
Comment 5 Andrew Krasny 2009-10-12 12:22:32 UTC
fixed. waiting for hg to push a changeset... 
Comment 6 Andrew Krasny 2009-10-12 14:58:15 UTC
http://hg.netbeans.org/cnd-main/rev/ec9076974605
Comment 7 Quality Engineering 2009-10-14 10:54:24 UTC
Integrated into 'main-golden', will be available in build *200910140201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/ec9076974605
User: Andrew Krasny <akrasny@netbeans.org>
Log: IZ#174327 - Can't start Welcome project on Windows
Comment 8 soldatov 2009-11-14 16:34:42 UTC
verified