You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.
2020-02-28 14:27:45,983 [main] ERROR eu.transkribus.swt_gui.mainwidget.TrpMainWidget - IO-Error during update - Error during update:
invalid code lengths set - invalid code lengths set
java.util.zip.ZipException: invalid code lengths set
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:164)
at java.util.zip.ZipInputStream.read(ZipInputStream.java:194)
at java.io.FilterInputStream.read(FilterInputStream.java:107)
at eu.transkribus.util.SebisZipUtils.unzip(SebisZipUtils.java:87)
at eu.transkribus.swt_gui.dialogs.ProgramUpdaterDialog$3.run(ProgramUpdaterDialog.java:277)
at eu.transkribus.swt.progress.ProgressBarDialog$1.call(ProgressBarDialog.java:135)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
The text was updated successfully, but these errors were encountered:
Same user reported that the current release could still not be downloaded.
2020-03-07 11:10:18,136 [main] ERROR eu.transkribus.swt_gui.mainwidget.TrpMainWidget - IO-Error during update - Error during update:
Unexpected end of ZLIB input stream - Unexpected end of ZLIB input stream
java.io.EOFException: Unexpected end of ZLIB input stream
at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:240)
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
at java.util.zip.ZipInputStream.read(ZipInputStream.java:194)
at java.io.FilterInputStream.read(FilterInputStream.java:107)
at eu.transkribus.util.SebisZipUtils.unzip(SebisZipUtils.java:87)
at eu.transkribus.swt_gui.dialogs.ProgramUpdaterDialog$3.run(ProgramUpdaterDialog.java:277)
at eu.transkribus.swt.progress.ProgressBarDialog$1.call(ProgressBarDialog.java:135)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Server log again shows different content-length values transmitted:
User reported that the download of updates aborts.
No error in tomcat log, but the content-length in the apache log differs on subsequent tries:
Error on client:
The text was updated successfully, but these errors were encountered: