You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltacloud.apache.org by "Ronelle Landy (JIRA)" <ji...@apache.org> on 2013/04/05 21:45:15 UTC

[jira] [Created] (DTACLOUD-534) CIMI: GET cimi/systems//{machines, volumes} errors

Ronelle Landy created DTACLOUD-534:
--------------------------------------

             Summary: CIMI: GET cimi/systems/<system_id>/{machines, volumes} errors 
                 Key: DTACLOUD-534
                 URL: https://issues.apache.org/jira/browse/DTACLOUD-534
             Project: DeltaCloud
          Issue Type: Bug
          Components: CIMI/Frontend
         Environment: Deltacloud commit version: d387f0c25ae45ec55ea723aa1052c354efa658d0 + patches from DTACLOUD-525
mock provider
            Reporter: Ronelle Landy


Caveat: very possible that I am missing a patch that was put on the mailing list or attached to a JIRA. Tried to collect up what I need to test, but pretty sure I'm missing something...

I could create a system using a system template provided with the mock driver. Executing a GET /cimi/systems/<system_id>/machines errors out:

(xml or json response produces the same error)

curl -X GET --user "un:pw" "localhost:3001/cimi/systems/mySystem/machines?format=xml"
<?xml version='1.0' encoding='utf-8' ?>
<error status='500' url='/cimi/systems/mySystem/machines'>
  <backend driver='mock' provider='default'></backend>
  <code>500</code>
  <message><![CDATA[undefined method `convert_cimi_mock_urls' for #<Deltacloud::Drivers::Mock::MockDriver:0x00000002718728>]]></message>
  <backtrace>
    <![CDATA[/home/dcloud/workspace/deltacloud/server/lib/deltacloud/drivers/mock/mock_driver_cimi_methods.rb:83:in `block in system_machines'
    /home/dcloud/workspace/deltacloud/server/lib/deltacloud/drivers/mock/mock_driver_cimi_methods.rb:83:in `map'
    /home/dcloud/workspace/deltacloud/server/lib/deltacloud/drivers/mock/mock_driver_cimi_methods.rb:83:in `system_machines'
    /home/dcloud/workspace/deltacloud/server/lib/cimi/service/system_machine.rb:20:in `find'
    /home/dcloud/workspace/deltacloud/server/lib/cimi/service/system_machine.rb:30:in `collection_for_system'
    /home/dcloud/workspace/deltacloud/server/lib/cimi/helpers/cimi_rabbit_helper.rb:89:in `block (2 levels) in generate_system_subcollection_index_operation'
    /usr/local/share/gems/gems/sinatra-rabbit-1.1.6/lib/sinatra/rabbit/base.rb:400:in `instance_eval'
    /usr/local/share/gems/gems/sinatra-rabbit-1.1.6/lib/sinatra/rabbit/base.rb:400:in `block in control'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1415:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1415:in `block in compile!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:944:in `[]'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:944:in `block (3 levels) in route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:960:in `route_eval'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:944:in `block (2 levels) in route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:981:in `block in process_route'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:979:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:979:in `process_route'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:943:in `block in route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:942:in `each'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:942:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1053:in `block in dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1050:in `dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `block in call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:864:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:925:in `forward'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:994:in `route_missing'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:955:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1053:in `block in dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1050:in `dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `block in call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:864:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/showexceptions.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /home/dcloud/workspace/deltacloud/server/lib/sinatra/rack_accept.rb:164:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/showexceptions.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /usr/local/share/gems/gems/rack-accept-0.4.5/lib/rack/accept/context.rb:22:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:925:in `forward'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:994:in `route_missing'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:955:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1053:in `block in dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1050:in `dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `block in call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:864:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:925:in `forward'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:994:in `route_missing'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:955:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1053:in `block in dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1050:in `dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `block in call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:864:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/showexceptions.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /home/dcloud/workspace/deltacloud/server/lib/sinatra/rack_accept.rb:164:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/showexceptions.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /usr/local/share/gems/gems/rack-accept-0.4.5/lib/rack/accept/context.rb:22:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:925:in `forward'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:994:in `route_missing'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:955:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1053:in `block in dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1050:in `dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `block in call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:864:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:925:in `forward'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:994:in `route_missing'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:955:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1053:in `block in dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1050:in `dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `block in call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:864:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/showexceptions.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /home/dcloud/workspace/deltacloud/server/lib/sinatra/rack_accept.rb:164:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/showexceptions.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /usr/local/share/gems/gems/rack-accept-0.4.5/lib/rack/accept/context.rb:22:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:925:in `forward'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:994:in `route_missing'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:955:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1053:in `block in dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1050:in `dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `block in call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:864:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:925:in `forward'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:994:in `route_missing'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:955:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1053:in `block in dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1050:in `dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `block in call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:864:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/showexceptions.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /home/dcloud/workspace/deltacloud/server/lib/sinatra/rack_accept.rb:164:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/showexceptions.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /usr/local/share/gems/gems/rack-accept-0.4.5/lib/rack/accept/context.rb:22:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:925:in `forward'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:994:in `route_missing'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:955:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1053:in `block in dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1050:in `dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `block in call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:864:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:925:in `forward'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:994:in `route_missing'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:955:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1053:in `block in dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1050:in `dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `block in call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:864:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/showexceptions.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /home/dcloud/workspace/deltacloud/server/lib/sinatra/rack_accept.rb:164:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/showexceptions.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /usr/local/share/gems/gems/rack-accept-0.4.5/lib/rack/accept/context.rb:22:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:925:in `forward'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:994:in `route_missing'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:955:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1053:in `block in dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1050:in `dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `block in call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:864:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:925:in `forward'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:994:in `route_missing'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:955:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1053:in `block in dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1050:in `dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `block in call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:864:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/showexceptions.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /home/dcloud/workspace/deltacloud/server/lib/sinatra/rack_accept.rb:164:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/showexceptions.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /usr/local/share/gems/gems/rack-accept-0.4.5/lib/rack/accept/context.rb:22:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:925:in `forward'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:994:in `route_missing'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:955:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1053:in `block in dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1050:in `dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `block in call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:864:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:925:in `forward'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:994:in `route_missing'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:955:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1053:in `block in dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1050:in `dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `block in call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:864:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/showexceptions.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /home/dcloud/workspace/deltacloud/server/lib/sinatra/rack_accept.rb:164:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/showexceptions.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /usr/local/share/gems/gems/rack-accept-0.4.5/lib/rack/accept/context.rb:22:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:925:in `forward'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:994:in `route_missing'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:955:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1053:in `block in dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1050:in `dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `block in call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:864:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:925:in `forward'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:994:in `route_missing'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:955:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1053:in `block in dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1050:in `dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `block in call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:864:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/showexceptions.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /home/dcloud/workspace/deltacloud/server/lib/sinatra/rack_accept.rb:164:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/showexceptions.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /usr/local/share/gems/gems/rack-accept-0.4.5/lib/rack/accept/context.rb:22:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:925:in `forward'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:994:in `route_missing'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:955:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1053:in `block in dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1050:in `dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `block in call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:864:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:925:in `forward'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:994:in `route_missing'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:955:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:951:in `route!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1053:in `block in dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1050:in `dispatch!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `block in call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `block in invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `catch'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1035:in `invoke'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:878:in `call!'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:864:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/showexceptions.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /home/dcloud/workspace/deltacloud/server/lib/sinatra/rack_accept.rb:164:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/showexceptions.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /usr/local/share/gems/gems/rack-accept-0.4.5/lib/rack/accept/context.rb:22:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /home/dcloud/workspace/deltacloud/server/lib/sinatra/rack_driver_select.rb:45:in `call'
    /home/dcloud/workspace/deltacloud/server/lib/sinatra/rack_matrix_params.rb:104:in `call'
    /home/dcloud/workspace/deltacloud/server/lib/sinatra/rack_etag.rb:41:in `call'
    /home/dcloud/workspace/deltacloud/server/lib/sinatra/rack_date.rb:31:in `call'
    /home/dcloud/workspace/deltacloud/server/lib/sinatra/rack_logger.rb:87:in `call'
    /home/dcloud/workspace/deltacloud/server/lib/sinatra/rack_accept.rb:164:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/showexceptions.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /usr/local/share/gems/gems/rack-accept-0.4.5/lib/rack/accept/context.rb:22:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/xss_header.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/path_traversal.rb:16:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/json_csrf.rb:18:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/base.rb:49:in `call'
    /usr/local/share/gems/gems/rack-protection-1.5.0/lib/rack/protection/frame_options.rb:31:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/nulllogger.rb:9:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:172:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1947:in `call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1610:in `block in call'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1693:in `synchronize'
    /usr/local/share/gems/gems/sinatra-1.4.2/lib/sinatra/base.rb:1610:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/urlmap.rb:65:in `block in call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/urlmap.rb:50:in `each'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/urlmap.rb:50:in `call'
    /home/dcloud/workspace/deltacloud/server/lib/sinatra/rack_matrix_params.rb:104:in `call'
    /usr/local/share/gems/gems/rack-1.5.2/lib/rack/builder.rb:138:in `call'
    /usr/local/share/gems/gems/thin-1.5.1/lib/thin/connection.rb:81:in `block in pre_process'
    /usr/local/share/gems/gems/thin-1.5.1/lib/thin/connection.rb:79:in `catch'
    /usr/local/share/gems/gems/thin-1.5.1/lib/thin/connection.rb:79:in `pre_process'
    /usr/local/share/gems/gems/eventmachine-1.0.3/lib/eventmachine.rb:1037:in `call'
    /usr/local/share/gems/gems/eventmachine-1.0.3/lib/eventmachine.rb:1037:in `block in spawn_threadpool']]>
  </backtrace>
  <request>
    <param name='format'><![CDATA["xml"]]></param>
    <param name='splat'><![CDATA[[]]]></param>
    <param name='captures'><![CDATA[[#<NoMethodError: undefined method `convert_cimi_mock_urls' for #<Deltacloud::Drivers::Mock::MockDriver:0x00000002718728>>]]]></param>
  </request>
</error>
[root@qeblade39 cimi]# 




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira