Removing alert message is alerted again and again

I just disalbled shared group…then… an alert appeard… like this

“User A removed you in his roster”

but…after logout and login…

this message is alerted again!!

whenever I login…It works again and again… what’'s wrong???

first, My user and groups are like these…

Group 1 { A, B, C } shared with all user

Group 2 { D, E, F, G } shared with all user

Group 3 { D, E} shared with group member

after changing group configiruation of Group 1

Group 1 { A, B, C } shared with follow group (Group 2) <-- changed this conf

Group 2 { D, E, F, G } shared with all user

Group 3 { D, E} shared with group member

at this time… Above alert messge appeared… what’'s the problem??

I’'m trying to solve this problem… so I run embedded-db-viewer.bat…

I found that in jiveroster table, the values of sub,ask,recv are “0, -1, 2”

so… I changed the value sub 0 -> 3, recv 2 -> -1

then…the removed messag was not appeared

hm…I don’'t know the exact meaning of value of sub, ask, recv…

Who can explain these values sub, ask, recv to me more finely…?

and… why the member which has values of recv ‘‘2’’ is shown as a removed roster?

removed member must be deleted from the db… what do you think of?

Message was edited by: mincando

Hi Mincando.

did you get any explanation about the jiveroster meaning of values sub, ask, recv?

I’'m trying to solve this problem… so I run embedded-db-viewer.bat…

I found that in jiveroster table, the values of sub,ask,recv are “0, -1, 2”

so… I changed the value sub 0 -> 3, recv 2 -> -1

then…the removed messag was not appeared

hm…I don’'t know the exact meaning of value of sub, ask, recv…

Who can explain these values sub, ask, recv to me more finely…?

thanks for your advice.

pete.

Hi Pete,

take a look at http://www.igniterealtime.org/fisheye/browse/svn-org/wildfire/trunk/src/java/org /jivesoftware/wildfire/roster/RosterItem.java?r=5089

LG

Hi LG.

Thanks a lot, this will help.