-
Notifications
You must be signed in to change notification settings - Fork 852
java.util.concurrent.ExecutionException: com.arangodb.ArangoDBException: java.io.IOException: Reached the end of the stream. #7890
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
Comments
Hi @wqxcloud, Could you please provide more details on this issue? When did this error occur? Is it reproducible? In case it is, can you share a script (I assume you are using the ArangoDB Java driver)? The error |
Hi @wqxcloud, could you please reply to the latest comment? |
@wqxcloud Since we have not heard back from you in a while, I am closing this issue for now. |
I have a similar issue, I get it when I try to save a big json (>2Mb). |
这是来自QQ邮箱的假期自动回复邮件。 您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
English please. |
And please use the Oasis helpdesk if you're an Oasis customer. |
My Environment
[root@xu arangodb3]# lsb_release -a
LSB Version: :core-4.1-amd64:core-4.1-noarch
Distributor ID: CentOS
Description: CentOS Linux release 7.6.1810 (Core)
Release: 7.6.1810
Codename: Core
Component, Query & Data
Affected feature:
AQL query (if applicable):
AQL explain (if applicable):
Dataset:
Size of your Dataset on disk:
Replication Factor & Number of Shards (Cluster only):
Steps to reproduce
Problem:
dateString=2019-01-06 18:00:28
18:00:33.178 logback [pool-11-thread-1] ERROR c.a.i.v.internal.MessageStore - Reached the end of the stream.
java.io.IOException: Reached the end of the stream.
at com.arangodb.internal.velocystream.internal.VstConnection.readBytesIntoBuffer(VstConnection.java:262)
at com.arangodb.internal.velocystream.internal.VstConnection.readBytes(VstConnection.java:254)
at com.arangodb.internal.velocystream.internal.VstConnection.readChunk(VstConnection.java:231)
at com.arangodb.internal.velocystream.internal.VstConnection$1.call(VstConnection.java:141)
at com.arangodb.internal.velocystream.internal.VstConnection$1.call(VstConnection.java:124)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
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)
Exception in thread "Thread-4" com.arangodb.ArangoDBException: java.util.concurrent.ExecutionException: com.arangodb.ArangoDBException: java.io.IOException: Reached the end of the stream.
at com.arangodb.internal.velocystream.internal.VstConnectionSync.write(VstConnectionSync.java:100)
at com.arangodb.internal.velocystream.VstCommunicationSync.send(VstCommunicationSync.java:140)
at com.arangodb.internal.velocystream.VstCommunicationSync.execute(VstCommunicationSync.java:126)
at com.arangodb.internal.velocystream.VstCommunicationSync.execute(VstCommunicationSync.java:42)
at com.arangodb.internal.velocystream.VstCommunication.execute(VstCommunication.java:132)
at com.arangodb.internal.velocystream.VstProtocol.execute(VstProtocol.java:47)
at com.arangodb.internal.ArangoExecutorSync.execute(ArangoExecutorSync.java:71)
at com.arangodb.internal.ArangoExecutorSync.execute(ArangoExecutorSync.java:63)
at com.arangodb.internal.ArangoCollectionImpl.updateDocument(ArangoCollectionImpl.java:207)
at com.arangodb.springframework.core.template.ArangoTemplate.update(ArangoTemplate.java:440)
at com.arangodb.springframework.core.template.ArangoTemplate.update(ArangoTemplate.java:453)
at com.dowa.service.impl.UserServiceImpl.updateUserStatusInfo(UserServiceImpl.java:313)
at com.dowa.InItApplicationRunner.processMessage(InItApplicationRunner.java:114)
at com.dowa.InItApplicationRunner.access$1(InItApplicationRunner.java:99)
at com.dowa.InItApplicationRunner$2.run(InItApplicationRunner.java:77)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.util.concurrent.ExecutionException: com.arangodb.ArangoDBException: java.io.IOException: Reached the end of the stream.
Expected result:
The text was updated successfully, but these errors were encountered: