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 174348 - ClassCastException: org.jivesoftware.smack.packet.DefaultPacketExtension cannot be cast to org.netbeans.modules.kenai.collab.chat.NotificationExtension
Summary: ClassCastException: org.jivesoftware.smack.packet.DefaultPacketExtension cann...
Status: RESOLVED DUPLICATE of bug 173223
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Becicka
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-12 12:24 UTC by Kenneth Ganfield
Modified: 2009-10-12 13:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 160006


Attachments
stacktrace (1.17 KB, text/plain)
2009-10-12 12:24 UTC, Kenneth Ganfield
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Ganfield 2009-10-12 12:24:55 UTC
This issue was originally marked as duplicate of issue 173223, that is already resolved. This issue is still valid, so this seems to be another issue, but it might be related.

Build: NetBeans IDE 6.8 M2 (Build 200910071658)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02-83, Java(TM) SE Runtime Environment, 1.6.0_13-b03-211
OS: Mac OS X, 10.5.8, x86_64

User Comments:
GUEST: Problem occured during opening NetBeans 6.8m2

kganfield: selecting chat room in chat window



Stacktrace: 
java.lang.ClassCastException: org.jivesoftware.smack.packet.DefaultPacketExtension cannot be cast to org.netbeans.modules.kenai.collab.chat.NotificationExtension
        at org.netbeans.modules.kenai.collab.chat.ChatPanel.getMessageBody(ChatPanel.java:922)
        at org.netbeans.modules.kenai.collab.chat.ChatPanel.insertMessage(ChatPanel.java:946)
        at org.netbeans.modules.kenai.collab.chat.ChatPanel$ChatListener$1.run(ChatPanel.java:543)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:633)
        at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:117)
Comment 1 Kenneth Ganfield 2009-10-12 12:24:59 UTC
Created attachment 89302 [details]
stacktrace
Comment 2 Jan Becicka 2009-10-12 13:10:01 UTC
Should be already fixed

*** This issue has been marked as a duplicate of 173223 ***