Error When Uploadin...
 
Notifications
Clear all

Error When Uploading Files

1 Posts
1 Users
0 Reactions
58 Views
(@bortolinao)
Joined: 1 month ago
Posts: 1
Topic starter  

Hello everyone, I am using the latest version of Carbonio, Release 24.12.0, but I was already encountering this issue in the previous version. Whenever I try to upload any file, regardless of size, I receive the error below. All services listed in the output of the command systemctl list-units carbonio* are active and running without issues. If anyone can help me, I would greatly appreciate it.

22:26:17.000 [nioEventLoopGroup-3-5] ERROR c.z.c.files.netty.ExceptionsHandler - Failed to execute the request. 500 Internal Server Error com.zextras.carbonio.files.exceptions.DependencyException: Storages failed: unable to upload node with id 1bdf7a71-a0ed-44d9-9785-ce3dbd4b839e and version 1 at com.zextras.carbonio.files.rest.services.BlobService.lambda$uploadFile$2(BlobService.java:232) at io.vavr.control.Try.getOrElseThrow(Try.java:748) at com.zextras.carbonio.files.rest.services.BlobService.uploadFile(BlobService.java:229) at com.zextras.carbonio.files.rest.controllers.BlobController.lambda$uploadFile$2(BlobController.java:165) at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) Caused by: com.zextras.storages.api.exception.StoragesHTTPException: upstream connect error or disconnect/reset before headers. reset reason: connection termination at com.zextras.storages.internal.client.StoragesClientImp.wrap(StoragesClientImp.java:138) at com.zextras.storages.internal.client.StoragesClientImp.uploadPost(StoragesClientImp.uploadPost(StoragesClientImp.java:85) at com.zextras.carbonio.files.rest.services.BlobService.lambda$uploadFile$4b64fd79$1(BlobService.java:224) at io.vavr.control.Try.of(Try.java:75) at com.zextras.carbonio.files.rest.services.BlobService.uploadFile(BlobService.java:222) ... 8 common frames omitted

 

 


   
Quote