Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-3001

Gremlin Console complains about missing serializers field

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.7.0, 3.6.5
    • 3.6.6, 3.7.1
    • driver
    • None

    Description

      Gremlin Console logs a warning when I execute :remote connect tinkerpop.server conf/remote.yaml (without changing that config file in any way):

      $ 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
      

      It however still seems to work:

      gremlin> :> 1+1
      ==>2
      gremlin> :> g.V().count()
      ==>0
      

      and the configured serializer from conf/remote.yaml is also used.

      This was originally reported in the JanusGraph issue tracker.

      Attachments

        Activity

          People

            spmallette Stephen Mallette
            florianhockmann Florian Hockmann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: