[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:10:58 CST 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-21009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=203008#comment-203008 ]
marcelloceschia commented on ASTERISK-21009:
--------------------------------------------
the reason why we get this error, cfg in xmpp_pubsub_iq_create is null
debug:
[Feb 15 13:07:05] ERROR[30549]: res_xmpp.c:899 xmpp_pubsub_iq_create: cfg '(nil)'
[Feb 15 13:07:05] ERROR[30549]: res_xmpp.c:900 xmpp_pubsub_iq_create: cfg->global '(nil)'
> 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:
> *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
--
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