Projects tigase _server server-core Issues #731
NPE in AbstractComponent.processStanzaPacket() (#731)
Closed
Eric Dziewa opened 8 years ago

Lots of these errors have been found on blue.tigase.im.

Please check email with subject "More DDOS and Spam", addressed to team@tigase.org

which contains an attachment of the logfile if you need.

2016-11-14 07:14:43.121 [in_5-pubsub]      AbstractComponent.processStanzaPacket()  SEVERE: Exception caught: null when processing from=pubsub@green.sure.im, to=null, DATA=<presence to="short@exploit.im" type="unavailable" xmlns="jabber:client"><show>unavailable</show></presence>, SIZE=108, XMLNS=jabber:client, PRIORITY=PRESENCE, PERMISSION=NONE, TYPE=unavailable
tigase.component2.eventbus.EventBusException: Exception caught: null
	at tigase.component2.eventbus.DefaultEventBus.doFire(DefaultEventBus.java:100)
	at tigase.component2.eventbus.DefaultEventBus.fire(DefaultEventBus.java:107)
	at tigase.pubsub.modules.PresenceCollectorModule.firePresenceChangeEvent(PresenceCollectorModule.java:272)
	at tigase.pubsub.modules.PresenceCollectorModule.process(PresenceCollectorModule.java:456)
	at tigase.component2.modules.ModulesManager.process(ModulesManager.java:114)
	at tigase.component2.AbstractComponent.processStanzaPacket(AbstractComponent.java:248)
	at tigase.component2.AbstractComponent.processPacket(AbstractComponent.java:236)
	at tigase.pubsub.PubSubComponent.processPacket(PubSubComponent.java:631)
	at tigase.pubsub.cluster.PubSubComponentClustered.processPacket(SourceFile:205)
	at tigase.server.AbstractMessageReceiver$QueueListener.run(AbstractMessageReceiver.java:1431)
Caused by: java.lang.NullPointerException
	at tigase.pubsub.modules.ext.presence.PresencePerNodeExtension.getNodes(PresencePerNodeExtension.java:273)
	at tigase.pubsub.modules.ext.presence.PresencePerNodeExtension.process(PresencePerNodeExtension.java:342)
	at tigase.pubsub.modules.ext.presence.PresencePerNodeExtension$1.onPresenceChange(PresencePerNodeExtension.java:187)
	at tigase.pubsub.modules.PresenceCollectorModule$PresenceChangeHandler$PresenceChangeEvent.dispatch(PresenceCollectorModule.java:136)
	at tigase.pubsub.modules.PresenceCollectorModule$PresenceChangeHandler$PresenceChangeEvent.dispatch(PresenceCollectorModule.java:123)
	at tigase.component2.eventbus.DefaultEventBus.doFire(DefaultEventBus.java:89)
	at tigase.component2.eventbus.DefaultEventBus.fire(DefaultEventBus.java:107)
	at tigase.pubsub.modules.PresenceCollectorModule.firePresenceChangeEvent(PresenceCollectorModule.java:272)
	at tigase.pubsub.modules.PresenceCollectorModule.process(PresenceCollectorModule.java:456)
	at tigase.component2.modules.ModulesManager.process(ModulesManager.java:114)
	at tigase.component2.AbstractComponent.processStanzaPacket(AbstractComponent.java:248)
	at tigase.component2.AbstractComponent.processPacket(AbstractComponent.java:236)
	at tigase.pubsub.PubSubComponent.processPacket(PubSubComponent.java:631)
	at tigase.pubsub.cluster.PubSubComponentClustered.processPacket(SourceFile:205)
	at tigase.server.AbstractMessageReceiver$QueueListener.run(AbstractMessageReceiver.java:1431)
Bartosz Małkowski commented 8 years ago

Fixed in tigase-pubsub code.

issue 1 of 1
Type
Bug
Priority
Critical
Assignee
RedmineID
4724
Spent time
2h 30m
Issue Votes (0)
Watchers (0)
Reference
tigase/_server/server-core#731
Please wait...
Page is in error, reload to recover