I'm afraid I'm at a bit of a loss, then. I really don't think this has anything specifically to do with AsterixDB, other than the fact that the build process requires a lot of file handles. I've Googled around a bit. I do see a number of references to people having difficulty raising the limits in Ubuntu 14, but I haven't seen a specific straightforward solution. There are many environmental factors that could affect this and I'm not enough of a sysadmin to really be able to suggest where to go.
Just to double-check: You're sure that "ulimit -n" reports "4096" when you try the build? Ceej aka Chris Hillery On Sat, May 6, 2017 at 11:40 PM, zater <[email protected]> wrote: > VirtualBox > > > > > ------------------ Original ------------------ > From: "Chris Hillery";<[email protected]>; > Date: Sun, May 7, 2017 02:39 PM > To: "dev"<[email protected]>; > > Subject: Re: build fail using Ubuntu > > > > Are you running this Ubuntu OS natively (on your laptop, for example), or > in a virtual machine (like VMWare or VirtualBox)? Or is this a cloud VM > such as AWS? Or running in a Docker container? > > Ceej > aka Chris Hillery > > On Fri, May 5, 2017 at 7:50 PM, zater <[email protected]> wrote: > > > the build environment is ubuntu 14.04.5LTS > > Java: Oracle 1.8.0_111 > > maven: 3.3.9 > > > > > > > > > > > > > > ------------------ Original ------------------ > > From: "Chris Hillery";<[email protected]>; > > Date: Fri, May 5, 2017 01:59 PM > > To: "dev"<[email protected]>; > > Cc: "Steven Jacobs"<[email protected]>; > > Subject: Re: build fail using Ubuntu > > > > > > > > Ah, that could be it. From what I've seen, Ubuntu tends to have lower > > open-file limit defaults. Try running "ulimit -n" to see the current > > setting, and then "ulimit -n 4096" (or even bigger) to set it to > something > > higher. Running maven again after that could work. > > > > Ceej > > aka Chris Hillery > > > > On Thu, May 4, 2017 at 10:37 PM, zater <[email protected]> wrote: > > > > > (?.??..浠惰?澶. -> [Help 1] > > > means open too many files. > > > > > > > > > > > > > > > ------------------ Original ------------------ > > > From: "Chris Hillery";<[email protected]>; > > > Date: Fri, May 5, 2017 01:28 PM > > > To: "dev"<[email protected]>; > > > Cc: "Steven Jacobs"<[email protected]>; > > > Subject: Re: build fail using Ubuntu > > > > > > > > > > > > Is it possible you ran out of disk space? I'm not sure what else could > > > cause an error creating a zip. > > > > > > Only other thought might be something to do with unicode characters, > > > although there don't appear to be any in that .sqlpp file it reported. > > But > > > can you translate any part of this error message? translate.google.com > > > failed me... > > > > > > On May 4, 2017 9:47 PM, "zater" <[email protected]> wrote: > > > > > > (?.??..浠惰?澶. -> [Help 1] > > > > > > > > > Ceej > > > aka Chris Hillery > > > > > >
