plexus-archiver fails on all repos

View: New views
4 Messages — Rating Filter:   Alert me  

plexus-archiver fails on all repos

by MikeKey :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I have just installed Artifactory and am setup to fetch remote artifacts from:

http://mirrors.ibiblio.org/pub/mirrors/maven2
http://repository.codehaus.org

I can see the plexus-archiver-1.0alpha7 artifact in the ibiblio.org repository and the codehaus repository.  However when artifactory attempts to download the artifacts into cache, I receive the following error in the artifactory logs.  Note that I can manually download the artifact without issue.  Any ideas on what may be wrong are much appreciated.


2009-07-18 03:54:58,488 [ERROR] (o.a.w.s.ArtifactoryResponseBase:75) - Sending HTTP error code 500: timeout
org.mortbay.jetty.EofException: timeout
at org.mortbay.jetty.AbstractGenerator$Output.blockForOutput(AbstractGenerator.java:545) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.AbstractGenerator$Output.flush(AbstractGenerator.java:569) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.HttpConnection$Output.flush(HttpConnection.java:946) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.AbstractGenerator$Output.write(AbstractGenerator.java:650) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.AbstractGenerator$Output.write(AbstractGenerator.java:577) [jetty-6.1.14.jar:6.1.14]
at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1026) [commons-io-1.4.jar:1.4]
at org.apache.commons.io.IOUtils.copy(IOUtils.java:999) [commons-io-1.4.jar:1.4]
at org.artifactory.webapp.servlet.ArtifactoryResponseBase.sendStream(ArtifactoryResponseBase.java:45) [classes/:na]
at org.artifactory.request.RequestResponseHelper.sendBodyResponse(RequestResponseHelper.java:45) [artifactory-core-2.0.6.jar:na]
at org.artifactory.engine.DownloadServiceImpl.respond(DownloadServiceImpl.java:477) [artifactory-core-2.0.6.jar:na]
at org.artifactory.engine.DownloadServiceImpl.processStandard(DownloadServiceImpl.java:202) [artifactory-core-2.0.6.jar:na]
at org.artifactory.engine.DownloadServiceImpl.process(DownloadServiceImpl.java:132) [artifactory-core-2.0.6.jar:na]
at sun.reflect.GeneratedMethodAccessor131.invoke(Unknown Source) [na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [na:1.6.0_12]
at java.lang.reflect.Method.invoke(Method.java:597) [na:1.6.0_12]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310) [spring-aop-2.5.5.jar:2.5.5]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:198) [spring-aop-2.5.5.jar:2.5.5]
at $Proxy44.process(Unknown Source) [na:na]
at org.artifactory.webapp.servlet.RepoFilter.execute(RepoFilter.java:111) [classes/:na]
at org.artifactory.webapp.servlet.RepoFilter.doFilter(RepoFilter.java:74) [classes/:na]
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115) [jetty-6.1.14.jar:6.1.14]
at org.artifactory.webapp.servlet.AccessFilter.useAuthentication(AccessFilter.java:190) [classes/:na]
at org.artifactory.webapp.servlet.AccessFilter.useAnonymousIfPossible(AccessFilter.java:178) [classes/:na]
at org.artifactory.webapp.servlet.AccessFilter.doFilterInternal(AccessFilter.java:118) [classes/:na]
at org.artifactory.webapp.servlet.AccessFilter.doFilter(AccessFilter.java:90) [classes/:na]
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115) [jetty-6.1.14.jar:6.1.14]
at org.artifactory.webapp.servlet.ArtifactoryFilter.doFilter(ArtifactoryFilter.java:51) [classes/:na]
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:361) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.Server.handle(Server.java:324) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:534) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:864) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:533) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:207) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:403) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:451) [jetty-util-6.1.14.jar:6.1.14]
2009-07-18 03:54:58,491 [WARN ] (o.a.w.s.HttpArtifactoryResponse:37) - Failed to send http error: Committed.
2009-07-18 03:56:59,174 [ERROR] (o.a.w.s.ArtifactoryResponseBase:75) - Sending HTTP error code 500: timeout

Re: plexus-archiver fails on all repos

by MikeKey :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I've now added the repo: http://repo1.maven.org/maven2 and have also tried to manually upload this jar to my artifactory repo.  In all cases (remote or manual) the upload begins and then hangs partway through until it times out and gets the below error.

Any help here would be much appreciated, this is a brand new artifactory installation and this issue seems isolated to the plexus-archiver-1.0-alpha-7 jar.

Thanks.


MikeKey wrote:
Hi,

I have just installed Artifactory and am setup to fetch remote artifacts from:

http://mirrors.ibiblio.org/pub/mirrors/maven2
http://repository.codehaus.org

I can see the plexus-archiver-1.0alpha7 artifact in the ibiblio.org repository and the codehaus repository.  However when artifactory attempts to download the artifacts into cache, I receive the following error in the artifactory logs.  Note that I can manually download the artifact without issue.  Any ideas on what may be wrong are much appreciated.


2009-07-18 03:54:58,488 [ERROR] (o.a.w.s.ArtifactoryResponseBase:75) - Sending HTTP error code 500: timeout
org.mortbay.jetty.EofException: timeout
at org.mortbay.jetty.AbstractGenerator$Output.blockForOutput(AbstractGenerator.java:545) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.AbstractGenerator$Output.flush(AbstractGenerator.java:569) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.HttpConnection$Output.flush(HttpConnection.java:946) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.AbstractGenerator$Output.write(AbstractGenerator.java:650) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.AbstractGenerator$Output.write(AbstractGenerator.java:577) [jetty-6.1.14.jar:6.1.14]
at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1026) [commons-io-1.4.jar:1.4]
at org.apache.commons.io.IOUtils.copy(IOUtils.java:999) [commons-io-1.4.jar:1.4]
at org.artifactory.webapp.servlet.ArtifactoryResponseBase.sendStream(ArtifactoryResponseBase.java:45) [classes/:na]
at org.artifactory.request.RequestResponseHelper.sendBodyResponse(RequestResponseHelper.java:45) [artifactory-core-2.0.6.jar:na]
at org.artifactory.engine.DownloadServiceImpl.respond(DownloadServiceImpl.java:477) [artifactory-core-2.0.6.jar:na]
at org.artifactory.engine.DownloadServiceImpl.processStandard(DownloadServiceImpl.java:202) [artifactory-core-2.0.6.jar:na]
at org.artifactory.engine.DownloadServiceImpl.process(DownloadServiceImpl.java:132) [artifactory-core-2.0.6.jar:na]
at sun.reflect.GeneratedMethodAccessor131.invoke(Unknown Source) [na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [na:1.6.0_12]
at java.lang.reflect.Method.invoke(Method.java:597) [na:1.6.0_12]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310) [spring-aop-2.5.5.jar:2.5.5]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:198) [spring-aop-2.5.5.jar:2.5.5]
at $Proxy44.process(Unknown Source) [na:na]
at org.artifactory.webapp.servlet.RepoFilter.execute(RepoFilter.java:111) [classes/:na]
at org.artifactory.webapp.servlet.RepoFilter.doFilter(RepoFilter.java:74) [classes/:na]
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115) [jetty-6.1.14.jar:6.1.14]
at org.artifactory.webapp.servlet.AccessFilter.useAuthentication(AccessFilter.java:190) [classes/:na]
at org.artifactory.webapp.servlet.AccessFilter.useAnonymousIfPossible(AccessFilter.java:178) [classes/:na]
at org.artifactory.webapp.servlet.AccessFilter.doFilterInternal(AccessFilter.java:118) [classes/:na]
at org.artifactory.webapp.servlet.AccessFilter.doFilter(AccessFilter.java:90) [classes/:na]
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115) [jetty-6.1.14.jar:6.1.14]
at org.artifactory.webapp.servlet.ArtifactoryFilter.doFilter(ArtifactoryFilter.java:51) [classes/:na]
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:361) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.Server.handle(Server.java:324) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:534) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:864) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:533) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:207) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:403) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) [jetty-6.1.14.jar:6.1.14]
at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:451) [jetty-util-6.1.14.jar:6.1.14]
2009-07-18 03:54:58,491 [WARN ] (o.a.w.s.HttpArtifactoryResponse:37) - Failed to send http error: Committed.
2009-07-18 03:56:59,174 [ERROR] (o.a.w.s.ArtifactoryResponseBase:75) - Sending HTTP error code 500: timeout

Re: plexus-archiver fails on all repos

by Yoav Landman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

I was trying to reproduce it and can get this artifact from central without any problem.
I didn't understand if the manual upload itself failed for you or just downloading the uploaded jar (the stack trace you enclosed indicates a download error).
Are you running Artifactory behind a proxy? Are you using MySQL?

Thanks,

Yoav
On Mon, Jul 20, 2009 at 7:25 AM, MikeKey <mike.key@...> wrote:

I've now added the repo: http://repo1.maven.org/maven2 and have also tried to
manually upload this jar to my artifactory repo.  In all cases (remote or
manual) the upload begins and then hangs partway through until it times out
and gets the below error.

Any help here would be much appreciated, this is a brand new artifactory
installation and this issue seems isolated to the
plexus-archiver-1.0-alpha-7 jar.

Thanks.



MikeKey wrote:
>
> Hi,
>
> I have just installed Artifactory and am setup to fetch remote artifacts
> from:
>
> http://mirrors.ibiblio.org/pub/mirrors/maven2
> http://repository.codehaus.org
>
> I can see the plexus-archiver-1.0alpha7 artifact in the ibiblio.org
> repository and the codehaus repository.  However when artifactory attempts
> to download the artifacts into cache, I receive the following error in the
> artifactory logs.  Note that I can manually download the artifact without
> issue.  Any ideas on what may be wrong are much appreciated.
>
>
> 2009-07-18 03:54:58,488 [ERROR] (o.a.w.s.ArtifactoryResponseBase:75) -
> Sending HTTP error code 500: timeout
> org.mortbay.jetty.EofException: timeout
> at
> org.mortbay.jetty.AbstractGenerator$Output.blockForOutput(AbstractGenerator.java:545)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.mortbay.jetty.AbstractGenerator$Output.flush(AbstractGenerator.java:569)
> [jetty-6.1.14.jar:6.1.14]
> at org.mortbay.jetty.HttpConnection$Output.flush(HttpConnection.java:946)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.mortbay.jetty.AbstractGenerator$Output.write(AbstractGenerator.java:650)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.mortbay.jetty.AbstractGenerator$Output.write(AbstractGenerator.java:577)
> [jetty-6.1.14.jar:6.1.14]
> at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1026)
> [commons-io-1.4.jar:1.4]
> at org.apache.commons.io.IOUtils.copy(IOUtils.java:999)
> [commons-io-1.4.jar:1.4]
> at
> org.artifactory.webapp.servlet.ArtifactoryResponseBase.sendStream(ArtifactoryResponseBase.java:45)
> [classes/:na]
> at
> org.artifactory.request.RequestResponseHelper.sendBodyResponse(RequestResponseHelper.java:45)
> [artifactory-core-2.0.6.jar:na]
> at
> org.artifactory.engine.DownloadServiceImpl.respond(DownloadServiceImpl.java:477)
> [artifactory-core-2.0.6.jar:na]
> at
> org.artifactory.engine.DownloadServiceImpl.processStandard(DownloadServiceImpl.java:202)
> [artifactory-core-2.0.6.jar:na]
> at
> org.artifactory.engine.DownloadServiceImpl.process(DownloadServiceImpl.java:132)
> [artifactory-core-2.0.6.jar:na]
> at sun.reflect.GeneratedMethodAccessor131.invoke(Unknown Source) [na:na]
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [na:1.6.0_12]
> at java.lang.reflect.Method.invoke(Method.java:597) [na:1.6.0_12]
> at
> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
> [spring-aop-2.5.5.jar:2.5.5]
> at
> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:198)
> [spring-aop-2.5.5.jar:2.5.5]
> at $Proxy44.process(Unknown Source) [na:na]
> at org.artifactory.webapp.servlet.RepoFilter.execute(RepoFilter.java:111)
> [classes/:na]
> at org.artifactory.webapp.servlet.RepoFilter.doFilter(RepoFilter.java:74)
> [classes/:na]
> at
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.artifactory.webapp.servlet.AccessFilter.useAuthentication(AccessFilter.java:190)
> [classes/:na]
> at
> org.artifactory.webapp.servlet.AccessFilter.useAnonymousIfPossible(AccessFilter.java:178)
> [classes/:na]
> at
> org.artifactory.webapp.servlet.AccessFilter.doFilterInternal(AccessFilter.java:118)
> [classes/:na]
> at
> org.artifactory.webapp.servlet.AccessFilter.doFilter(AccessFilter.java:90)
> [classes/:na]
> at
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.artifactory.webapp.servlet.ArtifactoryFilter.doFilter(ArtifactoryFilter.java:51)
> [classes/:na]
> at
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:361)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766)
> [jetty-6.1.14.jar:6.1.14]
> at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
> [jetty-6.1.14.jar:6.1.14]
> at org.mortbay.jetty.Server.handle(Server.java:324)
> [jetty-6.1.14.jar:6.1.14]
> at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:534)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:864)
> [jetty-6.1.14.jar:6.1.14]
> at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:533)
> [jetty-6.1.14.jar:6.1.14]
> at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:207)
> [jetty-6.1.14.jar:6.1.14]
> at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:403)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:451)
> [jetty-util-6.1.14.jar:6.1.14]
> 2009-07-18 03:54:58,491 [WARN ] (o.a.w.s.HttpArtifactoryResponse:37) -
> Failed to send http error: Committed.
> 2009-07-18 03:56:59,174 [ERROR] (o.a.w.s.ArtifactoryResponseBase:75) -
> Sending HTTP error code 500: timeout
>

--
View this message in context: http://www.nabble.com/plexus-archiver-fails-on-all-repos-tp24544521p24563746.html
Sent from the Artifactory-Users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Artifactory-users mailing list
Artifactory-users@...
https://lists.sourceforge.net/lists/listinfo/artifactory-users


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Artifactory-users mailing list
Artifactory-users@...
https://lists.sourceforge.net/lists/listinfo/artifactory-users

Re: plexus-archiver fails on all repos

by MikeKey :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am not using a proxy, nor am I using MySQL.  However I just found out from others that this has happened before with other maven repository tools (lesser tools than artifactory of course).  So this does seem to be an environmental issue, which I assumed anyway.  What I was hoping is that someone had maybe seen this type of thing before and knew what I might need to change/update/fix to make it right.  The odd part is its so specific to this jar.

Thanks for the reply.

MiKey

On Jul 20, 2009, at 1:53 AM, Yoav Landman wrote:

Hi,

I was trying to reproduce it and can get this artifact from central without any problem.
I didn't understand if the manual upload itself failed for you or just downloading the uploaded jar (the stack trace you enclosed indicates a download error).
Are you running Artifactory behind a proxy? Are you using MySQL?

Thanks,

Yoav
On Mon, Jul 20, 2009 at 7:25 AM, MikeKey <mike.key@...> wrote:

I've now added the repo: http://repo1.maven.org/maven2 and have also tried to
manually upload this jar to my artifactory repo.  In all cases (remote or
manual) the upload begins and then hangs partway through until it times out
and gets the below error.

Any help here would be much appreciated, this is a brand new artifactory
installation and this issue seems isolated to the
plexus-archiver-1.0-alpha-7 jar.

Thanks.



MikeKey wrote:
>
> Hi,
>
> I have just installed Artifactory and am setup to fetch remote artifacts
> from:
>
> http://mirrors.ibiblio.org/pub/mirrors/maven2
> http://repository.codehaus.org
>
> I can see the plexus-archiver-1.0alpha7 artifact in the ibiblio.org
> repository and the codehaus repository.  However when artifactory attempts
> to download the artifacts into cache, I receive the following error in the
> artifactory logs.  Note that I can manually download the artifact without
> issue.  Any ideas on what may be wrong are much appreciated.
>
>
> 2009-07-18 03:54:58,488 [ERROR] (o.a.w.s.ArtifactoryResponseBase:75) -
> Sending HTTP error code 500: timeout
> org.mortbay.jetty.EofException: timeout
> at
> org.mortbay.jetty.AbstractGenerator$Output.blockForOutput(AbstractGenerator.java:545)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.mortbay.jetty.AbstractGenerator$Output.flush(AbstractGenerator.java:569)
> [jetty-6.1.14.jar:6.1.14]
> at org.mortbay.jetty.HttpConnection$Output.flush(HttpConnection.java:946)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.mortbay.jetty.AbstractGenerator$Output.write(AbstractGenerator.java:650)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.mortbay.jetty.AbstractGenerator$Output.write(AbstractGenerator.java:577)
> [jetty-6.1.14.jar:6.1.14]
> at org.apache.commons.io.IOUtils.copyLarge(IOUtils.java:1026)
> [commons-io-1.4.jar:1.4]
> at org.apache.commons.io.IOUtils.copy(IOUtils.java:999)
> [commons-io-1.4.jar:1.4]
> at
> org.artifactory.webapp.servlet.ArtifactoryResponseBase.sendStream(ArtifactoryResponseBase.java:45)
> [classes/:na]
> at
> org.artifactory.request.RequestResponseHelper.sendBodyResponse(RequestResponseHelper.java:45)
> [artifactory-core-2.0.6.jar:na]
> at
> org.artifactory.engine.DownloadServiceImpl.respond(DownloadServiceImpl.java:477)
> [artifactory-core-2.0.6.jar:na]
> at
> org.artifactory.engine.DownloadServiceImpl.processStandard(DownloadServiceImpl.java:202)
> [artifactory-core-2.0.6.jar:na]
> at
> org.artifactory.engine.DownloadServiceImpl.process(DownloadServiceImpl.java:132)
> [artifactory-core-2.0.6.jar:na]
> at sun.reflect.GeneratedMethodAccessor131.invoke(Unknown Source) [na:na]
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [na:1.6.0_12]
> at java.lang.reflect.Method.invoke(Method.java:597) [na:1.6.0_12]
> at
> org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
> [spring-aop-2.5.5.jar:2.5.5]
> at
> org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:198)
> [spring-aop-2.5.5.jar:2.5.5]
> at $Proxy44.process(Unknown Source) [na:na]
> at org.artifactory.webapp.servlet.RepoFilter.execute(RepoFilter.java:111)
> [classes/:na]
> at org.artifactory.webapp.servlet.RepoFilter.doFilter(RepoFilter.java:74)
> [classes/:na]
> at
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.artifactory.webapp.servlet.AccessFilter.useAuthentication(AccessFilter.java:190)
> [classes/:na]
> at
> org.artifactory.webapp.servlet.AccessFilter.useAnonymousIfPossible(AccessFilter.java:178)
> [classes/:na]
> at
> org.artifactory.webapp.servlet.AccessFilter.doFilterInternal(AccessFilter.java:118)
> [classes/:na]
> at
> org.artifactory.webapp.servlet.AccessFilter.doFilter(AccessFilter.java:90)
> [classes/:na]
> at
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.artifactory.webapp.servlet.ArtifactoryFilter.doFilter(ArtifactoryFilter.java:51)
> [classes/:na]
> at
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1115)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:361)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:766)
> [jetty-6.1.14.jar:6.1.14]
> at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
> [jetty-6.1.14.jar:6.1.14]
> at org.mortbay.jetty.Server.handle(Server.java:324)
> [jetty-6.1.14.jar:6.1.14]
> at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:534)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:864)
> [jetty-6.1.14.jar:6.1.14]
> at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:533)
> [jetty-6.1.14.jar:6.1.14]
> at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:207)
> [jetty-6.1.14.jar:6.1.14]
> at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:403)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
> [jetty-6.1.14.jar:6.1.14]
> at
> org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:451)
> [jetty-util-6.1.14.jar:6.1.14]
> 2009-07-18 03:54:58,491 [WARN ] (o.a.w.s.HttpArtifactoryResponse:37) -
> Failed to send http error: Committed.
> 2009-07-18 03:56:59,174 [ERROR] (o.a.w.s.ArtifactoryResponseBase:75) -
> Sending HTTP error code 500: timeout
>

--
View this message in context: http://www.nabble.com/plexus-archiver-fails-on-all-repos-tp24544521p24563746.html
Sent from the Artifactory-Users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Artifactory-users mailing list
Artifactory-users@...
https://lists.sourceforge.net/lists/listinfo/artifactory-users

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge_______________________________________________
Artifactory-users mailing list
Artifactory-users@...
https://lists.sourceforge.net/lists/listinfo/artifactory-users


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Artifactory-users mailing list
Artifactory-users@...
https://lists.sourceforge.net/lists/listinfo/artifactory-users