Return-Path: X-Original-To: apmail-airavata-dev-archive@www.apache.org Delivered-To: apmail-airavata-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 40A7411E98 for ; Wed, 23 Apr 2014 17:32:26 +0000 (UTC) Received: (qmail 6076 invoked by uid 500); 23 Apr 2014 17:32:09 -0000 Delivered-To: apmail-airavata-dev-archive@airavata.apache.org Received: (qmail 5875 invoked by uid 500); 23 Apr 2014 17:31:55 -0000 Mailing-List: contact dev-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list dev@airavata.apache.org Received: (qmail 4934 invoked by uid 99); 23 Apr 2014 17:31:22 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Apr 2014 17:31:22 +0000 Date: Wed, 23 Apr 2014 17:31:21 +0000 (UTC) From: "Chathuri Wimalasena (JIRA)" To: dev@airavata.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AIRAVATA-1147) Throw full stack trace to client side in airavata server handler MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Chathuri Wimalasena created AIRAVATA-1147: --------------------------------------------- Summary: Throw full stack trace to client side in airavata server handler Key: AIRAVATA-1147 URL: https://issues.apache.org/jira/browse/AIRAVATA-1147 Project: Airavata Issue Type: Bug Components: Airavata API Reporter: Chathuri Wimalasena Fix For: 0.12 In AiravataServerHandler class, we throw AiravataSystemException(AiravataErrorType.INTERNAL_ERROR) when there is a error. Instead of that, we should send a meaningful error message to clients. -- This message was sent by Atlassian JIRA (v6.2#6252)