[
https://issues.jboss.org/browse/JBIDE-22604?page=com.atlassian.jira.plugi...
]
Martin Malina edited comment on JBIDE-22604 at 6/15/16 9:24 AM:
----------------------------------------------------------------
It happens for me on Mac also - CDK 2.1 RC3 +
devstudio-10.0.0.GA-v20160615-0653-B30-installer-standalone.jar .
I tried again with cdk 2.1 from a week ago and it worked. So it's some kind of
regression in cdk 2.1 rc3.
I'm using the same vagrant box for virtualbox (I believe there wasn't a new one).
The plugins are the same version. So the only difference is the Vagrantfile:
{code}
$ diff Vagrantfile ~/jbossqa/cdk2.1.rc3/cdk/components/rhel/rhel-ose/Vagrantfile
14c14
< REQUIRED_PLUGINS = %w(vagrant-service-manager vagrant-registration)
---
REQUIRED_PLUGINS = %w(vagrant-service-manager vagrant-registration
vagrant-sshfs)
49a50,60
config.vm.synced_folder '.', '/vagrant', disabled:
true
if Vagrant::Util::Platform.windows?
target_path =
ENV['USERPROFILE'].gsub(/\\/,'/').gsub(/[[:alpha:]]{1}:/){|s|'/' +
s.downcase.sub(':', '')}
config.vm.synced_folder ENV['USERPROFILE'], target_path, type:
'sshfs', sshfs_opts_append: '-o umask=000 -o uid=1000 -o gid=1000'
else
config.vm.synced_folder ENV['HOME'], ENV['HOME'], type:
'sshfs', sshfs_opts_append: '-o umask=000 -o uid=1000 -o gid=1000'
end
config.vm.provision "shell", inline: <<-SHELL
sudo setsebool -P virt_sandbox_use_fusefs 1
SHELL
{code}
was (Author: mmalina):
It happens for me on Mac also - CDK 2.1 RC3 +
devstudio-10.0.0.GA-v20160615-0653-B30-installer-standalone.jar .
CDK server adapter stuck at starting
------------------------------------
Key: JBIDE-22604
URL:
https://issues.jboss.org/browse/JBIDE-22604
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdk
Affects Versions: 4.4.0.Final
Environment: development-suite-1.0.0-GA-20160615-188-bundle-installer.exe
devstudio 10.0.0.GA-a
CDK 2.1.RC3
Reporter: Jan Richter
Assignee: Rob Stryker
Priority: Blocker
I have installed the development suite using the all-in-1 installer (on 3 different
windows machines now). Every time I try to start CDK using the server adapter it gets
stuck on 'starting'.
In fact the CDK does start up, openshift is running, but no connection is created + the
server adapter is marked as starting and the job (starting CDK) is spinning until it hits
the timeout.
Strange thing is - stopping the job/server adapter at this point will first create the
desired openshift connection and then CDK wil stop.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)