|
Re: Java Heap Space - Vertex.edges
Thank you Marc - I tried something like this:
List<Edge> edgeList = traversal.V().has("myId", myId).inE().toList();
myId is an indexed field. This also runs out of memory if the
Thank you Marc - I tried something like this:
List<Edge> edgeList = traversal.V().has("myId", myId).inE().toList();
myId is an indexed field. This also runs out of memory if the
|
By
Joe Obernberger
·
#6605
·
|
|
Re: Deserializer for "janusgraph:RelationIdentifier" not found
But you are subscribed to the list and you are getting other messages here?
Am I not using JanusGraph.Net correctly?
Can you please show how you are creating the client and the
But you are subscribed to the list and you are getting other messages here?
Am I not using JanusGraph.Net correctly?
Can you please show how you are creating the client and the
|
By
Florian Hockmann
·
#6604
·
|
|
Re: Java Heap Space - Vertex.edges
Hi Joe,
Can you take a look at this blog from Boxuan Li: https://li-boxuan.medium.com/janusgraph-deep-dive-part-3-speed-up-edge-queries-3b9eb5ba34f8
In general, it is better to use the TinkerPop API
Hi Joe,
Can you take a look at this blog from Boxuan Li: https://li-boxuan.medium.com/janusgraph-deep-dive-part-3-speed-up-edge-queries-3b9eb5ba34f8
In general, it is better to use the TinkerPop API
|
By
hadoopmarc@...
·
#6603
·
|
|
Deserializer for "janusgraph:RelationIdentifier" not found
Hello again – I’m responding to this thread. I saw the response to my original email via the web interface, but never received it by email, so cannot send this as a reply to that email.
In my
Hello again – I’m responding to this thread. I saw the response to my original email via the web interface, but never received it by email, so cannot send this as a reply to that email.
In my
|
By
bill.poole@...
·
#6602
·
|
|
Re: Deserializer for "janusgraph:RelationIdentifier" not found
Hi Bill,
the error is telling you that Gremlin.Net cannot deserialize the GraphSON type “janusgraph:RelationIdentifier”. That’s because it’s a JanusGraph specific type and Gremlin.Net
Hi Bill,
the error is telling you that Gremlin.Net cannot deserialize the GraphSON type “janusgraph:RelationIdentifier”. That’s because it’s a JanusGraph specific type and Gremlin.Net
|
By
Florian Hockmann
·
#6601
·
|
|
Deserializer for "janusgraph:RelationIdentifier" not found
Hi All – I’m getting error “Deserializer for "janusgraph:RelationIdentifier" not found” when executing the below traversal using JanusGraph.Net:
await
Hi All – I’m getting error “Deserializer for "janusgraph:RelationIdentifier" not found” when executing the below traversal using JanusGraph.Net:
await
|
By
bill.poole@...
·
#6600
·
|
|
Java Heap Space - Vertex.edges
Hi all - I'm getting the following exception:
org.janusgraph.core.JanusGraphException: Could not execute operation due to backend exception
at
Hi all - I'm getting the following exception:
org.janusgraph.core.JanusGraphException: Could not execute operation due to backend exception
at
|
By
Joe Obernberger
·
#6599
·
|
|
Re: berkeleyje and lucene NoSuchMethodError
Thank you! I haven't gotten past that point now
Thank you! I haven't gotten past that point now
|
By
queshaw
·
#6598
·
|
|
Re: berkeleyje and lucene NoSuchMethodError
Janusgraph 0.6.2 ships with TinkerPop 3.5.3: https://docs.janusgraph.org/changelog/#version-062-release-date-may-31-2022
It seems you introduced TinkerPop 3.6.1 which is not compatible with JanusGraph
Janusgraph 0.6.2 ships with TinkerPop 3.5.3: https://docs.janusgraph.org/changelog/#version-062-release-date-may-31-2022
It seems you introduced TinkerPop 3.6.1 which is not compatible with JanusGraph
|
By
Boxuan Li
·
#6597
·
|
|
Re: berkeleyje and lucene NoSuchMethodError
I am using gradle. The jars for lucene and and berkekeyje weren't installed in my local maven repository. So, my dependencies are:
jar files in my libs
I am using gradle. The jars for lucene and and berkekeyje weren't installed in my local maven repository. So, my dependencies are:
jar files in my libs
|
By
queshaw
·
#6596
·
|
|
Re: berkeleyje and lucene NoSuchMethodError
Probably, janusgraph and tinkerpop versions got mixed up. If you use maven, can you show the janusgraph dependencies you used in the pom.xml (and tinkerpop if present in the pom.xml).
Best wishes,
Probably, janusgraph and tinkerpop versions got mixed up. If you use maven, can you show the janusgraph dependencies you used in the pom.xml (and tinkerpop if present in the pom.xml).
Best wishes,
|
By
hadoopmarc@...
·
#6595
·
|
|
berkeleyje and lucene NoSuchMethodError
Hi,
I hope this is an appropriate question. This is my first attempt to use janusgraph. I got extra dependencies from the 0.6.2 source, without lucene and berkeleyce were not found. I'm using jdk
Hi,
I hope this is an appropriate question. This is my first attempt to use janusgraph. I got extra dependencies from the 0.6.2 source, without lucene and berkeleyce were not found. I'm using jdk
|
By
queshaw
·
#6594
·
|
|
Re: Janusgraph-full-0.6.1: how to fix "WARNING: Critical severity vulnerabilities were found with Log4j!"
Hi Yingjie,
The JanusGraph and TinkerPop code only explicitly depend on slfj4j, so you can choose the logging implementation. you want You can simply remove the log4j-1.2.17.jar from the lib folder of
Hi Yingjie,
The JanusGraph and TinkerPop code only explicitly depend on slfj4j, so you can choose the logging implementation. you want You can simply remove the log4j-1.2.17.jar from the lib folder of
|
By
hadoopmarc@...
·
#6593
·
Edited
|
|
Janusgraph-full-0.6.1: how to fix "WARNING: Critical severity vulnerabilities were found with Log4j!"
Hello All,
I have run janusgraph all in one 0.6.1 (janusgraph-full-0.6.1) and have embeded cassandra and elastic search. It seems that the embeded log4j has security issues and the recomended fixes
Hello All,
I have run janusgraph all in one 0.6.1 (janusgraph-full-0.6.1) and have embeded cassandra and elastic search. It seems that the embeded log4j has security issues and the recomended fixes
|
By
Yingjie Li
·
#6592
·
|
|
Re: 0.5.3 Upsert and RemoveRelation Issues
Thanks Sammy. Regarding your last question, I believe it’s a design choice to let user know something wrong happened.
Thanks Sammy. Regarding your last question, I believe it’s a design choice to let user know something wrong happened.
|
By
Boxuan Li
·
#6591
·
|
|
Re: 0.5.3 Upsert and RemoveRelation Issues
I tried to create a snippet but was unable to reproduce the error. I will have to consult with some people over the weekday. Apologies, creating the snippet may take a bit of time.
In the meantime, do
I tried to create a snippet but was unable to reproduce the error. I will have to consult with some people over the weekday. Apologies, creating the snippet may take a bit of time.
In the meantime, do
|
By
sammy.jia@...
·
#6590
·
|
|
Re: 0.5.3 Upsert and RemoveRelation Issues
Hi,
Thanks for reporting and investigating! To help us understand more about the context, would you mind sharing an isolated code snippet that is runnable and can reproduce the error? I was trying to
Hi,
Thanks for reporting and investigating! To help us understand more about the context, would you mind sharing an isolated code snippet that is runnable and can reproduce the error? I was trying to
|
By
Boxuan Li
·
#6589
·
|
|
0.5.3 Upsert and RemoveRelation Issues
Hello,
I am using Java and JanusGraph 0.5.3, but I am having issues with a specific snippet of code. The code upserts a vertex and then adds a Cardinality.single property to the upserted vertex, even
Hello,
I am using Java and JanusGraph 0.5.3, but I am having issues with a specific snippet of code. The code upserts a vertex and then adds a Cardinality.single property to the upserted vertex, even
|
By
sammy.jia@...
·
#6588
·
|
|
Re: Incorrect result when lucene index is present
OK, I repeated the experiment and got "0 1" again, so I expand on what I did.
I use the janusgraph-0.6.2 full binary distribution and start cassandra and elasticsearch with:
$ bin/janusgraph.sh
OK, I repeated the experiment and got "0 1" again, so I expand on what I did.
I use the janusgraph-0.6.2 full binary distribution and start cassandra and elasticsearch with:
$ bin/janusgraph.sh
|
By
hadoopmarc@...
·
#6587
·
Edited
|
|
Re: Incorrect result when lucene index is present
Hey Marc,
I actually just tested your example where p and q are of type Integer with cql and elasticsearch:
PropertiesConfiguration conf =
Hey Marc,
I actually just tested your example where p and q are of type Integer with cql and elasticsearch:
PropertiesConfiguration conf =
|
By
inverseintegral42@...
·
#6586
·
|