[jira] Created: (MRM-763) Default cron expression for database update is invalid

2008-04-02 Thread Wendy Smoak (JIRA)
Default cron expression for database update is invalid
--

 Key: MRM-763
 URL: http://jira.codehaus.org/browse/MRM-763
 Project: Archiva
  Issue Type: Bug
  Components: web application
Affects Versions: 1.0.2
Reporter: Wendy Smoak
Priority: Minor


The default cron expression on the Database page is "0 0 * * ?" which is 
invalid.

When adding a managed repository, the log shows:
2008-04-02 22:48:29,346 [btpool0-2] WARN  
org.apache.maven.archiva.scheduled.ArchivaTaskScheduler:default  - Cron 
expression [0 0 * * ?] for database update is invalid.  Defaulting to hourly.

If you click 'Update cron' on the Databases page, there is no validation error 
(but the same log message appears.)

I think it should be [0 0 * * * ?] instead.

-- 
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




[jira] Closed: (MRM-532) Unable to specify the location of the index files through the web ui

2008-04-02 Thread Wendy Smoak (JIRA)

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

Wendy Smoak closed MRM-532.
---

 Assignee: Wendy Smoak
   Resolution: Fixed
Fix Version/s: (was: 1.0.x)
   1.0.2

Merged to 1.0.x branch in r644166, and closed.

> Unable to specify the location of the index files through the web ui
> 
>
> Key: MRM-532
> URL: http://jira.codehaus.org/browse/MRM-532
> Project: Archiva
>  Issue Type: Bug
>  Components: web application
>Affects Versions: 1.0-beta-2
>Reporter: Wendy Smoak
>Assignee: Wendy Smoak
>Priority: Minor
> Fix For: 1.0.2
>
>
> There is currently no way to configure the location of the Lucene index files 
> through the web ui.
> Workaround:  edit archiva.xml and provide  ... 
> /path/to/index-dir 

-- 
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




[jira] Commented: (MRM-532) Unable to specify the location of the index files through the web ui

2008-04-02 Thread Wendy Smoak (JIRA)

[ 
http://jira.codehaus.org/browse/MRM-532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=129627#action_129627
 ] 

Wendy Smoak commented on MRM-532:
-

Fixed on trunk in r644150

> Unable to specify the location of the index files through the web ui
> 
>
> Key: MRM-532
> URL: http://jira.codehaus.org/browse/MRM-532
> Project: Archiva
>  Issue Type: Bug
>  Components: web application
>Affects Versions: 1.0-beta-2
>Reporter: Wendy Smoak
>Priority: Minor
> Fix For: 1.0.x
>
>
> There is currently no way to configure the location of the Lucene index files 
> through the web ui.
> Workaround:  edit archiva.xml and provide  ... 
> /path/to/index-dir 

-- 
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




[jira] Commented: (MRM-717) Performance affected using Archiva Repository

2008-04-02 Thread Brett Porter (JIRA)

[ 
http://jira.codehaus.org/browse/MRM-717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=129607#action_129607
 ] 

Brett Porter commented on MRM-717:
--

can you increase the log level to DEBUG for org.apache.maven.archiva 
(WEB-INF/classes/log4j.xml) ?

Hopefully this will reveal the problem.

> Performance affected using Archiva Repository
> -
>
> Key: MRM-717
> URL: http://jira.codehaus.org/browse/MRM-717
> Project: Archiva
>  Issue Type: Bug
>  Components: remote proxy
>Affects Versions: 1.0.1
> Environment: C:\IS\ISEC\DyC\Klinic>mvn -v
> Maven version: 2.0.8
> Java version: 1.6.0_03
> OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
>Reporter: Ausiàs Armesto
> Fix For: 1.x
>
>
> Hello,
> I have downloaded and installed the Maven Archiva StandAlone 1.0.1. At the 
> configuration of the Maven Archiva I have deleted the internal defined 
> repository and created a new one called "EXT". At the proxy configuration I 
> have set the central as the proxy connector from EXT. I have also created a 
> networkProxy and defined to be used in the Proxy Connector for Central.
> My settings.xml is the following:
> ...
>  
> 
>   
>   EXT
>   myUsername
>   myPassword
>   
> 
>   
> 
>
>   true
>   http
>   X.X.X.X
>   8080
>   myUsername
>   myPassword
>   SomeHosts separeted from | character
> 
>  
> 
> My pom.xml contains the following in the repositories section
> 
>
>  EXT
>  COTS-EXT
>  http://acasto.dimension.es:8012/archiva/repository/EXT
>   
>   true
>   
>   
>   true
>   
>
> 
> 
>
>   EXT
>   COTS-EXT
>   
> http://acasto.dimension.es:8012/archiva/repository/EXT
>   
>   true
>   
>   
>   true
>   
>
> 
> I remove any file from my local repository to check that the files are being 
> downloaded from my Repository and not from Central. And I execute the clean 
> goal.
> C:\IS\ISEC\DyC\Klinic>mvn clean
> [INFO] Scanning for projects...
> Downloading: 
> http://acasto.dimension.es:8012/archiva/repository/EXT/org/apache/maven/wagon/wagon-ftp/1.0-alpha-6/wagon-ftp-1.0-alpha-6.pom
> 806b downloaded
> Downloading: 
> http://acasto.dimension.es:8012/archiva/repository/EXT/org/apache/maven/wagon/wagon-providers/1.0-alpha-6/wagon-providers-1.0-alpha-6.pom
> 1K downloaded
> Downloading: 
> http://acasto.dimension.es:8012/archiva/repository/EXT/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom
> 6K downloaded
> Downloading: 
> http://acasto.dimension.es:8012/archiva/repository/EXT/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
> The problem comes that for downloading those files it lasts more than 3 
> minutes. That's unnacceptable time for such a tiny files being in my network. 
> If I access those files through the web browser I get the same time to 
> download the files.
> On the other hand, I have still configured a web server in my EXT repository  
> (ACASTO) that listens to the following URL for using without Archiva 
> (http://acasto/maven/EXT ) and it works fine if I try to download those files.
> I do not know  why is this happenning.
> Here I show you the archiva.log for further information
> 422282 [SocketListener0-0] WARN  
> org.apache.maven.archiva.proxy.RepositoryProxyConnectors:default  - Transfer 
> error from repository "central" for artifact 
> org.apache.maven.wagon:wagon-provider-api:1.0-alpha-6::pom, continuing to 
> next repository. Error message: Download failure on resource 
> [http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom]:Error
>  transferring file
> 443652 [SocketListener0-0] WARN  
> org.apache.maven.archiva.proxy.RepositoryProxyConnectors:default  - Transfer 
> error from repository "central" for artifact 
> org.codehaus.plexus:plexus-utils:1.0.4::pom, continuing to next repository. 
> Error message: Download failure on resource 
> [http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom]:Error
>  transferring file
> 465147 [SocketListener0-0] WARN  
> org.apache.maven.archiva.proxy.RepositoryProxyConnectors:default  - Transfer 
> error from repository "central" for artifact 
> commons-net:commons-net:1.4.1::pom, continuing to next repository. Error 
> message: Download failure on resource 
> [http://repo1.maven.org/maven2/commons-net/commons-net/1.4.1/commons-net-1.4.1.pom]:Error
>  transferring file
> 486299 [SocketListener0-0] WARN  
> org.apache.ma

[jira] Updated: (MRM-762) Footer doesn't stretch across repositoryScanning and database pages

2008-04-02 Thread Brett Porter (JIRA)

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

Brett Porter updated MRM-762:
-

Fix Version/s: 1.0.2

> Footer doesn't stretch across repositoryScanning and database pages
> ---
>
> Key: MRM-762
> URL: http://jira.codehaus.org/browse/MRM-762
> Project: Archiva
>  Issue Type: Bug
>  Components: web application
>Affects Versions: 1.0.1
>Reporter: Doron Solomon
>Priority: Trivial
> Fix For: 1.0.2
>
>
> The footer doesn't stretch all the way across the page for the 
> repositoryScanning and database pages.  This is because the footer DIV is 
> being generated inside the contentBox DIV instead of outside of it.  Upon 
> inspecting the pages repositoryScanning.jsp and database.jsp (in 
> WEB-INF/jsp/admin) I found that the DIV tag  is never 
> closed at the end of the file, causing the observed behaviour.
> This can easily be fixed by simply adding a second  before the closing 
> body and html tags in both files.

-- 
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




[jira] Commented: (MRM-717) Performance affected using Archiva Repository

2008-04-02 Thread Brian Jackson (JIRA)

[ 
http://jira.codehaus.org/browse/MRM-717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=129588#action_129588
 ] 

Brian Jackson commented on MRM-717:
---

I'm getting similar errors in my logs when attempting to download artifacts 
from a remote repository.  Restarting Archiva temporarily resolves this.  How 
can I help resolve this issue?  This is a real showstopper for me because the 
remote repository is another Archiva instance within our company that is used 
frequently and this is affecting us pretty severely.

> Performance affected using Archiva Repository
> -
>
> Key: MRM-717
> URL: http://jira.codehaus.org/browse/MRM-717
> Project: Archiva
>  Issue Type: Bug
>  Components: remote proxy
>Affects Versions: 1.0.1
> Environment: C:\IS\ISEC\DyC\Klinic>mvn -v
> Maven version: 2.0.8
> Java version: 1.6.0_03
> OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
>Reporter: Ausiàs Armesto
> Fix For: 1.x
>
>
> Hello,
> I have downloaded and installed the Maven Archiva StandAlone 1.0.1. At the 
> configuration of the Maven Archiva I have deleted the internal defined 
> repository and created a new one called "EXT". At the proxy configuration I 
> have set the central as the proxy connector from EXT. I have also created a 
> networkProxy and defined to be used in the Proxy Connector for Central.
> My settings.xml is the following:
> ...
>  
> 
>   
>   EXT
>   myUsername
>   myPassword
>   
> 
>   
> 
>
>   true
>   http
>   X.X.X.X
>   8080
>   myUsername
>   myPassword
>   SomeHosts separeted from | character
> 
>  
> 
> My pom.xml contains the following in the repositories section
> 
>
>  EXT
>  COTS-EXT
>  http://acasto.dimension.es:8012/archiva/repository/EXT
>   
>   true
>   
>   
>   true
>   
>
> 
> 
>
>   EXT
>   COTS-EXT
>   
> http://acasto.dimension.es:8012/archiva/repository/EXT
>   
>   true
>   
>   
>   true
>   
>
> 
> I remove any file from my local repository to check that the files are being 
> downloaded from my Repository and not from Central. And I execute the clean 
> goal.
> C:\IS\ISEC\DyC\Klinic>mvn clean
> [INFO] Scanning for projects...
> Downloading: 
> http://acasto.dimension.es:8012/archiva/repository/EXT/org/apache/maven/wagon/wagon-ftp/1.0-alpha-6/wagon-ftp-1.0-alpha-6.pom
> 806b downloaded
> Downloading: 
> http://acasto.dimension.es:8012/archiva/repository/EXT/org/apache/maven/wagon/wagon-providers/1.0-alpha-6/wagon-providers-1.0-alpha-6.pom
> 1K downloaded
> Downloading: 
> http://acasto.dimension.es:8012/archiva/repository/EXT/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom
> 6K downloaded
> Downloading: 
> http://acasto.dimension.es:8012/archiva/repository/EXT/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom
> The problem comes that for downloading those files it lasts more than 3 
> minutes. That's unnacceptable time for such a tiny files being in my network. 
> If I access those files through the web browser I get the same time to 
> download the files.
> On the other hand, I have still configured a web server in my EXT repository  
> (ACASTO) that listens to the following URL for using without Archiva 
> (http://acasto/maven/EXT ) and it works fine if I try to download those files.
> I do not know  why is this happenning.
> Here I show you the archiva.log for further information
> 422282 [SocketListener0-0] WARN  
> org.apache.maven.archiva.proxy.RepositoryProxyConnectors:default  - Transfer 
> error from repository "central" for artifact 
> org.apache.maven.wagon:wagon-provider-api:1.0-alpha-6::pom, continuing to 
> next repository. Error message: Download failure on resource 
> [http://repo1.maven.org/maven2/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom]:Error
>  transferring file
> 443652 [SocketListener0-0] WARN  
> org.apache.maven.archiva.proxy.RepositoryProxyConnectors:default  - Transfer 
> error from repository "central" for artifact 
> org.codehaus.plexus:plexus-utils:1.0.4::pom, continuing to next repository. 
> Error message: Download failure on resource 
> [http://repo1.maven.org/maven2/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom]:Error
>  transferring file
> 465147 [SocketListener0-0] WARN  
> org.apache.maven.archiva.proxy.RepositoryProxyConnectors:default  - Transfer 
> error from repository "central" for artifact 
> commons-net:commons-net:1.4.1::pom, continuing to n

[jira] Created: (MRM-762) Footer doesn't stretch across repositoryScanning and database pages

2008-04-02 Thread Doron Solomon (JIRA)
Footer doesn't stretch across repositoryScanning and database pages
---

 Key: MRM-762
 URL: http://jira.codehaus.org/browse/MRM-762
 Project: Archiva
  Issue Type: Bug
  Components: web application
Affects Versions: 1.0.1
Reporter: Doron Solomon
Priority: Trivial


The footer doesn't stretch all the way across the page for the 
repositoryScanning and database pages.  This is because the footer DIV is being 
generated inside the contentBox DIV instead of outside of it.  Upon inspecting 
the pages repositoryScanning.jsp and database.jsp (in WEB-INF/jsp/admin) I 
found that the DIV tag  is never closed at the end of the 
file, causing the observed behaviour.

This can easily be fixed by simply adding a second  before the closing 
body and html tags in both files.

-- 
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




[jira] Updated: (MRM-727) Archiva does not download plugin artifacts in Geronimo

2008-04-02 Thread Brett Porter (JIRA)

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

Brett Porter updated MRM-727:
-

Fix Version/s: (was: 1.0.x)
   1.0.2

> Archiva does not download plugin artifacts in Geronimo
> --
>
> Key: MRM-727
> URL: http://jira.codehaus.org/browse/MRM-727
> Project: Archiva
>  Issue Type: Bug
>Affects Versions: 1.0.1
> Environment: Ubuntu 7.10 x64, jdk1.6.0_04 x64, geronimo 2.0.2, maven 
> 2.0.8 on client
>Reporter: Christian Domsch
>Assignee: Maria Odea Ching
> Fix For: 1.0.2
>
> Attachments: maven-resources-plugin-maven-metadata-central.xml, 
> MRM-727-build-stack-trace.txt, 
> MRM-727-geronimo-tomcat-log-0.0.0.0_access_log.2008-03-10.txt, MRM727.diff, 
> settings-wrong.xml
>
>
> When i have an initially blank local maven repo and for example start maven 
> with "mvn clean", no artifacts get downloaded. Maven is configured via the 
> attached settings.xml. When i monitor the tcp traffic, i see that the GET (in 
> this case for the maven-metadata.xml for maven-clean-plugin) request issued 
> to archiva is the correct one. Archiva responses with a 404.
> When I browse the repository file system on the server where archiva stores 
> its files, i see that a maven-metadata-central.xml was stored. the contents 
> of this file are not correct, though.
> From trial and error I found out, that any request to a plugin related 
> maven-metadata.xml file will fail. If I try the same for a "normal" artifact 
> maven-metadata.xml (like the one for commons-lang) then archiva downloads the 
> correct file.

-- 
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




[jira] Updated: (MRM-579) Restricted access to remote repositories

2008-04-02 Thread Brett Porter (JIRA)

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

Brett Porter updated MRM-579:
-

Fix Version/s: (was: 1.x)
   1.1

> Restricted access to remote repositories
> 
>
> Key: MRM-579
> URL: http://jira.codehaus.org/browse/MRM-579
> Project: Archiva
>  Issue Type: Wish
>  Components: remote proxy, Users/Security
>Affects Versions: 1.0-beta-3
>Reporter: Arne Degenring
> Fix For: 1.1
>
>
> Originally discussed on 
> http://www.nabble.com/Rights-management-for-Proxy-Connectors-tf4752902s177.html#a13590815
> It should be possible to configure Archiva in a way, that access to repo1 
> through a proxy connector is available only for a few super users (= 
> repository managers).
> In my scenario, normal users should only be able to access the artifacts 
> available in the internal repository. In case they need a new artifact from 
> repo1, they ask the repository manager to add it. The repository manager 
> checks whether the artifact complies to e.g. company licensing rules, whether 
> the metadata on repo1 is ok (which is mostly but not always the case), and so 
> on. If everything is ok, he downloads the artifact including all 
> dependencies. Afterwards the artifact should be available to everybody inside 
> the company.
> Wendy Smoak and Brett Porter noticed that a permission on the remote 
> repository probably would make most sense.

-- 
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




[jira] Updated: (MRM-761) Exception when trying to retrieve a Maven 1 artifact of type zip

2008-04-02 Thread Brett Porter (JIRA)

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

Brett Porter updated MRM-761:
-

 Assignee: Brett Porter
Fix Version/s: 1.0.2

I believe this may already be fixed in 1.0.2-SNAPSHOT - I will confirm

> Exception when trying to retrieve a Maven 1 artifact of type zip
> 
>
> Key: MRM-761
> URL: http://jira.codehaus.org/browse/MRM-761
> Project: Archiva
>  Issue Type: Bug
>Affects Versions: 1.0.1
>Reporter: Ivan POPOV
>Assignee: Brett Porter
> Fix For: 1.0.2
>
>
> Through my browser, I try to access my artifact :
> the url is 
> http://localhost:8080/archiva/repository/maven1/jdk/zips/jre-1.0.zip
> and the exception is
> Error 404 Not Found
> The following resource does not exist: 
> http://localhost:8080/repository/jdk/distributions/jre-1.0.zip
> org.apache.maven.archiva.repository.layout.LayoutException: Invalid path to 
> Artifact: mismatch on extension [zip] and layout specified type 
> [distributions] (which maps to extension: [distribution]) on path 
> [jdk/distributions/jre-1.0.zip]
>   at 
> org.apache.maven.archiva.repository.content.LegacyPathParser.toArtifactReference(LegacyPathParser.java:190)
>   at 
> org.apache.maven.archiva.repository.content.RepositoryRequest.toArtifactReference(RepositoryRequest.java:135)
>   at 
> org.apache.maven.archiva.repository.content.RepositoryRequest.toNativePath(RepositoryRequest.java:281)
>   at 
> org.apache.maven.archiva.web.repository.ProxiedDavServer.process(ProxiedDavServer.java:193)
>   at 
> org.codehaus.plexus.webdav.servlet.multiplexed.MultiplexedWebDavServlet.service(MultiplexedWebDavServlet.java:119)
>   at 
> org.apache.maven.archiva.web.repository.RepositoryServlet.service(RepositoryServlet.java:155)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
>   at 
> org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
>   at 
> org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830)
>   at 
> com.opensymphony.webwork.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:189)
>   at 
> org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
>   at 
> com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:39)
>   at 
> org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
>   at 
> com.opensymphony.webwork.dispatcher.ActionContextCleanUp.doFilter(ActionContextCleanUp.java:88)
>   at 
> org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
>   at 
> org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
>   at 
> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
>   at org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
>   at 
> org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
>   at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
>   at org.mortbay.http.HttpServer.service(HttpServer.java:909)
>   at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
>   at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
>   at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
>   at 
> org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
>   at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
>   at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
> The artifact has been correctly deployed on archiva and what is strange is 
> that it tries to access
> jdk/distributions/jre-1.0.zip instead of  jdk/zips/jre-1.0.zip
> If I install my artifact under le directory jdk/distributions, this don't 
> solve the problem and 
> if I try to retrieve the artifact with maven it fails too.

-- 
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




[jira] Created: (MRM-761) Exception when trying to retrieve a Maven 1 artifact of type zip

2008-04-02 Thread Ivan POPOV (JIRA)
Exception when trying to retrieve a Maven 1 artifact of type zip


 Key: MRM-761
 URL: http://jira.codehaus.org/browse/MRM-761
 Project: Archiva
  Issue Type: Bug
Affects Versions: 1.0.1
Reporter: Ivan POPOV


Through my browser, I try to access my artifact :

the url is 
http://localhost:8080/archiva/repository/maven1/jdk/zips/jre-1.0.zip

and the exception is
Error 404 Not Found

The following resource does not exist: 
http://localhost:8080/repository/jdk/distributions/jre-1.0.zip

org.apache.maven.archiva.repository.layout.LayoutException: Invalid path to 
Artifact: mismatch on extension [zip] and layout specified type [distributions] 
(which maps to extension: [distribution]) on path 
[jdk/distributions/jre-1.0.zip]
at 
org.apache.maven.archiva.repository.content.LegacyPathParser.toArtifactReference(LegacyPathParser.java:190)
at 
org.apache.maven.archiva.repository.content.RepositoryRequest.toArtifactReference(RepositoryRequest.java:135)
at 
org.apache.maven.archiva.repository.content.RepositoryRequest.toNativePath(RepositoryRequest.java:281)
at 
org.apache.maven.archiva.web.repository.ProxiedDavServer.process(ProxiedDavServer.java:193)
at 
org.codehaus.plexus.webdav.servlet.multiplexed.MultiplexedWebDavServlet.service(MultiplexedWebDavServlet.java:119)
at 
org.apache.maven.archiva.web.repository.RepositoryServlet.service(RepositoryServlet.java:155)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at 
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
at 
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:830)
at 
com.opensymphony.webwork.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:189)
at 
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
at 
com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:39)
at 
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
at 
com.opensymphony.webwork.dispatcher.ActionContextCleanUp.doFilter(ActionContextCleanUp.java:88)
at 
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
at 
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
at 
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
at 
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
at org.mortbay.http.HttpServer.service(HttpServer.java:909)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
at 
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)

The artifact has been correctly deployed on archiva and what is strange is that 
it tries to access
jdk/distributions/jre-1.0.zip instead of  jdk/zips/jre-1.0.zip

If I install my artifact under le directory jdk/distributions, this don't solve 
the problem and 
if I try to retrieve the artifact with maven it fails too.

-- 
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




[jira] Commented: (MRM-123) add RSS view to repository manager

2008-04-02 Thread Maria Odea Ching (JIRA)

[ 
http://jira.codehaus.org/browse/MRM-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=129501#action_129501
 ] 

Maria Odea Ching commented on MRM-123:
--

Initial commit in -r643826. 

> add RSS view to repository manager
> --
>
> Key: MRM-123
> URL: http://jira.codehaus.org/browse/MRM-123
> Project: Archiva
>  Issue Type: New Feature
>  Components: web application
>Reporter: Brett Porter
>Assignee: Maria Odea Ching
> Fix For: 1.1
>
>
> possibly needs a new component in JIRA. Items that could have RSS:
> - a particular search
> - preset for "latest added" artifacts
> - preset for "new versions" of artifacts
> - preset for "new artifacts from a given sync partner"

-- 
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