[asterisk-bugs] [JIRA] (ASTERISK-21009) xmpp_pubsub_unsubscribe: Could not create IQ when creating pubsub unsubscription on client
marcelloceschia (JIRA)
noreply at issues.asterisk.org
Fri Feb 15 06:37:58 CST 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-21009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
marcelloceschia updated ASTERISK-21009:
---------------------------------------
Description:
during module unload res_xmpp.so I always get this warnings:
{noformat}
*CLI> module unload res_xmpp.so
-- Message technology handler 'xmpp' unregistered.
== Unregistered application 'JabberSend'
== Unregistered application 'JabberSendGroup'
== Unregistered application 'JabberStatus'
== Unregistered application 'JabberJoin'
== Unregistered application 'JabberLeave'
== Manager unregistered action JabberSend
== Unregistered custom function JABBER_STATUS
== Unregistered custom function JABBER_RECEIVE
res_xmpp.c line 895 (xmpp_pubsub_iq_create): Error obtaining read lock: Resource deadlock avoided
[Jan 29 14:38:08] ERROR[13437]: res_xmpp.c:1246 xmpp_pubsub_unsubscribe: Could not create IQ when creating pubsub unsubscription on client 'asterisk02'
res_xmpp.c line 895 (xmpp_pubsub_iq_create): Error obtaining read lock: Resource deadlock avoided
[Jan 29 14:38:08] ERROR[13437]: res_xmpp.c:1246 xmpp_pubsub_unsubscribe: Could not create IQ when creating pubsub unsubscription on client 'asterisk02'
Unloaded res_xmpp.so
{noformat}
was:
during module unload res_xmpp.so I always get this warnings:
*CLI> module unload res_xmpp.so
-- Message technology handler 'xmpp' unregistered.
== Unregistered application 'JabberSend'
== Unregistered application 'JabberSendGroup'
== Unregistered application 'JabberStatus'
== Unregistered application 'JabberJoin'
== Unregistered application 'JabberLeave'
== Manager unregistered action JabberSend
== Unregistered custom function JABBER_STATUS
== Unregistered custom function JABBER_RECEIVE
res_xmpp.c line 895 (xmpp_pubsub_iq_create): Error obtaining read lock: Resource deadlock avoided
[Jan 29 14:38:08] ERROR[13437]: res_xmpp.c:1246 xmpp_pubsub_unsubscribe: Could not create IQ when creating pubsub unsubscription on client 'asterisk02'
res_xmpp.c line 895 (xmpp_pubsub_iq_create): Error obtaining read lock: Resource deadlock avoided
[Jan 29 14:38:08] ERROR[13437]: res_xmpp.c:1246 xmpp_pubsub_unsubscribe: Could not create IQ when creating pubsub unsubscription on client 'asterisk02'
Unloaded res_xmpp.so
> xmpp_pubsub_unsubscribe: Could not create IQ when creating pubsub unsubscription on client
> ------------------------------------------------------------------------------------------
>
> Key: ASTERISK-21009
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-21009
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Resources/res_xmpp
> Affects Versions: 11.2.1
> Environment: linux x64
> Reporter: marcelloceschia
> Assignee: Rusty Newton
> Attachments: xmpp.conf, xmpp_pubsub_unsubscribe.txt
>
>
> during module unload res_xmpp.so I always get this warnings:
> {noformat}
> *CLI> module unload res_xmpp.so
> -- Message technology handler 'xmpp' unregistered.
> == Unregistered application 'JabberSend'
> == Unregistered application 'JabberSendGroup'
> == Unregistered application 'JabberStatus'
> == Unregistered application 'JabberJoin'
> == Unregistered application 'JabberLeave'
> == Manager unregistered action JabberSend
> == Unregistered custom function JABBER_STATUS
> == Unregistered custom function JABBER_RECEIVE
> res_xmpp.c line 895 (xmpp_pubsub_iq_create): Error obtaining read lock: Resource deadlock avoided
> [Jan 29 14:38:08] ERROR[13437]: res_xmpp.c:1246 xmpp_pubsub_unsubscribe: Could not create IQ when creating pubsub unsubscription on client 'asterisk02'
> res_xmpp.c line 895 (xmpp_pubsub_iq_create): Error obtaining read lock: Resource deadlock avoided
> [Jan 29 14:38:08] ERROR[13437]: res_xmpp.c:1246 xmpp_pubsub_unsubscribe: Could not create IQ when creating pubsub unsubscription on client 'asterisk02'
> Unloaded res_xmpp.so
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list