ejabberd - Comments for "[Fixed] Some users cannot connect anymore since 16.09 update - Pubsub errors" https://www.ejabberd.im/forum/28608/fixed-some-users-cannot-connect-anymore-1609-update-pubsub-errors en Thank you very much for your https://www.ejabberd.im/forum/28608/fixed-some-users-cannot-connect-anymore-1609-update-pubsub-errors#comment-67240 <p>Thank you very much for your precious advice. It allowed me to fixed these users login problems.<br /> Kind regards.</p> Fri, 23 Dec 2016 07:47:57 +0000 TH-Gemini comment 67240 at https://www.ejabberd.im Login to ejabberd WebAdmin -> https://www.ejabberd.im/forum/28608/fixed-some-users-cannot-connect-anymore-1609-update-pubsub-errors#comment-67210 <p>Login to ejabberd WebAdmin -&gt; Nodes -&gt; your node -&gt; Database -&gt; on each pubsub table, switch to "delete content" -&gt; then click "Send"</p> Wed, 30 Nov 2016 12:14:13 +0000 badlop comment 67210 at https://www.ejabberd.im Indeed, I have confirmed it https://www.ejabberd.im/forum/28608/fixed-some-users-cannot-connect-anymore-1609-update-pubsub-errors#comment-67209 <p>Indeed, I have confirmed it is related to pubsub data : I managed to allow that user connect by disabling pubsub for the whole server. </p> <p>However, this is not really a solution, but just a workaround. It is totally acceptable to empty all the pubsub data.</p> <p>The database system used is Mnesia. Could you please explain me how I can delete the pusub table contents with Mnesia ?</p> Mon, 28 Nov 2016 23:12:07 +0000 TH-Gemini comment 67209 at https://www.ejabberd.im As you can see most of the https://www.ejabberd.im/forum/28608/fixed-some-users-cannot-connect-anymore-1609-update-pubsub-errors#comment-67204 <p>As you can see most of the elements in the XMPP packets are in binary format: &lt;&lt;"something"&gt;&gt;, and using the new xmlel. But somewhere in the log I can see plain strings: "something" and the old xmlelement. This probably indicates that migration of data in the database from old format to new format was not complete, maybe due to a bug in ejabberd.</p> <p>The good news is that apparently the half-migrated data is in the pubsub table. If you are using SQL, try to delete the entries in pubsub tables related to that user. If you are using mnesia, probably you don't know how to do this... is it acceptable for you to delete all the pubsub table contents?</p> Fri, 25 Nov 2016 16:08:48 +0000 badlop comment 67204 at https://www.ejabberd.im