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 185879 - Corrupt dev downloads ?
Summary: Corrupt dev downloads ?
Status: RESOLVED FIXED
Alias: None
Product: www
Classification: Unclassified
Component: Downloads (show other bugs)
Version: 6.x
Hardware: PC All
: P2 normal (vote)
Assignee: rnovak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-11 08:41 UTC by artisan
Modified: 2010-06-18 15:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
browser window (29.75 KB, image/png)
2010-05-11 11:24 UTC, artisan
Details
Dialog (8.86 KB, image/png)
2010-05-12 13:15 UTC, jmborer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description artisan 2010-05-11 08:41:34 UTC
For a few days already there's something fishy with the dev downloads.

Have a look at http://bits.netbeans.org/download/trunk/nightly/latest/. That's not exactly a Netbeans release, is it ?

Downloading earlier versions yields a ".download" file. Apparently a zip archive. But not a Netbeans release either.

Just signalling the problem ... :-)

Apart from this, Netbeans is a great product I'm HUGELY appreciating !
Comment 1 rnovak 2010-05-11 11:15:29 UTC
I can not reproduce the problem. Could you, please, provide more details or steps what you did ? It is possible it got fixed - recently I did some change on the download site.
Comment 2 artisan 2010-05-11 11:23:58 UTC
This is how I proceed

1) Open url http://netbeans.org/index.html
2) Press the big orange button "Download Free Netbeans 6.8 IDE".
3) Select the "development" link, top right of the screen.

The development link points to "http://bits.netbeans.org/download/trunk/nightly/latest/" which shows the screen of the included screenshot. A file list really.
Comment 3 artisan 2010-05-11 11:24:33 UTC
Created attachment 98752 [details]
browser window
Comment 4 artisan 2010-05-11 17:16:48 UTC
I think the file list issue is fixed.

And I THINK the ".download" file is simply a case of wrong file extensions. According to the screen it should be a ".sh" file. But what comes through the wire is a ".download" file. Looking to it with a text editor though shows "#!/bin/sh" at the first line. Which is typically a shell unix script.
Comment 5 dlipin 2010-05-11 18:42:24 UTC
> Looking to it with a text editor though shows "#!/bin/sh" at the first line.
> Which is typically a shell unix script.

Yes, that is correct and expected to be so :) Probably .download is the resulting file that your browser/download gives (for some reason) after (or during) downloading the file.
Comment 6 artisan 2010-05-11 18:54:29 UTC
Well... it looks you're both right and wrong. :-)

Chrome gives me since a few days ".download" files. And they remain as such. While FF gives me the correct ".sh" files.

I'm pretty sure I haven't changed my chrome settings though.
Comment 7 dlipin 2010-05-11 19:06:07 UTC
> Chrome gives me since a few days ".download" files.
Is the download completed? Are the size and md5 the same as listed on the download pages?
Does installer run if you execute the file using sh?
sh <filename>.download

Robert (rnovak), btw were any changes on bits.netbeans.org recently in Apache configuration area?
Comment 8 artisan 2010-05-11 19:37:01 UTC
It seems to work fine and the MD5 checks out okay too. So it's really about a difference in how the browsers handle the downloaded stream.
Comment 9 jmborer 2010-05-12 13:15:01 UTC
Created attachment 98847 [details]
Dialog

Today all downloaded dev (latest and yesterday 05/11) builds for Windows are corrupted: the download is OK uncompressing also, but then I get this window
Comment 10 jmborer 2010-05-12 13:31:12 UTC
I don't know if it is our proxy server that corrupts the nightlies, because the MD5 don't match. However 6.8 for example is ok: works and MD5 is the same as on the download page. This means that our proxy can work and that my MD5 tool is fine too.
Comment 11 dlipin 2010-05-12 13:50:16 UTC
Do you download them with Google Chrome? Does Firefox (or some special download manager) gives the same result?
Comment 12 jmborer 2010-05-12 14:09:07 UTC
I download with Chrome. 

In the meantime I managed to successfully download the latest nightly build. I don't know what happened.
Comment 13 rnovak 2010-06-18 15:08:34 UTC
I'm closing the issue since there are no further reports of download problem. Feel free to re-open if there are any.