CDK 2.1 seems to have a problem installing
ken.chenis Jul 14, 2016 4:32 PMWhen I go through the install, everything seems to work and "succeed", but the next steps in the process/instructions don't work
- There is no cdk menu items or capabilities in JBoss Dev Studio
- There is no openshift box running in virtualbox (or imported)
If I follow the manual install instructions to get the box into virtualbox, when I do vagrant up, it fails with an rsync issue:
==> default: Copying TLS certificates to C:/a_system/DevelopmentSuite/cdk/components/rhel/rhel-ose/.vagrant/machines/default/virtual box/docker
==> default: Rsyncing folder: /cygdrive/c/a_system/DevelopmentSuite/cdk/components/rhel/rhel-ose/ => /vagrant
There was an error when attempting to rsync a synced folder.
Please inspect the error message below for more info.
Host path: /cygdrive/c/a_system/DevelopmentSuite/cdk/components/rhel/rhel-ose/
Guest path: /vagrant
Command: rsync --verbose --archive --delete -z --copy-links --chmod=ugo=rwX --no-perms --no-owner --no-group --rsync-path sudo rsync
-e ssh -p 2222 -o ControlMaster=auto -o ControlPath=C:/Users/chenisk/AppData/Local/Temp/ssh.871 -o ControlPersist=10m -o StrictHost
KeyChecking=no -o IdentitiesOnly=true -o UserKnownHostsFile=/dev/null -i 'C:/a_system/DevelopmentSuite/cdk/components/rhel/rhel-ose/
.vagrant/machines/default/virtualbox/private_key' --exclude .vagrant/ /cygdrive/c/a_system/DevelopmentSuite/cdk/components/rhel/rhel
-ose/ vagrant@127.0.0.1:/vagrant
Error: Could not create directory '/home/chenisk/.ssh'.
Warning: Permanently added '[127.0.0.1]:2222' (ECDSA) to the list of known hosts.
mm_receive_fd: no message header
process_mux_new_session: failed to receive fd 0 from slave
mux_client_request_session: read from master failed: Connection reset by peer
Failed to connect to new control master
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(226) [sender=3.1.2]
where is it trying to create this /home/chenisk/.ssh directory? In the container? Thoughts on how to get around this error? How do I get the JBoss Dev Tools updated so the CDK capabilities are there?
For reference, I did an install on Windows 7 64bit with development-suite-1.0.0-GA-bundle-installer.exe I've done this a couple times, and get the same results each time.
Thanks!