You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Romain Manni-Bucau <rm...@gmail.com> on 2012/02/17 14:31:35 UTC

Failed tests: testGetInjectableReferenceOnBeanManager(org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectableReferenceTest)

FYI it is a regression in OWB.

i sent it to the OWB list

- Romain

Re: Failed tests: testGetInjectableReferenceOnBeanManager(org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectableReferenceTest)

Posted by "Alan D. Cabrera" <li...@toolazydogs.com>.
>>>> I'm getting an OOM error now.
>>>> 
>>>> http://pastie.org/3402767


On Feb 18, 2012, at 11:42 AM, Romain Manni-Bucau wrote:

> Maybe paste your error and say when it appears.
> 
> Le 18 févr. 2012 20:34, "Alan D. Cabrera" <li...@toolazydogs.com> a écrit :
> 
>> That does not work for me either.  If no one else gets this I suspect that
>> I'll have to bring out YourKit...
>> 
>> 
>> Regards,
>> Alan
>> 
>> 
>> On Feb 17, 2012, at 12:02 PM, dsh wrote:
>> 
>>> these are the BB Win Sun JDK settings:
>>> 
>>> MAVEN_OPTS=-Xmx1024m -Xss4096k -XX:ReservedCodeCacheSize=64m
>>> -XX:PermSize=64m -XX:MaxPermSize=256m -XX:+HeapDumpOnOutOfMemoryError
>>> -XX:HeapDumpPath=C:\slave4\openejb-trunk-win\dumps
>>> 
>>> On Fri, Feb 17, 2012 at 8:27 PM, David Blevins <da...@gmail.com>
>> wrote:
>>>> 
>>>> On Feb 17, 2012, at 9:43 AM, Alan D. Cabrera wrote:
>>>> 
>>>>> The compile error is now fixed.
>>>>> 
>>>>> I'm getting an OOM error now.
>>>>> 
>>>>> http://pastie.org/3402767
>>>>> 
>>>> 
>>>> I have my memory settings pretty high due to the Geronimo build.  Not
>> sure how much we actually need.  Here's my setting:
>>>> 
>>>> declare -x MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=1024m"
>>>> 
>>>> 
>>>> -David
>>>> 
>>>>> 
>>>>> On Feb 17, 2012, at 7:29 AM, Romain Manni-Bucau wrote:
>>>>> 
>>>>>> Did you update trunk?
>>>>>> 
>>>>>> Le 17 févr. 2012 16:28, "Alan D. Cabrera" <li...@toolazydogs.com> a
>> écrit :
>>>>>> 
>>>>>>> 
>>>>>>> On Feb 17, 2012, at 5:31 AM, Romain Manni-Bucau wrote:
>>>>>>> 
>>>>>>>> FYI it is a regression in OWB.
>>>>>>>> 
>>>>>>>> i sent it to the OWB list
>>>>>>> 
>>>>>>> I get a compiler error.  They changed access to a public static
>>>>>>> threadlocal.  Does anyone else get the same error?
>>>>>>> 
>>>>>>> 
>>>>>>> Regards,
>>>>>>> Alan
>>>>>>> 
>>>>> 
>>>> 
>> 
>> 


Re: Failed tests: testGetInjectableReferenceOnBeanManager(org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectableReferenceTest)

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Maybe paste your error and say when it appears.

Le 18 févr. 2012 20:34, "Alan D. Cabrera" <li...@toolazydogs.com> a écrit :

> That does not work for me either.  If no one else gets this I suspect that
> I'll have to bring out YourKit...
>
>
> Regards,
> Alan
>
>
> On Feb 17, 2012, at 12:02 PM, dsh wrote:
>
> > these are the BB Win Sun JDK settings:
> >
> > MAVEN_OPTS=-Xmx1024m -Xss4096k -XX:ReservedCodeCacheSize=64m
> > -XX:PermSize=64m -XX:MaxPermSize=256m -XX:+HeapDumpOnOutOfMemoryError
> > -XX:HeapDumpPath=C:\slave4\openejb-trunk-win\dumps
> >
> > On Fri, Feb 17, 2012 at 8:27 PM, David Blevins <da...@gmail.com>
> wrote:
> >>
> >> On Feb 17, 2012, at 9:43 AM, Alan D. Cabrera wrote:
> >>
> >>> The compile error is now fixed.
> >>>
> >>> I'm getting an OOM error now.
> >>>
> >>> http://pastie.org/3402767
> >>>
> >>
> >> I have my memory settings pretty high due to the Geronimo build.  Not
> sure how much we actually need.  Here's my setting:
> >>
> >> declare -x MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=1024m"
> >>
> >>
> >> -David
> >>
> >>>
> >>> On Feb 17, 2012, at 7:29 AM, Romain Manni-Bucau wrote:
> >>>
> >>>> Did you update trunk?
> >>>>
> >>>> Le 17 févr. 2012 16:28, "Alan D. Cabrera" <li...@toolazydogs.com> a
> écrit :
> >>>>
> >>>>>
> >>>>> On Feb 17, 2012, at 5:31 AM, Romain Manni-Bucau wrote:
> >>>>>
> >>>>>> FYI it is a regression in OWB.
> >>>>>>
> >>>>>> i sent it to the OWB list
> >>>>>
> >>>>> I get a compiler error.  They changed access to a public static
> >>>>> threadlocal.  Does anyone else get the same error?
> >>>>>
> >>>>>
> >>>>> Regards,
> >>>>> Alan
> >>>>>
> >>>
> >>
>
>

Re: Failed tests: testGetInjectableReferenceOnBeanManager(org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectableReferenceTest)

Posted by Romain Manni-Bucau <rm...@gmail.com>.
+1

Le 20 févr. 2012 07:19, "Alan D. Cabrera" <li...@toolazydogs.com> a écrit :

> Adding
>
>            urls = urls.exclude(".*/Library/Java/.*");
>
> seems to fix it and it seems safe to assume we don't want to scan the Java
> library jars for OpenEJB CLI commands.  Do you agree?
>
>
> Regards,
> Alan
>
>
>
> On Feb 19, 2012, at 10:06 PM, Romain Manni-Bucau wrote:
>
> > Can you have a look to their sizes please?
> >
> > If one is very big it should be added to our default exclusions
> >
> > Le 20 févr. 2012 06:07, "Alan D. Cabrera" <li...@toolazydogs.com> a
> écrit :
> >
> >> On Feb 19, 2012, at 7:29 PM, David Blevins wrote:
> >>
> >>> Maybe bump your -XX:MaxPermSize=256m to -XX:MaxPermSize=512m or
> >> -XX:MaxPermSize=1024m
> >>>
> >>
> >> No joy.  The error was about heap space not permgen space.
> >>
> >> Here are the jars that the CLI Runnable is trying to scan with
> >> ClassFinder.  I suspect your set may be different.
> >>
> >> http://pastie.org/3418224
> >>
> >>
> >> Regards,
> >> Alan
> >>
> >>
> >>
> >>
>
>

Re: Failed tests: testGetInjectableReferenceOnBeanManager(org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectableReferenceTest)

Posted by "Alan D. Cabrera" <li...@toolazydogs.com>.
Adding

            urls = urls.exclude(".*/Library/Java/.*");

seems to fix it and it seems safe to assume we don't want to scan the Java library jars for OpenEJB CLI commands.  Do you agree?


Regards,
Alan
 


On Feb 19, 2012, at 10:06 PM, Romain Manni-Bucau wrote:

> Can you have a look to their sizes please?
> 
> If one is very big it should be added to our default exclusions
> 
> Le 20 févr. 2012 06:07, "Alan D. Cabrera" <li...@toolazydogs.com> a écrit :
> 
>> On Feb 19, 2012, at 7:29 PM, David Blevins wrote:
>> 
>>> Maybe bump your -XX:MaxPermSize=256m to -XX:MaxPermSize=512m or
>> -XX:MaxPermSize=1024m
>>> 
>> 
>> No joy.  The error was about heap space not permgen space.
>> 
>> Here are the jars that the CLI Runnable is trying to scan with
>> ClassFinder.  I suspect your set may be different.
>> 
>> http://pastie.org/3418224
>> 
>> 
>> Regards,
>> Alan
>> 
>> 
>> 
>> 


Re: Failed tests: testGetInjectableReferenceOnBeanManager(org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectableReferenceTest)

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Can you have a look to their sizes please?

If one is very big it should be added to our default exclusions

Le 20 févr. 2012 06:07, "Alan D. Cabrera" <li...@toolazydogs.com> a écrit :

> On Feb 19, 2012, at 7:29 PM, David Blevins wrote:
>
> > Maybe bump your -XX:MaxPermSize=256m to -XX:MaxPermSize=512m or
> -XX:MaxPermSize=1024m
> >
>
> No joy.  The error was about heap space not permgen space.
>
> Here are the jars that the CLI Runnable is trying to scan with
> ClassFinder.  I suspect your set may be different.
>
> http://pastie.org/3418224
>
>
> Regards,
> Alan
>
>
>
>

Re: Failed tests: testGetInjectableReferenceOnBeanManager(org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectableReferenceTest)

Posted by "Alan D. Cabrera" <li...@toolazydogs.com>.
On Feb 19, 2012, at 7:29 PM, David Blevins wrote:

> Maybe bump your -XX:MaxPermSize=256m to -XX:MaxPermSize=512m or -XX:MaxPermSize=1024m
> 

No joy.  The error was about heap space not permgen space.

Here are the jars that the CLI Runnable is trying to scan with ClassFinder.  I suspect your set may be different.

http://pastie.org/3418224


Regards,
Alan




Re: Failed tests: testGetInjectableReferenceOnBeanManager(org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectableReferenceTest)

Posted by David Blevins <da...@gmail.com>.
Maybe bump your -XX:MaxPermSize=256m to -XX:MaxPermSize=512m or -XX:MaxPermSize=1024m

-David

On Feb 19, 2012, at 7:13 PM, Alan D. Cabrera wrote:

> 
> On Feb 18, 2012, at 12:31 PM, David Blevins wrote:
> 
>> 
>> On Feb 18, 2012, at 11:34 AM, Alan D. Cabrera wrote:
>> 
>>> That does not work for me either.  If no one else gets this I suspect that I'll have to bring out YourKit...
>> 
>> Try this command to paste your memory settings just to make sure they've taken effect:
>> 
>> mvn clean install -DfailIfNoTests=false -Dtest=MemorySettingsTest | grep -i memory
>> 
>> Here's what I get (trimmed):
>> 
>> maxMemory = 265093120
>> freeMemory = 76332528
>> totalMemory = 85000192
>> 
>> Also:
>> 
>> $ export | grep MAVEN
>> declare -x MAVEN_HOME="/usr/local/maven"
>> declare -x MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=1024m"
>> 
>> $ mvn -v
>> Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800)
>> Maven home: /usr/share/maven
>> Java version: 1.6.0_26, vendor: Apple Inc.
>> Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
>> Default locale: en_US, platform encoding: MacRoman
>> OS name: "mac os x", version: "10.7.2", arch: "x86_64", family: "mac"
>> 
> 
> maxMemory = 265093120
> freeMemory = 77279120
> totalMemory = 85000192
> 
> [daruma:~ 501]$ export | grep MAVEN
> declare -x MAVEN_OPTS="-Xmx1024m -Xss4096k -XX:ReservedCodeCacheSize=64m -XX:PermSize=64m -XX:MaxPermSize=256m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/Users/adc/test/dumps"
> 
> [daruma:~ 502]$ mvn -v
> Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800)
> Maven home: /usr/share/maven
> Java version: 1.6.0_29, vendor: Apple Inc.
> Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> Default locale: en_US, platform encoding: MacRoman
> OS name: "mac os x", version: "10.7.3", arch: "x86_64", family: "mac"
> 
> 
> Regards,
> Alan
> 
> 


Re: Failed tests: testGetInjectableReferenceOnBeanManager(org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectableReferenceTest)

Posted by "Alan D. Cabrera" <li...@toolazydogs.com>.
On Feb 18, 2012, at 12:31 PM, David Blevins wrote:

> 
> On Feb 18, 2012, at 11:34 AM, Alan D. Cabrera wrote:
> 
>> That does not work for me either.  If no one else gets this I suspect that I'll have to bring out YourKit...
> 
> Try this command to paste your memory settings just to make sure they've taken effect:
> 
> mvn clean install -DfailIfNoTests=false -Dtest=MemorySettingsTest | grep -i memory
> 
> Here's what I get (trimmed):
> 
> maxMemory = 265093120
> freeMemory = 76332528
> totalMemory = 85000192
> 
> Also:
> 
> $ export | grep MAVEN
> declare -x MAVEN_HOME="/usr/local/maven"
> declare -x MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=1024m"
> 
> $ mvn -v
> Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800)
> Maven home: /usr/share/maven
> Java version: 1.6.0_26, vendor: Apple Inc.
> Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> Default locale: en_US, platform encoding: MacRoman
> OS name: "mac os x", version: "10.7.2", arch: "x86_64", family: "mac"
> 

maxMemory = 265093120
freeMemory = 77279120
totalMemory = 85000192

[daruma:~ 501]$ export | grep MAVEN
declare -x MAVEN_OPTS="-Xmx1024m -Xss4096k -XX:ReservedCodeCacheSize=64m -XX:PermSize=64m -XX:MaxPermSize=256m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/Users/adc/test/dumps"

[daruma:~ 502]$ mvn -v
Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800)
Maven home: /usr/share/maven
Java version: 1.6.0_29, vendor: Apple Inc.
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x", version: "10.7.3", arch: "x86_64", family: "mac"


Regards,
Alan
 


Re: Failed tests: testGetInjectableReferenceOnBeanManager(org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectableReferenceTest)

Posted by dsh <da...@googlemail.com>.
btw, 10.7.2 is so dated you should really fix that one. Look at this:

mbp:asfinfra-buildbot-projects dsh$ mvn -v
Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100)
Maven home: /usr/share/maven
Java version: 1.6.0_29, vendor: Apple Inc.
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x", version: "10.8", arch: "x86_64", family: "mac"

On Sat, Feb 18, 2012 at 9:31 PM, David Blevins <da...@gmail.com> wrote:
>
> On Feb 18, 2012, at 11:34 AM, Alan D. Cabrera wrote:
>
>> That does not work for me either.  If no one else gets this I suspect that I'll have to bring out YourKit...
>
> Try this command to paste your memory settings just to make sure they've taken effect:
>
>  mvn clean install -DfailIfNoTests=false -Dtest=MemorySettingsTest | grep -i memory
>
> Here's what I get (trimmed):
>
> maxMemory = 265093120
> freeMemory = 76332528
> totalMemory = 85000192
>
> Also:
>
> $ export | grep MAVEN
> declare -x MAVEN_HOME="/usr/local/maven"
> declare -x MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=1024m"
>
> $ mvn -v
> Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800)
> Maven home: /usr/share/maven
> Java version: 1.6.0_26, vendor: Apple Inc.
> Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> Default locale: en_US, platform encoding: MacRoman
> OS name: "mac os x", version: "10.7.2", arch: "x86_64", family: "mac"
>
>
> -David
>
>> On Feb 17, 2012, at 12:02 PM, dsh wrote:
>>
>>> these are the BB Win Sun JDK settings:
>>>
>>> MAVEN_OPTS=-Xmx1024m -Xss4096k -XX:ReservedCodeCacheSize=64m
>>> -XX:PermSize=64m -XX:MaxPermSize=256m -XX:+HeapDumpOnOutOfMemoryError
>>> -XX:HeapDumpPath=C:\slave4\openejb-trunk-win\dumps
>>>
>>> On Fri, Feb 17, 2012 at 8:27 PM, David Blevins <da...@gmail.com> wrote:
>>>>
>>>> On Feb 17, 2012, at 9:43 AM, Alan D. Cabrera wrote:
>>>>
>>>>> The compile error is now fixed.
>>>>>
>>>>> I'm getting an OOM error now.
>>>>>
>>>>> http://pastie.org/3402767
>>>>>
>>>>
>>>> I have my memory settings pretty high due to the Geronimo build.  Not sure how much we actually need.  Here's my setting:
>>>>
>>>> declare -x MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=1024m"
>>>>
>>>>
>>>> -David
>>>>
>>>>>
>>>>> On Feb 17, 2012, at 7:29 AM, Romain Manni-Bucau wrote:
>>>>>
>>>>>> Did you update trunk?
>>>>>>
>>>>>> Le 17 févr. 2012 16:28, "Alan D. Cabrera" <li...@toolazydogs.com> a écrit :
>>>>>>
>>>>>>>
>>>>>>> On Feb 17, 2012, at 5:31 AM, Romain Manni-Bucau wrote:
>>>>>>>
>>>>>>>> FYI it is a regression in OWB.
>>>>>>>>
>>>>>>>> i sent it to the OWB list
>>>>>>>
>>>>>>> I get a compiler error.  They changed access to a public static
>>>>>>> threadlocal.  Does anyone else get the same error?
>>>>>>>
>>>>>>>
>>>>>>> Regards,
>>>>>>> Alan
>>>>>>>
>>>>>
>>>>
>>
>

Re: Failed tests: testGetInjectableReferenceOnBeanManager(org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectableReferenceTest)

Posted by David Blevins <da...@gmail.com>.
On Feb 18, 2012, at 11:34 AM, Alan D. Cabrera wrote:

> That does not work for me either.  If no one else gets this I suspect that I'll have to bring out YourKit...

Try this command to paste your memory settings just to make sure they've taken effect:

 mvn clean install -DfailIfNoTests=false -Dtest=MemorySettingsTest | grep -i memory

Here's what I get (trimmed):

maxMemory = 265093120
freeMemory = 76332528
totalMemory = 85000192

Also:

$ export | grep MAVEN
declare -x MAVEN_HOME="/usr/local/maven"
declare -x MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=1024m"

$ mvn -v
Apache Maven 3.0.3 (r1075438; 2011-02-28 09:31:09-0800)
Maven home: /usr/share/maven
Java version: 1.6.0_26, vendor: Apple Inc.
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x", version: "10.7.2", arch: "x86_64", family: "mac"


-David

> On Feb 17, 2012, at 12:02 PM, dsh wrote:
> 
>> these are the BB Win Sun JDK settings:
>> 
>> MAVEN_OPTS=-Xmx1024m -Xss4096k -XX:ReservedCodeCacheSize=64m
>> -XX:PermSize=64m -XX:MaxPermSize=256m -XX:+HeapDumpOnOutOfMemoryError
>> -XX:HeapDumpPath=C:\slave4\openejb-trunk-win\dumps
>> 
>> On Fri, Feb 17, 2012 at 8:27 PM, David Blevins <da...@gmail.com> wrote:
>>> 
>>> On Feb 17, 2012, at 9:43 AM, Alan D. Cabrera wrote:
>>> 
>>>> The compile error is now fixed.
>>>> 
>>>> I'm getting an OOM error now.
>>>> 
>>>> http://pastie.org/3402767
>>>> 
>>> 
>>> I have my memory settings pretty high due to the Geronimo build.  Not sure how much we actually need.  Here's my setting:
>>> 
>>> declare -x MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=1024m"
>>> 
>>> 
>>> -David
>>> 
>>>> 
>>>> On Feb 17, 2012, at 7:29 AM, Romain Manni-Bucau wrote:
>>>> 
>>>>> Did you update trunk?
>>>>> 
>>>>> Le 17 févr. 2012 16:28, "Alan D. Cabrera" <li...@toolazydogs.com> a écrit :
>>>>> 
>>>>>> 
>>>>>> On Feb 17, 2012, at 5:31 AM, Romain Manni-Bucau wrote:
>>>>>> 
>>>>>>> FYI it is a regression in OWB.
>>>>>>> 
>>>>>>> i sent it to the OWB list
>>>>>> 
>>>>>> I get a compiler error.  They changed access to a public static
>>>>>> threadlocal.  Does anyone else get the same error?
>>>>>> 
>>>>>> 
>>>>>> Regards,
>>>>>> Alan
>>>>>> 
>>>> 
>>> 
> 


Re: Failed tests: testGetInjectableReferenceOnBeanManager(org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectableReferenceTest)

Posted by "Alan D. Cabrera" <li...@toolazydogs.com>.
That does not work for me either.  If no one else gets this I suspect that I'll have to bring out YourKit...


Regards,
Alan
 

On Feb 17, 2012, at 12:02 PM, dsh wrote:

> these are the BB Win Sun JDK settings:
> 
> MAVEN_OPTS=-Xmx1024m -Xss4096k -XX:ReservedCodeCacheSize=64m
> -XX:PermSize=64m -XX:MaxPermSize=256m -XX:+HeapDumpOnOutOfMemoryError
> -XX:HeapDumpPath=C:\slave4\openejb-trunk-win\dumps
> 
> On Fri, Feb 17, 2012 at 8:27 PM, David Blevins <da...@gmail.com> wrote:
>> 
>> On Feb 17, 2012, at 9:43 AM, Alan D. Cabrera wrote:
>> 
>>> The compile error is now fixed.
>>> 
>>> I'm getting an OOM error now.
>>> 
>>> http://pastie.org/3402767
>>> 
>> 
>> I have my memory settings pretty high due to the Geronimo build.  Not sure how much we actually need.  Here's my setting:
>> 
>> declare -x MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=1024m"
>> 
>> 
>> -David
>> 
>>> 
>>> On Feb 17, 2012, at 7:29 AM, Romain Manni-Bucau wrote:
>>> 
>>>> Did you update trunk?
>>>> 
>>>> Le 17 févr. 2012 16:28, "Alan D. Cabrera" <li...@toolazydogs.com> a écrit :
>>>> 
>>>>> 
>>>>> On Feb 17, 2012, at 5:31 AM, Romain Manni-Bucau wrote:
>>>>> 
>>>>>> FYI it is a regression in OWB.
>>>>>> 
>>>>>> i sent it to the OWB list
>>>>> 
>>>>> I get a compiler error.  They changed access to a public static
>>>>> threadlocal.  Does anyone else get the same error?
>>>>> 
>>>>> 
>>>>> Regards,
>>>>> Alan
>>>>> 
>>> 
>> 


Re: Failed tests: testGetInjectableReferenceOnBeanManager(org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectableReferenceTest)

Posted by dsh <da...@googlemail.com>.
these are the BB Win Sun JDK settings:

MAVEN_OPTS=-Xmx1024m -Xss4096k -XX:ReservedCodeCacheSize=64m
-XX:PermSize=64m -XX:MaxPermSize=256m -XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=C:\slave4\openejb-trunk-win\dumps

On Fri, Feb 17, 2012 at 8:27 PM, David Blevins <da...@gmail.com> wrote:
>
> On Feb 17, 2012, at 9:43 AM, Alan D. Cabrera wrote:
>
>> The compile error is now fixed.
>>
>> I'm getting an OOM error now.
>>
>> http://pastie.org/3402767
>>
>
> I have my memory settings pretty high due to the Geronimo build.  Not sure how much we actually need.  Here's my setting:
>
> declare -x MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=1024m"
>
>
> -David
>
>>
>> On Feb 17, 2012, at 7:29 AM, Romain Manni-Bucau wrote:
>>
>>> Did you update trunk?
>>>
>>> Le 17 févr. 2012 16:28, "Alan D. Cabrera" <li...@toolazydogs.com> a écrit :
>>>
>>>>
>>>> On Feb 17, 2012, at 5:31 AM, Romain Manni-Bucau wrote:
>>>>
>>>>> FYI it is a regression in OWB.
>>>>>
>>>>> i sent it to the OWB list
>>>>
>>>> I get a compiler error.  They changed access to a public static
>>>> threadlocal.  Does anyone else get the same error?
>>>>
>>>>
>>>> Regards,
>>>> Alan
>>>>
>>
>

Re: Failed tests: testGetInjectableReferenceOnBeanManager(org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectableReferenceTest)

Posted by David Blevins <da...@gmail.com>.
On Feb 17, 2012, at 9:43 AM, Alan D. Cabrera wrote:

> The compile error is now fixed.
> 
> I'm getting an OOM error now.
> 
> http://pastie.org/3402767
> 

I have my memory settings pretty high due to the Geronimo build.  Not sure how much we actually need.  Here's my setting:

declare -x MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=1024m"


-David

> 
> On Feb 17, 2012, at 7:29 AM, Romain Manni-Bucau wrote:
> 
>> Did you update trunk?
>> 
>> Le 17 févr. 2012 16:28, "Alan D. Cabrera" <li...@toolazydogs.com> a écrit :
>> 
>>> 
>>> On Feb 17, 2012, at 5:31 AM, Romain Manni-Bucau wrote:
>>> 
>>>> FYI it is a regression in OWB.
>>>> 
>>>> i sent it to the OWB list
>>> 
>>> I get a compiler error.  They changed access to a public static
>>> threadlocal.  Does anyone else get the same error?
>>> 
>>> 
>>> Regards,
>>> Alan
>>> 
> 


Re: Failed tests: testGetInjectableReferenceOnBeanManager(org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectableReferenceTest)

Posted by "Alan D. Cabrera" <li...@toolazydogs.com>.
The compile error is now fixed.

I'm getting an OOM error now.

http://pastie.org/3402767


Regards,
Alan
 
On Feb 17, 2012, at 7:29 AM, Romain Manni-Bucau wrote:

> Did you update trunk?
> 
> Le 17 févr. 2012 16:28, "Alan D. Cabrera" <li...@toolazydogs.com> a écrit :
> 
>> 
>> On Feb 17, 2012, at 5:31 AM, Romain Manni-Bucau wrote:
>> 
>>> FYI it is a regression in OWB.
>>> 
>>> i sent it to the OWB list
>> 
>> I get a compiler error.  They changed access to a public static
>> threadlocal.  Does anyone else get the same error?
>> 
>> 
>> Regards,
>> Alan
>> 


Re: Failed tests: testGetInjectableReferenceOnBeanManager(org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectableReferenceTest)

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Did you update trunk?

Le 17 févr. 2012 16:28, "Alan D. Cabrera" <li...@toolazydogs.com> a écrit :

>
> On Feb 17, 2012, at 5:31 AM, Romain Manni-Bucau wrote:
>
> > FYI it is a regression in OWB.
> >
> > i sent it to the OWB list
>
> I get a compiler error.  They changed access to a public static
> threadlocal.  Does anyone else get the same error?
>
>
> Regards,
> Alan
>

Re: Failed tests: testGetInjectableReferenceOnBeanManager(org.jboss.jsr299.tck.tests.lookup.injectionpoint.InjectableReferenceTest)

Posted by "Alan D. Cabrera" <li...@toolazydogs.com>.
On Feb 17, 2012, at 5:31 AM, Romain Manni-Bucau wrote:

> FYI it is a regression in OWB.
> 
> i sent it to the OWB list

I get a compiler error.  They changed access to a public static threadlocal.  Does anyone else get the same error?


Regards,
Alan