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 256448 - IllegalStateException: Not connected to server.
Summary: IllegalStateException: Not connected to server.
Status: NEW
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Kenai (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-08 19:13 UTC by Exceptions Reporter
Modified: 2015-11-08 19:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221042


Attachments
stacktrace (3.35 KB, text/plain)
2015-11-08 19:13 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-11-08 19:13:36 UTC
This bug was originally marked as duplicate of bug 188825, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) Client VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 7

User Comments:
GUEST: can't chat with team memebers




Stacktrace: 
java.lang.IllegalStateException: Not connected to server.
   at org.jivesoftware.smack.XMPPConnection.addPacketListener(XMPPConnection.java:747)
   at org.jivesoftware.smack.ChatManager.<init>(ChatManager.java:100)
   at org.jivesoftware.smack.XMPPConnection.getChatManager(XMPPConnection.java:575)
   at org.netbeans.modules.kenai.collab.chat.KenaiConnection.joinPrivate(KenaiConnection.java:224)
   at org.netbeans.modules.kenai.collab.chat.ChatPanel.<init>(ChatPanel.java:417)
   at org.netbeans.modules.kenai.collab.chat.ChatTopComponent.setActivePrivate(ChatTopComponent.java:351)
Comment 1 Exceptions Reporter 2015-11-08 19:13:39 UTC
Created attachment 157216 [details]
stacktrace