Unknown command sent to server. ZxChatRequest

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
ale.adco94
Posts: 4
Joined: Mon Nov 04, 2019 4:45 pm

Unknown command sent to server. ZxChatRequest

Post by ale.adco94 »

I have updated to version 8.8.12 >> 8.8.15. The process apparently was successful, however when I log in to the web client I get the following error.

Code: Select all

Comando desconocido enviado al servidor. ZxChatRequest
method:	[unknown]
msg:	unknown document: ZxChatRequest
code:	service.UNKNOWN_DOCUMENT
detail:	soap:Sender
trace:	qtp366590980-81:1578342519951:6b913a7a36d1942d
request:	
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope"><soap:Header><context xmlns="urn:zimbra"><userAgent name="ZimbraWebClient - GC79 (Win)" version="8.8.15_GA_3890"/><session id="15"/><account by="name">user@midominio.com</account><format type="js"/><csrfToken>0_9b547fb6529d130720d8f70dcb8067bd8ac4e784</csrfToken></context></soap:Header><soap:Body><ZxChatRequest xmlns="urn:zimbraAccount"><type>16</type><clientVersion>13</clientVersion><action>register_session</action></ZxChatRequest></soap:Body></soap:Envelope>
I already made apt remove and apt install of zimbra-chat according to some suggestions I saw in forums from years ago and still the error follows.
fayaz
Advanced member
Advanced member
Posts: 65
Joined: Thu Dec 27, 2018 7:53 am

Re: Unknown command sent to server. ZxChatRequest

Post by fayaz »

hi

its a jdk problem . you have to disale chat from COS then it will work fine. but your chat will be disabled. let wait for zimbra update for this .
ale.adco94
Posts: 4
Joined: Mon Nov 04, 2019 4:45 pm

Re: Unknown command sent to server. ZxChatRequest

Post by ale.adco94 »

Thank you for your response fayaz, happy and successful 2020
rport
Posts: 9
Joined: Fri Aug 11, 2017 8:10 am

Re: Unknown command sent to server. ZxChatRequest

Post by rport »

Just posted this in another thread about zimbra chat. Perhaps this will help too:

mv /opt/zimbra/lib/ext/openchat/zal.jar /tmp
cp -rp /opt/zimbra/lib/ext/zimbradrive/zal.jar /opt/zimbra/lib/ext/openchat/zal.jar
su - zimbra
zmmailboxdctl restart


rp0rt
tonyawbrey
Posts: 9
Joined: Thu Sep 04, 2014 7:16 am

Re: Unknown command sent to server. ZxChatRequest

Post by tonyawbrey »

rport wrote:Just posted this in another thread about zimbra chat. Perhaps this will help too:

mv /opt/zimbra/lib/ext/openchat/zal.jar /tmp
cp -rp /opt/zimbra/lib/ext/zimbradrive/zal.jar /opt/zimbra/lib/ext/openchat/zal.jar
su - zimbra
zmmailboxdctl restart


rp0rt

Thanks for posting this I followed these instructions and it resolved my issue.

Tony
PavanLinux
Posts: 7
Joined: Sun Jul 07, 2019 11:59 am

Re: Unknown command sent to server. ZxChatRequest

Post by PavanLinux »

Confirmed that 8.8.15 chat issue resolved with below step which is provided by above thread. Thank you

# mv /opt/zimbra/lib/ext/openchat/zal.jar /tmp
# cp -rp /opt/zimbra/lib/ext/zimbradrive/zal.jar /opt/zimbra/lib/ext/openchat/zal.jar
# su - zimbra
$ zmmailboxdctl restart

If chat zimlet is disabled then enable Chat Zimlet from Admin Console > Configure > Zimlets > com_zimbra_open_chat <toggle>
Login to user mailbox using Zimbra web client and you will see chat window on right hand side.

Thank you!
fayaz
Advanced member
Advanced member
Posts: 65
Joined: Thu Dec 27, 2018 7:53 am

Re: Unknown command sent to server. ZxChatRequest

Post by fayaz »

hi

Perfectly work for me !!!

Thanks to all
User avatar
plagoutte
Posts: 12
Joined: Wed Aug 16, 2017 9:11 am
Location: France
ZCS/ZD Version: FOSS 8.8.15
Contact:

Re: Unknown command sent to server. ZxChatRequest

Post by plagoutte »

Hello,

It worked for me too, thanks !

PL
allende8807
Posts: 3
Joined: Fri Mar 23, 2018 3:14 pm

Re: Unknown command sent to server. ZxChatRequest

Post by allende8807 »

rport wrote:Just posted this in another thread about zimbra chat. Perhaps this will help too:

mv /opt/zimbra/lib/ext/openchat/zal.jar /tmp
cp -rp /opt/zimbra/lib/ext/zimbradrive/zal.jar /opt/zimbra/lib/ext/openchat/zal.jar
su - zimbra
zmmailboxdctl restart


rp0rt
Just upgrading from 8.8.15_P4 to Patch 8.8.15_P6 and facing this error. Thanks for helping. Work perfect!!!
Sub-Zero
Posts: 1
Joined: Wed Feb 19, 2020 11:56 am

Re: Unknown command sent to server. ZxChatRequest

Post by Sub-Zero »

rport wrote:Just posted this in another thread about zimbra chat. Perhaps this will help too:
mv /opt/zimbra/lib/ext/openchat/zal.jar /tmp
cp -rp /opt/zimbra/lib/ext/zimbradrive/zal.jar /opt/zimbra/lib/ext/openchat/zal.jar
su - zimbra
zmmailboxdctl restart
rp0rt
It doesn't work. I don't have an "openchat" folder in /opt/zimbra/lib/ext at all and all these commands give an error. I have 8.8.15_GA_3869 NETWORK installed on CentOS 7. When I try to install zimbra-chat, I get an error - that zimbra-talk is already installed and conflicts with zimbra-chat. For reference I have this modules:
zimbra-drive...FOUND zimbra-drive-1.0.13.1576152256-1
zimbra-chat...NOT FOUND
zimbra-talk...FOUND zimbra-talk-4.0.2.1554992028-1
Post Reply