dionnejkelly / parrot-im

Automatically exported from code.google.com/p/parrot-im
0 stars 0 forks source link

Cannot add/remove friends in Parrot IM on cmpt275testing@gmail.com #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Priority: High

Issue: It isn't possible to add/remove friends on only this account. There 
is a Smack error: NullPointerException, for what appears to be a 
RosterPacket.Subscription issue.

To reproduce: 
Add a friend.

Details:
When roster.createEntry() is called, the exception is thrown:
java.lang.NullPointerException: Name is null
    at java.lang.Enum.valueOf(Unknown Source)
    at 
org.jivesoftware.smack.packet.RosterPacket$ItemType.valueOf(RosterPacket.ja
va:268)
    at 
org.jivesoftware.smack.PacketReader.parseRoster(PacketReader.java:697)
    at 
org.jivesoftware.smack.PacketReader.parseIQ(PacketReader.java:582)
    at 
org.jivesoftware.smack.PacketReader.parsePackets(PacketReader.java:275)
    at 
org.jivesoftware.smack.PacketReader.access$000(PacketReader.java:44)
    at org.jivesoftware.smack.PacketReader$1.run(PacketReader.java:76)

This error is also documented online, and there is no known resolution:
http://www.igniterealtime.org/issues/browse/SMACK-232

Resolution:
Unknown at this point. It is possible to add friends on other clients for 
cmpt275testing, but not on Parrot IM. Add/Remove friends works perfectly on 
Parrot IM for other accounts.

It may be a "subscription" issue. Please investigate the documentation at: 
http://www.igniterealtime.org/builds/smack/docs/latest/documentation/

Original issue reported on code.google.com by kevin.f...@gmail.com on 26 Jun 2009 at 6:54

GoogleCodeExporter commented 8 years ago
...And now this happens on parrotim.test, also. We have to figure this out 
tonight. No 
sleeping for me.

Original comment by kevin.f...@gmail.com on 26 Jun 2009 at 6:58

GoogleCodeExporter commented 8 years ago
spark has the same problem, right? We can bring it up in the presentation.

Original comment by shichan....@gmail.com on 26 Jun 2009 at 4:11

GoogleCodeExporter commented 8 years ago
Does not happen anymore. Temporarily concluded that it was an error with 
Google's 
servers.

Original comment by kevin.f...@gmail.com on 6 Jul 2009 at 4:08