Return-Path: X-Original-To: apmail-incubator-deltacloud-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-deltacloud-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A26F930BC for ; Wed, 4 May 2011 20:08:42 +0000 (UTC) Received: (qmail 37468 invoked by uid 500); 4 May 2011 20:08:42 -0000 Delivered-To: apmail-incubator-deltacloud-dev-archive@incubator.apache.org Received: (qmail 37449 invoked by uid 500); 4 May 2011 20:08:42 -0000 Mailing-List: contact deltacloud-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: deltacloud-dev@incubator.apache.org Delivered-To: mailing list deltacloud-dev@incubator.apache.org Received: (qmail 37441 invoked by uid 99); 4 May 2011 20:08:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 May 2011 20:08:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 May 2011 20:08:41 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 3E657C1645 for ; Wed, 4 May 2011 20:08:03 +0000 (UTC) Date: Wed, 4 May 2011 20:08:03 +0000 (UTC) From: "Chris Lalancette (JIRA)" To: deltacloud-dev@incubator.apache.org Message-ID: <1084379080.22714.1304539683252.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (DTACLOUD-37) Exceptions being thrown on deltacloud git HEAD MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Exceptions being thrown on deltacloud git HEAD ---------------------------------------------- Key: DTACLOUD-37 URL: https://issues.apache.org/jira/browse/DTACLOUD-37 Project: DeltaCloud Issue Type: Bug Components: Server Environment: Fedora-14 x86_64, deltacloud git 8cad9b7c0ef143555db21edd2bc42676d0b1c594 (git-svn-id: https://svn.apache.org/repos/asf/incubator/deltacloud/trunk@1099078 13f79535-47bb-0310-9956-ffa450edef68) Reporter: Chris Lalancette Assignee: David Lutterkort Attachments: stacktrace I'm testing out loadbalancer support with libdeltacloud. When I was on deltacloud server git commit dcfa28a345a1ec782b136e31a7f5a871fa1f66c9, I was able to properly run a sequence where I create a loadbalancer in EC2, look up the just created instance by ID, and then delete the loadbalancer. However, since I've updated to 8cad9b7c0ef143555db21edd2bc42676d0b1c594, I am no longer able to successfully delete the loadbalancer. I get an error like: New Aws::Elb using per_thread-connection mode Deleting Load Balancer - lb2 Opening new HTTPS connection to elasticloadbalancing.us-east-1.amazonaws.com:443 warning: peer certificate won't be verified in this SSL session ThreadError - return can't jump across threads: ././server.rb:346 ././lib/sinatra/respond_to.rb:244:in `call' ././lib/sinatra/respond_to.rb:244:in `respond_to' ././server.rb:345 ././lib/sinatra/rabbit.rb:114:in `instance_eval' ././lib/sinatra/rabbit.rb:114:in `DELETE /api/load_balancers/:id' /usr/lib/ruby/gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb:871:in `call' /usr/lib/ruby/gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb:871:in `route' /usr/lib/ruby/gems/1.8/gems/sinatra-1.0/lib/sinatra/base.rb:527:in `instance_eval' I'll attach the full stack trace. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira