<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>issues@archiva.apache.org Archives</title>
<link rel="self" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/?format=atom"/>
<link href="http://mail-archives.apache.org/mod_mbox/archiva-issues/"/>
<id>http://mail-archives.apache.org/mod_mbox/archiva-issues/</id>
<updated>2009-12-08T15:25:58Z</updated>
<entry>
<title>[jira] Commented: (MRM-1293) migrate repository statistics to the metadata content repository</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200912.mbox/%3c29221276.29629.1260272035135.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c29221276-29629-1260272035135-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-12-08T11:33:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ http://jira.codehaus.org/browse/MRM-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=201725#action_201725
] 

Brett Porter commented on MRM-1293:
-----------------------------------

the main portion of work is now done. However, it is not currently doing the total artifact
counts that were done from the database. This needs to be revisited before closing the issue

&gt; migrate repository statistics to the metadata content repository
&gt; ----------------------------------------------------------------
&gt;
&gt;                 Key: MRM-1293
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1293
&gt;             Project: Archiva
&gt;          Issue Type: Improvement
&gt;            Reporter: Brett Porter
&gt;            Assignee: Brett Porter
&gt;             Fix For: 1.3
&gt;
&gt;
&gt; currently, after every scan, repository statistics are persisted to the database. These
could easily be stored in the metadata repository. While at present we will keep the "per-scan"
approach, in the future this might better be represented as a regularly stored snapshot /
built in versioning of the metadata. It could potentially be adding this information on the
fly instead of at scan by adding a callback in the repository API when an artifact / project
is created - however this will be approached later.
&gt; When migrating the functionality, it should be offered as a standalone plugin (the only
dependencies should be in the webapp that need to render the information and trigger some
cleanup).
&gt; The following changes will be needed:
&gt; - save the statistics in ArchivaRepositoryScanningTaskExecutor / ArchivaRepositoryScanningTaskExecutorTest
&gt; - reset statistics in EditManagedRepositoryAction / EditManagedRepositoryActionTest when
location changes
&gt; - query for a prior successful scan in RepositoryArchivaTaskScheduler
&gt; - retrieve last scan info in RepositoryAction and update corresponding JSP to display
information correctly
&gt; - generate report action to query scan statistics between given dates and aggregate

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (MRM-1185) Archiva Reporting Modification Request</title>
<author><name>&quot;Jevica Arianne B. Zurbano (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200912.mbox/%3c543455.29443.1260253675189.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c543455-29443-1260253675189-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-12-08T06:27:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/MRM-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Jevica Arianne B. Zurbano updated MRM-1185:
-------------------------------------------

    Description: 
# Log onto Archiva server as "admin".
# Click "Reports" in left nav.
# Select a repository.
# Click "View Statistics"

The resulting report contains several counts including "jar" and "war" files.

We would like the report to include the following types:

EARs
DLLs
EXEs
ZIPs

All of these except ZIPs appear to be readily available in the

"org.apache.maven.archiva.reporting.RepositioryStatistics"

type which appears to be used to create the report.

It appears that EARs, DLLs, and EXEs can added to the report with a simple change to the

"org.apache.maven.archiva.web.action.reports.GenerateReportAction"

type.

If the above analysis is correct, we would ask that this be delivered in 2 parts:

1. Add EARs , DLLs, and EXEs to the report created by "GenerateReportAction" since this can
be easily turned around.
2. Add ZIPs as soon as reasonably able to do so.

  was:
Log onto a Maestro/Archiva server as "admin".
Click Artifact Repository in top-nav.
Click "Reports" in left nav.
Select a repository.
Click "View Statistics"

The resulting report contains several counts including "jar" and "war" files.

We would like the report to include the following types:

EARs
DLLs
EXEs
ZIPs

All of these except ZIPs appear to be readily available in the

"org.apache.maven.archiva.reporting.RepositioryStatistics"

type which appears to be used to create the report.

It appears that EARs, DLLs, and EXEs can added to the report with a simple change to the

"org.apache.maven.archiva.web.action.reports.GenerateReportAction"

type.

If the above analysis is correct, we would ask that this be delivered in 2 parts:

1. Add EARs , DLLs, and EXEs to the report created by "GenerateReportAction" since this can
be easily turned around.
2. Add ZIPs as soon as reasonably able to do so.


&gt; Archiva Reporting Modification Request
&gt; --------------------------------------
&gt;
&gt;                 Key: MRM-1185
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1185
&gt;             Project: Archiva
&gt;          Issue Type: New Feature
&gt;            Reporter: harry arbasa
&gt;            Priority: Minor
&gt;             Fix For: 1.3
&gt;
&gt;
&gt; # Log onto Archiva server as "admin".
&gt; # Click "Reports" in left nav.
&gt; # Select a repository.
&gt; # Click "View Statistics"
&gt; The resulting report contains several counts including "jar" and "war" files.
&gt; We would like the report to include the following types:
&gt; EARs
&gt; DLLs
&gt; EXEs
&gt; ZIPs
&gt; All of these except ZIPs appear to be readily available in the
&gt; "org.apache.maven.archiva.reporting.RepositioryStatistics"
&gt; type which appears to be used to create the report.
&gt; It appears that EARs, DLLs, and EXEs can added to the report with a simple change to
the
&gt; "org.apache.maven.archiva.web.action.reports.GenerateReportAction"
&gt; type.
&gt; If the above analysis is correct, we would ask that this be delivered in 2 parts:
&gt; 1. Add EARs , DLLs, and EXEs to the report created by "GenerateReportAction" since this
can be easily turned around.
&gt; 2. Add ZIPs as soon as reasonably able to do so.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (MRM-1293) migrate repository statistics to the metadata content repository</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200912.mbox/%3c28840637.29171.1260228475137.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c28840637-29171-1260228475137-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-12-07T23:27:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ http://jira.codehaus.org/browse/MRM-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=201632#action_201632
] 

Brett Porter commented on MRM-1293:
-----------------------------------

have started to commit this implementation to the MRM-1025 branch. Currently only the last
bullet point remains to be implemented, as well as to re-add the storage of extended statistics
(artifact counts), then to clean up the old beans.

&gt; migrate repository statistics to the metadata content repository
&gt; ----------------------------------------------------------------
&gt;
&gt;                 Key: MRM-1293
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1293
&gt;             Project: Archiva
&gt;          Issue Type: Improvement
&gt;            Reporter: Brett Porter
&gt;            Assignee: Brett Porter
&gt;             Fix For: 1.3
&gt;
&gt;
&gt; currently, after every scan, repository statistics are persisted to the database. These
could easily be stored in the metadata repository. While at present we will keep the "per-scan"
approach, in the future this might better be represented as a regularly stored snapshot /
built in versioning of the metadata. It could potentially be adding this information on the
fly instead of at scan by adding a callback in the repository API when an artifact / project
is created - however this will be approached later.
&gt; When migrating the functionality, it should be offered as a standalone plugin (the only
dependencies should be in the webapp that need to render the information and trigger some
cleanup).
&gt; The following changes will be needed:
&gt; - save the statistics in ArchivaRepositoryScanningTaskExecutor / ArchivaRepositoryScanningTaskExecutorTest
&gt; - reset statistics in EditManagedRepositoryAction / EditManagedRepositoryActionTest when
location changes
&gt; - query for a prior successful scan in RepositoryArchivaTaskScheduler
&gt; - retrieve last scan info in RepositoryAction and update corresponding JSP to display
information correctly
&gt; - generate report action to query scan statistics between given dates and aggregate

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (MRM-815) aggregate indices for repository groups</title>
<author><name>&quot;Jeremie BOUSQUET (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200912.mbox/%3c8556825.28850.1260205375398.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c8556825-28850-1260205375398-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-12-07T17:02:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ http://jira.codehaus.org/browse/MRM-815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=201582#action_201582
] 

Jeremie BOUSQUET commented on MRM-815:
--------------------------------------

I think this might be relevant now in 1.2.2 as indexes are downloadable.
Typical use-case is using m2eclipse, with maven configured on a repository group in Archiva.
In this case indexes are incomplete, and search is very limited.

&gt; aggregate indices for repository groups
&gt; ---------------------------------------
&gt;
&gt;                 Key: MRM-815
&gt;                 URL: http://jira.codehaus.org/browse/MRM-815
&gt;             Project: Archiva
&gt;          Issue Type: New Feature
&gt;          Components: indexing
&gt;    Affects Versions: 1.1
&gt;            Reporter: Brett Porter
&gt;             Fix For: Backlog
&gt;
&gt;


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (MRM-1291) Archiva has periodic load-peaks</title>
<author><name>&quot;Marc Lustig (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200912.mbox/%3c28570714.28558.1260188155389.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c28570714-28558-1260188155389-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-12-07T12:15:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ http://jira.codehaus.org/browse/MRM-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=201533#action_201533
] 

Marc Lustig commented on MRM-1291:
----------------------------------

According to Brett everything will be solved in 1.2.3
Looking forward to test the release version....

&gt; Archiva has periodic load-peaks 
&gt; --------------------------------
&gt;
&gt;                 Key: MRM-1291
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1291
&gt;             Project: Archiva
&gt;          Issue Type: Bug
&gt;          Components: system
&gt;    Affects Versions: 1.2.2
&gt;         Environment: RHEL4, Oracle RDBMS
&gt;            Reporter: Marc Lustig
&gt;         Attachments: cpu-day.png, cpu-week2.png, screenshot-1.jpg
&gt;
&gt;
&gt; Archiva causes periodically an increased system-load. (see Munin-stats attached)
&gt; During these peaks calling the homepage takes around 6 secs, whereas normally it is around
1 sec.
&gt; I could not identify corresponding messages in the logs.
&gt; Could somebody else observe this?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (MRM-1296) Audit logging report</title>
<author><name>&quot;Maria Odea Ching (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200912.mbox/%3c19313240.28315.1260167155211.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c19313240-28315-1260167155211-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-12-07T06:25:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Audit logging report
--------------------

                 Key: MRM-1296
                 URL: http://jira.codehaus.org/browse/MRM-1296
             Project: Archiva
          Issue Type: New Feature
          Components: reporting, web application
            Reporter: Maria Odea Ching




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (MRM-1295) repository identifier accepts spaces causing Error 404 when accessing the URL</title>
<author><name>&quot;Jevica Arianne B. Zurbano (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200912.mbox/%3c11758736.26422.1259924995249.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c11758736-26422-1259924995249-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-12-04T11:09:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
repository identifier accepts spaces causing Error 404 when accessing the URL
-----------------------------------------------------------------------------

                 Key: MRM-1295
                 URL: http://jira.codehaus.org/browse/MRM-1295
             Project: Archiva
          Issue Type: Bug
    Affects Versions: 1.2.2
            Reporter: Jevica Arianne B. Zurbano


Steps to replicate:
# go to "Repositories" page
# add a repository with "identifier" containing spaces such as "internal ", " internal", "
internal ", "internal repo"
# click the URL of the added repository

This will result to 
{noformat}
HTTP ERROR 404

Problem accessing /archiva/repository/internal%20/. Reason:

    Invalid repository: internal%20
{noformat}


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (MRM-1291) Archiva has periodic load-peaks</title>
<author><name>&quot;Marc Lustig (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200912.mbox/%3c22111705.26208.1259918635173.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c22111705-26208-1259918635173-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-12-04T09:23:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/MRM-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Marc Lustig updated MRM-1291:
-----------------------------

    Attachment: cpu-week2.png

I want to provide you a third chart.
The filled area shows the "blown-up" load on the left half.
The second half shows the normal load.
All seems to be caused by the periodic scan processes.


&gt; Archiva has periodic load-peaks 
&gt; --------------------------------
&gt;
&gt;                 Key: MRM-1291
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1291
&gt;             Project: Archiva
&gt;          Issue Type: Bug
&gt;          Components: system
&gt;    Affects Versions: 1.2.2
&gt;         Environment: RHEL4, Oracle RDBMS
&gt;            Reporter: Marc Lustig
&gt;         Attachments: cpu-day.png, cpu-week2.png, screenshot-1.jpg
&gt;
&gt;
&gt; Archiva causes periodically an increased system-load. (see Munin-stats attached)
&gt; During these peaks calling the homepage takes around 6 secs, whereas normally it is around
1 sec.
&gt; I could not identify corresponding messages in the logs.
&gt; Could somebody else observe this?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Issue Comment Edited: (MRM-1291) Archiva has periodic load-peaks</title>
<author><name>&quot;Marc Lustig (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200912.mbox/%3c149193.26210.1259918635242.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c149193-26210-1259918635242-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-12-04T09:23:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ http://jira.codehaus.org/browse/MRM-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=200559#action_200559
] 

Marc Lustig edited comment on MRM-1291 at 12/4/09 3:23 AM:
-----------------------------------------------------------

I want to provide you a third chart (cpu-week2.png).
The filled area shows the "blown-up" load on the left half.
The second half shows the normal load.
All seems to be caused by the periodic scan processes.


      was (Author: axismundi):
    I want to provide you a third chart.
The filled area shows the "blown-up" load on the left half.
The second half shows the normal load.
All seems to be caused by the periodic scan processes.

  
&gt; Archiva has periodic load-peaks 
&gt; --------------------------------
&gt;
&gt;                 Key: MRM-1291
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1291
&gt;             Project: Archiva
&gt;          Issue Type: Bug
&gt;          Components: system
&gt;    Affects Versions: 1.2.2
&gt;         Environment: RHEL4, Oracle RDBMS
&gt;            Reporter: Marc Lustig
&gt;         Attachments: cpu-day.png, cpu-week2.png, screenshot-1.jpg
&gt;
&gt;
&gt; Archiva causes periodically an increased system-load. (see Munin-stats attached)
&gt; During these peaks calling the homepage takes around 6 secs, whereas normally it is around
1 sec.
&gt; I could not identify corresponding messages in the logs.
&gt; Could somebody else observe this?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Closed: (MRM-1241) Selenium Tests for Repository Scanning and Database</title>
<author><name>&quot;Marecor Baclay (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200912.mbox/%3c18518712.26122.1259910475682.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c18518712-26122-1259910475682-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-12-04T07:07:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/MRM-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Marecor Baclay closed MRM-1241.
-------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 1.3)
                   1.2.3

fixed at r.887086

&gt; Selenium Tests for Repository Scanning and Database
&gt; ---------------------------------------------------
&gt;
&gt;                 Key: MRM-1241
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1241
&gt;             Project: Archiva
&gt;          Issue Type: Test
&gt;          Components: web application
&gt;    Affects Versions: 1.2.2
&gt;            Reporter: Marecor Baclay
&gt;            Assignee: Marecor Baclay
&gt;             Fix For: 1.2.3
&gt;
&gt;
&gt; Add tests for Repository Scanning and Database

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Closed: (MRM-1294) repository scan period is incorrect</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200912.mbox/%3c13660715.26046.1259891215179.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c13660715-26046-1259891215179-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-12-04T01:46:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/MRM-1294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Brett Porter closed MRM-1294.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.3
         Assignee: Brett Porter

original bug fixed in r887027.

in r887030, the behaviour was further changed to use the start of the previous scan instead
of the end, so that artifacts added in the middle will be scanned. If they happen to have
been scanned before, they will be rescanned. This should not cause any issues - however if
it does, it might be beneficial to ignore them in the first scan and pick them up in the subsequent
one instead for reliability.

&gt; repository scan period is incorrect
&gt; -----------------------------------
&gt;
&gt;                 Key: MRM-1294
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1294
&gt;             Project: Archiva
&gt;          Issue Type: Bug
&gt;          Components: repository scanning
&gt;    Affects Versions: 1.2.2
&gt;            Reporter: Brett Porter
&gt;            Assignee: Brett Porter
&gt;             Fix For: 1.2.3
&gt;
&gt;
&gt; the repository scanner uses the end time of the previous scan + the duration as the start
time for the next scan. This means that any artifacts that are added in that time between
scans will not be detected.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (MRM-1294) repository scan period is incorrect</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200912.mbox/%3c31128562.26036.1259889775221.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c31128562-26036-1259889775221-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-12-04T01:22:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
repository scan period is incorrect
-----------------------------------

                 Key: MRM-1294
                 URL: http://jira.codehaus.org/browse/MRM-1294
             Project: Archiva
          Issue Type: Bug
          Components: repository scanning
    Affects Versions: 1.2.2
            Reporter: Brett Porter


the repository scanner uses the end time of the previous scan + the duration as the start
time for the next scan. This means that any artifacts that are added in that time between
scans will not be detected.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (MRM-1279) Calendar incorrect</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200912.mbox/%3c3427781.25987.1259880775170.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c3427781-25987-1259880775170-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-12-03T22:52:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ http://jira.codehaus.org/browse/MRM-1279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=200522#action_200522
] 

Brett Porter commented on MRM-1279:
-----------------------------------

what timezone are you in? Perhaps the calendar widget is using a fixed timezone.

&gt; Calendar incorrect
&gt; ------------------
&gt;
&gt;                 Key: MRM-1279
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1279
&gt;             Project: Archiva
&gt;          Issue Type: Bug
&gt;          Components: reporting
&gt;    Affects Versions: 1.2.2
&gt;         Environment: Windows
&gt;            Reporter: Raj Menattamai
&gt;            Priority: Minor
&gt;         Attachments: archiva_calendar_error.doc
&gt;
&gt;
&gt; In Report menu, when the "start date" field is clicked, a calendar opens but it is incorrect.
For example, today is Tue, 11/17/2009. But in the calender it is 11/16/2009. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (MRM-1291) Archiva has periodic load-peaks</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200912.mbox/%3c23741114.25984.1259880535181.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c23741114-25984-1259880535181-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-12-03T22:48:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ http://jira.codehaus.org/browse/MRM-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=200521#action_200521
] 

Brett Porter commented on MRM-1291:
-----------------------------------

did you have any large change in artifacts / rebuild the index in that period?

I'd like to encourage you to try 1.2.3-SNAPSHOT or the release - the hourly peaks will certainly
be reduced. If it seems managable, we can close this out.

&gt; Archiva has periodic load-peaks 
&gt; --------------------------------
&gt;
&gt;                 Key: MRM-1291
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1291
&gt;             Project: Archiva
&gt;          Issue Type: Bug
&gt;          Components: system
&gt;    Affects Versions: 1.2.2
&gt;         Environment: RHEL4, Oracle RDBMS
&gt;            Reporter: Marc Lustig
&gt;         Attachments: cpu-day.png, screenshot-1.jpg
&gt;
&gt;
&gt; Archiva causes periodically an increased system-load. (see Munin-stats attached)
&gt; During these peaks calling the homepage takes around 6 secs, whereas normally it is around
1 sec.
&gt; I could not identify corresponding messages in the logs.
&gt; Could somebody else observe this?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (MRM-1293) migrate repository statistics to the metadata content repository</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200912.mbox/%3c18542240.25986.1259880535292.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c18542240-25986-1259880535292-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-12-03T22:48:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/MRM-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Brett Porter updated MRM-1293:
------------------------------

    Fix Version/s: 1.3

&gt; migrate repository statistics to the metadata content repository
&gt; ----------------------------------------------------------------
&gt;
&gt;                 Key: MRM-1293
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1293
&gt;             Project: Archiva
&gt;          Issue Type: Improvement
&gt;            Reporter: Brett Porter
&gt;            Assignee: Brett Porter
&gt;             Fix For: 1.3
&gt;
&gt;
&gt; currently, after every scan, repository statistics are persisted to the database. These
could easily be stored in the metadata repository. While at present we will keep the "per-scan"
approach, in the future this might better be represented as a regularly stored snapshot /
built in versioning of the metadata. It could potentially be adding this information on the
fly instead of at scan by adding a callback in the repository API when an artifact / project
is created - however this will be approached later.
&gt; When migrating the functionality, it should be offered as a standalone plugin (the only
dependencies should be in the webapp that need to render the information and trigger some
cleanup).
&gt; The following changes will be needed:
&gt; - save the statistics in ArchivaRepositoryScanningTaskExecutor / ArchivaRepositoryScanningTaskExecutorTest
&gt; - reset statistics in EditManagedRepositoryAction / EditManagedRepositoryActionTest when
location changes
&gt; - query for a prior successful scan in RepositoryArchivaTaskScheduler
&gt; - retrieve last scan info in RepositoryAction and update corresponding JSP to display
information correctly
&gt; - generate report action to query scan statistics between given dates and aggregate

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (MRM-1280) SNAPSHOT artifacts are not processed with timestamped versions when added via web upload form while their poms are processed with timestamped versions resulting to being treated as separate versions in browse</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200912.mbox/%3c3212458.25980.1259880175187.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c3212458-25980-1259880175187-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-12-03T22:42:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/MRM-1280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Brett Porter updated MRM-1280:
------------------------------

    Fix Version/s: 1.3

will check to see if this is solved by the refactoring in MRM-1025

&gt; SNAPSHOT artifacts are not processed with timestamped versions when added via web upload
form while their poms are processed with timestamped versions resulting to being treated as
separate versions in browse
&gt; ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
&gt;
&gt;                 Key: MRM-1280
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1280
&gt;             Project: Archiva
&gt;          Issue Type: Bug
&gt;          Components: browser, web application
&gt;            Reporter: Maria Odea Ching
&gt;             Fix For: 1.3
&gt;
&gt;


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Closed: (MRM-1272) Empty Lucene Index</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200912.mbox/%3c23207436.25978.1259880055443.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c23207436-25978-1259880055443-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-12-03T22:40:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/MRM-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Brett Porter closed MRM-1272.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.3
         Assignee: Brett Porter

I've added extra logging for the cause of the error. While thids may not fix the error, it
should reveal the problem if it occurs again.

&gt; Empty Lucene Index
&gt; ------------------
&gt;
&gt;                 Key: MRM-1272
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1272
&gt;             Project: Archiva
&gt;          Issue Type: Bug
&gt;    Affects Versions: 1.2.2
&gt;         Environment: centos 5.4, 64-bit, JRE 1.6.0_07-b06
&gt;            Reporter: Andreas Baumann
&gt;            Assignee: Brett Porter
&gt;             Fix For: 1.2.3
&gt;
&gt;
&gt; The Lucene Index contains the following:
&gt; --- Lucene index dump ---
&gt; Global Information:
&gt; ===================
&gt; 	number of documents: 1
&gt; 	total number of features: 1
&gt; 	total number of tokens: 1
&gt; 	version: 1256287481733
&gt; 	still current: true
&gt; 	maximal document number: 1
&gt; 	has deletions: false
&gt; Field Information:
&gt; ==================
&gt; Fields of type 'ALL':
&gt; 	DESCRIPTOR
&gt; 	IDXINFO
&gt; Fields of type 'INDEXED':
&gt; 	DESCRIPTOR
&gt; Fields of type 'INDEXED_NO_TERMVECTOR':
&gt; 	DESCRIPTOR
&gt; Fields of type 'INDEXED_WITH_TERMVECTOR':
&gt; Fields of type 'TERMVECTOR':
&gt; Fields of type 'TERMVECTOR_WITH_OFFSET':
&gt; Fields of type 'TERMVECTOR_WITH_POSITION':
&gt; Fields of type 'TERMVECTOR_WITH_POSITION_OFFSET':
&gt; Fields of type 'UNINDEXED':
&gt; 	IDXINFO
&gt; Terms:
&gt; ======
&gt; DESCRIPTOR	NexusIndex	1
&gt; --- End of Lucene index dump ---
&gt; In the archiva.log I see:
&gt; org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Error occurred while
executing indexing task 'indexi
&gt; ng-job:internal:stax-utils-20040917.pom:add'
&gt;         at org.apache.maven.archiva.scheduled.executors.ArchivaIndexingTaskExecutor.executeTask(ArchivaIndexingTaskE
&gt; xecutor.java:163)
&gt;         at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueu
&gt; eExecutor.java:116)
&gt;         at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
&gt;         at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
&gt;         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:987)
&gt;         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:528)
&gt;         at java.lang.Thread.run(Unknown Source)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (MRM-1293) migrate repository statistics to the metadata content repository</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200912.mbox/%3c578081.24447.1259760475155.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c578081-24447-1259760475155-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-12-02T13:27:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
migrate repository statistics to the metadata content repository
----------------------------------------------------------------

                 Key: MRM-1293
                 URL: http://jira.codehaus.org/browse/MRM-1293
             Project: Archiva
          Issue Type: Improvement
            Reporter: Brett Porter


currently, after every scan, repository statistics are persisted to the database. These could
easily be stored in the metadata repository. While at present we will keep the "per-scan"
approach, in the future this might better be represented as a regularly stored snapshot /
built in versioning of the metadata. It could potentially be adding this information on the
fly instead of at scan by adding a callback in the repository API when an artifact / project
is created - however this will be approached later.

When migrating the functionality, it should be offered as a standalone plugin (the only dependencies
should be in the webapp that need to render the information and trigger some cleanup).

The following changes will be needed:
- save the statistics in ArchivaRepositoryScanningTaskExecutor / ArchivaRepositoryScanningTaskExecutorTest
- reset statistics in EditManagedRepositoryAction / EditManagedRepositoryActionTest when location
changes
- query for a prior successful scan in RepositoryArchivaTaskScheduler
- retrieve last scan info in RepositoryAction and update corresponding JSP to display information
correctly
- generate report action to query scan statistics between given dates and aggregate


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Assigned: (MRM-1293) migrate repository statistics to the metadata content repository</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200912.mbox/%3c18588340.24448.1259760475204.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c18588340-24448-1259760475204-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-12-02T13:27:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/MRM-1293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Brett Porter reassigned MRM-1293:
---------------------------------

    Assignee: Brett Porter

&gt; migrate repository statistics to the metadata content repository
&gt; ----------------------------------------------------------------
&gt;
&gt;                 Key: MRM-1293
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1293
&gt;             Project: Archiva
&gt;          Issue Type: Improvement
&gt;            Reporter: Brett Porter
&gt;            Assignee: Brett Porter
&gt;
&gt; currently, after every scan, repository statistics are persisted to the database. These
could easily be stored in the metadata repository. While at present we will keep the "per-scan"
approach, in the future this might better be represented as a regularly stored snapshot /
built in versioning of the metadata. It could potentially be adding this information on the
fly instead of at scan by adding a callback in the repository API when an artifact / project
is created - however this will be approached later.
&gt; When migrating the functionality, it should be offered as a standalone plugin (the only
dependencies should be in the webapp that need to render the information and trigger some
cleanup).
&gt; The following changes will be needed:
&gt; - save the statistics in ArchivaRepositoryScanningTaskExecutor / ArchivaRepositoryScanningTaskExecutorTest
&gt; - reset statistics in EditManagedRepositoryAction / EditManagedRepositoryActionTest when
location changes
&gt; - query for a prior successful scan in RepositoryArchivaTaskScheduler
&gt; - retrieve last scan info in RepositoryAction and update corresponding JSP to display
information correctly
&gt; - generate report action to query scan statistics between given dates and aggregate

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (MRM-1025) make the archiva database an optional part of the installation</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200912.mbox/%3c27758987.24347.1259752915163.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c27758987-24347-1259752915163-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-12-02T11:21:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ http://jira.codehaus.org/browse/MRM-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=200254#action_200254
] 

Brett Porter commented on MRM-1025:
-----------------------------------

the above has now been done. Along the way, several bugs have been fixed (usedBy and dependency
tree now work more reliably and quickly) and some tests added.

While it works, the code is not production ready - it litters the home directory with property
files and needs to be centralised. There is more testing to be added and there are probably
some edge cases that remain problematic. In particular, Maven-1 formatted storage repositories
is likely to not work.

Before moving to polishing, I'll continue proving the API by moving other archiva-database
uses over to it, such as RSS, reporting, and any remaining bits of the webapp and XMLRPC.





&gt; make the archiva database an optional part of the installation
&gt; --------------------------------------------------------------
&gt;
&gt;                 Key: MRM-1025
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1025
&gt;             Project: Archiva
&gt;          Issue Type: Task
&gt;            Reporter: Brett Porter
&gt;            Assignee: Brett Porter
&gt;             Fix For: 1.3
&gt;
&gt;


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Issue Comment Edited: (MRM-1291) Archiva has periodic load-peaks</title>
<author><name>&quot;Marc Lustig (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200912.mbox/%3c25037302.24240.1259743435236.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c25037302-24240-1259743435236-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-12-02T08:43:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ http://jira.codehaus.org/browse/MRM-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=200153#action_200153
] 

Marc Lustig edited comment on MRM-1291 at 12/2/09 2:43 AM:
-----------------------------------------------------------


I forgot to mention that this "periodic peaks" load-pattern occurs only from time to time.
I. e. when the pattern happens, the peaks occur periodically. But after restarting Archiva,
the pattern does not occur anymore for a couple of days or weeks.

I can be sure about this because we have notifiers installed that warn when a certain HTTP-request
on Archiva exceeds a certain threshold value.
We have not seen alarms between 3rd of november and 30th of november.
On the 30th out of a sudden the periodic load raised tremendously.

I doubt the RDBMS being slower could have an impact on the load.



      was (Author: axismundi):
    This pretty much sounds like a reasonable explanation - unfortunately it may not be the
(only) reason.

I forgot to mention that this "periodic peaks" load-pattern occurs only from time to time.
I. e. when the pattern happens, the peaks occur periodically. But after restarting Archiva,
the pattern does not occur anymore for a couple of days or weeks.

I can be sure about this because we have notifiers installed that warn when a certain HTTP-request
on Archiva exceeds a certain threshold value.
We have not seen alarms between 3rd of november and 30th of november.
On the 30th out of a sudden the periodic load raised tremendously.

I doubt the RDBMS being slower could have an impact on the load.


  
&gt; Archiva has periodic load-peaks 
&gt; --------------------------------
&gt;
&gt;                 Key: MRM-1291
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1291
&gt;             Project: Archiva
&gt;          Issue Type: Bug
&gt;          Components: system
&gt;    Affects Versions: 1.2.2
&gt;         Environment: RHEL4, Oracle RDBMS
&gt;            Reporter: Marc Lustig
&gt;         Attachments: cpu-day.png, screenshot-1.jpg
&gt;
&gt;
&gt; Archiva causes periodically an increased system-load. (see Munin-stats attached)
&gt; During these peaks calling the homepage takes around 6 secs, whereas normally it is around
1 sec.
&gt; I could not identify corresponding messages in the logs.
&gt; Could somebody else observe this?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (MRM-1292) remove dependency-graph in favour of the maven-dependency-tree library</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200912.mbox/%3c32408468.23626.1259683495215.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c32408468-23626-1259683495215-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-12-01T16:04:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ http://jira.codehaus.org/browse/MRM-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=200158#action_200158
] 

Brett Porter commented on MRM-1292:
-----------------------------------

done on the MRM-1025 branch

&gt; remove dependency-graph in favour of the maven-dependency-tree library
&gt; ----------------------------------------------------------------------
&gt;
&gt;                 Key: MRM-1292
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1292
&gt;             Project: Archiva
&gt;          Issue Type: Improvement
&gt;          Components: browser
&gt;    Affects Versions: 1.2.2
&gt;            Reporter: Brett Porter
&gt;            Assignee: Brett Porter
&gt;             Fix For: 1.3
&gt;
&gt;
&gt; the dependency graph module is only used to render the dependency tree on the artifact
information pages. It currently reproduces a lot of Maven functionality, and is heavily tied
to the archiva-repository-layer and archiva-model.
&gt; We should instead use the standard Maven library for handling Maven dependency trees.
If we later encounter different types of trees, we can provide alternative implementations.
It's unlikely something as generic is needed (though the code is still there to be revisited
in SVN if the case arises)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (MRM-1292) remove dependency-graph in favour of the maven-dependency-tree library</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200912.mbox/%3c22239926.23625.1259683255375.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c22239926-23625-1259683255375-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-12-01T16:00:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/MRM-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Brett Porter updated MRM-1292:
------------------------------

    Fix Version/s: 1.3
         Assignee: Brett Porter

&gt; remove dependency-graph in favour of the maven-dependency-tree library
&gt; ----------------------------------------------------------------------
&gt;
&gt;                 Key: MRM-1292
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1292
&gt;             Project: Archiva
&gt;          Issue Type: Improvement
&gt;          Components: browser
&gt;    Affects Versions: 1.2.2
&gt;            Reporter: Brett Porter
&gt;            Assignee: Brett Porter
&gt;             Fix For: 1.3
&gt;
&gt;
&gt; the dependency graph module is only used to render the dependency tree on the artifact
information pages. It currently reproduces a lot of Maven functionality, and is heavily tied
to the archiva-repository-layer and archiva-model.
&gt; We should instead use the standard Maven library for handling Maven dependency trees.
If we later encounter different types of trees, we can provide alternative implementations.
It's unlikely something as generic is needed (though the code is still there to be revisited
in SVN if the case arises)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (MRM-1292) remove dependency-graph in favour of the maven-dependency-tree library</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200912.mbox/%3c28665661.23623.1259683255351.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c28665661-23623-1259683255351-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-12-01T16:00:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
remove dependency-graph in favour of the maven-dependency-tree library
----------------------------------------------------------------------

                 Key: MRM-1292
                 URL: http://jira.codehaus.org/browse/MRM-1292
             Project: Archiva
          Issue Type: Improvement
          Components: browser
    Affects Versions: 1.2.2
            Reporter: Brett Porter


the dependency graph module is only used to render the dependency tree on the artifact information
pages. It currently reproduces a lot of Maven functionality, and is heavily tied to the archiva-repository-layer
and archiva-model.

We should instead use the standard Maven library for handling Maven dependency trees. If we
later encounter different types of trees, we can provide alternative implementations. It's
unlikely something as generic is needed (though the code is still there to be revisited in
SVN if the case arises)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (MRM-1291) Archiva has periodic load-peaks</title>
<author><name>&quot;Marc Lustig (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200912.mbox/%3c350960.23604.1259682355150.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c350960-23604-1259682355150-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-12-01T15:45:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/MRM-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Marc Lustig updated MRM-1291:
-----------------------------

    Attachment: screenshot-1.jpg

Please have a look at the second stat-chart by Munin.
Unfortunately we miss the data between week 46 and 48.

But when you look at the filled area in week 45, you can see very the apparent load-difference
between normal scanning peaks and "overblown" scanning-peaks.

By the way, we do not have any other software running on that server.

&gt; Archiva has periodic load-peaks 
&gt; --------------------------------
&gt;
&gt;                 Key: MRM-1291
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1291
&gt;             Project: Archiva
&gt;          Issue Type: Bug
&gt;          Components: system
&gt;    Affects Versions: 1.2.2
&gt;         Environment: RHEL4, Oracle RDBMS
&gt;            Reporter: Marc Lustig
&gt;         Attachments: cpu-day.png, screenshot-1.jpg
&gt;
&gt;
&gt; Archiva causes periodically an increased system-load. (see Munin-stats attached)
&gt; During these peaks calling the homepage takes around 6 secs, whereas normally it is around
1 sec.
&gt; I could not identify corresponding messages in the logs.
&gt; Could somebody else observe this?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (MRM-1291) Archiva has periodic load-peaks</title>
<author><name>&quot;Marc Lustig (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200912.mbox/%3c13776010.23599.1259682235175.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c13776010-23599-1259682235175-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-12-01T15:43:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ http://jira.codehaus.org/browse/MRM-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=200153#action_200153
] 

Marc Lustig commented on MRM-1291:
----------------------------------

This pretty much sounds like a reasonable explanation - unfortunately it may not be the (only)
reason.

I forgot to mention that this "periodic peaks" load-pattern occurs only from time to time.
I. e. when the pattern happens, the peaks occur periodically. But after restarting Archiva,
the pattern does not occur anymore for a couple of days or weeks.

I can be sure about this because we have notifiers installed that warn when a certain HTTP-request
on Archiva exceeds a certain threshold value.
We have not seen alarms between 3rd of november and 30th of november.
On the 30th out of a sudden the periodic load raised tremendously.

I doubt the RDBMS being slower could have an impact on the load.



&gt; Archiva has periodic load-peaks 
&gt; --------------------------------
&gt;
&gt;                 Key: MRM-1291
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1291
&gt;             Project: Archiva
&gt;          Issue Type: Bug
&gt;          Components: system
&gt;    Affects Versions: 1.2.2
&gt;         Environment: RHEL4, Oracle RDBMS
&gt;            Reporter: Marc Lustig
&gt;         Attachments: cpu-day.png
&gt;
&gt;
&gt; Archiva causes periodically an increased system-load. (see Munin-stats attached)
&gt; During these peaks calling the homepage takes around 6 secs, whereas normally it is around
1 sec.
&gt; I could not identify corresponding messages in the logs.
&gt; Could somebody else observe this?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (MRM-1291) Archiva has periodic load-peaks</title>
<author><name>&quot;Marc Lustig (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200912.mbox/%3c18077593.23379.1259660935373.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c18077593-23379-1259660935373-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-12-01T09:48:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Archiva has periodic load-peaks 
--------------------------------

                 Key: MRM-1291
                 URL: http://jira.codehaus.org/browse/MRM-1291
             Project: Archiva
          Issue Type: Bug
          Components: system
    Affects Versions: 1.2.2
         Environment: RHEL4, Oracle RDBMS
            Reporter: Marc Lustig
         Attachments: cpu-day.png

Archiva causes periodically an increased system-load. (see Munin-stats attached)

During these peaks calling the homepage takes around 6 secs, whereas normally it is around
1 sec.

I could not identify corresponding messages in the logs.

Could somebody else observe this?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (MRM-1288) migrate XMLRPC from DefaultRepositoryBrowsing to the metadata content repository API</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200911.mbox/%3c15585278.22790.1259597515129.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c15585278-22790-1259597515129-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-11-30T16:11:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ http://jira.codehaus.org/browse/MRM-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=200027#action_200027
] 

Brett Porter commented on MRM-1288:
-----------------------------------

this is now done on the MRM-1025 branch

&gt; migrate XMLRPC from DefaultRepositoryBrowsing to the metadata content repository API
&gt; ------------------------------------------------------------------------------------
&gt;
&gt;                 Key: MRM-1288
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1288
&gt;             Project: Archiva
&gt;          Issue Type: Improvement
&gt;          Components: xmlrpc
&gt;            Reporter: Brett Porter
&gt;            Assignee: Brett Porter
&gt;             Fix For: 1.3
&gt;
&gt;
&gt; see MRM-1025 for more information

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>Archiva Connection Refused Error</title>
<author><name>Soumen Trivedi &lt;soumen.trivedi@gmail.com&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200911.mbox/%3c29fabcbf0911300434w419ed2b5ra6439a257583faec@mail.gmail.com%3e"/>
<id>urn:uuid:%3c29fabcbf0911300434w419ed2b5ra6439a257583faec@mail-gmail-com%3e</id>
<updated>2009-11-30T12:34:16Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Hi all,
I am using Archiva 2.2.1
Apache Maven 2.2.1 (r801777; 2009-08-06 20:16:01+0100)
Java version: 1.5.0_06
Java home: /usr/java/jdk1.5.0_06/jre
OS name: "linux" version: "2.6.18-92.el5xen" arch: "i386" Family: "unix"

*Problem 1:*
I have recently moved my standalone Archiva Instance into a new server with
improved speed and capacity, and have observed number of "Connection
refused" problems in my Continuous Integration instances due to Archiva
dropping the connection. Here is the log which I am getting:

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error retrieving previous build number for artifact
'com.specsavers.ott:hub-data-repository-service-unit:jbi-service-unit':
repository metadata for: 'snapshot
com.specsavers.ott:hub-data-repository-service-unit:1.4.3-SNAPSHOT' could
not be retrieved from repository: srs-snapshot due to an error: Error
transferring file: Connection refused
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 25 minutes 50 seconds
[INFO] Finished at: Mon Nov 30 10:01:41 GMT 2009
[INFO] Final Memory: 77M/373M
[INFO]
------------------------------------------------------------------------

My old archiva instance was running on a similar server and in the same
network.


Can anyone please comment about this behavior and provide me any kind of
pointers to get this resolved.

I am also working with my network team to see if there are any problems due
to network, (haven't noticed anything yet since 2 weeks, network looks to be
normal and working fine)


Problem 2:
When build projects, Archiva is doing a lookup in INTERNET for project
generated Artifacts FROM Remote repository defined. I think there is
something wrong with the archiva configuration. Also we are using "master"
as mirror of all repositories. Could that be a problem?


These problems are of critical importance to our projects and it would be
really helpful if you could please provide me with your
inputs/pointers/comments/resolution upon the same.

Thanks in advance!!

-- 
Thanks &amp; Regards,
Soumen Trivedi
+44 (0) 751 544 6779
Email: Soumen.Trivedi@gmail.com


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Closed: (MRM-1290) getDependees always returns results for archiva-test in xmlrpc</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200911.mbox/%3c20885509.22408.1259548915232.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c20885509-22408-1259548915232-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-11-30T02:41:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/MRM-1290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Brett Porter closed MRM-1290.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.3
         Assignee: Brett Porter

&gt; getDependees always returns results for archiva-test in xmlrpc
&gt; --------------------------------------------------------------
&gt;
&gt;                 Key: MRM-1290
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1290
&gt;             Project: Archiva
&gt;          Issue Type: Bug
&gt;          Components: xmlrpc
&gt;    Affects Versions: 1.2.2
&gt;            Reporter: Brett Porter
&gt;            Assignee: Brett Porter
&gt;             Fix For: 1.2.3
&gt;
&gt;
&gt; incorrect hardcoding

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (MRM-1290) getDependees always returns results for archiva-test in xmlrpc</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200911.mbox/%3c6929296.22407.1259548675118.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c6929296-22407-1259548675118-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-11-30T02:37:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
getDependees always returns results for archiva-test in xmlrpc
--------------------------------------------------------------

                 Key: MRM-1290
                 URL: http://jira.codehaus.org/browse/MRM-1290
             Project: Archiva
          Issue Type: Bug
          Components: xmlrpc
    Affects Versions: 1.2.2
            Reporter: Brett Porter


incorrect hardcoding

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (MRM-1289) need to document changes to wrapper.conf on upgrade</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200911.mbox/%3c24883800.22375.1259542075138.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c24883800-22375-1259542075138-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-11-30T00:47:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/MRM-1289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Brett Porter updated MRM-1289:
------------------------------

    Fix Version/s: 1.2.3

&gt; need to document changes to wrapper.conf on upgrade
&gt; ---------------------------------------------------
&gt;
&gt;                 Key: MRM-1289
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1289
&gt;             Project: Archiva
&gt;          Issue Type: Task
&gt;          Components: documentation
&gt;    Affects Versions: 1.2.3
&gt;            Reporter: Brett Porter
&gt;             Fix For: 1.2.3
&gt;
&gt;
&gt; the new release moves to a new version of Jetty and changes the library contents listed
in wrapper.conf. Anyone that has a copy of it in their $ARCHIVA_BASE directory (if separate
from the installation) will need to update it with the one from the new distribution

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (MRM-1289) need to document changes to wrapper.conf on upgrade</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200911.mbox/%3c29800953.22369.1259541955465.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c29800953-22369-1259541955465-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-11-30T00:45:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
need to document changes to wrapper.conf on upgrade
---------------------------------------------------

                 Key: MRM-1289
                 URL: http://jira.codehaus.org/browse/MRM-1289
             Project: Archiva
          Issue Type: Task
          Components: documentation
    Affects Versions: 1.2.3
            Reporter: Brett Porter


the new release moves to a new version of Jetty and changes the library contents listed in
wrapper.conf. Anyone that has a copy of it in their $ARCHIVA_BASE directory (if separate from
the installation) will need to update it with the one from the new distribution

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (MRM-1097) Error 500 &quot;too many open files&quot;</title>
<author><name>&quot;Marc Lustig (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200911.mbox/%3c31647374.22107.1259493295448.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c31647374-22107-1259493295448-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-11-29T11:14:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ http://jira.codehaus.org/browse/MRM-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=199912#action_199912
] 

Marc Lustig commented on MRM-1097:
----------------------------------

Hi Brent, we did not use LDAP authentication.

&gt; Error 500 "too many open files"
&gt; -------------------------------
&gt;
&gt;                 Key: MRM-1097
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1097
&gt;             Project: Archiva
&gt;          Issue Type: Bug
&gt;          Components: system
&gt;    Affects Versions: 1.1.3
&gt;         Environment: Linux RedHat, Tomcat 6 + Native Connector
&gt;            Reporter: Marc Lustig
&gt;             Fix For: 1.3
&gt;
&gt;
&gt; In our start-script we have configured "ulimit -n 10000"
&gt; But still, occassionally we get http error 500 "java.io.FileNotFoundException ... (Too
many open files)" on a Maven-artifact-request.
&gt; I suppose the files are not properly closed after they are delivered.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (MRM-1097) Error 500 &quot;too many open files&quot;</title>
<author><name>&quot;Brent N Atkinson (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200911.mbox/%3c11643012.21930.1259449855459.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c11643012-21930-1259449855459-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-11-28T23:10:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ http://jira.codehaus.org/browse/MRM-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=199883#action_199883
] 

Brent N Atkinson commented on MRM-1097:
---------------------------------------

Marc, are you using LDAP authentication/authorization when you experience this? I just patched
my Archiva servers because they would halt when downloading a large number of artifacts. It
turned out to be caused by LDAP connection leaks. I have fixed the leaks and can now download
hundreds/thousands of artifacts without hitting the file descriptor limit. If you think you
might be experiencing this, check out http://jira.codehaus.org/browse/REDBACK-185. I'll be
submitting a patch soon.

&gt; Error 500 "too many open files"
&gt; -------------------------------
&gt;
&gt;                 Key: MRM-1097
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1097
&gt;             Project: Archiva
&gt;          Issue Type: Bug
&gt;          Components: system
&gt;    Affects Versions: 1.1.3
&gt;         Environment: Linux RedHat, Tomcat 6 + Native Connector
&gt;            Reporter: Marc Lustig
&gt;             Fix For: 1.3
&gt;
&gt;
&gt; In our start-script we have configured "ulimit -n 10000"
&gt; But still, occassionally we get http error 500 "java.io.FileNotFoundException ... (Too
many open files)" on a Maven-artifact-request.
&gt; I suppose the files are not properly closed after they are delivered.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (MRM-1283) migrate Archiva's &quot;browse&quot; functionality to use the metadata content repository API</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200911.mbox/%3c3139498.21747.1259409055167.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c3139498-21747-1259409055167-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-11-28T11:50:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ http://jira.codehaus.org/browse/MRM-1283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=199851#action_199851
] 

Brett Porter commented on MRM-1283:
-----------------------------------

enhanced to import any missing information from the backing storage repository on-demand

&gt; migrate Archiva's "browse" functionality to use the metadata content repository API
&gt; -----------------------------------------------------------------------------------
&gt;
&gt;                 Key: MRM-1283
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1283
&gt;             Project: Archiva
&gt;          Issue Type: Improvement
&gt;          Components: browser, web application
&gt;            Reporter: Brett Porter
&gt;            Assignee: Brett Porter
&gt;             Fix For: 1.3
&gt;
&gt;
&gt; the first steps to removing direct interaction with the database - see MRM-1025 for more
information.
&gt; A test of the API's implementation will be that we can utilise it directly from the webapp
action classes without introducing additional business logic, and such that we can comfortably
use it in the same way from the XMLRPC module. However, we also do not want presentation-related
logic (or at least the organisation of the information on screen) in the repository implementation.
If that is needed, a simpler replacement abstraction for RepositoryBrowsing may be appropriate.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Created: (MRM-1288) migrate XMLRPC from DefaultRepositoryBrowsing to the metadata content repository API</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200911.mbox/%3c28428101.21585.1259368195195.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c28428101-21585-1259368195195-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-11-28T00:29:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
migrate XMLRPC from DefaultRepositoryBrowsing to the metadata content repository API
------------------------------------------------------------------------------------

                 Key: MRM-1288
                 URL: http://jira.codehaus.org/browse/MRM-1288
             Project: Archiva
          Issue Type: Improvement
          Components: xmlrpc
            Reporter: Brett Porter


see MRM-1025 for more information

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Assigned: (MRM-1288) migrate XMLRPC from DefaultRepositoryBrowsing to the metadata content repository API</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200911.mbox/%3c9961083.21587.1259368195286.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c9961083-21587-1259368195286-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-11-28T00:29:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/MRM-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Brett Porter reassigned MRM-1288:
---------------------------------

    Assignee: Brett Porter

&gt; migrate XMLRPC from DefaultRepositoryBrowsing to the metadata content repository API
&gt; ------------------------------------------------------------------------------------
&gt;
&gt;                 Key: MRM-1288
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1288
&gt;             Project: Archiva
&gt;          Issue Type: Improvement
&gt;          Components: xmlrpc
&gt;            Reporter: Brett Porter
&gt;            Assignee: Brett Porter
&gt;             Fix For: 1.3
&gt;
&gt;
&gt; see MRM-1025 for more information

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Updated: (MRM-1288) migrate XMLRPC from DefaultRepositoryBrowsing to the metadata content repository API</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200911.mbox/%3c32417044.21586.1259368195268.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c32417044-21586-1259368195268-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-11-28T00:29:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

     [ http://jira.codehaus.org/browse/MRM-1288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]

Brett Porter updated MRM-1288:
------------------------------

    Fix Version/s: 1.3

&gt; migrate XMLRPC from DefaultRepositoryBrowsing to the metadata content repository API
&gt; ------------------------------------------------------------------------------------
&gt;
&gt;                 Key: MRM-1288
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1288
&gt;             Project: Archiva
&gt;          Issue Type: Improvement
&gt;          Components: xmlrpc
&gt;            Reporter: Brett Porter
&gt;             Fix For: 1.3
&gt;
&gt;
&gt; see MRM-1025 for more information

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
<entry>
<title>[jira] Commented: (MRM-1282) introduce a metadata content repository API</title>
<author><name>&quot;Brett Porter (JIRA)&quot; &lt;jira@codehaus.org&gt;</name></author>
<link rel="alternate" href="http://mail-archives.apache.org/mod_mbox/archiva-issues/200911.mbox/%3c15396238.21583.1259367835179.JavaMail.haus-jira@codehaus01.managed.contegix.com%3e"/>
<id>urn:uuid:%3c15396238-21583-1259367835179-JavaMail-haus-jira@codehaus01-managed-contegix-com%3e</id>
<updated>2009-11-28T00:23:55Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>

    [ http://jira.codehaus.org/browse/MRM-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=199818#action_199818
] 

Brett Porter commented on MRM-1282:
-----------------------------------

this is now in place on the branch

&gt; introduce a metadata content repository API
&gt; -------------------------------------------
&gt;
&gt;                 Key: MRM-1282
&gt;                 URL: http://jira.codehaus.org/browse/MRM-1282
&gt;             Project: Archiva
&gt;          Issue Type: Improvement
&gt;            Reporter: Brett Porter
&gt;            Assignee: Brett Porter
&gt;             Fix For: 1.3
&gt;
&gt;
&gt; see MRM-1025 for justification

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


</pre>
</div>
</content>
</entry>
</feed>
