I've setup jOpensim search for Robust and OpenSim in a medium sized grid, trying piece by piece to get things working. Already have accounts and registration integrated, but not authorization, and now, trying to get simply Parcel & Region search.
What I'm getting, however, is a failure on startup for registering my test region to the search.
2020-10-17 18:00:28,219 DEBUG [jOpenSimSearch]: GenericXMLRPCRequest Method:registerSearch
2020-10-17 18:00:38,938 DEBUG [jOpenSimSearch]: Answer from SearchServer: <?xml version="1.0" encoding="utf-8"?>
<methodResponse>
<params>
<param>
<value>
<struct>
<member>
<name>data</name>
<value>
<array>
<data />
</array>
</value>
</member>
<member>
<name>errorMessage</name>
<value>
<string>No subCall found for method </string>
</value>
</member>
<member>
<name>success</name>
<value>
<boolean>0</boolean>
</value>
</member>
</struct>
</value>
</param>
</params>
</methodResponse>
2020-10-17 18:00:38,938 INFO [jOpenSimSearch]: Notified jOpenSim about jand.dyndns.biz:7699 going online. Secret: c8f944a8-0e26-408f-9176-d6e3e5ffe07c
2020-10-17 18:00:38,944 DEBUG [Groups.RemoteConnector]: Groups server at http://192.168.1.51:7003/, authentication None
It fails to register, and I'm not really sure why... heh. To note, this is running on opensim fairly current, though not absolutely latest at the time, but from the dev branch for sure. I get that same call when I hit the website specifically for where it's POSTing to:
success 0 errorMessage No subCall found for method data
What could be wrong, or what can I do to get this working?
Thanks