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

PROPFIND Reply is not XML Formatted #13157

Closed
sseneca opened this issue Dec 19, 2018 · 17 comments
Closed

PROPFIND Reply is not XML Formatted #13157

sseneca opened this issue Dec 19, 2018 · 17 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug

Comments

@sseneca
Copy link

sseneca commented Dec 19, 2018

Steps to reproduce

  1. Try to upload large amount of files/folders (1GB)

Expected behaviour

All files and folders should be uploaded to the server

Actual behaviour

After uploading some files (usually the majority, actually), I get PROPFIND Reply is not XML Formatted and the uploading stops.

Server configuration

Operating system: Debian/Raspbian 9 stretch

Web server: Apache 2.4.25, with HTTP2 enabled

Database: MariaDB 10

PHP version: 7.2

Nextcloud version: 15 (happens on 14 as well)

Updated from an older Nextcloud/ownCloud or fresh install: Fresh install

Where did you install Nextcloud from: Using NextCloudPi

Signing status:

No errors have been found.

List of activated apps:

- Accessibility
- Activity
- Calendar
- Collaborative tags
- Comments
- Contacts
- Deleted files
- Federation
- File sharing
- First run wizard
- Gallery
- Log reader
- Monitoring
- News
- Nextcloud announcements
- Notes
- Notifications
- Password policy
- PDF viewer
- Preview Generator
- Share by mail
- Support
- Tasks
- Text editor
- Themeing
- Update notification
- Usage survey
- Versions
- Video player

Nextcloud configuration:

Config report
{
    "system": {
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": {
           ***REDACTED***
        },
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "15.0.0.10",
        "overwrite.cli.url": "***REDACTED***",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "memcache.local": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 0,
            "timeout": 0,
            "password": "***REMOVED SENSITIVE VALUE***"
        },
        "tempdirectory": "\/var\/www\/nextcloud\/data\/tmp",
        "mail_smtpmode": "sendmail",
        "mail_smtpauthtype": "LOGIN",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "overwriteprotocol": "https",
        "loglevel": "2",
        "log_type": "file",
        "htaccess.RewriteBase": ""
    }
}

Are you using external storage, if yes which one: local usb stick

Are you using encryption: no

Are you using an external user-backend, if yes which one: no

Client configuration

Browser: Firefox

Operating system: Arch Linux

NC Client Version: 2.5.1, 2.5. Happens with OC Client 2.5.1 as well

Related discussion on forums: https://help.nextcloud.com/t/propfind-reply-is-not-xml-formatted/

@sseneca sseneca added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Dec 19, 2018
@alraban
Copy link

alraban commented Dec 19, 2018

I see the same error with the 2.5.1 client and Nextcloud 14, although in my case it is not confined to large uploads: it also occurs with downloads of large numbers of files and directories (in the thousands).

I see the above-described behavior during uploads (i.e. some files upload and then the client returns the error). In the download case, however, the client returns the error during the scan for server-side changes, and then begins a new scan for changes from scratch. This prevents the sync from ever completing because it starts over each time. The error appears non-deterministically (i.e. it is not triggered by specific files or folders), but in my case will always eventually occur with large numbers of files needing to be synced.

The issue does not occur with the nextcloud client version 2.3.3 using the same server and the same client systems.

@sseneca
Copy link
Author

sseneca commented Dec 19, 2018

Yeah, I can confirm that using client version 2.3.3 along with NC 14 works fine.

@LukasSliacky
Copy link

Hm, i can't find 2.3.3 for Ubuntu 18.04 and when i can use OwnCloud client, i have problem with dependencies.
Please, have somebody experiences with install older clients on Ubuntu 18.04?

@sseneca
Copy link
Author

sseneca commented Dec 20, 2018

Please, have somebody experiences with install older clients on Ubuntu 18.04?

Have you tried this? I don't have access to a machine running Ubuntu but just search downgrading packages in Ubuntu online and you should find something.

@LukasSliacky
Copy link

Yes, but on Ubuntu 18.04 i have problem with dependencies. Maybe when it would be downgrade more packages will be installing okay. But i am afraid it would be more problems for my Ubuntu.

@AlexMV12
Copy link

I have the same problem with 2.5.1 and I can confirm that with a server with NC 15, the client version 2.3.3 doesn't have this problem.

@felipeespic
Copy link

felipeespic commented Jan 2, 2019

I have exactly the same problem uploading 45G in Ubuntu 18.04LTS, client version 2.5.1.

@felipeespic
Copy link

felipeespic commented Jan 2, 2019

@AlexMV12

Yes, but on Ubuntu 18.04 i have problem with dependencies. Maybe when it would be downgrade more packages will be installing okay. But i am afraid it would be more problems for my Ubuntu.

It worked for me by installing this library, and then this Nextcloud client by the command sudo apt install <package>.deb . That shouldn't affect your Ubuntu install.

@LukasSliacky
Copy link

@felipeespic Man, it works great!
Really thanks for your hint.

@Bleuzen
Copy link

Bleuzen commented Jan 12, 2019

Since downgrading the client works, maybe this is not a server bug, but something client side? Should we open an issue on the desktop client repo here on GitHub?

@jdefoe2
Copy link

jdefoe2 commented Jan 15, 2019

Hello, I'm really happy to have found this thread. I recently set up NextCloudPlus on a Raspberry Pi 3B and was having this (and several other) errors when trying to sync a large amount of data (~280GB, ~200,000 files) from a Linux client (Ubuntu 18.04) running the NextCloud 2.5.1 client. Installing the older library/client and running that instead seems to have solved the problem -- at least the sync is starting without issue. I will post an update if I run into any trouble. Seems like it's definitely a client-side problem!

@kesselb
Copy link
Contributor

kesselb commented Jan 15, 2019

cc @rullzer @camilasan

@sseneca
Copy link
Author

sseneca commented Jan 15, 2019

I've opened an issue on the client repo: nextcloud/desktop#1025

edit: I didn't actually mean to close the issue here, by the way. That was an accident, I'll reopen it if I should.

@TuxyMarc
Copy link

Hello all,
In my case, it was a server problem.
I have solved this problem “PROPFIND Reply is not XML Formatted” by replacing NextcloudPi by a clean install of Raspbian and Nextcloud. Now, It works like a charm.
Don't forget to modify the php.ini to increase the upload_max_filesize.

@mamojdick
Copy link

upload_max_filesize

what value did you put?

@TuxyMarc
Copy link

TuxyMarc commented Apr 3, 2019

what value did you put?

1024M

@SirBoxBoxington
Copy link

Hm, i can't find 2.3.3 for Ubuntu 18.04 and when i can use OwnCloud client, i have problem with dependencies.
Please, have somebody experiences with install older clients on Ubuntu 18.04?

I solved this issue (as well as /nextcloud/desktop/issues/908 ) for me on Ubuntu 18.04 by using the 2.3.3 appimage : https://download.nextcloud.com/desktop/releases/Linux/Nextcloud-2.3.3-x86_64.AppImage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug
Projects
None yet
Development

No branches or pull requests