Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-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 C6F4F17AA0 for ; Thu, 30 Oct 2014 10:53:34 +0000 (UTC) Received: (qmail 81919 invoked by uid 500); 30 Oct 2014 10:53:34 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 81890 invoked by uid 500); 30 Oct 2014 10:53:34 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 81735 invoked by uid 99); 30 Oct 2014 10:53:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Oct 2014 10:53:34 +0000 Date: Thu, 30 Oct 2014 10:53:34 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CAMEL-7985) camel-test-blueprint - Upgrading to newer felix fails with NPE in fileinstall 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/CAMEL-7985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-7985: ------------------------------- Attachment: Screen Shot 2014-10-30 at 11.44.58 AM.png > camel-test-blueprint - Upgrading to newer felix fails with NPE in fileinstall > ----------------------------------------------------------------------------- > > Key: CAMEL-7985 > URL: https://issues.apache.org/jira/browse/CAMEL-7985 > Project: Camel > Issue Type: Improvement > Components: camel-blueprint, camel-test > Affects Versions: 2.14.0 > Reporter: Claus Ibsen > Fix For: 2.15.0 > > Attachments: Screen Shot 2014-10-30 at 11.44.58 AM.png > > > We get a bunch of these errors during testing with osgi blueprint > {code} > In main loop, we have serious trouble: java.lang.NullPointerException > java.lang.NullPointerException > at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:303) > In main loop, we have serious trouble: java.lang.NullPointerException > java.lang.NullPointerException > at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:303) > In main loop, we have serious trouble: java.lang.NullPointerException > java.lang.NullPointerException > at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:303) > In main loop, we have serious trouble: java.lang.NullPointerException > java.lang.NullPointerException > at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:303) > In main loop, we have serious trouble: java.lang.NullPointerException > java.lang.NullPointerException > at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:303) > In main loop, we have serious trouble: java.lang.NullPointerException > java.lang.NullPointerException > at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:303) > In main loop, we have serious trouble: java.lang.NullPointerException > java.lang.NullPointerException > at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:303) > In main loop, we have serious trouble: java.lang.NullPointerException > java.lang.NullPointerException > at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:303) > In main loop, we have serious trouble: java.lang.NullPointerException > java.lang.NullPointerException > at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:303) > In main loop, we have serious trouble: java.lang.NullPointerException > java.lang.NullPointerException > at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:303) > {code} > Run tests here > {code} > camel/tests/camel-blueprint-cxf-test (master)/$ mvn clean install > {code} > And upgrade Felix in parent/pom.xml > {code} > - 1.4.0 > - 3.2.6 > - 3.2.2 > + 1.8.0 > + 3.4.2 > + 3.4.2 > {code} > And you get these NPEs. > Maybe something needs to be fixed in camel-test-blueprint with that pojosr library, so bundle 0 is that system bundle, as the NPE is at: > https://github.com/apache/felix/blame/trunk/fileinstall/src/main/java/org/apache/felix/fileinstall/internal/DirectoryWatcher.java#L303 -- This message was sent by Atlassian JIRA (v6.3.4#6332)