You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by Luciano Resende <lu...@gmail.com> on 2010/11/17 02:09:12 UTC

Building SCA 2.0 Beta1 RC3 source distribution, was [VOTE] Release Tuscany SCA 2.0 Beta1 RC3

I tried couple times building from the source distribution, but I keep
getting "too many open files"  when building the base runtime shaded
jar :

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error creating shaded jar:
/home/lresende/opensource/apache/tuscany/releases/2.0-Beta/tuscany-sca-2.0-Beta1-src/distribution/aggregations/base-runtime-aggregation/target/tuscany-base-runtime-aggregation-2.0-Beta1-shaded.jar
(Too many open files)

But if I do ulimit, I'm seeing unlimited :

$ ulimit
unlimited

Anyone else seeing this ?

-- 
Luciano Resende
http://people.apache.org/~lresende
http://twitter.com/lresende1975
http://lresende.blogspot.com/

Re: Building SCA 2.0 Beta1 RC3 source distribution, was [VOTE] Release Tuscany SCA 2.0 Beta1 RC3

Posted by Simon Laws <si...@googlemail.com>.
On Wed, Nov 17, 2010 at 8:39 AM, Simon Laws <si...@googlemail.com> wrote:
> On Wed, Nov 17, 2010 at 1:09 AM, Luciano Resende <lu...@gmail.com> wrote:
>> I tried couple times building from the source distribution, but I keep
>> getting "too many open files"  when building the base runtime shaded
>> jar :
>>
>> [INFO] ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO] ------------------------------------------------------------------------
>> [INFO] Error creating shaded jar:
>> /home/lresende/opensource/apache/tuscany/releases/2.0-Beta/tuscany-sca-2.0-Beta1-src/distribution/aggregations/base-runtime-aggregation/target/tuscany-base-runtime-aggregation-2.0-Beta1-shaded.jar
>> (Too many open files)
>>
>> But if I do ulimit, I'm seeing unlimited :
>>
>> $ ulimit
>> unlimited
>>
>> Anyone else seeing this ?
>>
>> --
>> Luciano Resende
>> http://people.apache.org/~lresende
>> http://twitter.com/lresende1975
>> http://lresende.blogspot.com/
>>
>
> No didn't see that when I built on Windows. What platform are you on?
>
> Did you do the same build on RC2 and not see this?
>
> Simon
>
>
> --
> Apache Tuscany committer: tuscany.apache.org
> Co-author of a book about Tuscany and SCA: tuscanyinaction.com
>


I get a clean build on linux also. So the following work for me.

Windows
   XP/SP3,
   Sun JDK 1.6.0_20
   Maven 2.2.0

Linux
  RH EL 5
  Sun JDK 1.6.0_07
  Maven 2.1.0

Simon

-- 
Apache Tuscany committer: tuscany.apache.org
Co-author of a book about Tuscany and SCA: tuscanyinaction.com

Re: Building SCA 2.0 Beta1 RC3 source distribution, was [VOTE] Release Tuscany SCA 2.0 Beta1 RC3

Posted by Simon Laws <si...@googlemail.com>.
On Wed, Nov 17, 2010 at 1:09 AM, Luciano Resende <lu...@gmail.com> wrote:
> I tried couple times building from the source distribution, but I keep
> getting "too many open files"  when building the base runtime shaded
> jar :
>
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error creating shaded jar:
> /home/lresende/opensource/apache/tuscany/releases/2.0-Beta/tuscany-sca-2.0-Beta1-src/distribution/aggregations/base-runtime-aggregation/target/tuscany-base-runtime-aggregation-2.0-Beta1-shaded.jar
> (Too many open files)
>
> But if I do ulimit, I'm seeing unlimited :
>
> $ ulimit
> unlimited
>
> Anyone else seeing this ?
>
> --
> Luciano Resende
> http://people.apache.org/~lresende
> http://twitter.com/lresende1975
> http://lresende.blogspot.com/
>

No didn't see that when I built on Windows. What platform are you on?

Did you do the same build on RC2 and not see this?

Simon


-- 
Apache Tuscany committer: tuscany.apache.org
Co-author of a book about Tuscany and SCA: tuscanyinaction.com

Re: Building SCA 2.0 Beta1 RC3 source distribution, was [VOTE] Release Tuscany SCA 2.0 Beta1 RC3

Posted by Luciano Resende <lu...@gmail.com>.
On Thu, Nov 18, 2010 at 7:36 AM, ant elder <an...@gmail.com> wrote:
> On Thu, Nov 18, 2010 at 3:28 PM, Mike Edwards
> <mi...@gmail.com> wrote:
>> On 17/11/2010 01:09, Luciano Resende wrote:
>>>
>>> I tried couple times building from the source distribution, but I keep
>>> getting "too many open files"  when building the base runtime shaded
>>> jar :
>>>
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [ERROR] BUILD ERROR
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Error creating shaded jar:
>>>
>>> /home/lresende/opensource/apache/tuscany/releases/2.0-Beta/tuscany-sca-2.0-Beta1-src/distribution/aggregations/base-runtime-aggregation/target/tuscany-base-runtime-aggregation-2.0-Beta1-shaded.jar
>>> (Too many open files)
>>>
>>> But if I do ulimit, I'm seeing unlimited :
>>>
>>> $ ulimit
>>> unlimited
>>>
>>> Anyone else seeing this ?
>>>
>> Luciano,
>>
>> I get a clean build on Windows.
>>
>> Ironically, I don't get a clean build of trunk!
>>
>> Yours,  Mike.
>>
>
> To save my machine time i've kicked off a Hudson build of the tag, its
> still going but no failures yet:
> https://hudson.apache.org/hudson/job/Tuscany-2.0-Beta1/1/
>
>   ...ant
>

Thanks Ant. It looks like the build finished successfully, so I'll
consider this a local environment issue.


-- 
Luciano Resende
http://people.apache.org/~lresende
http://twitter.com/lresende1975
http://lresende.blogspot.com/

Re: Building SCA 2.0 Beta1 RC3 source distribution, was [VOTE] Release Tuscany SCA 2.0 Beta1 RC3

Posted by ant elder <an...@gmail.com>.
On Thu, Nov 18, 2010 at 3:28 PM, Mike Edwards
<mi...@gmail.com> wrote:
> On 17/11/2010 01:09, Luciano Resende wrote:
>>
>> I tried couple times building from the source distribution, but I keep
>> getting "too many open files"  when building the base runtime shaded
>> jar :
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD ERROR
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Error creating shaded jar:
>>
>> /home/lresende/opensource/apache/tuscany/releases/2.0-Beta/tuscany-sca-2.0-Beta1-src/distribution/aggregations/base-runtime-aggregation/target/tuscany-base-runtime-aggregation-2.0-Beta1-shaded.jar
>> (Too many open files)
>>
>> But if I do ulimit, I'm seeing unlimited :
>>
>> $ ulimit
>> unlimited
>>
>> Anyone else seeing this ?
>>
> Luciano,
>
> I get a clean build on Windows.
>
> Ironically, I don't get a clean build of trunk!
>
> Yours,  Mike.
>

To save my machine time i've kicked off a Hudson build of the tag, its
still going but no failures yet:
https://hudson.apache.org/hudson/job/Tuscany-2.0-Beta1/1/

   ...ant

Re: Building SCA 2.0 Beta1 RC3 source distribution, was [VOTE] Release Tuscany SCA 2.0 Beta1 RC3

Posted by Mike Edwards <mi...@gmail.com>.
On 17/11/2010 01:09, Luciano Resende wrote:
> I tried couple times building from the source distribution, but I keep
> getting "too many open files"  when building the base runtime shaded
> jar :
>
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error creating shaded jar:
> /home/lresende/opensource/apache/tuscany/releases/2.0-Beta/tuscany-sca-2.0-Beta1-src/distribution/aggregations/base-runtime-aggregation/target/tuscany-base-runtime-aggregation-2.0-Beta1-shaded.jar
> (Too many open files)
>
> But if I do ulimit, I'm seeing unlimited :
>
> $ ulimit
> unlimited
>
> Anyone else seeing this ?
>
Luciano,

I get a clean build on Windows.

Ironically, I don't get a clean build of trunk!

Yours,  Mike.