This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 159676

Summary: Can't join a conversation, an exception is thrown after accepting the invitation
Product: obsolete Reporter: mperezma <mperezma>
Component: collabAssignee: issues@obsolete <issues>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description mperezma 2009-03-05 12:22:44 UTC
When working with OpenFire 3.6.3 installed as described in http://wiki.netbeans.org/CollabServer, we can not invite a
third contact to join a conversation. This contact will see the dialog inviting to join, but after accepting it nothing
happens but an exception:

org.netbeans.lib.collab.RecipientUnvailableException:
    at org.netbeans.lib.collab.xmpp.XMPPSession.getCollaborationException(XMPPSession.java:3704)
    at org.netbeans.lib.collab.xmpp.XMPPConference._join(XMPPConference.java:1018)
    at org.netbeans.lib.collab.xmpp.XMPPConference.join(XMPPConference.java:715)
    at org.netbeans.lib.collab.xmpp.XMPPConference.join(XMPPConference.java:708)
    at org.netbeans.modules.collab.provider.im.IMCollabSession.onInvite(IMCollabSession.java:595)
    at org.netbeans.lib.collab.xmpp.XMPPConferenceService$InviteNotifier.run(XMPPConferenceService.java:364)
    at org.netbeans.lib.collab.util.Worker.run(Worker.java:222)
[catch] at java.lang.Thread.run(Thread.java:619)
Comment 1 mperezma 2009-03-06 21:20:15 UTC
Thanks to Jitka for sharing this workarround:

- created permanent room in 'Group Chat' -> 'Room Administration'
- added all our members to Room Admins in User Permissions for this room
- created bookmark for this permanent room in 'Server' -> 'Client
Management' -> 'Group Chat Bookmarks' for all users with 'auto join' setting
and now in collaboration view we can see this room in conversations, and
when any of our members opens it, he/she joins it without problem and
chat & file sharing works just fine.

Comment 2 Antonin Nebuzelsky 2009-06-02 14:57:47 UTC
Reassigning to issues@collab. Collab Support plugin is not actively maintained.

Obsoleted in 6.7 by the newly introduced integration with Project Kenai, a
collaborative environment for developers to host their open-source projects,
which includes also a chat service.
Comment 3 Jan Chalupa 2011-11-28 09:03:03 UTC
Obsolete issue. Closing.