net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
CPC954
Posts: 2
Joined: Thu Nov 15, 2018 10:02 pm

net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)

Post by CPC954 »

Hello,

I'm getting this error when trying to enter zimbra webmail

net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)

And it gets blank.

Nothing appears on logs and if i try in mobile it works just fine.
Any idea?

Thanks
nothing2lose
Posts: 3
Joined: Mon May 27, 2019 2:01 am

Re: net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)

Post by nothing2lose »

I have same issue. Looking forward to hear something new that can fix it.
nothing2lose
Posts: 3
Joined: Mon May 27, 2019 2:01 am

Re: net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)

Post by nothing2lose »

With some help form Vietnam Zimbra group, I fixed it by change permissions. Hope this can help you.

Fix permissions

su - zimbra -c 'zmcontrol stop'
/opt/zimbra/libexec/zmfixperms -e -v

Then perform this command

cd /opt/zimbra/mailboxd
find webapps -type d -exec chmod 0755 {} \;
find webapps -type f -exec chmod 0644 {} \;
su - zimbra -c 'zmcontrol restart'

Please try again to log in to Zimbra webmail.
User avatar
ardhiatno
Posts: 6
Joined: Mon May 27, 2019 5:46 am

Re: net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)

Post by ardhiatno »

Fix permissions

Code: Select all

su - zimbra -c 'zmcontrol stop'
/opt/zimbra/libexec/zmfixperms -e -v
cd /opt/zimbra/mailboxd
find webapps -type d -exec chmod 0755 {} \;
find webapps -type f -exec chmod 0644 {} \;
su - zimbra -c 'zmcontrol restart'
I created this account just to say my gratitude to you, it really helped me.
It's really strange that we get the same problem at the same time, make me wonder what is the real cause of this problem.
FYI, i already try to fixpermission, check mysql integrity, change some setting in nginx, disable zimbraCsrfTokenCheck etc, none works.
When the first time I see your posting, you didn't find the solution yet, I glad I revisit your thread for the second time.
Last edited by ardhiatno on Mon May 27, 2019 7:41 am, edited 1 time in total.
User avatar
ardhiatno
Posts: 6
Joined: Mon May 27, 2019 5:46 am

Re: net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)

Post by ardhiatno »

Code: Select all

su - zimbra -c 'zmcontrol stop'
/opt/zimbra/libexec/zmfixperms -e -v
cd /opt/zimbra/mailboxd
find webapps -type d -exec chmod 0755 {} \;
find webapps -type f -exec chmod 0644 {} \;
su - zimbra -c 'zmcontrol restart'
Thanks alot it's really helped me, It's really strange that we got the exact same problem on the same time, the first time i look at your post you haven't post the answer i glad i look again for the second time.
It makes me wonder what is the root cause of this problem.
Last edited by ardhiatno on Mon May 27, 2019 8:02 am, edited 2 times in total.
User avatar
ardhiatno
Posts: 6
Joined: Mon May 27, 2019 5:46 am

Re: net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)

Post by ardhiatno »

Your solution works on my server, but another problem arises client cannot upload attachment using ajax web client.
Image
Attachments
Capture.JPG
Capture.JPG (15.67 KiB) Viewed 7232 times
Klug
Ambassador
Ambassador
Posts: 2747
Joined: Mon Dec 16, 2013 11:35 am
Location: France - Drôme
ZCS/ZD Version: All of them
Contact:

Re: net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)

Post by Klug »

The attachment issue is a permission problem for the upload folder.

To all people in this thread, your servers might be compromised.
viewtopic.php?f=15&t=65932
nothing2lose
Posts: 3
Joined: Mon May 27, 2019 2:01 am

Re: net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)

Post by nothing2lose »

Upload error, check tmp folder permssion for temp save file at /opt/zimbra/data/tmp.
You should upgrade to the lastest version of Zimbra to avoid hacker exploit your server.
mqaroush
Posts: 42
Joined: Sun Aug 03, 2014 4:31 am

Re: net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)

Post by mqaroush »

How can we fix the webmail ajax upload problem?
User avatar
ardhiatno
Posts: 6
Joined: Mon May 27, 2019 5:46 am

Re: net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)

Post by ardhiatno »

mqaroush wrote:How can we fix the webmail ajax upload problem?

Code: Select all

chown -R zimbra:zimbra /opt/zimbra/data/tmp/upload
chmod -R 755 /opt/zimbra/data/tmp/upload
su zimbra
zmcontrol restart
Post Reply