You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@archiva.apache.org by "Maik Ebert (JIRA)" <ji...@codehaus.org> on 2008/10/16 16:26:19 UTC

[jira] Commented: (MRM-909) Direct connect proxy setting is ignored after undetermined event

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

Maik Ebert commented on MRM-909:
--------------------------------

We also have that problem with our Archiva 1.1.3 installation.

The proxy connector was configured to not use the network proxy, but now two day later the stack trace shows that the proxy is used for this connector.

> Direct connect proxy setting is ignored after undetermined event
> ----------------------------------------------------------------
>
>                 Key: MRM-909
>                 URL: http://jira.codehaus.org/browse/MRM-909
>             Project: Archiva
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>         Environment: MS Windows Server 2003 Standard Edition, SP2
> Java 1.6.0_02
>            Reporter: Brian Jackson
>             Fix For: 1.1.x
>
>
> Our Archiva instance has trouble connecting to another internal repository.  I've confirmed via packet sniffing that the HTTP request is going to our proxy server even though I've configured this particular remote repository to use a direct connection.  Archiva works correctly for an undetermined time (last time it was 3 days) and then will suddenly and consistently exhibit the above symptoms.  The exception that is logged is below.  After Archiva is restarted the symptom will go away for a period of time and reappear.  The reappearance is unfortunately unpredictable at this time.
> 2008-08-13 12:07:28,141 [btpool0-3] WARN  org.apache.maven.archiva.proxy.DefaultRepositoryProxyConnectors  - Transfer error from repository "wdig.releases" for artifact com.go.trove:trove:1.7.4::pom, continuing to next repository. Error message: Download failure on resource [http://maven2.corp.dig.com:8080/archiva/repository/internal//com/go/trove/trove/1.7.4/trove-1.7.4.pom]:Error transferring file (cause: java.io.IOException: Server returned HTTP response code: 500 for URL: http://maven2.corp.dig.com:8080/archiva/repository/internal/com/go/trove/trove/1.7.4/trove-1.7.4.pom)
> 2008-08-13 12:07:28,156 [btpool0-3] ERROR org.apache.maven.archiva.webdav.ArchivaDavResourceFactory  - Failures occurred downloading from some remote repositories:
> 	wdig.releases: Download failure on resource [http://maven2.corp.dig.com:8080/archiva/repository/internal//com/go/trove/trove/1.7.4/trove-1.7.4.pom]:Error transferring file (cause: java.io.IOException: Server returned HTTP response code: 500 for URL: http://maven2.corp.dig.com:8080/archiva/repository/internal/com/go/trove/trove/1.7.4/trove-1.7.4.pom)
> org.apache.maven.archiva.policies.ProxyDownloadException: Failures occurred downloading from some remote repositories:
> 	wdig.releases: Download failure on resource [http://maven2.corp.dig.com:8080/archiva/repository/internal//com/go/trove/trove/1.7.4/trove-1.7.4.pom]:Error transferring file (cause: java.io.IOException: Server returned HTTP response code: 500 for URL: http://maven2.corp.dig.com:8080/archiva/repository/internal/com/go/trove/trove/1.7.4/trove-1.7.4.pom)
> 	at org.apache.maven.archiva.proxy.DefaultRepositoryProxyConnectors.fetchFromProxies(DefaultRepositoryProxyConnectors.java:191)
> 	at org.apache.maven.archiva.webdav.ArchivaDavResourceFactory.fetchContentFromProxies(ArchivaDavResourceFactory.java:519)
> 	at org.apache.maven.archiva.webdav.ArchivaDavResourceFactory.doGet(ArchivaDavResourceFactory.java:423)
> 	at org.apache.maven.archiva.webdav.ArchivaDavResourceFactory.createResource(ArchivaDavResourceFactory.java:251)
> 	at org.apache.maven.archiva.webdav.RepositoryServlet.service(RepositoryServlet.java:117)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
> 	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
> 	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1093)
> 	at com.opensymphony.webwork.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:189)
> 	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
> 	at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:39)
> 	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
> 	at com.opensymphony.webwork.dispatcher.ActionContextCleanUp.doFilter(ActionContextCleanUp.java:88)
> 	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
> 	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
> 	at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
> 	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
> 	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:722)
> 	at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:404)
> 	at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206)
> 	at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
> 	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
> 	at org.mortbay.jetty.Server.handle(Server.java:324)
> 	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
> 	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:828)
> 	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
> 	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
> 	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
> 	at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
> 	at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:450)

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