trunk test failure

View: New views
8 Messages — Rating Filter:   Alert me  

trunk test failure

by Kevin Menard-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Is anyone else seeing a test failure in the IoC module in trunk?  I'm
getting the following failure in the thunk_creation test in
org.apache.tapestry5.ioc.internal.services.ParallelExecutorTest.  I'm
trying to deduce if it's environment related or not, as it's happening
in a new Ubuntu 9.10 install.

java.util.concurrent.RejectedExecutionException
        at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:1760)
        at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:767)
        at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:658)
        at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:92)
        at org.apache.tapestry5.ioc.internal.services.ParallelExecutorImpl.invoke(ParallelExecutorImpl.java:48)
        at org.apache.tapestry5.ioc.internal.services.ParallelExecutorImpl.invoke(ParallelExecutorImpl.java:71)
        at $ParallelExecutor_124b16e32c5.invoke($ParallelExecutor_124b16e32c5.java)
        at org.apache.tapestry5.ioc.internal.services.ParallelExecutorTest.thunk_creation(ParallelExecutorTest.java:53)
        at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:74)
        at org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:92)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
        at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
        at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
... Removed 24 stack frames

Thanks,
Kevin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: trunk test failure

by Andreas Andreou-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I've also have got 2-3 failures the last 2 months... And it seemed
that only i was getting them
(usually due to vm or test execution order), so the small fixes i've
done in T5 tests
addressed that.

Perhaps you've come across something similar?

On Mon, Nov 2, 2009 at 3:55 AM, Kevin Menard <nirvdrum@...> wrote:

> Hi,
>
> Is anyone else seeing a test failure in the IoC module in trunk?  I'm
> getting the following failure in the thunk_creation test in
> org.apache.tapestry5.ioc.internal.services.ParallelExecutorTest.  I'm
> trying to deduce if it's environment related or not, as it's happening
> in a new Ubuntu 9.10 install.
>
> java.util.concurrent.RejectedExecutionException
>        at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:1760)
>        at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:767)
>        at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:658)
>        at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:92)
>        at org.apache.tapestry5.ioc.internal.services.ParallelExecutorImpl.invoke(ParallelExecutorImpl.java:48)
>        at org.apache.tapestry5.ioc.internal.services.ParallelExecutorImpl.invoke(ParallelExecutorImpl.java:71)
>        at $ParallelExecutor_124b16e32c5.invoke($ParallelExecutor_124b16e32c5.java)
>        at org.apache.tapestry5.ioc.internal.services.ParallelExecutorTest.thunk_creation(ParallelExecutorTest.java:53)
>        at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:74)
>        at org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:92)
>        at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
>        at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
>        at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
> ... Removed 24 stack frames
>
> Thanks,
> Kevin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>



--
Andreas Andreou - andyhot@... - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: trunk test failure

by Andreas Andreou-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

btw, i dont get any failing tests for ioc at the moment though :)

On Mon, Nov 2, 2009 at 4:33 AM, Andreas Andreou <andyhot@...> wrote:

> I've also have got 2-3 failures the last 2 months... And it seemed
> that only i was getting them
> (usually due to vm or test execution order), so the small fixes i've
> done in T5 tests
> addressed that.
>
> Perhaps you've come across something similar?
>
> On Mon, Nov 2, 2009 at 3:55 AM, Kevin Menard <nirvdrum@...> wrote:
>> Hi,
>>
>> Is anyone else seeing a test failure in the IoC module in trunk?  I'm
>> getting the following failure in the thunk_creation test in
>> org.apache.tapestry5.ioc.internal.services.ParallelExecutorTest.  I'm
>> trying to deduce if it's environment related or not, as it's happening
>> in a new Ubuntu 9.10 install.
>>
>> java.util.concurrent.RejectedExecutionException
>>        at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:1760)
>>        at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:767)
>>        at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:658)
>>        at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:92)
>>        at org.apache.tapestry5.ioc.internal.services.ParallelExecutorImpl.invoke(ParallelExecutorImpl.java:48)
>>        at org.apache.tapestry5.ioc.internal.services.ParallelExecutorImpl.invoke(ParallelExecutorImpl.java:71)
>>        at $ParallelExecutor_124b16e32c5.invoke($ParallelExecutor_124b16e32c5.java)
>>        at org.apache.tapestry5.ioc.internal.services.ParallelExecutorTest.thunk_creation(ParallelExecutorTest.java:53)
>>        at org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:74)
>>        at org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:92)
>>        at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
>>        at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
>>        at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
>> ... Removed 24 stack frames
>>
>> Thanks,
>> Kevin
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@...
>> For additional commands, e-mail: dev-help@...
>>
>>
>
>
>
> --
> Andreas Andreou - andyhot@... - http://blog.andyhot.gr
> Tapestry / Tacos developer
> Open Source / JEE Consulting
>



--
Andreas Andreou - andyhot@... - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: trunk test failure

by Igor Drobiazko :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I had this failure when I was on Windows, after switching to Mac never seen
again.
However, if your are committing something outside tapestry-ioc, let's say
tapestry-core, this failure should not keep you from committing.

Another annoying thing is the spring test failure on bamboo. I can't
reproduce it on my machine. Bamboo seems to pass the test from time to time.
Anybody getting the "PARIS IN SPRINGTIME" failure on his own machine?

On Mon, Nov 2, 2009 at 2:55 AM, Kevin Menard <nirvdrum@...> wrote:

> Hi,
>
> Is anyone else seeing a test failure in the IoC module in trunk?  I'm
> getting the following failure in the thunk_creation test in
> org.apache.tapestry5.ioc.internal.services.ParallelExecutorTest.  I'm
> trying to deduce if it's environment related or not, as it's happening
> in a new Ubuntu 9.10 install.
>
> java.util.concurrent.RejectedExecutionException
>        at
> java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:1760)
>        at
> java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:767)
>        at
> java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:658)
>        at
> java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:92)
>        at
> org.apache.tapestry5.ioc.internal.services.ParallelExecutorImpl.invoke(ParallelExecutorImpl.java:48)
>        at
> org.apache.tapestry5.ioc.internal.services.ParallelExecutorImpl.invoke(ParallelExecutorImpl.java:71)
>        at
> $ParallelExecutor_124b16e32c5.invoke($ParallelExecutor_124b16e32c5.java)
>        at
> org.apache.tapestry5.ioc.internal.services.ParallelExecutorTest.thunk_creation(ParallelExecutorTest.java:53)
>        at
> org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:74)
>        at
> org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:92)
>        at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
>        at
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
>        at
> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
> ... Removed 24 stack frames
>
> Thanks,
> Kevin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>


--
Best regards,

Igor Drobiazko

Re: trunk test failure

by Massimo Lusetti :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Nov 2, 2009 at 2:55 AM, Kevin Menard <nirvdrum@...> wrote:

> Hi,
>
> Is anyone else seeing a test failure in the IoC module in trunk?  I'm
> getting the following failure in the thunk_creation test in
> org.apache.tapestry5.ioc.internal.services.ParallelExecutorTest.  I'm
> trying to deduce if it's environment related or not, as it's happening
> in a new Ubuntu 9.10 install.

Here there're no issue so far.

Cheers
--
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: trunk test failure

by Kevin Menard-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for the feedback.

I wasn't seeing failures on Mac, but since I've upgraded to Snow
Leopard I've been having issues with Selenium.  So, I thought I would
test in a VM.  While I certainly can still work on tapestry-core, it
strikes me that we shouldn't have failures on trunk at all.  I'll
spend some time and see if I can get the one failure I'm seeing to go
away.

--
Kevin



On Mon, Nov 2, 2009 at 2:07 AM, Igor Drobiazko <igor.drobiazko@...> wrote:

> Hi,
>
> I had this failure when I was on Windows, after switching to Mac never seen
> again.
> However, if your are committing something outside tapestry-ioc, let's say
> tapestry-core, this failure should not keep you from committing.
>
> Another annoying thing is the spring test failure on bamboo. I can't
> reproduce it on my machine. Bamboo seems to pass the test from time to time.
> Anybody getting the "PARIS IN SPRINGTIME" failure on his own machine?
>
> On Mon, Nov 2, 2009 at 2:55 AM, Kevin Menard <nirvdrum@...> wrote:
>
>> Hi,
>>
>> Is anyone else seeing a test failure in the IoC module in trunk?  I'm
>> getting the following failure in the thunk_creation test in
>> org.apache.tapestry5.ioc.internal.services.ParallelExecutorTest.  I'm
>> trying to deduce if it's environment related or not, as it's happening
>> in a new Ubuntu 9.10 install.
>>
>> java.util.concurrent.RejectedExecutionException
>>        at
>> java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:1760)
>>        at
>> java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:767)
>>        at
>> java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:658)
>>        at
>> java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:92)
>>        at
>> org.apache.tapestry5.ioc.internal.services.ParallelExecutorImpl.invoke(ParallelExecutorImpl.java:48)
>>        at
>> org.apache.tapestry5.ioc.internal.services.ParallelExecutorImpl.invoke(ParallelExecutorImpl.java:71)
>>        at
>> $ParallelExecutor_124b16e32c5.invoke($ParallelExecutor_124b16e32c5.java)
>>        at
>> org.apache.tapestry5.ioc.internal.services.ParallelExecutorTest.thunk_creation(ParallelExecutorTest.java:53)
>>        at
>> org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:74)
>>        at
>> org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:92)
>>        at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
>>        at
>> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
>>        at
>> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
>> ... Removed 24 stack frames
>>
>> Thanks,
>> Kevin
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@...
>> For additional commands, e-mail: dev-help@...
>>
>>
>
>
> --
> Best regards,
>
> Igor Drobiazko
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


RE: trunk test failure

by ccordenier :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi

I also had problem with selenium and Firefox on my mac after upgrading to snow leopard
This (about libsqlite3.dylib) fixed my problem: http://stackoverflow.com/questions/1364523/firefox-bin-quit-unexpectedly-while-running-selenium-test

Regards,
Christophe.


-----Message d'origine-----
De : Kevin Menard [mailto:nirvdrum@...]
Envoyé : lundi 2 novembre 2009 13:48
À : Tapestry development
Objet : Re: trunk test failure

Thanks for the feedback.

I wasn't seeing failures on Mac, but since I've upgraded to Snow
Leopard I've been having issues with Selenium.  So, I thought I would
test in a VM.  While I certainly can still work on tapestry-core, it
strikes me that we shouldn't have failures on trunk at all.  I'll
spend some time and see if I can get the one failure I'm seeing to go
away.

--
Kevin



On Mon, Nov 2, 2009 at 2:07 AM, Igor Drobiazko <igor.drobiazko@...> wrote:

> Hi,
>
> I had this failure when I was on Windows, after switching to Mac never seen
> again.
> However, if your are committing something outside tapestry-ioc, let's say
> tapestry-core, this failure should not keep you from committing.
>
> Another annoying thing is the spring test failure on bamboo. I can't
> reproduce it on my machine. Bamboo seems to pass the test from time to time.
> Anybody getting the "PARIS IN SPRINGTIME" failure on his own machine?
>
> On Mon, Nov 2, 2009 at 2:55 AM, Kevin Menard <nirvdrum@...> wrote:
>
>> Hi,
>>
>> Is anyone else seeing a test failure in the IoC module in trunk?  I'm
>> getting the following failure in the thunk_creation test in
>> org.apache.tapestry5.ioc.internal.services.ParallelExecutorTest.  I'm
>> trying to deduce if it's environment related or not, as it's happening
>> in a new Ubuntu 9.10 install.
>>
>> java.util.concurrent.RejectedExecutionException
>>        at
>> java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:1760)
>>        at
>> java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:767)
>>        at
>> java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:658)
>>        at
>> java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:92)
>>        at
>> org.apache.tapestry5.ioc.internal.services.ParallelExecutorImpl.invoke(ParallelExecutorImpl.java:48)
>>        at
>> org.apache.tapestry5.ioc.internal.services.ParallelExecutorImpl.invoke(ParallelExecutorImpl.java:71)
>>        at
>> $ParallelExecutor_124b16e32c5.invoke($ParallelExecutor_124b16e32c5.java)
>>        at
>> org.apache.tapestry5.ioc.internal.services.ParallelExecutorTest.thunk_creation(ParallelExecutorTest.java:53)
>>        at
>> org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:74)
>>        at
>> org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:92)
>>        at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
>>        at
>> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
>>        at
>> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
>> ... Removed 24 stack frames
>>
>> Thanks,
>> Kevin
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@...
>> For additional commands, e-mail: dev-help@...
>>
>>
>
>
> --
> Best regards,
>
> Igor Drobiazko
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...




Ce message et les pièces jointes sont confidentiels et réservés à l'usage exclusif de ses destinataires. Il peut également être protégé par le secret professionnel. Si vous recevez ce message par erreur, merci d'en avertir immédiatement l'expéditeur et de le détruire. L'intégrité du message ne pouvant être assurée sur Internet, la responsabilité du groupe Atos Origin ne pourra être recherchée quant au contenu de ce message. Bien que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout virus, l'expéditeur ne donne aucune garantie à cet égard et sa responsabilité ne saurait être recherchée pour tout dommage résultant d'un virus transmis.

This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos Origin group liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: trunk test failure

by Kevin Menard-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for the link, Christophe.  That also fixed my Selenium / Snow
Leopard issues.  I'd still like to figure out why things are failing
on Ubuntu, but it's nice that my primary development environment can
run the tests successfully.

--
Kevin



On Mon, Nov 2, 2009 at 7:52 AM, Cordenier Christophe
<Christophe.Cordenier@...> wrote:

> Hi
>
> I also had problem with selenium and Firefox on my mac after upgrading to snow leopard
> This (about libsqlite3.dylib) fixed my problem: http://stackoverflow.com/questions/1364523/firefox-bin-quit-unexpectedly-while-running-selenium-test
>
> Regards,
> Christophe.
>
>
> -----Message d'origine-----
> De : Kevin Menard [mailto:nirvdrum@...]
> Envoyé : lundi 2 novembre 2009 13:48
> À : Tapestry development
> Objet : Re: trunk test failure
>
> Thanks for the feedback.
>
> I wasn't seeing failures on Mac, but since I've upgraded to Snow
> Leopard I've been having issues with Selenium.  So, I thought I would
> test in a VM.  While I certainly can still work on tapestry-core, it
> strikes me that we shouldn't have failures on trunk at all.  I'll
> spend some time and see if I can get the one failure I'm seeing to go
> away.
>
> --
> Kevin
>
>
>
> On Mon, Nov 2, 2009 at 2:07 AM, Igor Drobiazko <igor.drobiazko@...> wrote:
>> Hi,
>>
>> I had this failure when I was on Windows, after switching to Mac never seen
>> again.
>> However, if your are committing something outside tapestry-ioc, let's say
>> tapestry-core, this failure should not keep you from committing.
>>
>> Another annoying thing is the spring test failure on bamboo. I can't
>> reproduce it on my machine. Bamboo seems to pass the test from time to time.
>> Anybody getting the "PARIS IN SPRINGTIME" failure on his own machine?
>>
>> On Mon, Nov 2, 2009 at 2:55 AM, Kevin Menard <nirvdrum@...> wrote:
>>
>>> Hi,
>>>
>>> Is anyone else seeing a test failure in the IoC module in trunk?  I'm
>>> getting the following failure in the thunk_creation test in
>>> org.apache.tapestry5.ioc.internal.services.ParallelExecutorTest.  I'm
>>> trying to deduce if it's environment related or not, as it's happening
>>> in a new Ubuntu 9.10 install.
>>>
>>> java.util.concurrent.RejectedExecutionException
>>>        at
>>> java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:1760)
>>>        at
>>> java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:767)
>>>        at
>>> java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:658)
>>>        at
>>> java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:92)
>>>        at
>>> org.apache.tapestry5.ioc.internal.services.ParallelExecutorImpl.invoke(ParallelExecutorImpl.java:48)
>>>        at
>>> org.apache.tapestry5.ioc.internal.services.ParallelExecutorImpl.invoke(ParallelExecutorImpl.java:71)
>>>        at
>>> $ParallelExecutor_124b16e32c5.invoke($ParallelExecutor_124b16e32c5.java)
>>>        at
>>> org.apache.tapestry5.ioc.internal.services.ParallelExecutorTest.thunk_creation(ParallelExecutorTest.java:53)
>>>        at
>>> org.apache.maven.surefire.testng.TestNGExecutor.run(TestNGExecutor.java:74)
>>>        at
>>> org.apache.maven.surefire.testng.TestNGXmlTestSuite.execute(TestNGXmlTestSuite.java:92)
>>>        at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
>>>        at
>>> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
>>>        at
>>> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
>>> ... Removed 24 stack frames
>>>
>>> Thanks,
>>> Kevin
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@...
>>> For additional commands, e-mail: dev-help@...
>>>
>>>
>>
>>
>> --
>> Best regards,
>>
>> Igor Drobiazko
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>
>
>
> Ce message et les pièces jointes sont confidentiels et réservés à l'usage exclusif de ses destinataires. Il peut également être protégé par le secret professionnel. Si vous recevez ce message par erreur, merci d'en avertir immédiatement l'expéditeur et de le détruire. L'intégrité du message ne pouvant être assurée sur Internet, la responsabilité du groupe Atos Origin ne pourra être recherchée quant au contenu de ce message. Bien que les meilleurs efforts soient faits pour maintenir cette transmission exempte de tout virus, l'expéditeur ne donne aucune garantie à cet égard et sa responsabilité ne saurait être recherchée pour tout dommage résultant d'un virus transmis.
>
> This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos Origin group liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...