Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-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 6EF7F10DE6 for ; Fri, 23 Jan 2015 21:30:00 +0000 (UTC) Received: (qmail 89002 invoked by uid 500); 23 Jan 2015 21:30:00 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 88954 invoked by uid 500); 23 Jan 2015 21:30:00 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 88935 invoked by uid 99); 23 Jan 2015 21:29:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jan 2015 21:29:59 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of ilya.mailing.lists@gmail.com designates 209.85.192.181 as permitted sender) Received: from [209.85.192.181] (HELO mail-pd0-f181.google.com) (209.85.192.181) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jan 2015 21:29:32 +0000 Received: by mail-pd0-f181.google.com with SMTP id g10so8348872pdj.12; Fri, 23 Jan 2015 13:29:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=hU567rGSLRs9u7BtV0YJAgLstcaZ2SSMUK9j21MumzA=; b=bwOLKcjQQY8QI2kF5qkvbWMcMfWNGZLY4tOq3pqF/xn2eV9UfAfHkVkScQRfhpe6Pq Lkn/5XXz1Klw6TXefLNp4W6XWhbTPj3NBNYyVu52GQ/QK7f4c7lERlqL9CNWGO+8cs9V rz7zVq+GDxE0YiA+nmBfLK9nZn5I4G9Pu8vdwdZqHwiFfhc+dnl6p0L0Kd6W7NOOHn8f liOn01XjMI4543NwoYJkAyXeAJY5olG7uIfhebjylJAx36rcOEfhoJrJbF9u6L2BpAV8 zG9AmiHwWP65dihDnCZtjc8X7NMOX8D1g9ZZWt5YRj0yIGUdY+4FL1/+pk4OkgtPp0OR gNkg== X-Received: by 10.68.228.199 with SMTP id sk7mr14379476pbc.109.1422048570244; Fri, 23 Jan 2015 13:29:30 -0800 (PST) Received: from [0.0.0.0] (dev1.cloudsand.com. [162.243.147.22]) by mx.google.com with ESMTPSA id ob4sm2839965pdb.48.2015.01.23.13.29.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 23 Jan 2015 13:29:29 -0800 (PST) Message-ID: <54C2BD37.8020201@gmail.com> Date: Fri, 23 Jan 2015 13:29:27 -0800 From: ilya musayev User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: issues@cloudstack.apache.org, "dev@cloudstack.apache.org" Subject: Re: [jira] [Commented] (CLOUDSTACK-7907) UI heavily broken References: In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Ok.. so I believe I figured out whats happening. This problem has been causing issues for me for 2 years. I was using safari pointed against CloudStack 4.3.1 env and noticed a trend where my create vm would not work time to time. I initiated "firebug" and went thru the deployment wizard once more, this time i noticed the error: "GET /client/api?command=deployVirtualMachine&response=...layname=kvm03&name=kvm03&group=kvm&_=1422045760139 505 HTTP Version not supported 127m" Then i did some googling and it brought me to this page, which summarizes an issue with Tomcat 6.0.37 and 7.0.37. Versions in between or lower maybe affected. https://issues.apache.org/bugzilla/show_bug.cgi?id=54947 Next is to try this out on version of tomcat that have this patched. What tomcat versions newer than 6.0.37 can be used? Regards ilya PS: Interesting observation, but Chrome would not show this error in "debug mode". So for now, i'm sticking to Safari with Firebug for debugging :) On 12/17/14 5:55 PM, ilya musayev (JIRA) wrote: > [ https://issues.apache.org/jira/browse/CLOUDSTACK-7907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14250989#comment-14250989 ] > > ilya musayev commented on CLOUDSTACK-7907: > ------------------------------------------ > > Alex and Andrija > > Besides management-server.log file, there should also be an api log file, can you see your call there? > > The management server log file should also log this api request, would it be possible to include the log file and 200 lines above and 200 below the api call? > > Regards > ilya > >> UI heavily broken >> ----------------- >> >> Key: CLOUDSTACK-7907 >> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7907 >> Project: CloudStack >> Issue Type: Bug >> Security Level: Public(Anyone can view this level - this is the default.) >> Components: API >> Affects Versions: 4.3.0, 4.4.1 >> Environment: not relevant >> Reporter: Andrija Panic >> Priority: Critical >> >> (A serious one, that we encounter pretty often): >> Issue: I start new VM deloyment wizard, choose template etc.... at the end when I click the finish, when the job should be sent to MGMT server - simply nothing happens - so ajax does't get executed at all, no litle circle spinning etc - no logs in mgmt server, simply ajax doesn't get executed...Same behaviour sometimes happen when I click on "Configure" on the VPC. >> I confirmed behaviour in acs 4.3.0 and I'm still checking in 4.4.1, but I doubt anything has changed >> OR >> 2) >> (not a big issue, however very annoying): >> I filter instances by some account/domain, then click on some instance (view it's properties or whatever), than in the breadcrumb I click back on "instances", and instead of being show the page with all the filtered instances, I get back to the home page of ACS... >> So it doesn't really happens always, but randomly, with different browsers, clearing all cache etc... >> The issue here is that nothing get's logged to MGMT log at all... > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332)