Skip to content

Instantly share code, notes, and snippets.

@dos65
Created January 26, 2023 15:40
Show Gist options
  • Save dos65/1b328acd143a0fc3f57c8fb0ac5b11e0 to your computer and use it in GitHub Desktop.
Save dos65/1b328acd143a0fc3f57c8fb0ac5b11e0 to your computer and use it in GitHub Desktop.
2023.01.26 17:37:50 ERROR text document: jar:file:///home/v.chelyshov/.cache/coursier/v1/https/nexus.tcsbank.ru/repository/mvn-maven-proxy/com/typesafe/akka/akka-http_2.13/10.2.4/akka-http_2.13-10.2.4-sources.jar!/akka/http/scaladsl/server/package.scalajava.nio.channels.ClosedChannelException
at sun.nio.ch.FileChannelImpl.ensureOpen(FileChannelImpl.java:150)
at sun.nio.ch.FileChannelImpl.position(FileChannelImpl.java:349)
at sun.nio.ch.FileChannelImpl.position(FileChannelImpl.java:52)
at jdk.nio.zipfs.ZipFileSystem.readFullyAt(ZipFileSystem.java:975)
at jdk.nio.zipfs.ZipFileSystem.readFullyAt(ZipFileSystem.java:968)
at jdk.nio.zipfs.ZipFileSystem$EntryInputStream.initDataPos(ZipFileSystem.java:1899)
at jdk.nio.zipfs.ZipFileSystem$EntryInputStream.read(ZipFileSystem.java:1837)
at jdk.nio.zipfs.ZipFileSystem$3.fill(ZipFileSystem.java:1784)
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:159)
at java.io.InputStream.readNBytes(InputStream.java:396)
at java.io.InputStream.readAllBytes(InputStream.java:333)
at jdk.nio.zipfs.ZipFileSystem.newByteChannel(ZipFileSystem.java:705)
at jdk.nio.zipfs.ZipPath.newByteChannel(ZipPath.java:815)
at jdk.nio.zipfs.ZipFileSystemProvider.newByteChannel(ZipFileSystemProvider.java:252)
at java.nio.file.Files.newByteChannel(Files.java:371)
at java.nio.file.Files.newByteChannel(Files.java:422)
at java.nio.file.Files.readAllBytes(Files.java:3206)
at scala.meta.internal.io.PlatformFileIO$.slurp(PlatformFileIO.scala:45)
at scala.meta.internal.io.FileIO$.slurp(FileIO.scala:24)
at scala.meta.internal.metals.InteractiveSemanticdbs.$anonfun$textDocument$2(InteractiveSemanticdbs.scala:90)
at scala.Option.getOrElse(Option.scala:201)
at scala.meta.internal.metals.InteractiveSemanticdbs.$anonfun$textDocument$1(InteractiveSemanticdbs.scala:90)
at java.util.HashMap.compute(HashMap.java:1229)
at java.util.Collections$SynchronizedMap.compute(Collections.java:2692)
at scala.meta.internal.metals.InteractiveSemanticdbs.textDocument(InteractiveSemanticdbs.scala:89)
at scala.meta.internal.metals.InteractiveSemanticdbs.textDocument(InteractiveSemanticdbs.scala:63)
at scala.meta.internal.metals.AggregateSemanticdbs.loop$1(AggregateSemanticdbs.scala:30)
at scala.meta.internal.metals.AggregateSemanticdbs.textDocument(AggregateSemanticdbs.scala:36)
at scala.meta.internal.metals.CodeLensProvider.findLenses(CodeLensProvider.scala:22)
at scala.meta.internal.metals.MetalsLspService.$anonfun$codeLens$2(MetalsLspService.scala:1750)
at scala.meta.internal.metals.TimerProvider.timedThunk(TimerProvider.scala:25)
at scala.meta.internal.metals.MetalsLspService.$anonfun$codeLens$1(MetalsLspService.scala:1748)
at scala.meta.internal.metals.CancelTokens$.$anonfun$apply$2(CancelTokens.scala:26)
at scala.concurrent.Future$.$anonfun$apply$1(Future.scala:678)
at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:467)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.lang.Thread.run(Thread.java:829)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment