jOpenSimWorld

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

Search Error popping up in OpenSim log file

12 years 5 months ago #1348 by loralai
I keep seeing this appear in my OpenSim log file and I am not sure if it would be effecting anything or if its something i shouldnt worry about.

I have included the common localhost ip address instead of the actual servers IP address

2012-10-17 08:41:06,122 ERROR - OpenSim.Joomla.Search.OpenSearchModule [SEARCH] starting DataUpdate for http://127.0.0.1:9000/
2012-10-17 08:41:06,193 ERROR - OpenSim.Joomla.Search.OpenSearchModule [SEARCH] initDataUpdate returned error: Host 127.0.0.1 with port 9000 not registered!
2012-10-17 08:41:06,327 ERROR - OpenSim.Joomla.Search.OpenSearchModule [SEARCH] starting DataUpdate for http://127.0.0.1:9000/
2012-10-17 08:41:06,396 ERROR - OpenSim.Joomla.Search.OpenSearchModule [SEARCH] initDataUpdate returned error: Host 127.0.0.1 with port 9000 not registered!

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

12 years 5 months ago #1352 by foto50
Hi loralai

This indicates, that jOpenSim did not find the host in it's table #__opensim_search_hostsregister. The result is basically just, that the search data wont get updated. So it is for sure not something wanted, but nothing that can prevent OpenSim or jOpenSim from working.

The registering is usually done during startup of the simulator. For this to happen, you need to have the following line in section [DataSnapshot] of your OpenSim.ini:
data_services="http://url-to-your-joomla/components/com_opensim/registersearch.php"

After the simulator has started up and successfully registered with jOpenSim(Search), you should see a new record with the IP your simulator in this table.

Greetz
FoTo50

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

12 years 5 months ago #1353 by loralai
Okay I checked to make sure that was okay, but it is still returning the same error. Though this looks to be specific to port 9000 as the second simulator instance using port 9002 is working fine but port 9000 is not. Is there something I am missing here?

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

12 years 5 months ago #1354 by loralai
Never mind, my idiot self found it. I had forgot to enable the other things i needed in DataSnapshot

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

Time to create page: 0.107 seconds