You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@archiva.apache.org by jake pezaro <ja...@gmail.com> on 2008/01/09 23:49:26 UTC

unable to browse artifacts in snapshot repository

i can deploy an artifact into our repository, and have verified that it
deployed correct by checking the copy on disk, however when i attempt to
browse to the artifact i get the following error in the browser:

Error 404 Not Found

The following resource does not exist:
http://deimos:2081/repository//com/vcint/pom/root/javaresinupgrade-SNAPSHOT/root-javaresinupgrade-20080109.223726-1.pom

org.apache.maven.archiva.repository.layout.LayoutException: Invalid path to
Artifact: filename format is invalid,expected timestamp format in filename.
	at
org.apache.maven.archiva.repository.content.DefaultPathParser.toArtifactReference(DefaultPathParser.java:134)
	at
org.apache.maven.archiva.repository.content.RepositoryRequest.toArtifactReference(RepositoryRequest.java:121)
	at
org.apache.maven.archiva.repository.content.RepositoryRequest.toNativePath(RepositoryRequest.java:271)
	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)

-- 
View this message in context: http://www.nabble.com/unable-to-browse-artifacts-in-snapshot-repository-tp14723538p14723538.html
Sent from the archiva-users mailing list archive at Nabble.com.


Re: unable to browse artifacts in snapshot repository

Posted by Maria Odea Ching <oc...@apache.org>.
Hmm.. i don't know what's causing this problem. The format looks correct.

This seems to be related to this issue:
http://jira.codehaus.org/browse/MRM-632

-Deng

On Jan 10, 2008 6:49 AM, jake pezaro <ja...@gmail.com> wrote:

>
> i can deploy an artifact into our repository, and have verified that it
> deployed correct by checking the copy on disk, however when i attempt to
> browse to the artifact i get the following error in the browser:
>
> Error 404 Not Found
>
> The following resource does not exist:
>
> http://deimos:2081/repository//com/vcint/pom/root/javaresinupgrade-SNAPSHOT/root-javaresinupgrade-20080109.223726-1.pom
>
> org.apache.maven.archiva.repository.layout.LayoutException: Invalid path
> to
> Artifact: filename format is invalid,expected timestamp format in
> filename.
>        at
>
> org.apache.maven.archiva.repository.content.DefaultPathParser.toArtifactReference
> (DefaultPathParser.java:134)
>        at
>
> org.apache.maven.archiva.repository.content.RepositoryRequest.toArtifactReference
> (RepositoryRequest.java:121)
>        at
> org.apache.maven.archiva.repository.content.RepositoryRequest.toNativePath
> (RepositoryRequest.java:271)
>        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)
>
> --
> View this message in context:
> http://www.nabble.com/unable-to-browse-artifacts-in-snapshot-repository-tp14723538p14723538.html
> Sent from the archiva-users mailing list archive at Nabble.com.
>
>