jOpenSimWorld

Grid Status: Online
Total Regions: 23
Visitors (30 Days): 7
Total Residents: 490
Online Now: 0
Hypergriders online: 0

Search subCall failure on registration

4 years 4 months ago #3361 by psi-jack
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

Please Log in or Create an account to join the conversation.

4 years 4 months ago #3362 by foto50
Hi psi-jack,

and welcome to jOpenSim :)

jOpenSim usually only is tested with the stable OpenSimulator (currently 0.9.1.1). Dev versions sometimes can cause unexpected behaviour and as far as I know the current dev version (0.9.2.something) requires the modules to be compiled with a different .NET version.

But if you enable debugging in jOpenSim global config (in your case specially for access, input and search), there may be eventually some more info what gets requested and why no response (=subCall) can be created.

Greetz
FoTo50

Please Log in or Create an account to join the conversation.

Time to create page: 0.062 seconds