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 168095 - AssertionError: Chat room chatroomtest already joined
Summary: AssertionError: Chat room chatroomtest already joined
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Chat (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Becicka
URL: http://statistics.netbeans.org/except...
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2009-07-03 15:37 UTC by Antonin Nebuzelsky
Modified: 2009-11-20 15:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 153307


Attachments
stacktrace (1.27 KB, text/plain)
2009-07-03 15:37 UTC, Antonin Nebuzelsky
Details
stacktrace (1.27 KB, text/plain)
2009-08-18 20:28 UTC, Martin Balin
Details
stacktrace (1.27 KB, text/plain)
2009-11-20 15:29 UTC, cbulcu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonin Nebuzelsky 2009-07-03 15:37:00 UTC
This issue was originally marked as duplicate of issue 162672, that is already resolved. This issue is still valid, so this seems to be another issue, but it might be related.

Build: NetBeans IDE Dev (Build 200907010200)
VM: Java HotSpot(TM) Client VM, 14.0-b15, Java(TM) SE Runtime Environment, 1.6.0_14-b07
OS: Linux, 2.6.27-11-generic, i386

User Comments:
anebuzelsky: I was asked to Login to Kenai when I clicked the action in notification area to read a chat message. When I clicked Login, the exception was raised.



Stacktrace: 
java.lang.AssertionError: Chat room chatroomtest already joined
        at org.netbeans.modules.kenai.collab.chat.KenaiConnection.join(KenaiConnection.java:157)
        at org.netbeans.modules.kenai.collab.chat.ChatPanel.<init>(ChatPanel.java:279)
        at org.netbeans.modules.kenai.collab.chat.ChatTopComponent.putChats(ChatTopComponent.java:421)
        at org.netbeans.modules.kenai.collab.chat.ChatTopComponent.access$700(ChatTopComponent.java:95)
        at org.netbeans.modules.kenai.collab.chat.ChatTopComponent$6.run(ChatTopComponent.java:222)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
Comment 1 Antonin Nebuzelsky 2009-07-03 15:37:06 UTC
Created attachment 84340 [details]
stacktrace
Comment 2 Jan Becicka 2009-07-17 08:58:59 UTC
probably some race condition. Is it reproducible?
Comment 3 Antonin Nebuzelsky 2009-07-22 13:19:33 UTC
> Is it reproducible?

I tried now and did not see it this time.
Comment 4 Jan Becicka 2009-08-06 10:31:30 UTC
no more reports of this issue. Probably fixed.
Comment 5 Martin Balin 2009-08-18 20:28:16 UTC
Build: NetBeans IDE Dev (Build 200908171401)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows Vista, 6.0, x86

User Comments: 


Stacktrace: 
java.lang.AssertionError: Chat room netbeans-qe-chat already joined
        at org.netbeans.modules.kenai.collab.chat.KenaiConnection.join(KenaiConnection.java:201)
        at org.netbeans.modules.kenai.collab.chat.ChatPanel.<init>(ChatPanel.java:348)
        at org.netbeans.modules.kenai.collab.chat.ChatTopComponent.putChats(ChatTopComponent.java:439)
        at org.netbeans.modules.kenai.collab.chat.ChatTopComponent.access$700(ChatTopComponent.java:71)
        at org.netbeans.modules.kenai.collab.chat.ChatTopComponent$6.run(ChatTopComponent.java:202)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
Comment 6 Martin Balin 2009-08-18 20:28:22 UTC
Created attachment 86413 [details]
stacktrace
Comment 7 cbulcu 2009-11-20 15:29:09 UTC
Created attachment 91454 [details]
stacktrace