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 257906 - org.netbeans.modules.vagrant.command.InvalidVagrantExecutableException: Could not run command.
Summary: org.netbeans.modules.vagrant.command.InvalidVagrantExecutableException: Could...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-09 11:05 UTC by mbraybrook
Modified: 2016-02-09 11:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208733


Attachments
stacktrace (3.43 KB, text/plain)
2016-02-09 11:05 UTC, mbraybrook
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mbraybrook 2016-02-09 11:05:06 UTC
This issue was reported manually by mbraybrook.
It already has 2 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_15-b03
OS: Windows 8

User Comments:
GUEST: Vagrant up command crashes

mbraybrook: Added an existing Vagrant root to a project




Stacktrace: 
org.netbeans.modules.vagrant.command.InvalidVagrantExecutableException: Could not run command.
   at org.netbeans.modules.vagrant.command.Vagrant.getResult(Vagrant.java:702)
   at org.netbeans.modules.vagrant.command.Vagrant.getPluginList(Vagrant.java:470)
   at org.netbeans.modules.vagrant.ui.options.PluginsPanel.setPluginList(PluginsPanel.java:89)
   at org.netbeans.modules.vagrant.ui.options.PluginsPanel.init(PluginsPanel.java:78)
   at org.netbeans.modules.vagrant.ui.options.PluginsPanel.<init>(PluginsPanel.java:73)
   at org.netbeans.modules.vagrant.ui.options.VagrantOptionsPanelController.getPanel(VagrantOptionsPanelController.java:118)
Comment 1 mbraybrook 2016-02-09 11:05:08 UTC
Created attachment 158435 [details]
stacktrace