|
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
·
|
|
Re: Incorrect result when lucene index is present
Dear Marc,
I will report the issue on GitHub in that case. Currently, I'm busy with a project that automatically identifies these bugs but in the near future I can definitely start submitting PRs for
Dear Marc,
I will report the issue on GitHub in that case. Currently, I'm busy with a project that automatically identifies these bugs but in the near future I can definitely start submitting PRs for
|
By
inverseintegral42@...
·
#6585
·
|
|
Re: Using ConfiguredGraphFactory from docker image
Thanks for bringing this up. Indeed, managing custom images is a barrier that you sometimes want to avoid. Can you give the runtime configuration of the standard image a try and report back where this
Thanks for bringing this up. Indeed, managing custom images is a barrier that you sometimes want to avoid. Can you give the runtime configuration of the standard image a try and report back where this
|
By
hadoopmarc@...
·
#6584
·
Edited
|
|
Re: Incorrect result when lucene index is present
Hi inverseintegral,
You have been quite succesful as a test driver, that is detecting easily reproducible issues!
The current issue seems more like an issue of undefined behaviour, rather than an
Hi inverseintegral,
You have been quite succesful as a test driver, that is detecting easily reproducible issues!
The current issue seems more like an issue of undefined behaviour, rather than an
|
By
hadoopmarc@...
·
#6583
·
|
|
Using ConfiguredGraphFactory from docker image
Is it possible to use the ConfiguredGaphFactory so that graphs can be created and deleted dynamically while still using the default docker image? I've been using it by manually copying a modified
Is it possible to use the ConfiguredGaphFactory so that graphs can be created and deleted dynamically while still using the default docker image? I've been using it by manually copying a modified
|
By
cdburke@...
·
#6582
·
|
|
Re: Lucene index inconsistency
Yes that's correct. Initially, I sent a mail to the mailing list but it took 2 weeks to show up, so in the meantime I made an account and directly created the topic.
I have reported the topic to the
Yes that's correct. Initially, I sent a mail to the mailing list but it took 2 weeks to show up, so in the meantime I made an account and directly created the topic.
I have reported the topic to the
|
By
inverseintegral42@...
·
#6581
·
|