From issues-return-20605-apmail-karaf-issues-archive=karaf.apache.org@karaf.apache.org Thu Oct 2 13:35:34 2014 Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6F37017E63 for ; Thu, 2 Oct 2014 13:35:34 +0000 (UTC) Received: (qmail 35846 invoked by uid 500); 2 Oct 2014 13:35:34 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 35806 invoked by uid 500); 2 Oct 2014 13:35:34 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 35793 invoked by uid 99); 2 Oct 2014 13:35:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Oct 2014 13:35:34 +0000 Date: Thu, 2 Oct 2014 13:35:33 +0000 (UTC) From: "Jimmi Dyson (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (KARAF-3257) NullPointerException on Karaf osgi shell commands MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jimmi Dyson created KARAF-3257: ---------------------------------- Summary: NullPointerException on Karaf osgi shell commands Key: KARAF-3257 URL: https://issues.apache.org/jira/browse/KARAF-3257 Project: Karaf Issue Type: Bug Components: karaf-shell Affects Versions: 2.4.0 Reporter: Jimmi Dyson Typing Karaf osgi shell commands such as osgi:list throws NullPointerException: {noformat} Error executing command: java.lang.NullPointerException {noformat} Stack trace in karaf.log show: {noformat} java.lang.NullPointerException at org.apache.felix.gogo.runtime.Reflective.invoke(Reflective.java:61)[21:org.apache.karaf.shell.console:2.4.0] at org.apache.felix.gogo.runtime.CommandProxy.execute(CommandProxy.java:82)[21:org.apache.karaf.shell.console:2.4.0] at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:477)[21:org.apache.karaf.shell.console:2.4.0] at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:403)[21:org.apache.karaf.shell.console:2.4.0] at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108)[21:org.apache.karaf.shell.console:2.4.0] at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183)[21:org.apache.karaf.shell.console:2.4.0] at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120)[21:org.apache.karaf.shell.console:2.4.0] at org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:92)[21:org.apache.karaf.shell.console:2.4.0] at org.apache.karaf.shell.console.jline.Console.run(Console.java:196)[21:org.apache.karaf.shell.console:2.4.0] at org.apache.karaf.shell.console.jline.DelayedStarted.run(DelayedStarted.java:79)[21:org.apache.karaf.shell.console:2.4.0] {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)