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 65947200C8E for ; Thu, 8 Jun 2017 14:19:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 64422160BE8; Thu, 8 Jun 2017 12:19:23 +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 A9624160BCA for ; Thu, 8 Jun 2017 14:19:22 +0200 (CEST) Received: (qmail 84134 invoked by uid 500); 8 Jun 2017 12:19:21 -0000 Mailing-List: contact dev-help@falcon.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.apache.org Delivered-To: mailing list dev@falcon.apache.org Received: (qmail 84122 invoked by uid 99); 8 Jun 2017 12:19:21 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Jun 2017 12:19:21 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 5C54D188AC8 for ; Thu, 8 Jun 2017 12:19:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id GbPngVWJCCUS for ; Thu, 8 Jun 2017 12:19:20 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 397C55F6BE for ; Thu, 8 Jun 2017 12:19:20 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id C1C05E06CC for ; Thu, 8 Jun 2017 12:19:19 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 79A6D21E0D for ; Thu, 8 Jun 2017 12:19:19 +0000 (UTC) Date: Thu, 8 Jun 2017 12:19:19 +0000 (UTC) From: "Praveen Adlakha (JIRA)" To: dev@falcon.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (FALCON-2225) Falcon fails to start with ExtensionService MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 08 Jun 2017 12:19:23 -0000 [ https://issues.apache.org/jira/browse/FALCON-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Praveen Adlakha updated FALCON-2225: ------------------------------------ Fix Version/s: 0.11 > Falcon fails to start with ExtensionService > -------------------------------------------- > > Key: FALCON-2225 > URL: https://issues.apache.org/jira/browse/FALCON-2225 > Project: Falcon > Issue Type: Sub-task > Components: extensions > Reporter: Praveen Adlakha > Assignee: Pracheer Agarwal > Fix For: trunk, 0.11 > > > Hi All, > Falcon fails to start with extension service. > {code} > 2016-12-19 17:56:35,433 ERROR - [main:] ~ Failed to initialize service org.apache.falcon.extensions.ExtensionService (ServiceInitializer:49) > java.lang.ExceptionInInitializerError > at org.apache.falcon.extensions.ExtensionService.getExtensionStore(ExtensionService.java:47) > at org.apache.falcon.extensions.ExtensionService.init(ExtensionService.java:39) > at org.apache.falcon.service.ServiceInitializer.initialize(ServiceInitializer.java:47) > at org.apache.falcon.listener.ContextStartupListener.contextInitialized(ContextStartupListener.java:56) > at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:550) > at org.mortbay.jetty.servlet.Context.startContext(Context.java:136) > at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1282) > at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:519) > at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:499) > at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) > at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130) > at org.mortbay.jetty.Server.doStart(Server.java:224) > at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50) > at org.apache.falcon.util.EmbeddedServer.start(EmbeddedServer.java:58) > at org.apache.falcon.FalconServer.main(FalconServer.java:118) > Caused by: java.lang.IllegalStateException: No user logged into the system > at org.apache.falcon.security.CurrentUser.getUser(CurrentUser.java:176) > at org.apache.falcon.extensions.store.ExtensionStore.initializeDbTable(ExtensionStore.java:107) > at org.apache.falcon.extensions.store.ExtensionStore.(ExtensionStore.java:94) > at org.apache.falcon.extensions.store.ExtensionStore.(ExtensionStore.java:79) > ... 15 more > {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)