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 165581 - No response from server: for one of the chatrooms
Summary: No response from server: for one of the chatrooms
Status: CLOSED 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:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-20 10:34 UTC by Marian Mirilovic
Modified: 2010-04-22 10:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
output from curl -k --user MarianMirilovic https://kenai.com/api/projects/mine.json (2.04 KB, text/plain)
2009-05-20 16:55 UTC, Marian Mirilovic
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2009-05-20 10:34:16 UTC
NB DEv (200904200200), JDK6u14

I've got an exception after log-in into Kenai in IDE. I have to say that I see Kenai project in the list of projects in
Kenai dashboard, but I do not see the same project in My Projects through web. So probably it's just inconsistent state 
of kenai.com


INFO [org.netbeans.modules.kenai.collab.chat.KenaiConnection]: Cannot join kenai@muc.kenai.com
No response from server.: 
	at org.jivesoftware.smackx.muc.MultiUserChat.join(MultiUserChat.java:468)
	at org.jivesoftware.smackx.muc.MultiUserChat.join(MultiUserChat.java:362)
	at org.netbeans.modules.kenai.collab.chat.KenaiConnection.join(KenaiConnection.java:137)
	at org.netbeans.modules.kenai.collab.chat.KenaiConnection.createChat(KenaiConnection.java:129)
	at org.netbeans.modules.kenai.collab.chat.KenaiConnection.initChats(KenaiConnection.java:238)
	at org.netbeans.modules.kenai.collab.chat.KenaiConnection.tryConnect(KenaiConnection.java:164)
	at org.netbeans.modules.kenai.collab.chat.KenaiConnection$1.run(KenaiConnection.java:297)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:577)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1030)
Comment 1 Petr Dvorak 2009-05-20 11:06:25 UTC
> I have to say that I see Kenai project in the list of projects in
> Kenai dashboard, but I do not see the same project in My Projects through web.

This is OK, you can add any project in the Kenai dashboard... it is not in sync with the web ui (which was already
identified as a potential problem by a netcat user - he thought adding a project in the dashboard=bookmarking the project).
Comment 2 Marian Mirilovic 2009-05-20 16:14:00 UTC
2joshis:
ok, but it's bold as all other my projects ;(
Comment 3 Petr Dvorak 2009-05-20 16:24:02 UTC
mmirilovic: yes, there really is the bug... we have discussed with jbecicka already... Kenai server issue: Kenai API
says you are in the project, but actually you are not.
Comment 4 Jan Becicka 2009-05-20 16:27:14 UTC
I improved this kind of situations, please retest tomorrow. Thanks
Comment 5 Jan Becicka 2009-05-20 16:34:23 UTC
Mariane, please do
curl -k --user mariansusername https://kenai.com/api/projects/mine.json
and attach output, thanks
Comment 6 Marian Mirilovic 2009-05-20 16:55:42 UTC
Created attachment 82498 [details]
output from curl -k --user MarianMirilovic https://kenai.com/api/projects/mine.json
Comment 7 Jan Becicka 2009-05-21 11:18:04 UTC
I see 2 issues here.
1. Kenai database is not consistent in your case. mine.json shows, that you are member of kenai project, but you said,
that you are not
2. Exception itself: should be fixed by 4d168bc8c4df


Comment 8 Marian Mirilovic 2010-04-22 10:34:44 UTC
v/c