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 >
