|
View:
New views
20 Messages
—
Rating Filter:
Alert me
|
| < Prev | 1 - 2 | Next > |
|
|
stability problems on vmbuildOne of the things to take into consideration for the 1.3.x GA release
is the stability problems we've had since upgrading on vmbuild. I noted it had gone down today due to "too many open files" (which showed up as a database error saying it couldn't be found - Derby confused me at first :) There have been similar reports recently against Archiva - but it wasn't present in previous versions of Continuum. Is it possible that it is something new in Redback (we're not using LDAP), a different JDO configuration, or perhaps the shared Archiva purge scanners that might be causing this? Before restarting next time I'll run an lsof to see what is happening. - Brett |
|
|
Re: stability problems on vmbuildI started to look at it and fixed locally some of them in Continuum but they
aren't new so I don't think my fixes will be enough. I think the issue is in Archiva but need some investigations. Emmanuel On Wed, May 27, 2009 at 7:32 AM, Brett Porter <brett@...> wrote: > One of the things to take into consideration for the 1.3.x GA release is > the stability problems we've had since upgrading on vmbuild. > > I noted it had gone down today due to "too many open files" (which showed > up as a database error saying it couldn't be found - Derby confused me at > first :) > > There have been similar reports recently against Archiva - but it wasn't > present in previous versions of Continuum. Is it possible that it is > something new in Redback (we're not using LDAP), a different JDO > configuration, or perhaps the shared Archiva purge scanners that might be > causing this? > > Before restarting next time I'll run an lsof to see what is happening. > > - Brett > |
|
|
Re: stability problems on vmbuildFor Archiva, we use actually in Continuum an old version, it would be
good to upgrade it. The issue can be in plexus-util too: http://jira.codehaus.org/browse/PLXCOMP-99 Emmanuel On 5/27/09, Emmanuel Venisse <emmanuel.venisse@...> wrote: > I started to look at it and fixed locally some of them in Continuum but > they > aren't new so I don't think my fixes will be enough. > I think the issue is in Archiva but need some investigations. > > Emmanuel > > On Wed, May 27, 2009 at 7:32 AM, Brett Porter <brett@...> wrote: > >> One of the things to take into consideration for the 1.3.x GA release is >> the stability problems we've had since upgrading on vmbuild. >> >> I noted it had gone down today due to "too many open files" (which showed >> up as a database error saying it couldn't be found - Derby confused me at >> first :) >> >> There have been similar reports recently against Archiva - but it wasn't >> present in previous versions of Continuum. Is it possible that it is >> something new in Redback (we're not using LDAP), a different JDO >> configuration, or perhaps the shared Archiva purge scanners that might be >> causing this? >> >> Before restarting next time I'll run an lsof to see what is happening. >> >> - Brett >> > |
|
|
Re: stability problems on vmbuildI fixed plexus-utils. Can you test it on vmbuild to see if it is ok?
I tested it locally with my Continuum and open files seems to be stable On 5/28/09, Emmanuel Venisse <emmanuel.venisse@...> wrote: > For Archiva, we use actually in Continuum an old version, it would be > good to upgrade it. > > The issue can be in plexus-util too: > http://jira.codehaus.org/browse/PLXCOMP-99 > > Emmanuel > > On 5/27/09, Emmanuel Venisse <emmanuel.venisse@...> wrote: >> I started to look at it and fixed locally some of them in Continuum but >> they >> aren't new so I don't think my fixes will be enough. >> I think the issue is in Archiva but need some investigations. >> >> Emmanuel >> >> On Wed, May 27, 2009 at 7:32 AM, Brett Porter <brett@...> wrote: >> >>> One of the things to take into consideration for the 1.3.x GA release is >>> the stability problems we've had since upgrading on vmbuild. >>> >>> I noted it had gone down today due to "too many open files" (which >>> showed >>> up as a database error saying it couldn't be found - Derby confused me >>> at >>> first :) >>> >>> There have been similar reports recently against Archiva - but it wasn't >>> present in previous versions of Continuum. Is it possible that it is >>> something new in Redback (we're not using LDAP), a different JDO >>> configuration, or perhaps the shared Archiva purge scanners that might >>> be >>> causing this? >>> >>> Before restarting next time I'll run an lsof to see what is happening. >>> >>> - Brett >>> >> > |
|
|
Re: stability problems on vmbuildI haven't seen the commit - what's required?
If you could get it to the point the 1.3.x branch builds with the right thing I'm happy to do the vmbuild upgrade. On 29/05/2009, at 2:58 PM, Emmanuel Venisse wrote: > I fixed plexus-utils. Can you test it on vmbuild to see if it is ok? > I tested it locally with my Continuum and open files seems to be > stable > > On 5/28/09, Emmanuel Venisse <emmanuel.venisse@...> wrote: >> For Archiva, we use actually in Continuum an old version, it would be >> good to upgrade it. >> >> The issue can be in plexus-util too: >> http://jira.codehaus.org/browse/PLXCOMP-99 >> >> Emmanuel >> >> On 5/27/09, Emmanuel Venisse <emmanuel.venisse@...> wrote: >>> I started to look at it and fixed locally some of them in >>> Continuum but >>> they >>> aren't new so I don't think my fixes will be enough. >>> I think the issue is in Archiva but need some investigations. >>> >>> Emmanuel >>> >>> On Wed, May 27, 2009 at 7:32 AM, Brett Porter <brett@...> >>> wrote: >>> >>>> One of the things to take into consideration for the 1.3.x GA >>>> release is >>>> the stability problems we've had since upgrading on vmbuild. >>>> >>>> I noted it had gone down today due to "too many open files" (which >>>> showed >>>> up as a database error saying it couldn't be found - Derby >>>> confused me >>>> at >>>> first :) >>>> >>>> There have been similar reports recently against Archiva - but it >>>> wasn't >>>> present in previous versions of Continuum. Is it possible that it >>>> is >>>> something new in Redback (we're not using LDAP), a different JDO >>>> configuration, or perhaps the shared Archiva purge scanners that >>>> might >>>> be >>>> causing this? >>>> >>>> Before restarting next time I'll run an lsof to see what is >>>> happening. >>>> >>>> - Brett >>>> >>> >> |
|
|
Re: stability problems on vmbuildI fixed it in plexus-utils in r.8235
I see in svn logs of plexus-utils that 1.5.10 was released yesterday but on central repo, it was deployed 3 days ago( http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.10/ ). Is it a problem with the date on central repo or is it the wrong artifact? So I don't know if the artifact on central repo contains or not my fix and the sources jar is wrong :-( Emmanuel On Fri, May 29, 2009 at 7:02 AM, Brett Porter <brett@...> wrote: > I haven't seen the commit - what's required? > > If you could get it to the point the 1.3.x branch builds with the right > thing I'm happy to do the vmbuild upgrade. > > > On 29/05/2009, at 2:58 PM, Emmanuel Venisse wrote: > > I fixed plexus-utils. Can you test it on vmbuild to see if it is ok? >> I tested it locally with my Continuum and open files seems to be stable >> >> On 5/28/09, Emmanuel Venisse <emmanuel.venisse@...> wrote: >> >>> For Archiva, we use actually in Continuum an old version, it would be >>> good to upgrade it. >>> >>> The issue can be in plexus-util too: >>> http://jira.codehaus.org/browse/PLXCOMP-99 >>> >>> Emmanuel >>> >>> On 5/27/09, Emmanuel Venisse <emmanuel.venisse@...> wrote: >>> >>>> I started to look at it and fixed locally some of them in Continuum but >>>> they >>>> aren't new so I don't think my fixes will be enough. >>>> I think the issue is in Archiva but need some investigations. >>>> >>>> Emmanuel >>>> >>>> On Wed, May 27, 2009 at 7:32 AM, Brett Porter <brett@...> wrote: >>>> >>>> One of the things to take into consideration for the 1.3.x GA release >>>>> is >>>>> the stability problems we've had since upgrading on vmbuild. >>>>> >>>>> I noted it had gone down today due to "too many open files" (which >>>>> showed >>>>> up as a database error saying it couldn't be found - Derby confused me >>>>> at >>>>> first :) >>>>> >>>>> There have been similar reports recently against Archiva - but it >>>>> wasn't >>>>> present in previous versions of Continuum. Is it possible that it is >>>>> something new in Redback (we're not using LDAP), a different JDO >>>>> configuration, or perhaps the shared Archiva purge scanners that might >>>>> be >>>>> causing this? >>>>> >>>>> Before restarting next time I'll run an lsof to see what is happening. >>>>> >>>>> - Brett >>>>> >>>>> >>>> >>> > |
|
|
Re: stability problems on vmbuildI fixed it in plexus-utils in r.8235
I see in svn logs of plexus-utils that 1.5.10 was released yesterday but on central repo, it was deployed 3 days ago( http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.10/ ). Is it a problem with the date on central repo or is it the wrong artifact? So I don't know if the artifact on central repo contains or not my fix and the sources jar is wrong :-( Emmanuel On Fri, May 29, 2009 at 7:02 AM, Brett Porter <brett@...> wrote: > I haven't seen the commit - what's required? > > If you could get it to the point the 1.3.x branch builds with the right > thing I'm happy to do the vmbuild upgrade. > > > On 29/05/2009, at 2:58 PM, Emmanuel Venisse wrote: > > I fixed plexus-utils. Can you test it on vmbuild to see if it is ok? >> I tested it locally with my Continuum and open files seems to be stable >> >> On 5/28/09, Emmanuel Venisse <emmanuel.venisse@...> wrote: >> >>> For Archiva, we use actually in Continuum an old version, it would be >>> good to upgrade it. >>> >>> The issue can be in plexus-util too: >>> http://jira.codehaus.org/browse/PLXCOMP-99 >>> >>> Emmanuel >>> >>> On 5/27/09, Emmanuel Venisse <emmanuel.venisse@...> wrote: >>> >>>> I started to look at it and fixed locally some of them in Continuum but >>>> they >>>> aren't new so I don't think my fixes will be enough. >>>> I think the issue is in Archiva but need some investigations. >>>> >>>> Emmanuel >>>> >>>> On Wed, May 27, 2009 at 7:32 AM, Brett Porter <brett@...> wrote: >>>> >>>> One of the things to take into consideration for the 1.3.x GA release >>>>> is >>>>> the stability problems we've had since upgrading on vmbuild. >>>>> >>>>> I noted it had gone down today due to "too many open files" (which >>>>> showed >>>>> up as a database error saying it couldn't be found - Derby confused me >>>>> at >>>>> first :) >>>>> >>>>> There have been similar reports recently against Archiva - but it >>>>> wasn't >>>>> present in previous versions of Continuum. Is it possible that it is >>>>> something new in Redback (we're not using LDAP), a different JDO >>>>> configuration, or perhaps the shared Archiva purge scanners that might >>>>> be >>>>> causing this? >>>>> >>>>> Before restarting next time I'll run an lsof to see what is happening. >>>>> >>>>> - Brett >>>>> >>>>> >>>> >>> > |
|
|
Re: stability problems on vmbuildOn 29/05/2009, at 7:15 PM, Emmanuel Venisse wrote: > I fixed it in plexus-utils in r.8235 Ah, I've unsubscribed from the plexus lists so I missed it. > > I see in svn logs of plexus-utils that 1.5.10 was released yesterday > but on > central repo, it was deployed 3 days ago( > http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/ > 1.5.10/ ). Is > it a problem with the date on central repo or is it the wrong > artifact? So I > don't know if the artifact on central repo contains or not my fix > and the > sources jar is wrong :-( It no longer matches, so you'll need to release again. http://oss.sonatype.org/content/repositories/plexus-releases/org/codehaus/plexus/plexus-utils/1.5.10/ Thanks for fixing this! - Brett |
|
|
Re: stability problems on vmbuildOn Fri, May 29, 2009 at 1:09 PM, Brett Porter <brett@...> wrote:
> > On 29/05/2009, at 7:15 PM, Emmanuel Venisse wrote: > > I fixed it in plexus-utils in r.8235 >> > > Ah, I've unsubscribed from the plexus lists so I missed it. > > >> I see in svn logs of plexus-utils that 1.5.10 was released yesterday but >> on >> central repo, it was deployed 3 days ago( >> http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.10/ ). >> Is >> it a problem with the date on central repo or is it the wrong artifact? So >> I >> don't know if the artifact on central repo contains or not my fix and the >> sources jar is wrong :-( >> > > It no longer matches, so you'll need to release again. I can't do it, so I sent a mail to John on the plexus list to release it again and to sync it with the central repo > > http://oss.sonatype.org/content/repositories/plexus-releases/org/codehaus/plexus/plexus-utils/1.5.10/ > > Thanks for fixing this! np Emmanuel |
|
|
Re: stability problems on vmbuildHi,
p-u release 1.5.11 done. -- Olivier 2009/5/29 Emmanuel Venisse <emmanuel.venisse@...>: > On Fri, May 29, 2009 at 1:09 PM, Brett Porter <brett@...> wrote: > >> >> On 29/05/2009, at 7:15 PM, Emmanuel Venisse wrote: >> >> Â I fixed it in plexus-utils in r.8235 >>> >> >> Ah, I've unsubscribed from the plexus lists so I missed it. >> >> >>> I see in svn logs of plexus-utils that 1.5.10 was released yesterday but >>> on >>> central repo, it was deployed 3 days ago( >>> http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.10/ ). >>> Is >>> it a problem with the date on central repo or is it the wrong artifact? So >>> I >>> don't know if the artifact on central repo contains or not my fix and the >>> sources jar is wrong :-( >>> >> >> It no longer matches, so you'll need to release again. > > > I can't do it, so I sent a mail to John on the plexus list to release it > again and to sync it with the central repo > > >> >> http://oss.sonatype.org/content/repositories/plexus-releases/org/codehaus/plexus/plexus-utils/1.5.10/ >> >> Thanks for fixing this! > > np > > Emmanuel > |
|
|
Re: stability problems on vmbuildThanks, I'll update it in Continuum
On Fri, May 29, 2009 at 2:37 PM, Olivier Lamy <olamy@...> wrote: > Hi, > p-u release 1.5.11 done. > > -- > Olivier > > 2009/5/29 Emmanuel Venisse <emmanuel.venisse@...>: > > On Fri, May 29, 2009 at 1:09 PM, Brett Porter <brett@...> wrote: > > > >> > >> On 29/05/2009, at 7:15 PM, Emmanuel Venisse wrote: > >> > >> I fixed it in plexus-utils in r.8235 > >>> > >> > >> Ah, I've unsubscribed from the plexus lists so I missed it. > >> > >> > >>> I see in svn logs of plexus-utils that 1.5.10 was released yesterday > but > >>> on > >>> central repo, it was deployed 3 days ago( > >>> http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.10/). > >>> Is > >>> it a problem with the date on central repo or is it the wrong artifact? > So > >>> I > >>> don't know if the artifact on central repo contains or not my fix and > the > >>> sources jar is wrong :-( > >>> > >> > >> It no longer matches, so you'll need to release again. > > > > > > I can't do it, so I sent a mail to John on the plexus list to release it > > again and to sync it with the central repo > > > > > >> > >> > http://oss.sonatype.org/content/repositories/plexus-releases/org/codehaus/plexus/plexus-utils/1.5.10/ > >> > >> Thanks for fixing this! > > > > np > > > > Emmanuel > > > |
|
|
Re: stability problems on vmbuildDone.Brett can you upgrade vmbuild to see if it fix the issue?
Emmanuel On Fri, May 29, 2009 at 3:22 PM, Emmanuel Venisse < emmanuel.venisse@...> wrote: > Thanks, I'll update it in Continuum > > > On Fri, May 29, 2009 at 2:37 PM, Olivier Lamy <olamy@...> wrote: > >> Hi, >> p-u release 1.5.11 done. >> >> -- >> Olivier >> >> 2009/5/29 Emmanuel Venisse <emmanuel.venisse@...>: >> > On Fri, May 29, 2009 at 1:09 PM, Brett Porter <brett@...> wrote: >> > >> >> >> >> On 29/05/2009, at 7:15 PM, Emmanuel Venisse wrote: >> >> >> >> I fixed it in plexus-utils in r.8235 >> >>> >> >> >> >> Ah, I've unsubscribed from the plexus lists so I missed it. >> >> >> >> >> >>> I see in svn logs of plexus-utils that 1.5.10 was released yesterday >> but >> >>> on >> >>> central repo, it was deployed 3 days ago( >> >>> >> http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.5.10/ ). >> >>> Is >> >>> it a problem with the date on central repo or is it the wrong >> artifact? So >> >>> I >> >>> don't know if the artifact on central repo contains or not my fix and >> the >> >>> sources jar is wrong :-( >> >>> >> >> >> >> It no longer matches, so you'll need to release again. >> > >> > >> > I can't do it, so I sent a mail to John on the plexus list to release it >> > again and to sync it with the central repo >> > >> > >> >> >> >> >> http://oss.sonatype.org/content/repositories/plexus-releases/org/codehaus/plexus/plexus-utils/1.5.10/ >> >> >> >> Thanks for fixing this! >> > >> > np >> > >> > Emmanuel >> > >> > > |
|
|
Re: stability problems on vmbuildOn Fri, May 29, 2009 at 7:08 AM, Emmanuel Venisse
<emmanuel.venisse@...> wrote: > Done.Brett can you upgrade vmbuild to see if it fix the issue? Thanks, Emmanuel! I upgraded vmbuild to 1.3.4-SNAPSHOT r781487 and will check the logs in a couple of days to see how it's behaving. -- Wendy |
|
|
Re: stability problems on vmbuildThanks Wendy!
On 04/06/2009, at 6:29 AM, Wendy Smoak wrote: > On Fri, May 29, 2009 at 7:08 AM, Emmanuel Venisse > <emmanuel.venisse@...> wrote: >> Done.Brett can you upgrade vmbuild to see if it fix the issue? > > Thanks, Emmanuel! I upgraded vmbuild to 1.3.4-SNAPSHOT r781487 and > will check the logs in a couple of days to see how it's behaving. > > -- > Wendy |
|
|
Re: stability problems on vmbuildThanks Wendy
On Wed, Jun 3, 2009 at 10:29 PM, Wendy Smoak <wsmoak@...> wrote: > On Fri, May 29, 2009 at 7:08 AM, Emmanuel Venisse > <emmanuel.venisse@...> wrote: > > Done.Brett can you upgrade vmbuild to see if it fix the issue? > > Thanks, Emmanuel! I upgraded vmbuild to 1.3.4-SNAPSHOT r781487 and > will check the logs in a couple of days to see how it's behaving. > > -- > Wendy > |
|
|
Re: stability problems on vmbuildUnfortunately, it doesn't seem to have helped. :(
The wrapper log shows "JVM appears hung": 27 times on June 3 29 times on June 4 16 times so far today on June 5 And Stefan reopened INFRA-2037 for additional problems with the Directory builds. https://issues.apache.org/jira/browse/INFRA-2037 This is 1.3.4-SNAPSHOT r781487 from June 3. I checked to make sure it is using the new plexus-utils and found ./apps/continuum/WEB-INF/lib/plexus-utils-1.5.11.jar . -- Wendy On Wed, Jun 3, 2009 at 9:41 PM, Emmanuel Venisse <emmanuel.venisse@...> wrote: > Thanks Wendy > > On Wed, Jun 3, 2009 at 10:29 PM, Wendy Smoak <wsmoak@...> wrote: > >> On Fri, May 29, 2009 at 7:08 AM, Emmanuel Venisse >> <emmanuel.venisse@...> wrote: >> > Done.Brett can you upgrade vmbuild to see if it fix the issue? |
|
|
Re: stability problems on vmbuild:-(
I can't find where to do more fix, maybe in some other dependencies. It's very hard to solve this issue. Emmanuel On Fri, Jun 5, 2009 at 9:51 PM, Wendy Smoak <wsmoak@...> wrote: > Unfortunately, it doesn't seem to have helped. :( > > The wrapper log shows "JVM appears hung": > 27 times on June 3 > 29 times on June 4 > 16 times so far today on June 5 > > And Stefan reopened INFRA-2037 for additional problems with the > Directory builds. > https://issues.apache.org/jira/browse/INFRA-2037 > > This is 1.3.4-SNAPSHOT r781487 from June 3. > > I checked to make sure it is using the new plexus-utils and found > ./apps/continuum/WEB-INF/lib/plexus-utils-1.5.11.jar . > > -- > Wendy > > On Wed, Jun 3, 2009 at 9:41 PM, Emmanuel Venisse > <emmanuel.venisse@...> wrote: > > Thanks Wendy > > > > On Wed, Jun 3, 2009 at 10:29 PM, Wendy Smoak <wsmoak@...> wrote: > > > >> On Fri, May 29, 2009 at 7:08 AM, Emmanuel Venisse > >> <emmanuel.venisse@...> wrote: > >> > Done.Brett can you upgrade vmbuild to see if it fix the issue? > |
|
|
Re: stability problems on vmbuildIt seems some streams aren't closed in plexus-spring. I'm not sure lot of
streams are open with it so I'm not sure it will fix the issue. If it isn't, I don't know where to search after, maybe an issue in maven and/or plexus. Do we need to upgrade plexus to a more recent version?? Someone can help me on this issue? It is very hard to track it in al dependencies. Emmanuel On Sat, Jun 6, 2009 at 12:59 PM, Emmanuel Venisse < emmanuel.venisse@...> wrote: > :-( > I can't find where to do more fix, maybe in some other dependencies. It's > very hard to solve this issue. > > Emmanuel > > > On Fri, Jun 5, 2009 at 9:51 PM, Wendy Smoak <wsmoak@...> wrote: > >> Unfortunately, it doesn't seem to have helped. :( >> >> The wrapper log shows "JVM appears hung": >> 27 times on June 3 >> 29 times on June 4 >> 16 times so far today on June 5 >> >> And Stefan reopened INFRA-2037 for additional problems with the >> Directory builds. >> https://issues.apache.org/jira/browse/INFRA-2037 >> >> This is 1.3.4-SNAPSHOT r781487 from June 3. >> >> I checked to make sure it is using the new plexus-utils and found >> ./apps/continuum/WEB-INF/lib/plexus-utils-1.5.11.jar . >> >> -- >> Wendy >> >> On Wed, Jun 3, 2009 at 9:41 PM, Emmanuel Venisse >> <emmanuel.venisse@...> wrote: >> > Thanks Wendy >> > >> > On Wed, Jun 3, 2009 at 10:29 PM, Wendy Smoak <wsmoak@...> wrote: >> > >> >> On Fri, May 29, 2009 at 7:08 AM, Emmanuel Venisse >> >> <emmanuel.venisse@...> wrote: >> >> > Done.Brett can you upgrade vmbuild to see if it fix the issue? >> > > |
|
|
Re: stability problems on vmbuildplexus-spring isn't now in plexus svn, so if we write some fix for it, where
to commit changes? Emmanuel On Wed, Jun 10, 2009 at 8:16 AM, Emmanuel Venisse < emmanuel.venisse@...> wrote: > It seems some streams aren't closed in plexus-spring. I'm not sure lot of > streams are open with it so I'm not sure it will fix the issue. > If it isn't, I don't know where to search after, maybe an issue in maven > and/or plexus. Do we need to upgrade plexus to a more recent version?? > > Someone can help me on this issue? It is very hard to track it in al > dependencies. > > Emmanuel > > > On Sat, Jun 6, 2009 at 12:59 PM, Emmanuel Venisse < > emmanuel.venisse@...> wrote: > >> :-( >> I can't find where to do more fix, maybe in some other dependencies. It's >> very hard to solve this issue. >> >> Emmanuel >> >> >> On Fri, Jun 5, 2009 at 9:51 PM, Wendy Smoak <wsmoak@...> wrote: >> >>> Unfortunately, it doesn't seem to have helped. :( >>> >>> The wrapper log shows "JVM appears hung": >>> 27 times on June 3 >>> 29 times on June 4 >>> 16 times so far today on June 5 >>> >>> And Stefan reopened INFRA-2037 for additional problems with the >>> Directory builds. >>> https://issues.apache.org/jira/browse/INFRA-2037 >>> >>> This is 1.3.4-SNAPSHOT r781487 from June 3. >>> >>> I checked to make sure it is using the new plexus-utils and found >>> ./apps/continuum/WEB-INF/lib/plexus-utils-1.5.11.jar . >>> >>> -- >>> Wendy >>> >>> On Wed, Jun 3, 2009 at 9:41 PM, Emmanuel Venisse >>> <emmanuel.venisse@...> wrote: >>> > Thanks Wendy >>> > >>> > On Wed, Jun 3, 2009 at 10:29 PM, Wendy Smoak <wsmoak@...> wrote: >>> > >>> >> On Fri, May 29, 2009 at 7:08 AM, Emmanuel Venisse >>> >> <emmanuel.venisse@...> wrote: >>> >> > Done.Brett can you upgrade vmbuild to see if it fix the issue? >>> >> >> > |
|
|
Re: stability problems on vmbuildHi,
https://svn.codehaus.org/redback/plexus-components/trunk/ -- Olivier 2009/6/10 Emmanuel Venisse <emmanuel.venisse@...>: > plexus-spring isn't now in plexus svn, so if we write some fix for it, where > to commit changes? > > Emmanuel > > On Wed, Jun 10, 2009 at 8:16 AM, Emmanuel Venisse < > emmanuel.venisse@...> wrote: > >> It seems some streams aren't closed in plexus-spring. I'm not sure lot of >> streams are open with it so I'm not sure it will fix the issue. >> If it isn't, I don't know where to search after, maybe an issue in maven >> and/or plexus. Do we need to upgrade plexus to a more recent version?? >> >> Someone can help me on this issue? It is very hard to track it in al >> dependencies. >> >> Emmanuel >> >> >> On Sat, Jun 6, 2009 at 12:59 PM, Emmanuel Venisse < >> emmanuel.venisse@...> wrote: >> >>> :-( >>> I can't find where to do more fix, maybe in some other dependencies. It's >>> very hard to solve this issue. >>> >>> Emmanuel >>> >>> >>> On Fri, Jun 5, 2009 at 9:51 PM, Wendy Smoak <wsmoak@...> wrote: >>> >>>> Unfortunately, it doesn't seem to have helped. :( >>>> >>>> The wrapper log shows "JVM appears hung": >>>> 27 times on June 3 >>>> 29 times on June 4 >>>> 16 times so far today on June 5 >>>> >>>> And Stefan reopened INFRA-2037 for additional problems with the >>>> Directory builds. >>>> https://issues.apache.org/jira/browse/INFRA-2037 >>>> >>>> This is 1.3.4-SNAPSHOT r781487 from June 3. >>>> >>>> I checked to make sure it is using the new plexus-utils and found >>>> ./apps/continuum/WEB-INF/lib/plexus-utils-1.5.11.jar . >>>> >>>> -- >>>> Wendy >>>> >>>> On Wed, Jun 3, 2009 at 9:41 PM, Emmanuel Venisse >>>> <emmanuel.venisse@...> wrote: >>>> > Thanks Wendy >>>> > >>>> > On Wed, Jun 3, 2009 at 10:29 PM, Wendy Smoak <wsmoak@...> wrote: >>>> > >>>> >> On Fri, May 29, 2009 at 7:08 AM, Emmanuel Venisse >>>> >> <emmanuel.venisse@...> wrote: >>>> >> > Done.Brett can you upgrade vmbuild to see if it fix the issue? >>>> >>> >>> >> > |
| < Prev | 1 - 2 | Next > |
| Free embeddable forum powered by Nabble | Forum Help |