Return-Path: X-Original-To: apmail-felix-dev-archive@www.apache.org Delivered-To: apmail-felix-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 AA864185DF for ; Thu, 3 Sep 2015 13:11:50 +0000 (UTC) Received: (qmail 24017 invoked by uid 500); 3 Sep 2015 13:11:46 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 23956 invoked by uid 500); 3 Sep 2015 13:11:46 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 23867 invoked by uid 99); 3 Sep 2015 13:11:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Sep 2015 13:11:46 +0000 Date: Thu, 3 Sep 2015 13:11:46 +0000 (UTC) From: "Valentin Valchev (JIRA)" To: dev@felix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (FELIX-5025) NPE in Events web console plugin - no events can be seen MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FELIX-5025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Valentin Valchev resolved FELIX-5025. ------------------------------------- Resolution: Fixed Fix Version/s: webconsole-event-plugin-1.1.4 > NPE in Events web console plugin - no events can be seen > -------------------------------------------------------- > > Key: FELIX-5025 > URL: https://issues.apache.org/jira/browse/FELIX-5025 > Project: Felix > Issue Type: Bug > Components: Web Console > Affects Versions: webconsole-event-plugin-1.1.2 > Reporter: Valentin Valchev > Assignee: Valentin Valchev > Fix For: webconsole-event-plugin-1.1.4 > > > The following exception is seen when clicking on the Web Console Events plugin. > {code} > java.lang.NullPointerException > at org.apache.felix.webconsole.plugins.event.internal.PluginServlet.eventJson(PluginServlet.java:373) > at org.apache.felix.webconsole.plugins.event.internal.PluginServlet.renderJSON(PluginServlet.java:184) > at org.apache.felix.webconsole.plugins.event.internal.PluginServlet.doGet(PluginServlet.java:208) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) > at org.apache.felix.webconsole.internal.WebConsolePluginAdapter.renderContent(WebConsolePluginAdapter.java:123) > at org.apache.felix.webconsole.AbstractWebConsolePlugin.doGet(AbstractWebConsolePlugin.java:170) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) > at org.apache.felix.webconsole.internal.WebConsolePluginAdapter.service(WebConsolePluginAdapter.java:211) > at org.apache.felix.webconsole.internal.servlet.OsgiManager.service(OsgiManager.java:493) > at org.apache.felix.webconsole.internal.servlet.OsgiManager.service(OsgiManager.java:418) > {code} > I think the exception is caused due to an event, containing a property with value which is of type Array and one of the elements of the array is null. -- This message was sent by Atlassian JIRA (v6.3.4#6332)