yuu_nkjm blog


2014-09-18(Thu) [長年日記] 編集

[Aptana] Aptanaが起動できない

Aptanaを起動しようとしたら"java was started by returned exit code=13"というエラーが出た.Eclipseの時にもそんなことがあったので,jvmの位置を設定してみたが,それでも動作しない.このエラーは,aptanaが32bit版のjvmにしか対応していないということらしい.

Aptana Studioのインストールディレクトリ以下のAptanaStudio3.iniに以下を追記したところ,起動するようになった.

-vm
E:\hoge\hoge\jdk1.8.0-32bit\bin\javaw.exe

2014-09-17(Wed) [長年日記] 編集

[Ruby][gem][bundler][Chef][Vagrant][Windows 8] はじめてのVagrant on Windows

SSL回りでエラー.


$ ruby -ropenssl -e 'p OpenSSL::X509::DEFAULT_CERT_FILE'
"C:/Users/Luis/Code/luislavena/knap-build/var/knapsack/software/x64-windows/openssl/1.0.0l/ssl/cert.pem"

こんな絶対パスがハードコーディングされているなんて….

最終的にはWindows上でfork()がないよと言われて諦めた.

ログ

Ruby 2.0.0-p481 (x64)
http://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.0.0-p481-x64.exe?direct
DevKit-mingw64 For use with Ruby 2.0 (x64 – 64bits only)
http://cdn.rubyinstaller.org/archives/devkits/DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe
 
E:\root\home\local\Ruby200-x64\Devkit
ruby dk.rb init
ruby dk.rb install
 
gem install bundler
bundle install --path vendor/bundler
gem install bundler
bundle install --path vendor/bundler
bundle ex berks vendor cookbooks
bundle vagrant up
 
ruby -ropenssl -e 'p OpenSSL::X509::DEFAULT_CERT_FILE'
ruby  -e  'knife ssl check -c /tmp/vagrant-chef-4/solo.rb'
bundle exec knife ssl check -c /tmp/vagrant-chef-2/solo.rb

2014-09-16(Tue) [長年日記] 編集

[Ruby][gem][bundler][Chef][Vagrant][openSUSE] はじめてのVagrant on Linux

Vagrant

使い込む元気はなさそうだけど,Vagrant+Chef-soloによるプロビジョニングデビュー. MAGCruise/MAGCruiseChefを動かすために頑張ってみる.

initialize': Malformed version number string virtualboxというエラーが出た

can't start my VM on Vagrant 1.5.1 · Issue #3195 · mitchellh/vagrantの通り'echo "1.1" > ~/.vagrant.d/setup_version'で解決した.

Chef-SoloでのSSLエラー

vagrant - chef-solo ssl warning when provisioning - Stack Overflowに掲載されているエラーが出たが,実害はなさそうなので,現状ではスルー.

Chefのインストール

GeoCode software.opensuse.org:などからrpmをダウンロードして,インストール.

zypper addrepo obs://devel:languages:ruby:extensions/openSUSE_13.1 "Ruby extensions"
yast2 -i rubygem-chef 
yast2 -i virtualbox
wget http://files.vagrantup.com/packages/a40522f5fabccb9ddabad03d836e120ff5d14093/vagrant_1.3.5_i686.rpm
yast2 -i ./vagrant_1.3.5_i686.rpm
wget http://download.opensuse.org/repositories/devel:/languages:/ruby:/extensions/openSUSE_13.1/x86_64/gecode-3.7.3-2.3.x86_64.rpm
yast2 -i gecode-3.7.3-2.3.x86_64.rpm
yast2 -i geocode-devel
yast2 -i rubygem-openssl-nonblock 
yast2 -i libopenssl-devel 
yast2 -i ruby-build  
yast2 -i gnu-crypto
yast2 -i rubygem-vagrant
yast2 -i ruby19
yast2 -i ruby19-devel
yast2 -i ruby19-devel-extra
yast2 -i rubygem-eventmachine
yast2 -i cpp47

関連ページ


トップ 最新 追記 設定
2006|01|06|12|
2007|06|09|
2008|01|03|04|06|07|08|09|10|12|
2009|01|02|05|06|07|08|10|11|12|
2010|03|04|05|06|07|08|09|10|11|
2011|01|02|03|04|05|06|07|08|09|11|12|
2012|01|02|04|06|07|08|10|11|12|
2013|01|02|03|07|08|10|11|12|
2014|01|02|04|05|06|07|08|09|10|11|
2015|01|02|07|11|12|
2016|01|03|05|07|08|09|