Hi,
For once I was going to open a ticket in JIRA instead of spamming you but of
course JIRA is in maintenace :)
Anyway, I have problems starting deltacloud vsphere driver pointing to a
vsphere server with ip 192.168.29.48
I've tested on my machine which is a Fedora 17 and the dev server which is a
Fedora 16, both with the last version fresh from git and with the 1.0.5 (I
checkout the tag on the git repo to obtain it), here are the results when
trying to list thje instances:
F17 Current: I doesn't even start
/usr/share/rubygems/rubygems/custom_require.rb:36:in `require': cannot load
such file -- json/pure (LoadError)
from /usr/share/rubygems/rubygems/custom_require.rb:36:in `require'
from
/home/xaviern/Dropbox/python/deltacloud/deltacloud-current/server/lib/deltacloud_rack.rb:17:in
`<top (required)>'
from
/home/xaviern/Dropbox/python/deltacloud/deltacloud-current/server/config.ru:23:in
`load'
from
/home/xaviern/Dropbox/python/deltacloud/deltacloud-current/server/config.ru:23:in
`block in <main>'
from /usr/share/gems/gems/rack-1.4.0/lib/rack/builder.rb:51:in
`instance_eval'
from /usr/share/gems/gems/rack-1.4.0/lib/rack/builder.rb:51:in `initialize'
from
/home/xaviern/Dropbox/python/deltacloud/deltacloud-current/server/config.ru:1:in
`new'
from
/home/xaviern/Dropbox/python/deltacloud/deltacloud-current/server/config.ru:1:in
`<main>'
from /usr/share/gems/gems/thin-1.3.1/lib/rack/adapter/loader.rb:36:in `eval'
from /usr/share/gems/gems/thin-1.3.1/lib/rack/adapter/loader.rb:36:in `load'
from
/usr/share/gems/gems/thin-1.3.1/lib/thin/controllers/controller.rb:181:in
`load_rackup_config'
from
/usr/share/gems/gems/thin-1.3.1/lib/thin/controllers/controller.rb:71:in `start'
from /usr/share/gems/gems/thin-1.3.1/lib/thin/runner.rb:185:in `run_command'
from /usr/share/gems/gems/thin-1.3.1/lib/thin/runner.rb:151:in `run!'
from
/home/xaviern/Dropbox/python/deltacloud/deltacloud-current/server/bin/deltacloudd:248:in
`<main>'
F17 1.0.5: Fails silently, I get a "Error loading page" banner after a while
127.0.0.1 - - [06/Dec/2012 10:57:56] "GET /api HTTP/1.1" vsphere 192.168.29.48
200 4218 0.2318
127.0.0.1 - - [06/Dec/2012 10:57:58] "GET /api/instances HTTP/1.1" vsphere
192.168.29.48 401 3064 0.2156
127.0.0.1 - - [06/Dec/2012 10:59:13] "GET /api/instances HTTP/1.1" vsphere
192.168.29.48 200 26743 68.9412
127.0.0.1 - - [06/Dec/2012 11:00:10] "GET /api/instances HTTP/1.1" vsphere
192.168.29.48 200 26743 65.2278
F16 Current:I get a "Error loading page" banner immediatly
192.168.10.10 - - [06/Dec/2012 11:10:17] "GET /api HTTP/1.1" 200 4253 0.2428
E, [2012-12-06T11:10:21.341160 #30132] ERROR -- 500:
[Deltacloud::Exceptions::BackendError] Internal Server Error
192.168.10.10 - - [06/Dec/2012 11:10:22] "GET /api/instances HTTP/1.1" 500
1055223 1.4988
F16 1.0.5:I get a "Error loading page" banner immediatly
192.168.10.10 - - [06/Dec/2012 11:02:04] "GET /api HTTP/1.1" 200 4253 0.2417
192.168.10.10 - - [06/Dec/2012 11:02:07] "GET /api/instances HTTP/1.1" 401 3069
0.0620
E, [2012-12-06T11:02:15.045330 #29995] ERROR -- 500:
[Deltacloud::Exceptions::BackendError] Internal Server Error
192.168.10.10 - - [06/Dec/2012 11:02:15] "GET /api/instances HTTP/1.1" 500
1055199 1.6424
I'm updating my laptop right now and I'll give it a try afterwards.
Any help is greatly appreciated, the project I'm into depends completely of the
deltacloud instance working properly and we are kind of stopped now :)
Regards,
/Xavier