-
Trying to initialize a custom graph using that script:
``` groovy
Vertex v1 = graph.addVertex()
```
... fails with the following error:
```
No such property: graph for class: Script20 >
```
-
I haven't dug into this too much, but wanted to post this in case there was a know solution. I just upgraded from `3.1.0-incubating` to `3.1.0-incubating.2`, and am now getting exceptions of the follo…
-
Hi,
I tried running the following snippet.
`>>> import gremlinrestclient
> > > client = gremlinrestclient.GremlinRestClient()
> > > resp = client.execute(
> > > ... "graph.addVertex(label, p1, '…
smunx updated
8 years ago
-
The type signature of `GremlinScala.union` requires one or more anonymous `GremlinScala` traversals. When wrapping the `__` TinkerPop traversal constructor and wrapping it with `GremlinScala`, somethi…
-
I'm not sure if this is related to `gremlin-javascript`, but this issue started right after I updated to the latest version. `g` and `graph` are no longer available to my calls by default. I'm still a…
-
Hello,
I have downloaded Titan 1.0.0 to my Mac (running El Capitan) and an running into an error with getting the Gremlin shell up and running. When I launch the Gremlin.sh I get an error that I hi…
-
Hi Dave,
When I'm running against tinkergraph I get duplicate vertices with the last example when starting with a clean database. See below for code, console output and reply from server using http://…
-
Hello everybody, thanks for the project: the DSL is awesome!
Unfortunately I have an issue when I try to compile the code reported below.
The compiler stops executing the last instruction and tells m…
-
Hey,
I'm using titan09 with gremlin-console M9-RC3.
I'm getting an error when I try to create a vertex and then attach another one to it. I don't know if this is an issue or if I'm doing something w…
-
Running through the getting started docs [http://s3.thinkaurelius.com/docs/titan/1.0.0/getting-started.html](http://s3.thinkaurelius.com/docs/titan/1.0.0/getting-started.html) for 1.0.0 using cassandr…