Guest User

Untitled

a guest
Apr 20th, 2025
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. SLF4J(W): No SLF4J providers were found.
  2. SLF4J(W): Defaulting to no-operation (NOP) logger implementation
  3. SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
  4. Exception in thread "main" java.io.IOException: kotlinx/io/unsafe/UnsafeBufferOperations
  5. at io.ktor.utils.io.CloseToken.getCause(CloseToken.kt:37)
  6. at io.ktor.utils.io.ByteChannel.getClosedCause(ByteChannel.kt:55)
  7. at io.ktor.client.plugins.internal.ByteChannelReplay.replay(ByteChannelReplay.kt:19)
  8. at io.ktor.client.plugins.DoubleReceivePluginKt$SaveBodyPlugin$2$1.invokeSuspend$lambda$0(DoubleReceivePlugin.kt:70)
  9. at io.ktor.client.plugins.observer.DelegatedResponse.getRawContent(DelegatedCall.kt:78)
  10. at io.ktor.client.call.SavedCallKt.save(SavedCall.kt:70)
  11. at io.ktor.client.statement.HttpStatement.fetchResponse(HttpStatement.kt:114)
  12. at io.ktor.client.statement.HttpStatement$fetchResponse$1.invokeSuspend(HttpStatement.kt)
  13. at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
  14. at kotlinx.coroutines.DispatchedTaskKt.resume(DispatchedTask.kt:165)
  15. at kotlinx.coroutines.DispatchedTaskKt.dispatch(DispatchedTask.kt:154)
  16. at kotlinx.coroutines.CancellableContinuationImpl.dispatchResume(CancellableContinuationImpl.kt:470)
  17. at kotlinx.coroutines.CancellableContinuationImpl.resumeImpl$kotlinx_coroutines_core(CancellableContinuationImpl.kt:504)
  18. at kotlinx.coroutines.CancellableContinuationImpl.resumeImpl$kotlinx_coroutines_core$default(CancellableContinuationImpl.kt:493)
  19. at kotlinx.coroutines.CancellableContinuationImpl.resumeWith(CancellableContinuationImpl.kt:359)
  20. at kotlinx.coroutines.ResumeAwaitOnCompletion.invoke(JobSupport.kt:1557)
  21. at kotlinx.coroutines.JobSupport.notifyCompletion(JobSupport.kt:1625)
  22. at kotlinx.coroutines.JobSupport.completeStateFinalization(JobSupport.kt:316)
  23. at kotlinx.coroutines.JobSupport.finalizeFinishingState(JobSupport.kt:233)
  24. at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath(JobSupport.kt:946)
  25. at kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:894)
  26. at kotlinx.coroutines.JobSupport.makeCompletingOnce$kotlinx_coroutines_core(JobSupport.kt:859)
  27. at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:98)
  28. at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
  29. at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:101)
  30. at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:113)
  31. at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:89)
  32. at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:589)
  33. at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:823)
  34. at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:720)
  35. at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:707)
  36. Caused by: java.io.IOException: kotlinx/io/unsafe/UnsafeBufferOperations
  37. at io.ktor.utils.io.CloseToken.<init>(CloseToken.kt:27)
  38. at io.ktor.utils.io.ByteChannel.cancel(ByteChannel.kt:133)
  39. at io.ktor.utils.io.ByteWriteChannelOperationsKt$writer$job$1.invokeSuspend(ByteWriteChannelOperations.kt:151)
  40. at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
  41. ... 7 more
  42. Caused by: java.lang.NoClassDefFoundError: kotlinx/io/unsafe/UnsafeBufferOperations
  43. at io.ktor.utils.io.ByteWriteChannelOperations_jvmKt.write(ByteWriteChannelOperations.jvm.kt:26)
  44. at io.ktor.utils.io.ByteWriteChannelOperations_jvmKt.write$default(ByteWriteChannelOperations.jvm.kt:24)
  45. at io.ktor.client.engine.okhttp.OkHttpEngineKt$toChannel$1.invokeSuspend(OkHttpEngine.kt:171)
  46. at io.ktor.client.engine.okhttp.OkHttpEngineKt$toChannel$1.invoke(OkHttpEngine.kt)
  47. at io.ktor.client.engine.okhttp.OkHttpEngineKt$toChannel$1.invoke(OkHttpEngine.kt)
  48. at io.ktor.utils.io.ByteWriteChannelOperationsKt$writer$job$1.invokeSuspend(ByteWriteChannelOperations.kt:143)
  49. ... 8 more
  50. Caused by: java.lang.ClassNotFoundException: kotlinx.io.unsafe.UnsafeBufferOperations
  51. at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:580)
  52. at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:490)
  53. ... 14 more
  54.  
  55. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment