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 170312 - IllegalStateException: Not connected to server.
Summary: IllegalStateException: Not connected to server.
Status: RESOLVED FIXED
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: RANDOM
Depends on:
Blocks:
 
Reported: 2009-08-13 11:06 UTC by Jeffrey Rubinoff
Modified: 2009-11-04 10:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 155734


Attachments
stacktrace (865 bytes, text/plain)
2009-08-13 11:06 UTC, Jeffrey Rubinoff
Details
stacktrace (966 bytes, text/plain)
2009-10-30 16:52 UTC, rafael_sc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeffrey Rubinoff 2009-08-13 11:06:18 UTC
This issue was originally marked as duplicate of issue 165488, 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 200908022240)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows Vista, 6.0, x86

User Comments:
jeff_rubinoff: Trying to log into Kenai



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.netbeans.modules.kenai.api.Kenai.login(Kenai.java:149)
        at org.netbeans.modules.kenai.ui.spi.UIUtils$2$1.run(UIUtils.java:208)
Comment 1 Jeffrey Rubinoff 2009-08-13 11:06:29 UTC
Created attachment 86185 [details]
stacktrace
Comment 2 Jan Becicka 2009-08-31 09:59:36 UTC
it looks like xmpp server was down?
Comment 3 rafael_sc 2009-10-30 16:52:00 UTC
This issue was originally marked as duplicate of issue 165488, 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 Beta (Build 200910212001)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows 7, 6.1, x86

User Comments: 
startin a php project


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.netbeans.modules.kenai.api.Kenai.xmppConnect(Kenai.java:591)
        at org.netbeans.modules.kenai.api.Kenai.login(Kenai.java:218)
Comment 4 rafael_sc 2009-10-30 16:52:04 UTC
Created attachment 90325 [details]
stacktrace
Comment 5 Jan Becicka 2009-11-03 15:39:55 UTC
fixed in cdev
Comment 6 Quality Engineering 2009-11-04 10:53:58 UTC
Integrated into 'main-golden', will be available in build *200911040201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d7a73491e389
User: Jan Becicka <jbecicka@netbeans.org>
Log: #170312: IllegalStateException: Not connected to server.