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 184253 - Impossible to work with kenai.com
Summary: Impossible to work with kenai.com
Status: CLOSED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Bugzilla (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-15 10:37 UTC by Jaromir Uhrik
Modified: 2010-05-03 09:08 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot attached... (135.94 KB, image/png)
2010-04-15 10:37 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2010-04-15 10:37:04 UTC
Created attachment 97427 [details]
Screenshot attached...

Product Version: NetBeans IDE 6.9 Beta (Build 201004142028)
Java: 1.6.0_17; Java HotSpot(TM) 64-Bit Server VM 14.3-b01-101
System: Mac OS X version 10.5.8 running on x86_64; MacRoman; en_US (nb)

Last days this week when I work in NetBeans with kenai.com the performance is terrible. Today I am even not able to log in - after tens of minutes I got every ~3 minutes the timeout dialog and the Team window shows still "Loading issues...".
Comment 1 Tomas Stupka 2010-04-15 12:31:42 UTC
e.g. when downloading the bugzilla configuration - https://kenai.com/bugzilla/confi.cgi?ctype=rdf, it took over 3 minutes to get the 5mb file over.
Comment 2 Jaromir Uhrik 2010-04-15 12:56:34 UTC
I have filed issue on kenai as:
http://kenai.com/jira/browse/KENAI-1936
Comment 3 Martin Fousek 2010-04-15 15:44:11 UTC
It seems that there is also spent a lot of time by kenai.com before sending data, see output from curl with date commands:

marfous@marfous-laptop:~$ date && wget 'https://kenai.com/bugzilla/config.cgi?ctype=rdf' && date
Thu Apr 15 17:20:34 CEST 2010
--2010-04-15 17:20:34--  https://kenai.com/bugzilla/config.cgi?ctype=rdf
Resolving kenai.com... 64.79.150.44
Connecting to kenai.com|64.79.150.44|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/rdf+xml]
Saving to: `config.cgi?ctype=rdf.3'

    [            <=>                ] 5,229,849   96.1K/s   in 59s     

2010-04-15 17:24:56 (87.1 KB/s) - `config.cgi?ctype=rdf' saved [5229849]
Thu Apr 15 17:24:56 CEST 2010

17:25 - 17:20,5 - 00:01 = about 3,5 minutes before sending
Comment 4 Martin Fousek 2010-04-27 12:31:39 UTC
It seems that there could be progress after move onto new machines in Pod B. I tried again my last attempt and I'm getting much better values for kenai2.com. There aren't all data from kenai.com, but the config file already have about 5mb.

marfous@marfous-laptop:/tmp$ date && wget 'https://kenai2.com/bugzilla/config.cgi?ctype=rdf' --no-check-certificate && date
Tue Apr 27 14:28:10 CEST 2010
--2010-04-27 14:28:10--  https://kenai2.com/bugzilla/config.cgi?ctype=rdf
Resolving kenai2.com... 192.9.164.100
Connecting to kenai2.com|192.9.164.100|:443... connected.
WARNING: certificate common name `kenai.com' doesn't match requested host name `kenai2.com'.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/rdf+xml]
Saving to: `config.cgi?ctype=rdf'

    [          <=>              ] 5,339,686    396K/s   in 14s     
2010-04-27 14:28:49 (363 KB/s) - `config.cgi?ctype=rdf' saved [5339686]
Tue Apr 27 14:28:49 CEST 2010

Transport time was about 40 seconds.
Comment 5 Jaromir Uhrik 2010-05-03 09:06:59 UTC
It is already fixed on the server. I have to confirm that the time of the transfer is about 40 seconds on my machine too.
Comment 6 Jaromir Uhrik 2010-05-03 09:08:42 UTC
Marking formally as Verified->Closed.