[
https://issues.apache.org/jira/browse/TINKERPOP-3001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stephen Mallette closed TINKERPOP-3001.
---------------------------------------
Fix Version/s: 3.6.6
3.7.1
Assignee: Stephen Mallette
Resolution: Fixed
Fixed on
https://github.com/apache/tinkerpop/commit/097b32e9171164048e0e5334d83afe329eed1775
> 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.7.0, 3.6.5
> Reporter: Florian Hockmann
> Assignee: Stephen Mallette
> Priority: Major
> Fix For: 3.6.6, 3.7.1
>
>
> 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)