Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.util.zip.DataFormatException: invalid distance too far back #39

Open
iromeo opened this issue Apr 25, 2018 · 0 comments
Open

java.util.zip.DataFormatException: invalid distance too far back #39

iromeo opened this issue Apr 25, 2018 · 0 comments

Comments

@iromeo
Copy link
Contributor

iromeo commented Apr 25, 2018

Url: https://www.encodeproject.org/files/ENCFF213XMK/@@download/ENCFF213XMK.bigBed
Occurs when fast scrolling in browser (0.8.0)

[Apr 26, 2018 01:25:00 ERROR root] [@46] java.util.zip.DataFormatException: invalid distance too far back
  offset=373385, limit=13373546, size=13839, compressed size=13839
  remaining=13839, uncompressedSize=0
  uncompressBufSize=30382

[Apr 26, 2018 01:25:00 ERROR RenderComponent] invalid distance too far back
Caused by: ERROR DataFormatException invalid distance too far back
java.util.zip.DataFormatException: invalid distance too far back
	at java.util.zip.Inflater.inflateBytes(Native Method)
	at java.util.zip.Inflater.inflate(Inflater.java:259)
	at org.jetbrains.bio.RomBuffer.decompress$big(RomBuffer.kt:151)
	at org.jetbrains.bio.big.BigFile.decompressAndCacheBlock$big(BigFile.kt:352)
	at org.jetbrains.bio.big.BigFile$query$2.invoke(BigFile.kt:336)
	at org.jetbrains.bio.big.BigFile$query$2.invoke(BigFile.kt:31)
	at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:253)
	at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:241)
	at kotlin.sequences.SequencesKt___SequencesKt.toCollection(_Sequences.kt:654)
	at kotlin.sequences.SequencesKt___SequencesKt.toMutableList(_Sequences.kt:684)
	at kotlin.sequences.SequencesKt___SequencesKt.toList(_Sequences.kt:675)
	at org.jetbrains.bio.big.BigFile.query(BigFile.kt:321)
	at org.jetbrains.bio.browser.tracks.impl.BigBedTrackView.readData(BigBedTrackView.kt:99)
	at org.jetbrains.bio.browser.tracks.impl.BigBedTrackView.initConfigImpl(BigBedTrackView.kt:91)
	at org.jetbrains.bio.browser.tracks.TrackView.initConfig(TrackView.kt:164)
	at org.jetbrains.bio.browser.util.TrackViewRenderer.renderSingleLocationModel(TrackViewRenderer.kt:74)
	at org.jetbrains.bio.browser.util.TrackViewRenderer.paintToImage(TrackViewRenderer.kt:54)
	at org.jetbrains.bio.browser.util.TrackViewRenderer.paintToImage$default(TrackViewRenderer.kt:35)
	at org.jetbrains.bio.browser.desktop.RenderComponent$restart$1.call(RenderComponent.kt:72)
	at org.jetbrains.bio.browser.desktop.RenderComponent$restart$1.call(RenderComponent.kt:28)
	at org.jetbrains.bio.CancellableTask$execute$1.call(CancellableTask.kt:48)
	at java.util.concurrent.ForkJoinTask$AdaptedCallable.exec(ForkJoinTask.java:1424)
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
iromeo added a commit that referenced this issue Apr 28, 2018
…ead to buffer inconsistent updates (including java.util.zip.DataFormatException: invalid distance too far back #39)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant