Using TextP with gremlin-javascript ends up with Server error (no request information): Invalid OpProcessor requested [null] (499)

231 views
Skip to first unread message

Vladimir Katansky

unread,
Jun 24, 2019, 4:01:59 PM6/24/19
to Gremlin-users
Hello there,

I just tried to  use TextP and it seems like it simply doesn't work


```
g.V().has('country', TextP.containing('U'))
```

end up with an error:
```

Server error (no request information): Invalid OpProcessor requested [null] (499)

```

I use JanusGraph and connected to it via wss protocol

Does somebody face this kind of error before?

Stephen Mallette

unread,
Jun 25, 2019, 7:36:25 AM6/25/19
to gremli...@googlegroups.com
I don't know what that error is offhand, but we have a number of tests for TextP that are all passing:


Perhaps it's something related to your environment. I'd start debugging the problem by checking the version of TinkerPop that you are using on the client and the server and ensuring that they are the same. 

--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/dac20fe8-53ee-436d-9843-b4476c36d448%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Vladimir Katansky

unread,
Jun 25, 2019, 8:17:17 AM6/25/19
to Gremlin-users
 we solved it this way:

```
this.g.V().hasLabel('skill').has('name', new P('textContains', 'someth')).limit(10).valueMap()
```

Stephen Mallette

unread,
Jun 25, 2019, 8:29:46 AM6/25/19
to gremli...@googlegroups.com
huh - interesting workaround. i guess the failure makes sense now that i think about it. i don't think JanusGraph has an official release on 3.4.0 yet - that would explain the incompatibility.

--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages