Florian Hockmann created TINKERPOP-3001:
-------------------------------------------
Summary: Gremlin Console complains about missing serializers field
Key: TINKERPOP-3001
URL: https://issues.apache.org/jira/browse/TINKERPOP-3001
Project: TinkerPop
Issue Type: Bug
Components: driver
Affects Versions: 3.6.5, 3.7.0
Reporter: Florian Hockmann
Gremlin Console logs a warning when I execute {{:remote connect
tinkerpop.server conf/remote.yaml}} (without changing that config file in any
way):
{code:java}
$ bin/gremlin.sh
\,,,/
(o o)
-----oOOo-(3)-oOOo-----
plugin activated: tinkerpop.server
plugin activated: tinkerpop.utilities
plugin activated: tinkerpop.tinkergraph
gremlin> :remote connect tinkerpop.server conf/remote.yaml
Oct 12, 2023 4:58:14 PM org.yaml.snakeyaml.internal.Logger warn
WARNING: Failed to find field for
org.apache.tinkerpop.gremlin.driver.Settings.serializers
==>Configured localhost/127.0.0.1:8182
{code}
It however still seems to work:
{code:java}
gremlin> :> 1+1
==>2
gremlin> :> g.V().count()
==>0
{code}
and the configured serializer from {{conf/remote.yaml}} is also used.
This was originally reported in the [JanusGraph issue
tracker|https://github.com/JanusGraph/janusgraph/issues/3979].
--
This message was sent by Atlassian Jira
(v8.20.10#820010)