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 113811 - error in opening zip file
Summary: error in opening zip file
Status: CLOSED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: ehucka
URL:
Keywords: T9Y
Depends on:
Blocks:
 
Reported: 2007-08-26 14:29 UTC by Oleg Khokhlov
Modified: 2011-02-17 09:38 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
build log (4.98 KB, application/octet-stream)
2007-08-26 14:30 UTC, Oleg Khokhlov
Details
getting xtest (10.19 KB, application/octet-stream)
2007-08-26 14:31 UTC, Oleg Khokhlov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Khokhlov 2007-08-26 14:29:41 UTC
Tests don't start because of java.io.IOException: org.netbeans.test4u.plugin.TimestamperException:
java.util.zip.ZipException: error in opening zip file

It happens for build (log-fragment-build.txt)
It happens for xtest (log-fragment-xtest.txt)

I checked downloaded zip files (for build and xtest) and always they have less size than original files.

For now all performance tests are blocked by this bug.
Comment 1 Oleg Khokhlov 2007-08-26 14:30:16 UTC
Created attachment 47411 [details]
build log
Comment 2 Oleg Khokhlov 2007-08-26 14:31:12 UTC
Created attachment 47412 [details]
getting xtest
Comment 3 _ alexpetrov 2007-08-27 13:36:30 UTC
The same problem occurs with Visual Web Pack DB tests.
They're also blocked by this bug.
Comment 4 ehucka 2007-08-27 14:05:31 UTC
I am working on it.
Comment 5 ehucka 2007-08-27 18:30:45 UTC
There were some troubles with unflashed buffered streams. Please verify.
Comment 6 Oleg Khokhlov 2007-08-27 19:14:50 UTC
I see performance tests started without problems.
Seems fixed to me.
Thanks a lot!