

17:35:34,717 DEBUG c.a.i.v.internal.VstConnection - : Close connection Socket 17:35:34,716 DEBUG c.a.i.v.internal.MessageStore - Exceptionally complete Message (id=1).

Java.io.IOException: Reached the end of the stream.Īt .(VstConnection.java:348)Īt .(VstConnection.java:340)Īt .(VstConnection.java:315)Īt .$open$0(VstConnection.java:212)Īt java.base/.run(FutureTask.java:264)Īt java.base/.runWorker(ThreadPoolExecutor.java:1130)Īt java.base/$n(ThreadPoolExecutor.java:630)Īt java.base/(Thread.java:831) 17:35:34,714 ERROR c.a.i.v.internal.MessageStore - Reached the end of the stream. 17:35:34,712 DEBUG c.a.i.v.internal.VstConnection - : Start Callable 17:35:34,708 DEBUG c.a.i.v.internal.VstConnection - : Send chunk 1:1 from message 1 17:35:34,703 DEBUG c.a.i.v.VstCommunicationSync - Send Message (id=1, head=, body=) 17:35:34,694 DEBUG c.a.i.v.internal.VstConnection - : Send velocystream protocol header to Socket 17:35:34,689 DEBUG c.a.i.v.internal.VstConnection - : Connected to Socket 17:35:34,630 DEBUG c.a.i.v.internal.VstConnection - : Open connection to host 17:35:34,628 DEBUG c.a.i.v.internal.VstConnection - : Connection created The connection settings are also pretty straight forward ( application.yaml) arangodb:įrom the logs on client side i get that 17:35:34,593 DEBUG - ArangoDB Client is ready to use On client side i use :micronaut-arangodb which bundles the arangodb-java-driver and integrates it into micronaut. Therefore i use that config from the tutorial apiVersion: "/v1alpha" I am struggle with the first setup of a simple arangodb server
