jOpenSimWorld

Grid Status: Online
Total Regions: 23
Visitors (30 Days): 9
Total Residents: 490
Online Now: 0
Hypergriders online: 0
× Please dont hesitate to report bugs here as I am always happy to get hints, where I can improve jOpenSim.

Unable to connect to Search Server

9 years 10 months ago #2252 by dehka Sweetwater
Greetings,

I have a new error when i start OpenSim, i get this into OpenSim.log :

2015-04-20 02:20:00,501 ERROR - jOpenSim.Search.jOpenSimSearch [jOpenSimSearch]: (1) Unable to connect to Search Server http://www.***.com/components/com_opensim/interface.php. Exception System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
2015-04-20 02:20:00,505 ERROR - jOpenSim.Search.jOpenSimSearch [jOpenSimSearch] initDataUpdate returned error: Unable to search at this time.

And inside my error nginx log /var/log/nginx/error.log :

2015/04/20 02:20:00 [error] 23206#0: *64057 FastCGI sent in stderr: "PHP message: PHP Fatal error: Call to a member function getElementsByTagName() on a non-object in /usr/share/nginx/www/components/com_opensim/includes/functions_search.php on line 133" while reading response header from upstream, client: ***, server: localhost, request: "POST /components/com_opensim/interface.php HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm.sock:", host: "www.***.com"

I have nothing bad on cat /usr/share/nginx/www/components/com_opensim/interface.log and when i make a search into Joomla and my viewer all is working correctly and when i go with a GET to http://www.***.com/components/com_opensim/interface.php all is OK with a 200 code.

How could i help you to help me please ? :)

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

9 years 10 months ago #2253 by foto50
Hi dehka

Please could you provide me with some more information?

1. In your OpenSim.ini, what is the value in [Network] for "http_listener_port" and the values in [DataSnapshot] for "index_sims" and "data_exposure"?

2. In your OpenSim console, what is the output of the commands "show version" and "search version"?

Greetz
FoTo50

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

9 years 10 months ago #2254 by dehka Sweetwater
Firstly, thanks for your reply :)

1)

I'm using the default port commented in OpenSiM.ini :
; http_listener_port = 9000

Same for "index_sims" :
; index_sims = false

And same for "data_exposure" :
; data_exposure = minimum

2)

Region (root) # show version
Version: OpenSim 0.8.1.0 Release (interface version 7)

Region (root) # search version
16:52:11 - [jOpenSimSearch]: my version is: 0.2.9.2

Thanks again for your time.

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

9 years 10 months ago #2255 by foto50
Hi dehka

Please remove the ; from http_listener_port (just to be sure it is 9000) and change

; index_sims = false

to

index_sims = true

If you also want to get results for parcels and objects, also change

; data_exposure = minimum

to

data_exposure = all

Then restart your simulator and check if this helped :)

Greetz
FoTo50

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

9 years 10 months ago #2256 by dehka Sweetwater
Thanks, seem it's correct now :)

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

Time to create page: 0.083 seconds