jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Maven Wagon
  • WAGON-96

WebDAV deploy fails with - Failed to create destination WebDAV collection

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Duplicate
  • Affects Version/s: 1.0-beta-2
  • Fix Version/s: None
  • Component/s: wagon-ssh-external
  • Labels:
    None
  • Environment:
    Linux
    Maven 2.0.8

Description

I'm trying to deploy projects over WebDAV and receive an error when I try to deploy. The error is random and doesn't happen in the same place every time. I don't believe the remote WebDav server is causing the issue as I see no errors on the remote end and occasionally the wagon-webdav plugin works without errors.

The output is attached to this bug.

  • Options
    • Sort By Name
    • Sort By Date
    • Ascending
    • Descending
    • Download All

Attachments

  1. Text File
    output.txt
    08/Jan/08 6:42 PM
    6 kB
    Erik R. Jensen

Issue Links

duplicates

Bug - A problem which impairs or prevents the functions of the product. WAGON-84 exception deploying with webdav

  • Major - Major loss of function.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.
relates to

Bug - A problem which impairs or prevents the functions of the product. MRM-653 WebDAV deploy fails with error

  • Major - Major loss of function.
  • Closed - The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Erik R. Jensen added a comment - 08/Jan/08 8:48 PM

After looking at the tcpdump output, I think this problem is actually a server problem with Archiva. It appears the server is throwing an error that does not get logged, but I can see the stack trace from the server in the network traffic. I'm will close this ticket and open a new one against Archiva. Thanks.

Show
Erik R. Jensen added a comment - 08/Jan/08 8:48 PM After looking at the tcpdump output, I think this problem is actually a server problem with Archiva. It appears the server is throwing an error that does not get logged, but I can see the stack trace from the server in the network traffic. I'm will close this ticket and open a new one against Archiva. Thanks.
Hide
Permalink
Erik R. Jensen added a comment - 08/Jan/08 8:50 PM

Closing ticket because error is on server side. Please let me know if I am not supposed to close tickets I open in error. Thanks.

Show
Erik R. Jensen added a comment - 08/Jan/08 8:50 PM Closing ticket because error is on server side. Please let me know if I am not supposed to close tickets I open in error. Thanks.
Hide
Permalink
Erik R. Jensen added a comment - 08/Jan/08 11:50 PM

I appear to be incorrect so I'm reopening the issue I tried deploying against a WebDAV enabled share directly served by Apache and have a similar problem. The client appears to just hang. Looking at the tcp dump it appears that the server responds and the client ignores it sending a retransmission.

Show
Erik R. Jensen added a comment - 08/Jan/08 11:50 PM I appear to be incorrect so I'm reopening the issue I tried deploying against a WebDAV enabled share directly served by Apache and have a similar problem. The client appears to just hang. Looking at the tcp dump it appears that the server responds and the client ignores it sending a retransmission.
Hide
Permalink
Richard Taylor added a comment - 29/Feb/08 11:54 AM

We are getting this same error randomly while trying to deploy to Artifactory 1.2.5u1. Our environment is Windows XP, Maven 2.0.7, JDK 1.5.0

[artifact:install-provider] Installing provider: org.apache.maven.wagon:wagon-webdav:jar:1.0-beta-2:runtime
[artifact:install-provider] WAGON_VERSION: 1.0-beta-2
[artifact:deploy] Deploying to dav:http://dev-maven1.foo.com:8081/artifactory/foo-snapshots@repo
[artifact:deploy] [INFO] Retrieving previous build number from com.foo.snapshots
[artifact:deploy] Feb 28, 2008 8:51:08 PM org.apache.commons.httpclient.HttpMethodBase processRequest
[artifact:deploy] INFO: Recoverable exception caught when processing request
[artifact:deploy] Feb 28, 2008 8:51:08 PM org.apache.commons.httpclient.HttpMethodBase processRequest
[artifact:deploy] WARNING: Recoverable exception caught but MethodRetryHandler.retryMethod() returned false, rethrowing exception
[artifact:deploy] An error has occurred while processing the Maven artifact tasks.
[artifact:deploy] Diagnosis:
[artifact:deploy]
[artifact:deploy] Error deploying artifact 'com.foo.vhi:wcp:jar': Error deploying artifact: Failed to create destination WebDAV collection (directory): /artifactory/foo-snapshots@repo/com/foo/vhi/wcp/6.6.0-SNAPSHOT
[artifact:deploy] org.apache.commons.httpclient.HttpRecoverableException: Error in parsing the status line from the response: unable to find line starting with "HTTP"
[artifact:deploy]

BUILD FAILED
d:\vhi\6.6\dev\java\build.xml:77: Error deploying artifact 'com.foo.vhi:wcp:jar': Error deploying artifact: Failed to create destination WebDAV collection (directory): /artifactory/foo-snapshots@repo/com/foo/vhi/wcp/6.6.0-SNAPSHOT

Show
Richard Taylor added a comment - 29/Feb/08 11:54 AM We are getting this same error randomly while trying to deploy to Artifactory 1.2.5u1. Our environment is Windows XP, Maven 2.0.7, JDK 1.5.0 [artifact:install-provider] Installing provider: org.apache.maven.wagon:wagon-webdav:jar:1.0-beta-2:runtime [artifact:install-provider] WAGON_VERSION: 1.0-beta-2 [artifact:deploy] Deploying to dav:http://dev-maven1.foo.com:8081/artifactory/foo-snapshots@repo [artifact:deploy] [INFO] Retrieving previous build number from com.foo.snapshots [artifact:deploy] Feb 28, 2008 8:51:08 PM org.apache.commons.httpclient.HttpMethodBase processRequest [artifact:deploy] INFO: Recoverable exception caught when processing request [artifact:deploy] Feb 28, 2008 8:51:08 PM org.apache.commons.httpclient.HttpMethodBase processRequest [artifact:deploy] WARNING: Recoverable exception caught but MethodRetryHandler.retryMethod() returned false, rethrowing exception [artifact:deploy] An error has occurred while processing the Maven artifact tasks. [artifact:deploy] Diagnosis: [artifact:deploy] [artifact:deploy] Error deploying artifact 'com.foo.vhi:wcp:jar': Error deploying artifact: Failed to create destination WebDAV collection (directory): /artifactory/foo-snapshots@repo/com/foo/vhi/wcp/6.6.0-SNAPSHOT [artifact:deploy] org.apache.commons.httpclient.HttpRecoverableException: Error in parsing the status line from the response: unable to find line starting with "HTTP" [artifact:deploy] BUILD FAILED d:\vhi\6.6\dev\java\build.xml:77: Error deploying artifact 'com.foo.vhi:wcp:jar': Error deploying artifact: Failed to create destination WebDAV collection (directory): /artifactory/foo-snapshots@repo/com/foo/vhi/wcp/6.6.0-SNAPSHOT
Hide
Permalink
Brett Porter added a comment - 14/May/08 9:08 AM

looks to be the same problem with creating directories as wagon-84

Show
Brett Porter added a comment - 14/May/08 9:08 AM looks to be the same problem with creating directories as wagon-84

People

  • Assignee:
    Brett Porter
    Reporter:
    Erik R. Jensen
Vote (1)
Watch (1)

Dates

  • Created:
    08/Jan/08 6:42 PM
    Updated:
    14/May/08 9:08 AM
    Resolved:
    14/May/08 9:08 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.