You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@archiva.apache.org by Jason Chaffee <ja...@tvworks.com> on 2008/02/22 21:40:44 UTC

Archiva crashes after a couple of days

I am running the standalone archiva and I have about 4 managed
repositories (including a proxy repo), and about 6 or 7 remote
repositories.  I create a single proxy connector to all of the remote
repositories and changed my settings.xml to be a mirrorOf *.  Currently,
I only have my Continuous Integration box configured to use Archiva as a
proxy and I am finding that it crashes every couple of days.  Also, I am
running all of default consumers and I do see the bug about invalid path
for some artifacts (Bret Porter closed the bug yesterday and the fix
will be in 1.0.2).

 

Has anyone else seen this?  Any ideas?  

 


RE: Archiva crashes after a couple of days

Posted by Jason Chaffee <ja...@tvworks.com>.
Unfortunately, it is creating about 5 gigs of log files a day, which 1)
makes it hard to go through to find anything, and 2) takes up valuable
disk space for my managed repositories.  I will take a look the next
time it crashes.  

-----Original Message-----
From: Wendy Smoak [mailto:wsmoak@gmail.com] 
Sent: Friday, February 22, 2008 12:47 PM
To: archiva-users@maven.apache.org
Subject: Re: Archiva crashes after a couple of days

On Fri, Feb 22, 2008 at 1:40 PM, Jason Chaffee
<ja...@tvworks.com> wrote:
> I am running the standalone archiva and I have about 4 managed
>  repositories (including a proxy repo), and about 6 or 7 remote
>  repositories.  I create a single proxy connector to all of the remote
>  repositories and changed my settings.xml to be a mirrorOf *.
Currently,
>  I only have my Continuous Integration box configured to use Archiva
as a
>  proxy and I am finding that it crashes every couple of days.  Also, I
am
>  running all of default consumers and I do see the bug about invalid
path
>  for some artifacts (Bret Porter closed the bug yesterday and the fix
>  will be in 1.0.2).
>
>  Has anyone else seen this?  Any ideas?

I haven't, but I do not use it as a proxy, just to serve several
managed repositories.

Are there any clues in the log file?

-- 
Wendy

Re: Archiva crashes after a couple of days

Posted by Wendy Smoak <ws...@gmail.com>.
On Fri, Feb 22, 2008 at 1:40 PM, Jason Chaffee
<ja...@tvworks.com> wrote:
> I am running the standalone archiva and I have about 4 managed
>  repositories (including a proxy repo), and about 6 or 7 remote
>  repositories.  I create a single proxy connector to all of the remote
>  repositories and changed my settings.xml to be a mirrorOf *.  Currently,
>  I only have my Continuous Integration box configured to use Archiva as a
>  proxy and I am finding that it crashes every couple of days.  Also, I am
>  running all of default consumers and I do see the bug about invalid path
>  for some artifacts (Bret Porter closed the bug yesterday and the fix
>  will be in 1.0.2).
>
>  Has anyone else seen this?  Any ideas?

I haven't, but I do not use it as a proxy, just to serve several
managed repositories.

Are there any clues in the log file?

-- 
Wendy

Re: Archiva crashes after a couple of days

Posted by Brett Porter <br...@gmail.com>.
the exceptions you are receiving are because there is no "internal" or
"snapshots" repository as in the default configuration. I'm fixing
that now.

On 25/02/2008, Jason Chaffee <ja...@tvworks.com> wrote:
> I have attached the archiva.xml configuration as well.
>
>
>  -----Original Message-----
>  From: Jason Chaffee [mailto:jason_chaffee@tvworks.com]
>
> Sent: Sunday, February 24, 2008 9:31 PM
>  To: archiva-users@maven.apache.org
>  Subject: RE: Archiva crashes after a couple of days
>
>  I forgot to mention that I get the NPE error with database scanning as
>  well.  So, I have a lot of issues with the current release of Archiva
>  and I am really not do anything special with it...very basic
>  configuration.
>
>  -----Original Message-----
>  From: Jason Chaffee [mailto:jason_chaffee@tvworks.com]
>  Sent: Sunday, February 24, 2008 9:27 PM
>  To: archiva-users@maven.apache.org
>  Subject: RE: Archiva crashes after a couple of days
>
>  Again, this is using the default setup for the database and consumers
>  except that I added some extra file extensions to be indexed.  They are
>  as follows:
>
>
>
>  *         **/*.nar
>
>  *         **/*.rpm
>
>  *         **/*.bin
>
>  *         **/*.xml (not sure if this was a default or not)
>
>
>
>
>
>  Yes, I am having the massive logs and errors from the invalid path bug
>  at the same time.  They may be related.  That is one of the main reasons
>  I would like to get a 1.0.2 release is to get the repo scanning fix for
>  invalid paths when there was nothing wrong with the paths in the first
>  place.  We had a few thousand artifacts that would cause this error
>  though.
>
>
>
>  -----Original Message-----
>  From: Brett Porter [mailto:brett.porter@gmail.com]
>  Sent: Sunday, February 24, 2008 7:55 PM
>  To: archiva-users@maven.apache.org
>  Subject: Re: Archiva crashes after a couple of days
>
>
>
>  also - is this in conjunction with exceptions in the logs? Maybe
>
>  something happens when those start to occur.
>
>
>
>  I ran some local profiling on an initial scan and sieging the WebDAV
>
>  URLs and wasn't able to generate any memory leaks on my current
>
>  dataset.
>
>
>
>  - Brett
>
>
>
>  On 25/02/2008, James William Dumay <ja...@atlassian.com> wrote:
>
>  > We have a similar amount of data in our Archiva instance.
>
>  >
>
>  >  Are you running Archiva on the internal derby database or another
>  dbms?
>
>  >
>
>  >  Also, try turning off a few of the consumers and see if that helps -
>
>  >  some of the consumers seem not to be handling large datasets
>  gracefully.
>
>  >
>
>  >
>
>  >  James
>
>  >
>
>  >
>
>  >
>
>  >  On Fri, 2008-02-22 at 16:39 -0800, Jason Chaffee wrote:
>
>  >
>
>  > > They are pretty big, both in number of artifacts and in size.  Our
>
>  >  > largest repo has around 75,000 artifacts in right now and the size
>  is
>
>  >  > over 200 GB.  This is a snapshot repo and we have many teams that
>  are
>
>  >  > creating large installer artifacts that are basically uber
>  artifacts,
>
>  >  > thus the size of these artifacts can be quite large.
>
>  >  >
>
>  >  > -----Original Message-----
>
>  >  > From: Eric Miles [mailto:eric.miles@kronos.com]
>
>  >  > Sent: Friday, February 22, 2008 1:38 PM
>
>  >  > To: archiva-users@maven.apache.org
>
>  >  > Subject: RE: Archiva crashes after a couple of days
>
>  >  >
>
>  >  > We use:
>
>  >  >
>
>  >  > 0 30 2 * * ? - daily at 2:30 am
>
>  >  > 0 30 * * * ? - every 30 mins
>
>  >  >
>
>  >  > The default out of the box shouldn't be an issue I wouldn't think.
>  How
>
>  >  > large are your repos?
>
>  >  >
>
>  >  > Ours:
>
>  >  > 344M    jasper
>
>  >  > 332K    plugins
>
>  >  > 203M    proxied
>
>  >  > 107M    releases
>
>  >  > 239M    snapshots
>
>  >  >
>
>  >  >
>
>  >  > On Fri, 2008-02-22 at 13:28 -0800, Jason Chaffee wrote:
>
>  >  > > I am using the defaults, out of box expressions.  So, it seems
>  those
>
>  >  > too
>
>  >  > > could be fine tuned.
>
>  >  > >
>
>  >  > > -----Original Message-----
>
>  >  > > From: Brown, Carlton [mailto:Carlton.Brown@compucredit.com]
>
>  >  > > Sent: Friday, February 22, 2008 1:14 PM
>
>  >  > > To: archiva-users@maven.apache.org
>
>  >  > > Subject: RE: Archiva crashes after a couple of days
>
>  >  > >
>
>  >  > > > -----Original Message-----
>
>  >  > > > From: Eric Miles [mailto:eric.miles@kronos.com]
>
>  >  > > > Sent: Friday, February 22, 2008 4:07 PM
>
>  >  > > > To: archiva-users@maven.apache.org
>
>  >  > > > Subject: RE: Archiva crashes after a couple of days
>
>  >  > > >
>
>  >  > > > I too had this same issue.  Make sure your cron syntax is
>  correct as
>
>  >  > > it
>
>  >  > > > is not standard unix cron syntax.  The first entry is a second
>
>  >  > number,
>
>  >  > > > not minutes.  I initially (and accidentally) setup our cron
>  jobs to
>
>  >  > > run
>
>  >  > > > at a crazy pace, I think every second.
>
>  >  > >
>
>  >  > > Me three.  I didn't see any reason not to scan every minute, but
>  in
>
>  >  > fact
>
>  >  > > it was every second.  Result - massive log files, Archiva hung.
>  Did
>
>  >  > not
>
>  >  > > have to reinstall it, though.
>
>  >  > >
>
>  >  > > The cron setup would be a good candidate for improved input forms
>
>  >  > and/or
>
>  >  > > validation.
>
>  >  > >
>
>  >  > > -----------------------------------------
>
>  >  > > ====================================================
>
>  >  > > This message contains PRIVILEGED and CONFIDENTIAL
>
>  >  > > information that is intended only for use by the
>
>  >  > > named recipient. If you are not the named recipient,
>
>  >  > > any disclosure, dissemination, or action based on
>
>  >  > > the contents of this message is prohibited. In such
>
>  >  > > case please notify us and destroy and delete all
>
>  >  > > copies of this transmission.  Thank you.
>
>  >  > > ====================================================
>
>  >
>
>  >
>
>
>
>
>
>  --
>
>  Brett Porter
>
>  Blog: http://blogs.exist.com/bporter/
>
>
>


-- 
Brett Porter
Blog: http://blogs.exist.com/bporter/

RE: Archiva crashes after a couple of days

Posted by Jason Chaffee <ja...@tvworks.com>.
I have attached the archiva.xml configuration as well.

-----Original Message-----
From: Jason Chaffee [mailto:jason_chaffee@tvworks.com] 
Sent: Sunday, February 24, 2008 9:31 PM
To: archiva-users@maven.apache.org
Subject: RE: Archiva crashes after a couple of days

I forgot to mention that I get the NPE error with database scanning as
well.  So, I have a lot of issues with the current release of Archiva
and I am really not do anything special with it...very basic
configuration.

-----Original Message-----
From: Jason Chaffee [mailto:jason_chaffee@tvworks.com] 
Sent: Sunday, February 24, 2008 9:27 PM
To: archiva-users@maven.apache.org
Subject: RE: Archiva crashes after a couple of days

Again, this is using the default setup for the database and consumers
except that I added some extra file extensions to be indexed.  They are
as follows:

 

*         **/*.nar

*         **/*.rpm

*         **/*.bin

*         **/*.xml (not sure if this was a default or not)

 

 

Yes, I am having the massive logs and errors from the invalid path bug
at the same time.  They may be related.  That is one of the main reasons
I would like to get a 1.0.2 release is to get the repo scanning fix for
invalid paths when there was nothing wrong with the paths in the first
place.  We had a few thousand artifacts that would cause this error
though.

 

-----Original Message-----
From: Brett Porter [mailto:brett.porter@gmail.com] 
Sent: Sunday, February 24, 2008 7:55 PM
To: archiva-users@maven.apache.org
Subject: Re: Archiva crashes after a couple of days

 

also - is this in conjunction with exceptions in the logs? Maybe

something happens when those start to occur.

 

I ran some local profiling on an initial scan and sieging the WebDAV

URLs and wasn't able to generate any memory leaks on my current

dataset.

 

- Brett

 

On 25/02/2008, James William Dumay <ja...@atlassian.com> wrote:

> We have a similar amount of data in our Archiva instance.

> 

>  Are you running Archiva on the internal derby database or another
dbms?

> 

>  Also, try turning off a few of the consumers and see if that helps -

>  some of the consumers seem not to be handling large datasets
gracefully.

> 

> 

>  James

> 

> 

> 

>  On Fri, 2008-02-22 at 16:39 -0800, Jason Chaffee wrote:

> 

> > They are pretty big, both in number of artifacts and in size.  Our

>  > largest repo has around 75,000 artifacts in right now and the size
is

>  > over 200 GB.  This is a snapshot repo and we have many teams that
are

>  > creating large installer artifacts that are basically uber
artifacts,

>  > thus the size of these artifacts can be quite large.

>  >

>  > -----Original Message-----

>  > From: Eric Miles [mailto:eric.miles@kronos.com]

>  > Sent: Friday, February 22, 2008 1:38 PM

>  > To: archiva-users@maven.apache.org

>  > Subject: RE: Archiva crashes after a couple of days

>  >

>  > We use:

>  >

>  > 0 30 2 * * ? - daily at 2:30 am

>  > 0 30 * * * ? - every 30 mins

>  >

>  > The default out of the box shouldn't be an issue I wouldn't think.
How

>  > large are your repos?

>  >

>  > Ours:

>  > 344M    jasper

>  > 332K    plugins

>  > 203M    proxied

>  > 107M    releases

>  > 239M    snapshots

>  >

>  >

>  > On Fri, 2008-02-22 at 13:28 -0800, Jason Chaffee wrote:

>  > > I am using the defaults, out of box expressions.  So, it seems
those

>  > too

>  > > could be fine tuned.

>  > >

>  > > -----Original Message-----

>  > > From: Brown, Carlton [mailto:Carlton.Brown@compucredit.com]

>  > > Sent: Friday, February 22, 2008 1:14 PM

>  > > To: archiva-users@maven.apache.org

>  > > Subject: RE: Archiva crashes after a couple of days

>  > >

>  > > > -----Original Message-----

>  > > > From: Eric Miles [mailto:eric.miles@kronos.com]

>  > > > Sent: Friday, February 22, 2008 4:07 PM

>  > > > To: archiva-users@maven.apache.org

>  > > > Subject: RE: Archiva crashes after a couple of days

>  > > >

>  > > > I too had this same issue.  Make sure your cron syntax is
correct as

>  > > it

>  > > > is not standard unix cron syntax.  The first entry is a second

>  > number,

>  > > > not minutes.  I initially (and accidentally) setup our cron
jobs to

>  > > run

>  > > > at a crazy pace, I think every second.

>  > >

>  > > Me three.  I didn't see any reason not to scan every minute, but
in

>  > fact

>  > > it was every second.  Result - massive log files, Archiva hung.
Did

>  > not

>  > > have to reinstall it, though.

>  > >

>  > > The cron setup would be a good candidate for improved input forms

>  > and/or

>  > > validation.

>  > >

>  > > -----------------------------------------

>  > > ====================================================

>  > > This message contains PRIVILEGED and CONFIDENTIAL

>  > > information that is intended only for use by the

>  > > named recipient. If you are not the named recipient,

>  > > any disclosure, dissemination, or action based on

>  > > the contents of this message is prohibited. In such

>  > > case please notify us and destroy and delete all

>  > > copies of this transmission.  Thank you.

>  > > ====================================================

> 

> 

 

 

-- 

Brett Porter

Blog: http://blogs.exist.com/bporter/


RE: Archiva crashes after a couple of days

Posted by Jason Chaffee <ja...@tvworks.com>.
I forgot to mention that I get the NPE error with database scanning as
well.  So, I have a lot of issues with the current release of Archiva
and I am really not do anything special with it...very basic
configuration.

-----Original Message-----
From: Jason Chaffee [mailto:jason_chaffee@tvworks.com] 
Sent: Sunday, February 24, 2008 9:27 PM
To: archiva-users@maven.apache.org
Subject: RE: Archiva crashes after a couple of days

Again, this is using the default setup for the database and consumers
except that I added some extra file extensions to be indexed.  They are
as follows:

 

*         **/*.nar

*         **/*.rpm

*         **/*.bin

*         **/*.xml (not sure if this was a default or not)

 

 

Yes, I am having the massive logs and errors from the invalid path bug
at the same time.  They may be related.  That is one of the main reasons
I would like to get a 1.0.2 release is to get the repo scanning fix for
invalid paths when there was nothing wrong with the paths in the first
place.  We had a few thousand artifacts that would cause this error
though.

 

-----Original Message-----
From: Brett Porter [mailto:brett.porter@gmail.com] 
Sent: Sunday, February 24, 2008 7:55 PM
To: archiva-users@maven.apache.org
Subject: Re: Archiva crashes after a couple of days

 

also - is this in conjunction with exceptions in the logs? Maybe

something happens when those start to occur.

 

I ran some local profiling on an initial scan and sieging the WebDAV

URLs and wasn't able to generate any memory leaks on my current

dataset.

 

- Brett

 

On 25/02/2008, James William Dumay <ja...@atlassian.com> wrote:

> We have a similar amount of data in our Archiva instance.

> 

>  Are you running Archiva on the internal derby database or another
dbms?

> 

>  Also, try turning off a few of the consumers and see if that helps -

>  some of the consumers seem not to be handling large datasets
gracefully.

> 

> 

>  James

> 

> 

> 

>  On Fri, 2008-02-22 at 16:39 -0800, Jason Chaffee wrote:

> 

> > They are pretty big, both in number of artifacts and in size.  Our

>  > largest repo has around 75,000 artifacts in right now and the size
is

>  > over 200 GB.  This is a snapshot repo and we have many teams that
are

>  > creating large installer artifacts that are basically uber
artifacts,

>  > thus the size of these artifacts can be quite large.

>  >

>  > -----Original Message-----

>  > From: Eric Miles [mailto:eric.miles@kronos.com]

>  > Sent: Friday, February 22, 2008 1:38 PM

>  > To: archiva-users@maven.apache.org

>  > Subject: RE: Archiva crashes after a couple of days

>  >

>  > We use:

>  >

>  > 0 30 2 * * ? - daily at 2:30 am

>  > 0 30 * * * ? - every 30 mins

>  >

>  > The default out of the box shouldn't be an issue I wouldn't think.
How

>  > large are your repos?

>  >

>  > Ours:

>  > 344M    jasper

>  > 332K    plugins

>  > 203M    proxied

>  > 107M    releases

>  > 239M    snapshots

>  >

>  >

>  > On Fri, 2008-02-22 at 13:28 -0800, Jason Chaffee wrote:

>  > > I am using the defaults, out of box expressions.  So, it seems
those

>  > too

>  > > could be fine tuned.

>  > >

>  > > -----Original Message-----

>  > > From: Brown, Carlton [mailto:Carlton.Brown@compucredit.com]

>  > > Sent: Friday, February 22, 2008 1:14 PM

>  > > To: archiva-users@maven.apache.org

>  > > Subject: RE: Archiva crashes after a couple of days

>  > >

>  > > > -----Original Message-----

>  > > > From: Eric Miles [mailto:eric.miles@kronos.com]

>  > > > Sent: Friday, February 22, 2008 4:07 PM

>  > > > To: archiva-users@maven.apache.org

>  > > > Subject: RE: Archiva crashes after a couple of days

>  > > >

>  > > > I too had this same issue.  Make sure your cron syntax is
correct as

>  > > it

>  > > > is not standard unix cron syntax.  The first entry is a second

>  > number,

>  > > > not minutes.  I initially (and accidentally) setup our cron
jobs to

>  > > run

>  > > > at a crazy pace, I think every second.

>  > >

>  > > Me three.  I didn't see any reason not to scan every minute, but
in

>  > fact

>  > > it was every second.  Result - massive log files, Archiva hung.
Did

>  > not

>  > > have to reinstall it, though.

>  > >

>  > > The cron setup would be a good candidate for improved input forms

>  > and/or

>  > > validation.

>  > >

>  > > -----------------------------------------

>  > > ====================================================

>  > > This message contains PRIVILEGED and CONFIDENTIAL

>  > > information that is intended only for use by the

>  > > named recipient. If you are not the named recipient,

>  > > any disclosure, dissemination, or action based on

>  > > the contents of this message is prohibited. In such

>  > > case please notify us and destroy and delete all

>  > > copies of this transmission.  Thank you.

>  > > ====================================================

> 

> 

 

 

-- 

Brett Porter

Blog: http://blogs.exist.com/bporter/


RE: Archiva crashes after a couple of days

Posted by Jason Chaffee <ja...@tvworks.com>.
Again, this is using the default setup for the database and consumers
except that I added some extra file extensions to be indexed.  They are
as follows:

 

*         **/*.nar

*         **/*.rpm

*         **/*.bin

*         **/*.xml (not sure if this was a default or not)

 

 

Yes, I am having the massive logs and errors from the invalid path bug
at the same time.  They may be related.  That is one of the main reasons
I would like to get a 1.0.2 release is to get the repo scanning fix for
invalid paths when there was nothing wrong with the paths in the first
place.  We had a few thousand artifacts that would cause this error
though.

 

-----Original Message-----
From: Brett Porter [mailto:brett.porter@gmail.com] 
Sent: Sunday, February 24, 2008 7:55 PM
To: archiva-users@maven.apache.org
Subject: Re: Archiva crashes after a couple of days

 

also - is this in conjunction with exceptions in the logs? Maybe

something happens when those start to occur.

 

I ran some local profiling on an initial scan and sieging the WebDAV

URLs and wasn't able to generate any memory leaks on my current

dataset.

 

- Brett

 

On 25/02/2008, James William Dumay <ja...@atlassian.com> wrote:

> We have a similar amount of data in our Archiva instance.

> 

>  Are you running Archiva on the internal derby database or another
dbms?

> 

>  Also, try turning off a few of the consumers and see if that helps -

>  some of the consumers seem not to be handling large datasets
gracefully.

> 

> 

>  James

> 

> 

> 

>  On Fri, 2008-02-22 at 16:39 -0800, Jason Chaffee wrote:

> 

> > They are pretty big, both in number of artifacts and in size.  Our

>  > largest repo has around 75,000 artifacts in right now and the size
is

>  > over 200 GB.  This is a snapshot repo and we have many teams that
are

>  > creating large installer artifacts that are basically uber
artifacts,

>  > thus the size of these artifacts can be quite large.

>  >

>  > -----Original Message-----

>  > From: Eric Miles [mailto:eric.miles@kronos.com]

>  > Sent: Friday, February 22, 2008 1:38 PM

>  > To: archiva-users@maven.apache.org

>  > Subject: RE: Archiva crashes after a couple of days

>  >

>  > We use:

>  >

>  > 0 30 2 * * ? - daily at 2:30 am

>  > 0 30 * * * ? - every 30 mins

>  >

>  > The default out of the box shouldn't be an issue I wouldn't think.
How

>  > large are your repos?

>  >

>  > Ours:

>  > 344M    jasper

>  > 332K    plugins

>  > 203M    proxied

>  > 107M    releases

>  > 239M    snapshots

>  >

>  >

>  > On Fri, 2008-02-22 at 13:28 -0800, Jason Chaffee wrote:

>  > > I am using the defaults, out of box expressions.  So, it seems
those

>  > too

>  > > could be fine tuned.

>  > >

>  > > -----Original Message-----

>  > > From: Brown, Carlton [mailto:Carlton.Brown@compucredit.com]

>  > > Sent: Friday, February 22, 2008 1:14 PM

>  > > To: archiva-users@maven.apache.org

>  > > Subject: RE: Archiva crashes after a couple of days

>  > >

>  > > > -----Original Message-----

>  > > > From: Eric Miles [mailto:eric.miles@kronos.com]

>  > > > Sent: Friday, February 22, 2008 4:07 PM

>  > > > To: archiva-users@maven.apache.org

>  > > > Subject: RE: Archiva crashes after a couple of days

>  > > >

>  > > > I too had this same issue.  Make sure your cron syntax is
correct as

>  > > it

>  > > > is not standard unix cron syntax.  The first entry is a second

>  > number,

>  > > > not minutes.  I initially (and accidentally) setup our cron
jobs to

>  > > run

>  > > > at a crazy pace, I think every second.

>  > >

>  > > Me three.  I didn't see any reason not to scan every minute, but
in

>  > fact

>  > > it was every second.  Result - massive log files, Archiva hung.
Did

>  > not

>  > > have to reinstall it, though.

>  > >

>  > > The cron setup would be a good candidate for improved input forms

>  > and/or

>  > > validation.

>  > >

>  > > -----------------------------------------

>  > > ====================================================

>  > > This message contains PRIVILEGED and CONFIDENTIAL

>  > > information that is intended only for use by the

>  > > named recipient. If you are not the named recipient,

>  > > any disclosure, dissemination, or action based on

>  > > the contents of this message is prohibited. In such

>  > > case please notify us and destroy and delete all

>  > > copies of this transmission.  Thank you.

>  > > ====================================================

> 

> 

 

 

-- 

Brett Porter

Blog: http://blogs.exist.com/bporter/


Re: Archiva crashes after a couple of days

Posted by Brett Porter <br...@gmail.com>.
also - is this in conjunction with exceptions in the logs? Maybe
something happens when those start to occur.

I ran some local profiling on an initial scan and sieging the WebDAV
URLs and wasn't able to generate any memory leaks on my current
dataset.

- Brett

On 25/02/2008, James William Dumay <ja...@atlassian.com> wrote:
> We have a similar amount of data in our Archiva instance.
>
>  Are you running Archiva on the internal derby database or another dbms?
>
>  Also, try turning off a few of the consumers and see if that helps -
>  some of the consumers seem not to be handling large datasets gracefully.
>
>
>  James
>
>
>
>  On Fri, 2008-02-22 at 16:39 -0800, Jason Chaffee wrote:
>
> > They are pretty big, both in number of artifacts and in size.  Our
>  > largest repo has around 75,000 artifacts in right now and the size is
>  > over 200 GB.  This is a snapshot repo and we have many teams that are
>  > creating large installer artifacts that are basically uber artifacts,
>  > thus the size of these artifacts can be quite large.
>  >
>  > -----Original Message-----
>  > From: Eric Miles [mailto:eric.miles@kronos.com]
>  > Sent: Friday, February 22, 2008 1:38 PM
>  > To: archiva-users@maven.apache.org
>  > Subject: RE: Archiva crashes after a couple of days
>  >
>  > We use:
>  >
>  > 0 30 2 * * ? - daily at 2:30 am
>  > 0 30 * * * ? - every 30 mins
>  >
>  > The default out of the box shouldn't be an issue I wouldn't think.  How
>  > large are your repos?
>  >
>  > Ours:
>  > 344M    jasper
>  > 332K    plugins
>  > 203M    proxied
>  > 107M    releases
>  > 239M    snapshots
>  >
>  >
>  > On Fri, 2008-02-22 at 13:28 -0800, Jason Chaffee wrote:
>  > > I am using the defaults, out of box expressions.  So, it seems those
>  > too
>  > > could be fine tuned.
>  > >
>  > > -----Original Message-----
>  > > From: Brown, Carlton [mailto:Carlton.Brown@compucredit.com]
>  > > Sent: Friday, February 22, 2008 1:14 PM
>  > > To: archiva-users@maven.apache.org
>  > > Subject: RE: Archiva crashes after a couple of days
>  > >
>  > > > -----Original Message-----
>  > > > From: Eric Miles [mailto:eric.miles@kronos.com]
>  > > > Sent: Friday, February 22, 2008 4:07 PM
>  > > > To: archiva-users@maven.apache.org
>  > > > Subject: RE: Archiva crashes after a couple of days
>  > > >
>  > > > I too had this same issue.  Make sure your cron syntax is correct as
>  > > it
>  > > > is not standard unix cron syntax.  The first entry is a second
>  > number,
>  > > > not minutes.  I initially (and accidentally) setup our cron jobs to
>  > > run
>  > > > at a crazy pace, I think every second.
>  > >
>  > > Me three.  I didn't see any reason not to scan every minute, but in
>  > fact
>  > > it was every second.  Result - massive log files, Archiva hung.  Did
>  > not
>  > > have to reinstall it, though.
>  > >
>  > > The cron setup would be a good candidate for improved input forms
>  > and/or
>  > > validation.
>  > >
>  > > -----------------------------------------
>  > > ====================================================
>  > > This message contains PRIVILEGED and CONFIDENTIAL
>  > > information that is intended only for use by the
>  > > named recipient. If you are not the named recipient,
>  > > any disclosure, dissemination, or action based on
>  > > the contents of this message is prohibited. In such
>  > > case please notify us and destroy and delete all
>  > > copies of this transmission.  Thank you.
>  > > ====================================================
>
>


-- 
Brett Porter
Blog: http://blogs.exist.com/bporter/

RE: Archiva crashes after a couple of days

Posted by James William Dumay <ja...@atlassian.com>.
We have a similar amount of data in our Archiva instance.

Are you running Archiva on the internal derby database or another dbms? 

Also, try turning off a few of the consumers and see if that helps -
some of the consumers seem not to be handling large datasets gracefully.

James


On Fri, 2008-02-22 at 16:39 -0800, Jason Chaffee wrote:
> They are pretty big, both in number of artifacts and in size.  Our
> largest repo has around 75,000 artifacts in right now and the size is
> over 200 GB.  This is a snapshot repo and we have many teams that are
> creating large installer artifacts that are basically uber artifacts,
> thus the size of these artifacts can be quite large.
> 
> -----Original Message-----
> From: Eric Miles [mailto:eric.miles@kronos.com] 
> Sent: Friday, February 22, 2008 1:38 PM
> To: archiva-users@maven.apache.org
> Subject: RE: Archiva crashes after a couple of days
> 
> We use:
> 
> 0 30 2 * * ? - daily at 2:30 am
> 0 30 * * * ? - every 30 mins
> 
> The default out of the box shouldn't be an issue I wouldn't think.  How
> large are your repos?
> 
> Ours:
> 344M    jasper
> 332K    plugins
> 203M    proxied
> 107M    releases
> 239M    snapshots
> 
> 
> On Fri, 2008-02-22 at 13:28 -0800, Jason Chaffee wrote:
> > I am using the defaults, out of box expressions.  So, it seems those
> too
> > could be fine tuned.
> > 
> > -----Original Message-----
> > From: Brown, Carlton [mailto:Carlton.Brown@compucredit.com] 
> > Sent: Friday, February 22, 2008 1:14 PM
> > To: archiva-users@maven.apache.org
> > Subject: RE: Archiva crashes after a couple of days
> > 
> > > -----Original Message-----
> > > From: Eric Miles [mailto:eric.miles@kronos.com]
> > > Sent: Friday, February 22, 2008 4:07 PM
> > > To: archiva-users@maven.apache.org
> > > Subject: RE: Archiva crashes after a couple of days
> > > 
> > > I too had this same issue.  Make sure your cron syntax is correct as
> > it
> > > is not standard unix cron syntax.  The first entry is a second
> number,
> > > not minutes.  I initially (and accidentally) setup our cron jobs to
> > run
> > > at a crazy pace, I think every second.
> > 
> > Me three.  I didn't see any reason not to scan every minute, but in
> fact
> > it was every second.  Result - massive log files, Archiva hung.  Did
> not
> > have to reinstall it, though.
> > 
> > The cron setup would be a good candidate for improved input forms
> and/or
> > validation.
> > 
> > -----------------------------------------
> > ====================================================
> > This message contains PRIVILEGED and CONFIDENTIAL
> > information that is intended only for use by the 
> > named recipient. If you are not the named recipient,
> > any disclosure, dissemination, or action based on 
> > the contents of this message is prohibited. In such
> > case please notify us and destroy and delete all 
> > copies of this transmission.  Thank you.
> > ====================================================


RE: Archiva crashes after a couple of days

Posted by Jason Chaffee <ja...@tvworks.com>.
Here is what I can tell you:

1) There are 4 managed repos
2) There are 8 remote repos.
3) At least one of the managed repos has over 200 GB.
4) There are single artifacts as big 100 MB.
5) There are test jars, source jars, and test-source jars which all
cause the invalid path bug.
6) There is a single proxy connector for the 8 remote repos and this
proxy is being used by our CI box as well as some developers so it is
being hit on a continuous basis day and night.  With fairly frequent and
heavy load during the day.
7) Repository scans were setup for the 4 managed repos to run every 5
mins or so.  Don't have the exact cron expressions anymore.  This was
adjusted to lengthen the time between scans and couple of repos were
changed to only scan once a day.  Once this was changed, the crash has
not happened.

It definitely seems like a resource leak issue to me because the request
would just hang and I have seen this behavior before.  It should be an
easy thing to profile.

-----Original Message-----
From: Brett Porter [mailto:brett.porter@gmail.com] 
Sent: Sunday, February 24, 2008 2:26 PM
To: archiva-users@maven.apache.org
Subject: Re: Archiva crashes after a couple of days

On 23/02/2008, Eric Miles <er...@kronos.com> wrote:
> Wow, you got us beat.  Those are pretty large repos.  Maybe the
Archiva
>  team can comment on this.
>
>  I'm interested to hear what they say.

I run it on localhost with just around 500M which is all the stuff
from central that I use on a daily basis.

We've successfully run it on a copy of the central repository which I
believe has a similar number of artifacts but is not as large. I have
also run it on an 80G repo that was mostly very large files, so a
smaller number of artifacts.

We have got some reports of excessive memory use (which might cause
this) over a large number of proxy requests and James has been
investigating that recently.

I think we can certainly resolve this problem with more investigation
if it continues - but it really needs some more information on what is
happening in that environment and narrowing down the possible causes.

Cheers,
Brett
-- 
Brett Porter
Blog: http://blogs.exist.com/bporter/

Re: Archiva crashes after a couple of days

Posted by Brett Porter <br...@gmail.com>.
On 23/02/2008, Eric Miles <er...@kronos.com> wrote:
> Wow, you got us beat.  Those are pretty large repos.  Maybe the Archiva
>  team can comment on this.
>
>  I'm interested to hear what they say.

I run it on localhost with just around 500M which is all the stuff
from central that I use on a daily basis.

We've successfully run it on a copy of the central repository which I
believe has a similar number of artifacts but is not as large. I have
also run it on an 80G repo that was mostly very large files, so a
smaller number of artifacts.

We have got some reports of excessive memory use (which might cause
this) over a large number of proxy requests and James has been
investigating that recently.

I think we can certainly resolve this problem with more investigation
if it continues - but it really needs some more information on what is
happening in that environment and narrowing down the possible causes.

Cheers,
Brett
-- 
Brett Porter
Blog: http://blogs.exist.com/bporter/

RE: Archiva crashes after a couple of days

Posted by Eric Miles <er...@kronos.com>.
Wow, you got us beat.  Those are pretty large repos.  Maybe the Archiva
team can comment on this.

I'm interested to hear what they say.

Eric
On Fri, 2008-02-22 at 16:39 -0800, Jason Chaffee wrote:
> They are pretty big, both in number of artifacts and in size.  Our
> largest repo has around 75,000 artifacts in right now and the size is
> over 200 GB.  This is a snapshot repo and we have many teams that are
> creating large installer artifacts that are basically uber artifacts,
> thus the size of these artifacts can be quite large.
> 
> -----Original Message-----
> From: Eric Miles [mailto:eric.miles@kronos.com] 
> Sent: Friday, February 22, 2008 1:38 PM
> To: archiva-users@maven.apache.org
> Subject: RE: Archiva crashes after a couple of days
> 
> We use:
> 
> 0 30 2 * * ? - daily at 2:30 am
> 0 30 * * * ? - every 30 mins
> 
> The default out of the box shouldn't be an issue I wouldn't think.  How
> large are your repos?
> 
> Ours:
> 344M    jasper
> 332K    plugins
> 203M    proxied
> 107M    releases
> 239M    snapshots
> 
> 
> On Fri, 2008-02-22 at 13:28 -0800, Jason Chaffee wrote:
> > I am using the defaults, out of box expressions.  So, it seems those
> too
> > could be fine tuned.
> > 
> > -----Original Message-----
> > From: Brown, Carlton [mailto:Carlton.Brown@compucredit.com] 
> > Sent: Friday, February 22, 2008 1:14 PM
> > To: archiva-users@maven.apache.org
> > Subject: RE: Archiva crashes after a couple of days
> > 
> > > -----Original Message-----
> > > From: Eric Miles [mailto:eric.miles@kronos.com]
> > > Sent: Friday, February 22, 2008 4:07 PM
> > > To: archiva-users@maven.apache.org
> > > Subject: RE: Archiva crashes after a couple of days
> > > 
> > > I too had this same issue.  Make sure your cron syntax is correct as
> > it
> > > is not standard unix cron syntax.  The first entry is a second
> number,
> > > not minutes.  I initially (and accidentally) setup our cron jobs to
> > run
> > > at a crazy pace, I think every second.
> > 
> > Me three.  I didn't see any reason not to scan every minute, but in
> fact
> > it was every second.  Result - massive log files, Archiva hung.  Did
> not
> > have to reinstall it, though.
> > 
> > The cron setup would be a good candidate for improved input forms
> and/or
> > validation.
> > 
> > -----------------------------------------
> > ====================================================
> > This message contains PRIVILEGED and CONFIDENTIAL
> > information that is intended only for use by the 
> > named recipient. If you are not the named recipient,
> > any disclosure, dissemination, or action based on 
> > the contents of this message is prohibited. In such
> > case please notify us and destroy and delete all 
> > copies of this transmission.  Thank you.
> > ====================================================

RE: Archiva crashes after a couple of days

Posted by Jason Chaffee <ja...@tvworks.com>.
They are pretty big, both in number of artifacts and in size.  Our
largest repo has around 75,000 artifacts in right now and the size is
over 200 GB.  This is a snapshot repo and we have many teams that are
creating large installer artifacts that are basically uber artifacts,
thus the size of these artifacts can be quite large.

-----Original Message-----
From: Eric Miles [mailto:eric.miles@kronos.com] 
Sent: Friday, February 22, 2008 1:38 PM
To: archiva-users@maven.apache.org
Subject: RE: Archiva crashes after a couple of days

We use:

0 30 2 * * ? - daily at 2:30 am
0 30 * * * ? - every 30 mins

The default out of the box shouldn't be an issue I wouldn't think.  How
large are your repos?

Ours:
344M    jasper
332K    plugins
203M    proxied
107M    releases
239M    snapshots


On Fri, 2008-02-22 at 13:28 -0800, Jason Chaffee wrote:
> I am using the defaults, out of box expressions.  So, it seems those
too
> could be fine tuned.
> 
> -----Original Message-----
> From: Brown, Carlton [mailto:Carlton.Brown@compucredit.com] 
> Sent: Friday, February 22, 2008 1:14 PM
> To: archiva-users@maven.apache.org
> Subject: RE: Archiva crashes after a couple of days
> 
> > -----Original Message-----
> > From: Eric Miles [mailto:eric.miles@kronos.com]
> > Sent: Friday, February 22, 2008 4:07 PM
> > To: archiva-users@maven.apache.org
> > Subject: RE: Archiva crashes after a couple of days
> > 
> > I too had this same issue.  Make sure your cron syntax is correct as
> it
> > is not standard unix cron syntax.  The first entry is a second
number,
> > not minutes.  I initially (and accidentally) setup our cron jobs to
> run
> > at a crazy pace, I think every second.
> 
> Me three.  I didn't see any reason not to scan every minute, but in
fact
> it was every second.  Result - massive log files, Archiva hung.  Did
not
> have to reinstall it, though.
> 
> The cron setup would be a good candidate for improved input forms
and/or
> validation.
> 
> -----------------------------------------
> ====================================================
> This message contains PRIVILEGED and CONFIDENTIAL
> information that is intended only for use by the 
> named recipient. If you are not the named recipient,
> any disclosure, dissemination, or action based on 
> the contents of this message is prohibited. In such
> case please notify us and destroy and delete all 
> copies of this transmission.  Thank you.
> ====================================================

RE: Archiva crashes after a couple of days

Posted by Jason Chaffee <ja...@tvworks.com>.
My schedules were definitely wrong and causing scanning often.  I think
this is why it was crashing.

-----Original Message-----
From: Eric Miles [mailto:eric.miles@kronos.com] 
Sent: Friday, February 22, 2008 1:38 PM
To: archiva-users@maven.apache.org
Subject: RE: Archiva crashes after a couple of days

We use:

0 30 2 * * ? - daily at 2:30 am
0 30 * * * ? - every 30 mins

The default out of the box shouldn't be an issue I wouldn't think.  How
large are your repos?

Ours:
344M    jasper
332K    plugins
203M    proxied
107M    releases
239M    snapshots


On Fri, 2008-02-22 at 13:28 -0800, Jason Chaffee wrote:
> I am using the defaults, out of box expressions.  So, it seems those
too
> could be fine tuned.
> 
> -----Original Message-----
> From: Brown, Carlton [mailto:Carlton.Brown@compucredit.com] 
> Sent: Friday, February 22, 2008 1:14 PM
> To: archiva-users@maven.apache.org
> Subject: RE: Archiva crashes after a couple of days
> 
> > -----Original Message-----
> > From: Eric Miles [mailto:eric.miles@kronos.com]
> > Sent: Friday, February 22, 2008 4:07 PM
> > To: archiva-users@maven.apache.org
> > Subject: RE: Archiva crashes after a couple of days
> > 
> > I too had this same issue.  Make sure your cron syntax is correct as
> it
> > is not standard unix cron syntax.  The first entry is a second
number,
> > not minutes.  I initially (and accidentally) setup our cron jobs to
> run
> > at a crazy pace, I think every second.
> 
> Me three.  I didn't see any reason not to scan every minute, but in
fact
> it was every second.  Result - massive log files, Archiva hung.  Did
not
> have to reinstall it, though.
> 
> The cron setup would be a good candidate for improved input forms
and/or
> validation.
> 
> -----------------------------------------
> ====================================================
> This message contains PRIVILEGED and CONFIDENTIAL
> information that is intended only for use by the 
> named recipient. If you are not the named recipient,
> any disclosure, dissemination, or action based on 
> the contents of this message is prohibited. In such
> case please notify us and destroy and delete all 
> copies of this transmission.  Thank you.
> ====================================================

RE: Archiva crashes after a couple of days

Posted by Eric Miles <er...@kronos.com>.
We use:

0 30 2 * * ? - daily at 2:30 am
0 30 * * * ? - every 30 mins

The default out of the box shouldn't be an issue I wouldn't think.  How
large are your repos?

Ours:
344M    jasper
332K    plugins
203M    proxied
107M    releases
239M    snapshots


On Fri, 2008-02-22 at 13:28 -0800, Jason Chaffee wrote:
> I am using the defaults, out of box expressions.  So, it seems those too
> could be fine tuned.
> 
> -----Original Message-----
> From: Brown, Carlton [mailto:Carlton.Brown@compucredit.com] 
> Sent: Friday, February 22, 2008 1:14 PM
> To: archiva-users@maven.apache.org
> Subject: RE: Archiva crashes after a couple of days
> 
> > -----Original Message-----
> > From: Eric Miles [mailto:eric.miles@kronos.com]
> > Sent: Friday, February 22, 2008 4:07 PM
> > To: archiva-users@maven.apache.org
> > Subject: RE: Archiva crashes after a couple of days
> > 
> > I too had this same issue.  Make sure your cron syntax is correct as
> it
> > is not standard unix cron syntax.  The first entry is a second number,
> > not minutes.  I initially (and accidentally) setup our cron jobs to
> run
> > at a crazy pace, I think every second.
> 
> Me three.  I didn't see any reason not to scan every minute, but in fact
> it was every second.  Result - massive log files, Archiva hung.  Did not
> have to reinstall it, though.
> 
> The cron setup would be a good candidate for improved input forms and/or
> validation.
> 
> -----------------------------------------
> ====================================================
> This message contains PRIVILEGED and CONFIDENTIAL
> information that is intended only for use by the 
> named recipient. If you are not the named recipient,
> any disclosure, dissemination, or action based on 
> the contents of this message is prohibited. In such
> case please notify us and destroy and delete all 
> copies of this transmission.  Thank you.
> ====================================================

RE: Archiva crashes after a couple of days

Posted by Jason Chaffee <ja...@tvworks.com>.
I am using the defaults, out of box expressions.  So, it seems those too
could be fine tuned.

-----Original Message-----
From: Brown, Carlton [mailto:Carlton.Brown@compucredit.com] 
Sent: Friday, February 22, 2008 1:14 PM
To: archiva-users@maven.apache.org
Subject: RE: Archiva crashes after a couple of days

> -----Original Message-----
> From: Eric Miles [mailto:eric.miles@kronos.com]
> Sent: Friday, February 22, 2008 4:07 PM
> To: archiva-users@maven.apache.org
> Subject: RE: Archiva crashes after a couple of days
> 
> I too had this same issue.  Make sure your cron syntax is correct as
it
> is not standard unix cron syntax.  The first entry is a second number,
> not minutes.  I initially (and accidentally) setup our cron jobs to
run
> at a crazy pace, I think every second.

Me three.  I didn't see any reason not to scan every minute, but in fact
it was every second.  Result - massive log files, Archiva hung.  Did not
have to reinstall it, though.

The cron setup would be a good candidate for improved input forms and/or
validation.

-----------------------------------------
====================================================
This message contains PRIVILEGED and CONFIDENTIAL
information that is intended only for use by the 
named recipient. If you are not the named recipient,
any disclosure, dissemination, or action based on 
the contents of this message is prohibited. In such
case please notify us and destroy and delete all 
copies of this transmission.  Thank you.
====================================================

RE: Archiva crashes after a couple of days

Posted by "Brown, Carlton" <Ca...@compucredit.com>.
> -----Original Message-----
> From: Eric Miles [mailto:eric.miles@kronos.com]
> Sent: Friday, February 22, 2008 4:07 PM
> To: archiva-users@maven.apache.org
> Subject: RE: Archiva crashes after a couple of days
> 
> I too had this same issue.  Make sure your cron syntax is correct as
it
> is not standard unix cron syntax.  The first entry is a second number,
> not minutes.  I initially (and accidentally) setup our cron jobs to
run
> at a crazy pace, I think every second.

Me three.  I didn't see any reason not to scan every minute, but in fact
it was every second.  Result - massive log files, Archiva hung.  Did not
have to reinstall it, though.

The cron setup would be a good candidate for improved input forms and/or
validation.

-----------------------------------------
====================================================
This message contains PRIVILEGED and CONFIDENTIAL
information that is intended only for use by the 
named recipient. If you are not the named recipient,
any disclosure, dissemination, or action based on 
the contents of this message is prohibited. In such
case please notify us and destroy and delete all 
copies of this transmission.  Thank you.
====================================================

RE: Archiva crashes after a couple of days

Posted by Jason Chaffee <ja...@tvworks.com>.
It sounds like the default cron expressions are the culprit then.  I
imagine it was tested on the amount of repos and with the amount of
artifacts that a big company might have and thus it causes problems.

Could you give me the cron expression that you are using for repo scans
and database updates?  

Thanks.

-----Original Message-----
From: Eric Miles [mailto:eric.miles@kronos.com] 
Sent: Friday, February 22, 2008 1:07 PM
To: archiva-users@maven.apache.org
Subject: RE: Archiva crashes after a couple of days

I too had this same issue.  Make sure your cron syntax is correct as it
is not standard unix cron syntax.  The first entry is a second number,
not minutes.  I initially (and accidentally) setup our cron jobs to run
at a crazy pace, I think every second.

I asked the mailing list if there was a way to clear these queue of
events so I could let the app run its course, but received no answers.
i eventually had to reinstall fresh to get around it but all works great
now.

FYI, we're on RHEL 4 update 4 as well.

Eric
On Fri, 2008-02-22 at 13:01 -0800, Jason Chaffee wrote:
> I am running on RedHat Enterprise 4 update 4.  It has crashed on m2 at
> least 6 times in the last two weeks and I am not doing anything
> "special" with it.  Also, I have noticed that it is creating almost 5
> Gigs in logs files a day.  I wonder if this has anything to do with
it.
> 
> -----Original Message-----
> From: Eric Miles [mailto:eric.miles@kronos.com] 
> Sent: Friday, February 22, 2008 12:45 PM
> To: archiva-users@maven.apache.org
> Subject: Re: Archiva crashes after a couple of days
> 
> Jason,
> 
> I can tell you that we've had our Archiva instance up and running for
at
> least 3+ weeks without having to restart.  We have 5 repositories and
> about 6 remote repositories and we too are using the standalone
product
> and nearly all consumers.
> 
> What platform are you running on?
> 
> Eric
> On Fri, 2008-02-22 at 12:40 -0800, Jason Chaffee wrote:
> > I am running the standalone archiva and I have about 4 managed
> > repositories (including a proxy repo), and about 6 or 7 remote
> > repositories.  I create a single proxy connector to all of the
remote
> > repositories and changed my settings.xml to be a mirrorOf *.
> Currently,
> > I only have my Continuous Integration box configured to use Archiva
as
> a
> > proxy and I am finding that it crashes every couple of days.  Also,
I
> am
> > running all of default consumers and I do see the bug about invalid
> path
> > for some artifacts (Bret Porter closed the bug yesterday and the fix
> > will be in 1.0.2).
> > 
> >  
> > 
> > Has anyone else seen this?  Any ideas?  
> > 
> >  
> > 

RE: Archiva crashes after a couple of days

Posted by Eric Miles <er...@kronos.com>.
I too had this same issue.  Make sure your cron syntax is correct as it
is not standard unix cron syntax.  The first entry is a second number,
not minutes.  I initially (and accidentally) setup our cron jobs to run
at a crazy pace, I think every second.

I asked the mailing list if there was a way to clear these queue of
events so I could let the app run its course, but received no answers.
i eventually had to reinstall fresh to get around it but all works great
now.

FYI, we're on RHEL 4 update 4 as well.

Eric
On Fri, 2008-02-22 at 13:01 -0800, Jason Chaffee wrote:
> I am running on RedHat Enterprise 4 update 4.  It has crashed on m2 at
> least 6 times in the last two weeks and I am not doing anything
> "special" with it.  Also, I have noticed that it is creating almost 5
> Gigs in logs files a day.  I wonder if this has anything to do with it.
> 
> -----Original Message-----
> From: Eric Miles [mailto:eric.miles@kronos.com] 
> Sent: Friday, February 22, 2008 12:45 PM
> To: archiva-users@maven.apache.org
> Subject: Re: Archiva crashes after a couple of days
> 
> Jason,
> 
> I can tell you that we've had our Archiva instance up and running for at
> least 3+ weeks without having to restart.  We have 5 repositories and
> about 6 remote repositories and we too are using the standalone product
> and nearly all consumers.
> 
> What platform are you running on?
> 
> Eric
> On Fri, 2008-02-22 at 12:40 -0800, Jason Chaffee wrote:
> > I am running the standalone archiva and I have about 4 managed
> > repositories (including a proxy repo), and about 6 or 7 remote
> > repositories.  I create a single proxy connector to all of the remote
> > repositories and changed my settings.xml to be a mirrorOf *.
> Currently,
> > I only have my Continuous Integration box configured to use Archiva as
> a
> > proxy and I am finding that it crashes every couple of days.  Also, I
> am
> > running all of default consumers and I do see the bug about invalid
> path
> > for some artifacts (Bret Porter closed the bug yesterday and the fix
> > will be in 1.0.2).
> > 
> >  
> > 
> > Has anyone else seen this?  Any ideas?  
> > 
> >  
> > 

RE: Archiva crashes after a couple of days

Posted by Jason Chaffee <ja...@tvworks.com>.
I am running on RedHat Enterprise 4 update 4.  It has crashed on m2 at
least 6 times in the last two weeks and I am not doing anything
"special" with it.  Also, I have noticed that it is creating almost 5
Gigs in logs files a day.  I wonder if this has anything to do with it.

-----Original Message-----
From: Eric Miles [mailto:eric.miles@kronos.com] 
Sent: Friday, February 22, 2008 12:45 PM
To: archiva-users@maven.apache.org
Subject: Re: Archiva crashes after a couple of days

Jason,

I can tell you that we've had our Archiva instance up and running for at
least 3+ weeks without having to restart.  We have 5 repositories and
about 6 remote repositories and we too are using the standalone product
and nearly all consumers.

What platform are you running on?

Eric
On Fri, 2008-02-22 at 12:40 -0800, Jason Chaffee wrote:
> I am running the standalone archiva and I have about 4 managed
> repositories (including a proxy repo), and about 6 or 7 remote
> repositories.  I create a single proxy connector to all of the remote
> repositories and changed my settings.xml to be a mirrorOf *.
Currently,
> I only have my Continuous Integration box configured to use Archiva as
a
> proxy and I am finding that it crashes every couple of days.  Also, I
am
> running all of default consumers and I do see the bug about invalid
path
> for some artifacts (Bret Porter closed the bug yesterday and the fix
> will be in 1.0.2).
> 
>  
> 
> Has anyone else seen this?  Any ideas?  
> 
>  
> 

Re: Archiva crashes after a couple of days

Posted by Eric Miles <er...@kronos.com>.
Jason,

I can tell you that we've had our Archiva instance up and running for at
least 3+ weeks without having to restart.  We have 5 repositories and
about 6 remote repositories and we too are using the standalone product
and nearly all consumers.

What platform are you running on?

Eric
On Fri, 2008-02-22 at 12:40 -0800, Jason Chaffee wrote:
> I am running the standalone archiva and I have about 4 managed
> repositories (including a proxy repo), and about 6 or 7 remote
> repositories.  I create a single proxy connector to all of the remote
> repositories and changed my settings.xml to be a mirrorOf *.  Currently,
> I only have my Continuous Integration box configured to use Archiva as a
> proxy and I am finding that it crashes every couple of days.  Also, I am
> running all of default consumers and I do see the bug about invalid path
> for some artifacts (Bret Porter closed the bug yesterday and the fix
> will be in 1.0.2).
> 
>  
> 
> Has anyone else seen this?  Any ideas?  
> 
>  
>