Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4B49D17B01 for ; Mon, 6 Apr 2015 13:18:13 +0000 (UTC) Received: (qmail 17834 invoked by uid 500); 6 Apr 2015 13:18:13 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 17797 invoked by uid 500); 6 Apr 2015 13:18:13 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 17786 invoked by uid 99); 6 Apr 2015 13:18:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Apr 2015 13:18:13 +0000 Date: Mon, 6 Apr 2015 13:18:13 +0000 (UTC) From: "Bob Thorman (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-2795) FileInputStream is not closed in CertUtils#createPublicCert() 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/ACCUMULO-2795?page=3Dcom.atlass= ian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1= 4481198#comment-14481198 ]=20 Bob Thorman commented on ACCUMULO-2795: --------------------------------------- Yep, I=C2=B9ve got the fix made, just having issues with the build. Keep getting this=C5=A0 [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.10:check (check-licenses) on project accumulo-project: Too many files with unapproved license: 39 See RAT report in: /Users/bob/workspace/accumulo/target/rat.txt -> [Help 1] I cloned the master repo and the fixed mentioned in Jira is in the pom.xml. Any ideas? v/r Bob Thorman Principal Big Data Engineer AT&T Big Data CoE 2900 W. Plano Parkway Plano, TX 75075 972-658-1714 > FileInputStream is not closed in CertUtils#createPublicCert() > ------------------------------------------------------------- > > Key: ACCUMULO-2795 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2795 > Project: Accumulo > Issue Type: Bug > Affects Versions: 1.6.0 > Reporter: Ted Yu > Assignee: Bob Thorman > Priority: Trivial > Labels: newbie > Fix For: 1.7.0, 1.6.3 > > > In createPublicCert() of test/src/test/java/org/apache/accumulo/test/util= /CertUtils.java : > {code} > signerKeystore.load(new FileInputStream(rootKeystorePath), signerPass= wordArray); > {code} > The FileInputStream is not closed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)