Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E83CB200B5E for ; Wed, 10 Aug 2016 17:27:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E6CF6160AA4; Wed, 10 Aug 2016 15:27:17 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 60B8C160A8F for ; Wed, 10 Aug 2016 17:27:17 +0200 (CEST) Received: (qmail 51714 invoked by uid 500); 10 Aug 2016 15:27:16 -0000 Mailing-List: contact dev-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list dev@brooklyn.apache.org Received: (qmail 51701 invoked by uid 99); 10 Aug 2016 15:27:16 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2016 15:27:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3AECEE0200; Wed, 10 Aug 2016 15:27:16 +0000 (UTC) From: grkvlt To: dev@brooklyn.apache.org Reply-To: dev@brooklyn.apache.org References: In-Reply-To: Subject: [GitHub] brooklyn-server issue #274: Load default exception mapper in web.xml Content-Type: text/plain Message-Id: <20160810152716.3AECEE0200@git1-us-west.apache.org> Date: Wed, 10 Aug 2016 15:27:16 +0000 (UTC) archived-at: Wed, 10 Aug 2016 15:27:18 -0000 Github user grkvlt commented on the issue: https://github.com/apache/brooklyn-server/pull/274 @neykov this is working now, generates 404 messages in `log/amp/debug/log` only now: ``` 15:16:06,772 DEBUG 116 util.WebResourceUtils [qtp195664508-128] responding 404 Not Found (Application 'ga04h7dad6' not found) 15:16:06,772 DEBUG 116 util.WebResourceUtils [qtp195664508-132] responding 404 Not Found (Cannot find task 'OrnSCyAl') 15:16:06,778 DEBUG 116 util.DefaultExceptionMapper [qtp195664508-128] REST request running as WebEntitlementContext[guest@87.246.78.46:mdezL3] threw: javax.ws.rs.WebApplicationException: HTTP 404 Not Found 15:16:06,778 DEBUG 116 util.DefaultExceptionMapper [qtp195664508-132] REST request running as WebEntitlementContext[guest@87.246.78.46:Ch3UH1] threw: javax.ws.rs.WebApplicationException: HTTP 404 Not Found ``` --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---