Return-Path: X-Original-To: apmail-brooklyn-dev-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0666F19537 for ; Mon, 28 Mar 2016 17:54:09 +0000 (UTC) Received: (qmail 18475 invoked by uid 500); 28 Mar 2016 17:54:08 -0000 Delivered-To: apmail-brooklyn-dev-archive@brooklyn.apache.org Received: (qmail 18441 invoked by uid 500); 28 Mar 2016 17:54:08 -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 18430 invoked by uid 99); 28 Mar 2016 17:54:08 -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; Mon, 28 Mar 2016 17:54:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F3B8ADFC73; Mon, 28 Mar 2016 17:54:07 +0000 (UTC) From: ahgittin To: dev@brooklyn.apache.org Reply-To: dev@brooklyn.apache.org References: In-Reply-To: Subject: [GitHub] brooklyn-server pull request: [OSGi] Graceful shutdown Content-Type: text/plain Message-Id: <20160328175407.F3B8ADFC73@git1-us-west.apache.org> Date: Mon, 28 Mar 2016 17:54:07 +0000 (UTC) Github user ahgittin commented on the pull request: https://github.com/apache/brooklyn-server/pull/87#issuecomment-202506959 Actually the build failed when it got to the osgi init bundle (I spoke too soon, seeing core pass): ``` [INFO] Brooklyn OSGi init ................................ FAILURE [0.878s] [INFO] Brooklyn Karaf .................................... SKIPPED [INFO] Jetty config fragment ............................. SKIPPED [INFO] Brooklyn Karaf Features ........................... SKIPPED [INFO] Brooklyn Karaf Distro ............................. SKIPPED [INFO] Brooklyn Karaf Shell Commands ..................... SKIPPED [INFO] Brooklyn Karaf pax-exam itest ..................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11:28.798s [INFO] Finished at: Mon Mar 28 17:23:34 BST 2016 [INFO] Final Memory: 180M/580M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project brooklyn-karaf-init: Compilation failure: Compilation failure: [ERROR] /private/tmp/brooklyn-server-71e8b35ca9680c4e1e443e883e4ba52c/karaf/init/src/main/java/org/apache/brooklyn/launcher/osgi/OsgiShutdownHandler.java:[21,37] cannot find symbol [ERROR] symbol: class ShutdownHandler [ERROR] location: package org.apache.brooklyn.core.mgmt [ERROR] /private/tmp/brooklyn-server-71e8b35ca9680c4e1e443e883e4ba52c/karaf/init/src/main/java/org/apache/brooklyn/launcher/osgi/OsgiShutdownHandler.java:[28,45] cannot find symbol [ERROR] symbol: class ShutdownHandler [ERROR] /private/tmp/brooklyn-server-71e8b35ca9680c4e1e443e883e4ba52c/karaf/init/src/main/java/org/apache/brooklyn/launcher/osgi/OsgiShutdownHandler.java:[31,5] method does not override or implement a method from a supertype ``` --- 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. ---