[jbosstools-issues] [JBoss JIRA] (JBIDE-22882) vagrant-sshfs plugin prevents CDK server adapter from starting

Rob Stryker (JIRA) issues at jboss.org
Thu Aug 4 15:39:00 EDT 2016


    [ https://issues.jboss.org/browse/JBIDE-22882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13275358#comment-13275358 ] 

Rob Stryker commented on JBIDE-22882:
-------------------------------------

Fails to work on linux:

[rob at rawbdor rhel-ose]$ uname -a 
Linux rawbdor 4.4.13-200.fc22.x86_64 #1 SMP Wed Jun 8 15:59:40 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux



{code}
[rob at rawbdor 20160720]$ vagrant plugin uninstall vagrant-sshfs
Uninstalling the 'vagrant-sshfs' plugin...
[rob at rawbdor 20160720]$ vagrant plugin install ./vagrant-sshfs-1.1.0.issue.41.gem
Installing the './vagrant-sshfs-1.1.0.issue.41.gem' plugin. This can take a few minutes...
/home/rob/.rvm/rubies/ruby-2.2.4/lib/ruby/site_ruby/2.2.0/rubygems/resolver.rb:439:in `resolve_for_zero': Unable to resolve dependency: 'vagrant-sshfs (= 1.1.0.issue.41)' requires 'win32-process (>= 0)' (Gem::UnsatisfiableDependencyError)
	from /home/rob/.rvm/rubies/ruby-2.2.4/lib/ruby/site_ruby/2.2.0/rubygems/resolver.rb:350:in `resolve_for'
	from /home/rob/.rvm/rubies/ruby-2.2.4/lib/ruby/site_ruby/2.2.0/rubygems/resolver.rb:196:in `resolve'
	from /home/rob/.rvm/rubies/ruby-2.2.4/lib/ruby/site_ruby/2.2.0/rubygems/request_set.rb:363:in `resolve'
	from /home/rob/.rvm/rubies/ruby-2.2.4/lib/ruby/site_ruby/2.2.0/rubygems/dependency_installer.rb:483:in `resolve_dependencies'
	from /home/rob/.rvm/rubies/ruby-2.2.4/lib/ruby/site_ruby/2.2.0/rubygems/dependency_installer.rb:383:in `install'
	from /usr/share/vagrant/lib/vagrant/bundler.rb:124:in `block in install_local'
	from /usr/share/vagrant/lib/vagrant/bundler.rb:284:in `block in with_isolated_gem'
	from /home/rob/.rvm/rubies/ruby-2.2.4/lib/ruby/site_ruby/2.2.0/rubygems/user_interaction.rb:45:in `use_ui'
	from /usr/share/vagrant/lib/vagrant/bundler.rb:283:in `with_isolated_gem'
	from /usr/share/vagrant/lib/vagrant/bundler.rb:121:in `install_local'
	from /usr/share/vagrant/lib/vagrant/plugin/manager.rb:47:in `install_plugin'
	from /usr/share/vagrant/plugins/commands/plugin/action/install_gem.rb:37:in `call'
	from /usr/share/vagrant/lib/vagrant/action/warden.rb:34:in `call'
	from /usr/share/vagrant/lib/vagrant/action/builder.rb:116:in `call'
	from /usr/share/vagrant/lib/vagrant/action/runner.rb:66:in `block in run'
	from /usr/share/vagrant/lib/vagrant/util/busy.rb:19:in `busy'
	from /usr/share/vagrant/lib/vagrant/action/runner.rb:66:in `run'
	from /usr/share/vagrant/plugins/commands/plugin/command/base.rb:14:in `action'
	from /usr/share/vagrant/plugins/commands/plugin/command/install.rb:32:in `block in execute'
	from /usr/share/vagrant/plugins/commands/plugin/command/install.rb:31:in `each'
	from /usr/share/vagrant/plugins/commands/plugin/command/install.rb:31:in `execute'
	from /usr/share/vagrant/plugins/commands/plugin/command/root.rb:56:in `execute'
	from /usr/share/vagrant/lib/vagrant/cli.rb:42:in `execute'
	from /usr/share/vagrant/lib/vagrant/environment.rb:301:in `cli'
	from /usr/share/vagrant/bin/vagrant:174:in `<main>'
{code}

If I install win32-process, it errors differently:

{code}
[rob at rawbdor rhel-ose]$ vagrant plugin install win32-process 
Installing the 'win32-process' plugin. This can take a few minutes...
Installed the plugin 'win32-process (0.8.3)'!
[rob at rawbdor rhel-ose]$ vagrant plugin install  ../../../../vagrant-sshfs-1.1.0.issue.41.gem
Installing the '../../../../vagrant-sshfs-1.1.0.issue.41.gem' plugin. This can take a few minutes...
Installed the plugin 'vagrant-sshfs (1.1.0.issue.41)'!
[rob at rawbdor rhel-ose]$ SUB_USERNAME=xxx SUB_PASSWORD=xxx vagrant up
Vagrant failed to initialize at a very early stage:

The plugins failed to load properly. The error message given is
shown below.

unable to resolve type 'uintptr_t'
{code}

> vagrant-sshfs plugin prevents CDK server adapter from starting
> --------------------------------------------------------------
>
>                 Key: JBIDE-22882
>                 URL: https://issues.jboss.org/browse/JBIDE-22882
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: cdk, upstream
>    Affects Versions: 4.4.0.Final
>            Reporter: Alexey Kazakov
>            Assignee: Rob Stryker
>             Fix For: 4.4.1.AM3
>
>
> This is a follow up issue on JBIDE-22604.
> The problem was fixed in CDK 2.1.0 by removing sshfs setup in the default Vagrant file. The original upstream issue still need to be fixed if we want to enable sshfs setup in the default Vagrant file which is used by devstudio by default.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list