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 D037D106E4 for ; Wed, 28 May 2014 18:17:02 +0000 (UTC) Received: (qmail 21919 invoked by uid 500); 28 May 2014 18:17:02 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 21899 invoked by uid 500); 28 May 2014 18:17:02 -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 21852 invoked by uid 99); 28 May 2014 18:17:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 May 2014 18:17:02 +0000 Date: Wed, 28 May 2014 18:17:02 +0000 (UTC) From: =?utf-8?Q?Jean-Baptiste_Onofr=C3=A9_=28JIRA=29?= To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (KARAF-3012) Console only NPEs in response to all commands MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KARAF-3012?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofr=C3=A9 resolved KARAF-3012. ----------------------------------------- Resolution: Fixed Fix Version/s: 3.0.2 Assignee: Jean-Baptiste Onofr=C3=A9 Java8 is not supported in Karaf 3.0.0/3.0.1 as some dependent projects (lik= e Aries proxy for instance) require some changes. We plan to support Java8 in Karaf 3.0.2. > Console only NPEs in response to all commands > --------------------------------------------- > > Key: KARAF-3012 > URL: https://issues.apache.org/jira/browse/KARAF-3012 > Project: Karaf > Issue Type: Bug > Components: karaf-core > Affects Versions: 3.0.1 > Environment: Windows 8.1, Java 8 > Reporter: Porter Woodward > Assignee: Jean-Baptiste Onofr=C3=A9 > Priority: Blocker > Fix For: 3.0.2 > > > I've installed and configured Java 8 on Windows 8.1 - with a JAVA_HOME en= vironment variable: > JAVA_HOME=3DC:\Program Files\Java\jdk1.8.0_05 > Output from Java -version: > C:\Users\Porter Woodward>java -version > java version "1.8.0_05" > Java(TM) SE Runtime Environment (build 1.8.0_05-b13) > Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode) > Java is allowed through my firewall. > Maven 3.2.1 is installed, (with M2_HOME as well). Spring Tool Suite work= s fine, etc. However, when I launch the Karaf console - all it does is thr= ow NPEs: > C:\Users\Porter Woodward>d: > D:\>cd development\apache-karaf-3.0.1 > D:\development\apache-karaf-3.0.1>bin\karaf.bat > __ __ ____ > / //_/____ __________ _/ __/ > / ,< / __ `/ ___/ __ `/ /_ > / /| |/ /_/ / / / /_/ / __/ > /_/ |_|\__,_/_/ \__,_/_/ > Apache Karaf (3.0.1) > Hit '' for a list of available commands > and '[cmd] --help' for help on a specific command. > Hit '' or type 'system:shutdown' or 'logout' to shutdown Karaf. > karaf@root()> > *:exit *:help cl exit halt help la = ld lde log:list > ls man > karaf@root()> bundle:list --help > Error executing command: java.lang.NullPointerException > karaf@root()> feature:repo-add camel 2.10.0 > Error executing command: java.lang.NullPointerException > karaf@root()> > Is this just a documentation error? Is the downloaded and installed dist= ributable incomplete? Or are their other pre-requisites that need to be in= stalled? Or does it not work with Java8 and/or Windows 8? -- This message was sent by Atlassian JIRA (v6.2#6252)