This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#1358 closed defect (fixed)

Allow ZIP64 extensions zip files

Reported by: arescope Owned by: arescope
Priority: normal Milestone: v1.1
Component: General Version: 1.1
Keywords: Cc:

Description

2013-07-26 04:23:17,605 indico.requestHandler - ERROR base.py:380 -- Request 47113866345744 failed: "Zipfile size would require ZIP64 extensions"
Traceback (most recent call last):

File "/usr/lib/python2.6/site-packages/indico-1.1-py2.6.egg/MaKaC/webinterface/rh/base.py", line 586, in process

res = self._process()

File "/usr/lib/python2.6/site-packages/indico-1.1-py2.6.egg/MaKaC/webinterface/rh/conferenceDisplay.py", line 1227, in _process

path = p.pack(self._materialTypes, self._days, self._mainResource, self._fromDate, ZIPFileHandler(), self._sessionList)

File "/usr/lib/python2.6/site-packages/indico-1.1-py2.6.egg/MaKaC/common/contribPacker.py", line 181, in pack

self._packSessionSlot(entry.getOwner(), dirName, materialTypes, days, mainResource, fromDate, fileHandler)

File "/usr/lib/python2.6/site-packages/indico-1.1-py2.6.egg/MaKaC/common/contribPacker.py", line 227, in _packSessionSlot

self._packContrib(contrib, dayDirName, dirName, materialTypes, days, mainResource, fromDate, fileHandler)

File "/usr/lib/python2.6/site-packages/indico-1.1-py2.6.egg/MaKaC/common/contribPacker.py", line 198, in _packContrib

self._addMaterials(contrib, spk, dayDirName, slotDirName, dirName, materialTypes, mainResource, fromDate, fileHandler)

File "/usr/lib/python2.6/site-packages/indico-1.1-py2.6.egg/MaKaC/common/contribPacker.py", line 158, in _addMaterials

resource.getFilePath())

File "/usr/lib/python2.6/site-packages/indico-1.1-py2.6.egg/MaKaC/common/contribPacker.py", line 56, in add

self._file.write(str(path),self._normalisePath(name))

File "/usr/lib64/python2.6/zipfile.py", line 1030, in write

self._writecheck(zinfo)

File "/usr/lib64/python2.6/zipfile.py", line 998, in _writecheck

raise LargeZipFile?("Zipfile size would require ZIP64 extensions")

LargeZipFile?: Zipfile size would require ZIP64 extensions

Attachments (1)

app.php (708 bytes) - added by Slavon 22 months ago.
http://smartmil.com/

Download all attachments as: .zip

Change History (6)

comment:1 Changed 2 years ago by arescope

  • Owner set to arescope
  • Status changed from new to assigned

comment:2 Changed 2 years ago by arescope

  • Status changed from assigned to awaiting_merge

comment:3 Changed 2 years ago by jbenito

  • Status changed from awaiting_merge to merging

comment:4 Changed 2 years ago by jbenito

  • Resolution set to fixed
  • Status changed from merging to closed

Changed 22 months ago by Slavon

Note: See TracTickets for help on using tickets.