Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interoperability issue with Oracle Service Cloud #8902

Closed
cyberduck opened this issue Jun 29, 2015 · 4 comments
Closed

Interoperability issue with Oracle Service Cloud #8902

cyberduck opened this issue Jun 29, 2015 · 4 comments
Assignees
Labels
bug thirdparty Issue caused by third party webdav WebDAV Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

d0d600f created the issue

Hello,

The Oracle Service Cloud product provides a WebDAV share for editing PHP code. When attempting to overwrite an existing file via WebDAV, Cyberduck responds with a dialog box that says "Failure to read attributes of . Internal Server Error. Please contact your web hosting service provider for assistance." This error only seems to occur when overwriting an existing file. Creating new files on the Oracle Service Cloud WebDAV share works fine.

I believe version 4.6.1 is the last version that can be used with the Oracle product. We also tested the latest snapshot build and still received the error. Any help you could provide would be greatly appreciated. We would like to upgrade Cyberduck past version 4.6.1 but have to stay on this version to work with the Oracle product.

Transcript from the drawer window is below.

PROPFIND /dav/euf/development/models/custom/ HTTP/1.1
Depth: 1
Content-Type: text/xml; charset=utf-8
Content-Length: 99
Host: sitename.custhelp.com
Connection: Keep-Alive
User-Agent: Cyberduck/4.7.1.17856 (Mac OS X/10.10.3) (x86_64)
Accept-Encoding: gzip,deflate
Authorization: Basic <removed>
HTTP/1.1 207 Multi-Status
Date: Mon, 29 Jun 2015 16:19:56 GMT
Server: Apache
X-WebDAV-Status: 207 Multi-Status
RNT-Time: D=369436 t=1435594796950328
RNT-Machine: 100.28
Vary: User-Agent,Accept-Encoding
Content-Encoding: gzip
Content-Length: 864
Keep-Alive: timeout=15, max=88
Connection: Keep-Alive
Content-Type: text/xml; charset="utf-8"
PROPFIND /dav/euf/development/models/custom/comment_form_model.php HTTP/1.1
Depth: 1
Content-Type: text/xml; charset=utf-8
Content-Length: 99
Host: sitename.custhelp.com
Connection: Keep-Alive
User-Agent: Cyberduck/4.7.1.17856 (Mac OS X/10.10.3) (x86_64)
Accept-Encoding: gzip,deflate
Authorization: Basic <removed>
HTTP/1.1 500 Internal Server Error
Date: Mon, 29 Jun 2015 16:19:57 GMT
Server: Apache
RNT-Time: D=728245 t=1435594797518173
RNT-Machine: 100.224
Vary: User-Agent,Accept-Encoding
Content-Encoding: gzip
Content-Length: 20
X-Cnection: close
Content-Type: text/html; charset=UTF-8
@cyberduck
Copy link
Collaborator Author

807537b commented

I have been experiencing the exact same issue on Windows 7 and Windows 8. I think it was January '15 when this started happening. In addition to the file upload (replacing an existing file), I think the error also occurs when I tried to rename an existing file on the WebDAV server. Thank you very much in advance for your assistance!!

@cyberduck
Copy link
Collaborator Author

@dkocher commented

We previously had issues in #8523 and #7913.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Please report this issue to the service provider. As a workaround, set the hidden property queue.upload.file.metadata.change to false using

defaults write ~/Library/Preferences/ch.sudo.cyberduck.plist queue.upload.file.metadata.change false

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Workaround in 0b3824e.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug thirdparty Issue caused by third party webdav WebDAV Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants