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 2AAB8200D11 for ; Mon, 2 Oct 2017 13:44:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2932A1609EF; Mon, 2 Oct 2017 11:44:09 +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 964611609DE for ; Mon, 2 Oct 2017 13:44:08 +0200 (CEST) Received: (qmail 46408 invoked by uid 500); 2 Oct 2017 11:44:07 -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 46397 invoked by uid 99); 2 Oct 2017 11:44:07 -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, 02 Oct 2017 11:44:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 63C91F5561; Mon, 2 Oct 2017 11:44:07 +0000 (UTC) From: m4rkmckenna To: dev@brooklyn.apache.org Reply-To: dev@brooklyn.apache.org References: In-Reply-To: Subject: [GitHub] brooklyn-server issue #847: Catalog init refactor Content-Type: text/plain Message-Id: <20171002114407.63C91F5561@git1-us-west.apache.org> Date: Mon, 2 Oct 2017 11:44:07 +0000 (UTC) archived-at: Mon, 02 Oct 2017 11:44:09 -0000 Github user m4rkmckenna commented on the issue: https://github.com/apache/brooklyn-server/pull/847 @aledsage Failure looks related ``` testLoadClassInOsgiCore(org.apache.brooklyn.util.core.ClassLoaderUtilsTest) Time elapsed: 0.088 sec <<< FAILURE! java.lang.IllegalStateException: Bundle BasicManagedBundle{symbolicName=null, version=null, url=system:file:/home/jenkins/jenkins-slave/workspace/brooklyn-server-pull-requests%402/core/target/classes/} failed preparation: Error creating ZIP from classpath spec file:/home/jenkins/jenkins-slave/workspace/brooklyn-server-pull-requests%402/core/target/classes/: StringIndexOutOfBoundsException: String index out of range: -1 at org.apache.brooklyn.util.core.ClassLoaderUtilsTest.createSimpleEntity(ClassLoaderUtilsTest.java:393) at org.apache.brooklyn.util.core.ClassLoaderUtilsTest.testLoadClassInOsgiCore(ClassLoaderUtilsTest.java:221) Caused by: org.apache.brooklyn.util.exceptions.PropagatedRuntimeException: Error creating ZIP from classpath spec file:/home/jenkins/jenkins-slave/workspace/brooklyn-server-pull-requests%402/core/target/classes/ at org.apache.brooklyn.util.core.ClassLoaderUtilsTest.createSimpleEntity(ClassLoaderUtilsTest.java:393) at org.apache.brooklyn.util.core.ClassLoaderUtilsTest.testLoadClassInOsgiCore(ClassLoaderUtilsTest.java:221) Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at org.apache.brooklyn.util.core.ClassLoaderUtilsTest.createSimpleEntity(ClassLoaderUtilsTest.java:393) at org.apache.brooklyn.util.core.ClassLoaderUtilsTest.testLoadClassInOsgiCore(ClassLoaderUtilsTest.java:221) ``` ---