-
i use ArangoDB 2.8 and installed in windows server 2008 its worked well but suddenly the arangodb windows service is Stopped . i don't now what is the problem but its a big problem because the all the…
-
Currently I have a Spark Streaming application leveraging java arangodb driver V4.10 to do ingestions to an Arango cluster V3.1.11. I noticed that under load, my arango cluster crashes. Below is th…
-
## my environment running ArangoDB
I'm using the latest ArangoDB of the respective release series:
- [ ] 2.8
- [ ] 3.0
- [X] 3.1.7
On this operating system:
- [ ] DCOS on
- [ ] AWS
- [ ]…
-
Hello,
I just updated my lib to the latest 3.1 and I am getting PHP exceptions when I execute a statement. It's happening on different locations in my code but always the same exception. I haven't …
-
Hello,
Always got:
```
Get:1 https://www.arangodb.com/repositories/arangodb3/xUbuntu_16.04 arangodb3 3.0.1 [43.4 MB]
Err:1 https://www.arangodb.com/repositories/arangodb3/xUbuntu_16.04 arangod…
-
## my environment running ArangoDB
I'm using the latest ArangoDB of the respective release series:
- [ ] 2.8
- [x] 3.0
- [ ] self-compiled devel branch
On this operating system:
- [ ] DCOS on
…
-
I would like to deploy a foxx-app via the php-client; we have a php system that creates graphs in arangodb that are 'executed' with a foxx-app; it would be nice if we could deploy the app during the i…
-
I only had a quick chance to look at the docs, but it seems to be heavily focused on using the planner and kickstarter to launch the cluster.
I am interested in using [nomad](https://github.com/hashi…
-
Hi All,
Below is the stack captured related to this issue:
com.arangodb.ArangoDBException: java.io.IOException: Reached the end of the stream.
at com.arangodb.internal.velocystream.ConnectionSync…
-
Hi,
I'm getting exception when I use tolower() in following query:
```
var existingRole = _arangoDb.Query()
.FirstOrDefault(r => r.RoleName.tolower() == roleDt…