WebDAV: I can connect, but not check files out

Ask a Question related to Macromedia Contribute Connection Administrtion, Design and Development.

  1. #1

    Default WebDAV: I can connect, but not check files out

    Hello,

    I have a WebDAV server running on Apache 2 and setup for a site in Contribute
    CS4. I can use this server with other WebDAV clients, including my OS X ftp
    program (Transmit) which has WebDAV support built in, as well as the OS X
    native WebDAV support through Connect to Server. Editing and creating files
    works great in other clients.

    However, in Contribute CS4 although Connection Test works fine, and I can
    connect to the WebDAV site and retrieve a file list. When I try to edit a file,
    though, Contribute shows the "Creating a draft of this page..." dialog, and
    sits on "Waiting for server..." for about a minute before failing. Trying to
    administer the site also fails.

    Checking my apache access log, I see:

    76.105.243.63 - hans [18/Dec/2008:23:03:35 -0700] "PROPFIND /webdav/index.html
    HTTP/1.1" 207 269 "-" "Contribute/3.0"
    76.105.243.63 - hans [18/Dec/2008:23:03:35 -0700] "PROPFIND
    /webdav/index.html/ HTTP/1.1" 400 226 "-" "Contribute/3.0"

    The error log shows:

    [Thu Dec 18 23:03:35 2008] [error] [client 76.105.243.63] Could not fetch
    resource information. [400, #0]
    [Thu Dec 18 23:03:35 2008] [error] [client 76.105.243.63] (2)No such file or
    directory: The URL contains extraneous path components. The resource could not
    be identified. [400, #0]

    Anyone have any ideas why it is trying to do a PROPFIND on /webdav/index.html/
    ? Any other tips for getting WebDAV working with Contribute CS4?

    Hans Friedrich Guest

  2. Similar Questions and Discussions

    1. WebDAV Connect Fails
      hi, using CS3, contribute 4.1, dreamweaver 9, mac osx client, win2003 R2 server. i've created a virtual directory on the server and can connect...
    2. WebDAV not connecting to Adobe Connect Event pages forContribute 4.
      I'm having no luck in connecting to the Adobe Connect Event pages using WebDAV in Contribute 4. This worked just fine in Contribute 3, but for...
    3. Unable to upload .cfm files with webdav
      I have a clean install of CFMX 6.1 running on win 2k3 and sql server 2k. using DMX for editing. Whenever I tried to upload any .cfm files using...
    4. JS Errors, missing links, can't connect to WebDAV
      ] I've been using Contribute 3.1 on OS 10.3 (Panther) and 10.4 (Tiger) without incident. My hard drive recently crashed and I had to reinstall...
    5. Can't connect with WebDAV
      I've just installed the 30-day evaluation of Contribute, but can't connect to my WebDAV account. Whenever I try, I get this error: Your WebDAV...
  3. #2

    Default Re: WebDAV: I can connect, but not check files out

    Interestingly, the errors above seem to be a little bit of a red herring. If I
    turn off "enable file check in and check out" in Dreamweaver then files can be
    downloaded, edited and uploaded perfectly. I can also create new files. As soon
    as I turn checkouts back on, it stops working. The errors above show up in the
    Apache server log even when this box is unchecked and yet everything works
    correctly. Because Contribute offers no option for editing without writing
    extra info files to the server it still won't work.

    The Dreamweaver log shows the following when I attempt to check out a file:

    Started: 12/19/08 6:25 PM

    Operation timed out. Cancelling...
    Operation timed out. Cancelling...
    /webdav/robots.txt - error occurred - An HTTP error occurred - cannot get
    robots.txt. Dreamweaver could not connect because the server is down or not
    accepting connections.

    File activity incomplete. 1 file(s) or folder(s) were not completed.

    Files with errors: 1
    /webdav/robots.txt

    Finished: 12/19/08 6:27 PM

    As I mentioned, when I turn off checkouts this whole process works correctly,
    and I can edit and create new files.


    Hans Friedrich Guest

  4. #3

    Default Re: WebDAV: I can connect, but not check files out

    Hi,
    Seems like you have some permission problem in the server side, which is not allowing any application to create a .LCK file, whether it is Dreamweaver or Contribute.
    Thanks.
    Dominic Michael Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139