Return-Path: X-Original-To: apmail-deltacloud-dev-archive@www.apache.org Delivered-To: apmail-deltacloud-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 722C2D41D for ; Sat, 29 Sep 2012 08:03:08 +0000 (UTC) Received: (qmail 16824 invoked by uid 500); 29 Sep 2012 08:03:07 -0000 Delivered-To: apmail-deltacloud-dev-archive@deltacloud.apache.org Received: (qmail 16755 invoked by uid 500); 29 Sep 2012 08:03:07 -0000 Mailing-List: contact dev-help@deltacloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltacloud.apache.org Delivered-To: mailing list dev@deltacloud.apache.org Received: (qmail 16437 invoked by uid 99); 29 Sep 2012 08:03:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Sep 2012 08:03:06 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.87.233.190] (HELO cluster-g.mailcontrol.com) (208.87.233.190) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Sep 2012 08:02:55 +0000 Received: from mail1.fujitsu.com.au (mail1.fujitsu.com.au [216.14.192.229]) by rly28g.srv.mailcontrol.com (MailControl) with ESMTP id q8T82TvE000526 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Sat, 29 Sep 2012 09:02:31 +0100 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail1.fujitsu.com.au (Postfix) with ESMTP id ACDF729D652 for ; Sat, 29 Sep 2012 18:02:28 +1000 (EST) X-Virus-Scanned: amavisd-new at mail1.fujitsu.com.au Received: from mail1.fujitsu.com.au ([127.0.0.1]) by localhost (mail1.fujitsu.com.au [127.0.0.1]) (amavisd-new, port 10024) with LMTP id bhXyn5DNZwNp for ; Sat, 29 Sep 2012 18:02:28 +1000 (EST) Received: from SYD0633.au.fujitsu.com (unknown [137.172.78.131]) by mail1.fujitsu.com.au (Postfix) with ESMTP id 8AB3B29D651 for ; Sat, 29 Sep 2012 18:02:28 +1000 (EST) Received: from mailfilter2.au.fjanz.com (137.172.19.76) by SYD0632.au.fujitsu.com (137.172.78.131) with Microsoft SMTP Server id 8.3.83.0; Sat, 29 Sep 2012 18:02:28 +1000 Received: from RadwareLoad Balancer (137.172.78.70) [137.172.78.70] by mailfilter2.au.fjanz.com - Websense Email Security (7.0.0); Sat, 29 Sep 2012 18:02:28 +1000 Received: from FALEX03.au.fjanz.com ([137.172.72.101]) by SYD0665.au.fjanz.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 29 Sep 2012 18:02:21 +1000 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: NoMethodError - undefined method `underscore' for CIMI::Model::ResourceMetadata:Class Date: Sat, 29 Sep 2012 18:02:20 +1000 Message-ID: <434A0ECB689CAF49A3A2321F30F2AB8322CDD4D5@FALEX03.au.fjanz.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: NoMethodError - undefined method `underscore' for CIMI::Model::ResourceMetadata:Class Thread-Index: Ac2eGAnDtWi1mVjfQD6A1/UZt/H8fw== From: "Koper, Dies" To: X-OriginalArrivalTime: 29 Sep 2012 08:02:21.0031 (UTC) FILETIME=[C08A5F70:01CD9E18] X-SEF-Processed: 7_0_0_00239__2012_09_29_18_02_28 X-Scanned-By: MailControl 9446.0 (www.mailcontrol.com) on 10.71.0.138 ruby bin\start -u http://localhost:3001/cimi then access http://localhost:4001/cimi/cloudEntryPoint gives me: NoMethodError - undefined method `underscore' for CIMI::Model::ResourceMetadata:Class: bin/../lib/entities/cloud_entry_point.rb:21:in `GET /cimi/cloudEntryPoint' bin/../lib/entities/cloud_entry_point.rb:21:in `map' Why? Server was started with ruby bin\deltacloudd -i fgcp -f cimi And seems to have handled the request successfully: 127.0.0.1 - - [29/Sep/2012 17:55:01] "GET /cimi/cloudEntryPoint HTTP/1.1" 200 861 0.0090 This is on Windows 7 with ruby 1.8.7 (2012-02-08 patchlevel 358) [i386-mingw32] And I ran bundle in the server and cimi client directories before running the commands. Cimi client: Gems included by the bundle: * bundler (1.0.22) * haml (3.1.7) * json (1.7.5) * mime-types (1.19) * nokogiri (1.5.5) * rack (1.4.1) * rack-accept (0.4.5) * rack-protection (1.2.0) * rest-client (1.6.7) * sinatra (1.3.3) * sinatra-content-for (0.1) * tilt (1.3.3) Server: Gems included by the bundle: * addressable (2.3.2) * akami (1.2.0) * aws (2.5.7) * builder (3.1.3) * bundler (1.0.22) * cloudfiles (1.5.0.1) * cloudservers (0.4.2) * crack (0.3.1) * daemons (1.1.9) * deltacloud-core (1.0.3) * eventmachine (1.0.0) * excon (0.16.4) * fog (1.6.0) * formatador (0.2.3) * gyoku (0.4.6) * haml (3.1.7) * http_connection (1.4.1) * httpi (1.1.1) * jruby-pageant (1.1.1) * json (1.7.5) * mime-types (1.19) * minitest (4.0.0) * multi_json (1.3.6) * net-scp (1.0.4) * net-ssh (2.6.0) * nokogiri (1.5.5) * nori (1.1.3) * openstack (1.0.6) * rack (1.4.1) * rack-accept (0.4.5) * rack-protection (1.2.0) * rack-test (0.6.2) * rake (0.9.2.2) * rbovirt (0.0.12) * rbvmomi (1.6.0) * require_relative (1.0.3) * rest-client (1.6.7) * ruby-hmac (0.4.0) * savon (1.2.0) * simplecov (0.6.4) * simplecov-html (0.5.3) * sinatra (1.3.3) * sinatra-rabbit (1.1.2) * thin (1.5.0) * tilt (1.3.3) * trollop (2.0) * uuidtools (2.1.3) * vcr (2.2.5) * wasabi (2.5.1) * waz-storage (1.1.4) * webmock (1.8.11) * xml-simple (1.1.1) Cheers, Dies Koper