[
https://issues.apache.org/jira/browse/ACCUMULO-2795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14481198#comment-14481198
]
Bob Thorman commented on ACCUMULO-2795:
---------------------------------------
Yep, I¹ve got the fix made, just having issues with the build. Keep
getting thisŠ
[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),
> signerPasswordArray);
> {code}
> The FileInputStream is not closed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)