Projects tigase _server tigase-pubsub Issues #95
NullPointerException in PresenceCollectorRepository (#95)
Duplicate
wojciech.kapcia@tigase.net opened 4 years ago
[2020-04-13 11:32:58:758] [SEVERE  ] [           in_5-pubsub ] StanzaProcessor.processPacket()  : null when processing from=sess-man@ip-10-0-14-225.us-west-2.compute.internal, to=pubsub@ip-10-0-14-225.us-west-2.compute.internal, DATA=[presence to="…@tigase.org" type="unavailable" from="…@jabber.org" xmlns="jabber:client"][x xmlns="vcard-temp:x:update"][photo]4302224…ba79c72920cf[/photo][/x][delay xmlns="urn:xmpp:delay" stamp="2020-04-12T02:21:43Z" from="jabber.org"/][/presence], SIZE=278, XMLNS=jabber:client, PRIORITY=PRESENCE, PERMISSION=ADMIN, TYPE=unavailable, STABLE_ID=null
java.lang.NullPointerException
	at tigase.pubsub.repository.PresenceCollectorRepository$Entries.remove(PresenceCollectorRepository.java:156)
	at tigase.pubsub.repository.PresenceCollectorRepository.remove(PresenceCollectorRepository.java:128)
	at tigase.pubsub.cluster.PresenceCollectorRepositoryClustered.remove(SourceFile:41)
	at tigase.pubsub.modules.PresenceCollectorModule.removeJid(PresenceCollectorModule.java:220)
	at tigase.pubsub.modules.PresenceCollectorModule.process(PresenceCollectorModule.java:173)
	at tigase.component.modules.StanzaProcessor.process(StanzaProcessor.java:164)
	at tigase.component.modules.StanzaProcessor.processPacket(StanzaProcessor.java:85)
	at tigase.component.AbstractKernelBasedComponent.processPacket(AbstractKernelBasedComponent.java:81)
	at tigase.pubsub.PubSubComponent.processPacket(PubSubComponent.java:191)
	at tigase.pubsub.cluster.PubSubComponentClustered.processPacket(SourceFile:183)
	at tigase.server.AbstractMessageReceiver$QueueListener.run(AbstractMessageReceiver.java:1401)
wojciech.kapcia@tigase.net commented 4 years ago

Full stanza:

<presence to="kobit@tigase.org" type="unavailable" from="stpeter@jabber.org" xmlns="jabber:client">
    <x xmlns="vcard-temp:x:update">
        <photo>43022249bf93637a75c73513edb8ba79c72920cf</photo>
    </x>
    <delay xmlns="urn:xmpp:delay" stamp="2020-04-12T02:21:43Z" from="jabber.org"/>
</presence>
Andrzej Wójcik (Tigase) commented 4 years ago

I'll take care of that as I've solved this issue in a newer version of PubSub.

Andrzej Wójcik (Tigase) commented 4 years ago

The issue was in PresenceCollectorRepository class which was introduced in the MIX branch, so it will not be a part of the 8.1.0 release.

That issue was fixed in #issue #96 (most likely this was created for 8.1.0 while the issue existed only in the MIX branch).

issue 1 of 1
Type
Bug
Priority
Normal
Assignee
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/tigase-pubsub#95
Please wait...
Page is in error, reload to recover