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 160403 - Unbuffer.is64BitExecutable does not work for remote host
Summary: Unbuffer.is64BitExecutable does not work for remote host
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-16 20:11 UTC by Vladimir Kvashin
Modified: 2015-11-24 09:30 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 Vladimir Kvashin 2009-03-16 20:11:50 UTC
Unbuffer.is64BitExecutable always tries to read local file, even if remote host is selected.

There is a warning like
WARNING [cnd.execution.logger]: Executable /Users/vk155633/src/netbeans/main/dist/Debug/GNU-Generic/a1 not found

So far I don't know what are end user consequences.

To reproduce, create a project, select a remote host for it, do *not* build it locally, invoke Run.
Comment 1 Alexander Simon 2015-11-24 09:30:10 UTC
Is it still valid?