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 165488

Summary: IllegalStateException: Not connected to server.
Product: connecteddeveloper Reporter: Jaromir Uhrik <juhrik>
Component: ChatAssignee: Jan Becicka <jbecicka>
Status: RESOLVED FIXED    
Severity: blocker CC: ammarabdulsalam, develop7, maxsap, rmplus
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=151418
Issue Type: DEFECT Exception Reporter: 151418
Attachments: stacktrace
stacktrace
stacktrace

Description Jaromir Uhrik 2009-05-19 12:47:02 UTC
Build: NetBeans IDE Dev (Build 200905190201)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.7, i386

User Comments:
juhrik: created new user on kenai and added the acount to observe one project. Logged in to kenai and then expanded the project node in Kenai dashboard. Then the exception appeared.



Stacktrace: 
org.openide.util.RequestProcessor$Item: task failed: java.lang.IllegalStateException: Not connected to server.
        at org.openide.util.RequestProcessor$Item.fillInStackTrace(RequestProcessor.java:853)
        at java.lang.Throwable.<init>(Throwable.java:181)
        at java.lang.Exception.<init>(Exception.java:29)
        at org.openide.util.RequestProcessor$Item.<init>(RequestProcessor.java:819)
        at org.openide.util.RequestProcessor$Task.schedule(RequestProcessor.java:629)
        at org.openide.util.RequestProcessor.post(RequestProcessor.java:295)
Comment 1 Jaromir Uhrik 2009-05-19 12:47:06 UTC
Created attachment 82381 [details]
stacktrace
Comment 2 Jan Becicka 2009-05-22 07:58:09 UTC
Any steps to reproduce? It works for me.
Comment 3 Jan Becicka 2009-05-22 08:02:51 UTC
I did some improvements in synchronization:
http://hg.netbeans.org/main-golden/rev/13b3dac1d1ad

Is it reproducible with fresh build?
Thanks
Comment 4 Jaromir Uhrik 2009-06-18 09:29:39 UTC
Cannot reproduce this issue, it is probably fixed.
Comment 5 ammarabdulsalam 2009-08-02 10:33:35 UTC
Build: NetBeans IDE 6.7 (Build 200906241340)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows Vista, 6.0, x86

User Comments: 


Stacktrace: 
java.lang.IllegalStateException: Not connected to server.
        at org.jivesoftware.smack.XMPPConnection.sendPacket(XMPPConnection.java:729)
        at org.jivesoftware.smack.NonSASLAuthentication.authenticate(NonSASLAuthentication.java:70)
        at org.jivesoftware.smack.SASLAuthentication.authenticate(SASLAuthentication.java:345)
        at org.jivesoftware.smack.XMPPConnection.login(XMPPConnection.java:395)
        at org.jivesoftware.smack.XMPPConnection.login(XMPPConnection.java:349)
        at org.netbeans.modules.kenai.collab.chat.KenaiConnection.login(KenaiConnection.java:243)
Comment 6 ammarabdulsalam 2009-08-02 10:33:42 UTC
Created attachment 85654 [details]
stacktrace
Comment 7 rmplus 2009-08-13 11:18:20 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.lang.IllegalStateException: Not connected to server.
        at org.jivesoftware.smack.XMPPConnection.sendPacket(XMPPConnection.java:729)
        at org.jivesoftware.smack.NonSASLAuthentication.authenticate(NonSASLAuthentication.java:70)
        at org.jivesoftware.smack.SASLAuthentication.authenticate(SASLAuthentication.java:345)
        at org.jivesoftware.smack.XMPPConnection.login(XMPPConnection.java:395)
        at org.jivesoftware.smack.XMPPConnection.login(XMPPConnection.java:349)
        at org.netbeans.modules.kenai.collab.chat.KenaiConnection.login(KenaiConnection.java:243)
Comment 8 rmplus 2009-08-13 11:18:24 UTC
Created attachment 86187 [details]
stacktrace
Comment 9 Jan Becicka 2009-08-13 14:36:56 UTC
kenai xmpp seems to be down again