As Kevin mentioned, it is being successfully built daily by Jenkins, Travis
and multiple engineers on different hosts.
Neither Larry nor I have been able to reproduce it on any machines
currently at our disposal.

Since you are actively experiencing the problem, it would be helpful if you
can identify the issues clearly enough to formulate a release note (if one
is even warranted).

In the meantime, have I understood your comment that your build command is
'mvn -Prelease clean install' ?

Thanks,
  Phil

On Fri, Jul 12, 2019 at 3:17 PM Jeffrey Rodriguez <[email protected]>
wrote:

> Thanks Larry and Phil.
>
> I will be it a try on a different mac, and try it on a Linux VM. I
> will do so this weekend. Nonetheless, if we find what configurations
> cause the issue we should include something in release notes as Phil
> suggested.
>
> Regards,
>                 Jeff Rodriguez
>
> On Fri, Jul 12, 2019 at 10:30 AM Phil Zampino <[email protected]> wrote:
> >
> > While it seems that these build issues are probably not release blockers,
> > given the similar experiences for Cohlm and Jeffrey, it may be useful to
> > include something in the release notes if we can nail down specific
> > problems.
> >
> > On Fri, Jul 12, 2019 at 1:20 PM larry mccay <[email protected]> wrote:
> >
> > > I have successfully built from source on my mac, ubuntu and Linux Mint
> > > machines without a problem.
> > > Both linux machines were clean installs - @jeffrey - I suspect some
> > > environment issue on your machine wrt npm or maven or something.
> > >
> > >
> > > On Fri, Jul 12, 2019 at 12:29 PM Jeffrey Rodriguez <
> [email protected]>
> > > wrote:
> > >
> > > > I posted some info on the dev mail list thread of July 8.
> > > >
> > > >
> > > >
> > > > I get:
> > > >
> > > > [ERROR] Tests run: 12, Failures: 0, Errors: 2, Skipped: 0, Time
> > > > elapsed: 1.567 s <<< FAILURE! - in
> > > >
> org.apache.knox.gateway.services.security.impl.DefaultKeystoreServiceTest
> > > >
> > > > [ERROR]
> > > >
> > >
> testKeystoreForGateway(org.apache.knox.gateway.services.security.impl.DefaultKeystoreServiceTest)
> > > >  Time elapsed: 0.203 s  <<< ERROR!
> > > >
> > > > java.lang.NullPointerException
> > > >
> > > > at
> > > >
> > >
> org.apache.knox.gateway.services.security.impl.DefaultKeystoreServiceTest.testCreateGetAndCheckKeystoreForGateway(DefaultKeystoreServiceTest.java:566)
> > > >
> > > > at
> > > >
> > >
> org.apache.knox.gateway.services.security.impl.DefaultKeystoreServiceTest.testKeystoreForGateway(DefaultKeystoreServiceTest.java:229)
> > > >
> > > >
> > > > [ERROR]
> > > >
> > >
> testAddSelfSignedCertForGatewayLocalhost(org.apache.knox.gateway.services.security.impl.DefaultKeystoreServiceTest)
> > > >  Time elapsed: 0.214 s  <<< ERROR!
> > > >
> > > > java.lang.NullPointerException
> > > >
> > > > at
> > > >
> > >
> org.apache.knox.gateway.services.security.impl.DefaultKeystoreServiceTest.testAddSelfSignedCertForGateway(DefaultKeystoreServiceTest.java:520)
> > > >
> > > > at
> > > >
> > >
> org.apache.knox.gateway.services.security.impl.DefaultKeystoreServiceTest.testAddSelfSignedCertForGatewayLocalhost(DefaultKeystoreServiceTest.java:413)
> > > >
> > > > My env:
> > > > "
> > > > Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5;
> > > > 2015-11-10T08:41:47-08:00)
> > > >
> > > > Maven home: /Users/jrodrigu/build/apache-maven-3.3.9
> > > >
> > > > Java version: 1.8.0_211, vendor: Oracle Corporation
> > > >
> > > > Java home:
> > > > /Library/Java/JavaVirtualMachines/jdk1.8.0_211.jdk/Contents/Home/jre
> > > >
> > > > Default locale: en_US, platform encoding: US-ASCII
> > > >
> > > > OS name: "mac os x", version: "10.14.5", arch: "x86_64", family:
> "mac"
> > > >
> > > > The machine I am using doesn't have any Hadoop stack software (it is
> a
> > > > clean machine).
> > > >
> > > > I got the errors above with:
> > > >
> > > > mvn clean install -DskipTests=false
> > > >
> > > > In addition, the day before I tried release building the way it is
> shown
> > > > on:
> > > > https://cwiki.apache.org/confluence/display/KNOX/Build+Process
> > > > On that case I run into the npm issues discussed in July 8 thread.
> > > >
> > > > Thanks,
> > > >              Jeffrey E Rodriguez
> > > >
> > > > I will follow up on this on the weekend.
> > > >
> > > >
> > > >
> > > >
> > > > On Fri, Jul 12, 2019 at 9:21 AM Kevin Risden <[email protected]>
> wrote:
> > > > >
> > > > > Jeffrey - Can you be more specific about build issues? Apache
> Jenkins,
> > > > > Travis, and locally Knox has been building just fine. Would be
> curious
> > > > what
> > > > > you are hitting.
> > > > >
> > > > > Kevin Risden
> > > > >
> > > > >
> > > > > On Fri, Jul 12, 2019 at 12:12 PM Jeffrey Rodriguez <
> > > [email protected]
> > > > >
> > > > > wrote:
> > > > >
> > > > > > -1: At this point I am inclined to advise checking the build
> issues
> > > > > > found in v1.3.0. I will try again on my home system this weekend.
> > > > > > Regards,
> > > > > >              Jeffrey E Rodriguez
> > > > > >
> > > > > > On Wed, Jul 10, 2019 at 8:59 AM larry mccay <[email protected]>
> > > wrote:
> > > > > > >
> > > > > > > All -
> > > > > > >
> > > > > > > A candidate for the Apache Knox 1.3.0 release is available at:
> > > > > > >
> > > > > > > https://dist.apache.org/repos/dist/dev/knox/knox-1.3.0/
> > > > > > >
> > > > > > > The release candidate is a zip archive of the sources in:
> > > > > > >
> > > > > > > https://https://gitbox.apache.org/repos/asf/knox.git
> > > > > > > Branch v1.3.0 (git checkout -b v1.3.0)
> > > > > > >
> > > > > > > The KEYS file for signature validation is available at:
> > > > > > > https://dist.apache.org/repos/dist/release/knox/KEYS
> > > > > > >
> > > > > > > Please vote on releasing this package as Apache Knox 1.3.0.
> > > > > > > The vote is open for the next 72 hours and passes if a
> majority of
> > > at
> > > > > > > least three +1 Apache Knox PMC votes are cast.
> > > > > > >
> > > > > > > [ ] +1 Release this package as Apache Knox 1.3.0
> > > > > > > [ ] -1 Do not release this package because...
> > > > > > >
> > > > > > > thanks,
> > > > > > >
> > > > > > > --larry
> > > > > >
> > > >
> > >
>

Reply via email to