[Opensim-dev] OpenSim 0.6.8 post-fixes Testing
Ai Austin
ai.ai.austin at googlemail.com
Mon Nov 30 17:08:15 UTC 2009
Justin, I just got things up and running by starting the Opensim,.exe
command on its own rather than through my usual script which just
starts up Opensim.exe up with -hypergrid=true as one parameter.
Any idea if there is something different about the parameters that
must be given? I use the attached script to start everything up. It
seems to be the line near the end o run Opensim.exe that is the problem.
-------------------
If I start up with a script that just starts Opensim.exe in the
correct directory with a single parameter -hypergrid=true, then
Opensim.exe always crashes with:
2009-11-30 15:31:20,713 ERROR - OpenSim.Application [APPLICATION]:
APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs
Exception: System.UriFormatException: Invalid URI: The URI is empty.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
at System.Uri..ctor(String uriString)
at System.Net.WebRequest.Create(String requestUriString)
at Nwc.XmlRpc.XmlRpcRequest.Send(String url, Int32 timeout)
at
OpenSim.Region.CoreModules.Avatar.InstantMessage.PresenceModule.NotifyMessageServerOfStartup(Scene
scene) in
d:\Temp\OpenSim\Region\CoreModules\Avatar\InstantMessage\PresenceModule.cs:line
346
at
OpenSim.Region.CoreModules.Avatar.InstantMessage.PresenceModule.Initialise(Scene
scene, IConfigSource config) in
d:\Temp\OpenSim\Region\CoreModules\Avatar\InstantMessage\PresenceModule.cs:line
86
at
OpenSim.Region.Framework.ModuleLoader.InitialiseSharedModules(Scene
scene) in d:\Temp\OpenSim\Region\Framework\ModuleLoader.cs:line 93
at OpenSim.OpenSimBase.CreateRegion(RegionInfo regionInfo,
Boolean portadd_flag, Boolean do_post_init, IScene& mscene) in
d:\Temp\OpenSim\Region\Application\OpenSimBase.cs:line 368
at OpenSim.OpenSimBase.CreateRegion(RegionInfo regionInfo,
Boolean portadd_flag, IScene& scene) in
d:\Temp\OpenSim\Region\Application\OpenSimBase.cs:line 314
at
OpenSim.ApplicationPlugins.LoadRegions.LoadRegionsPlugin.PostInitialise()
in d:\Temp\OpenSim\ApplicationPlugins\LoadRegions\LoadRegionsPlugin.cs:line 127
at OpenSim.OpenSimBase.StartupSpecific() in
d:\Temp\OpenSim\Region\Application\OpenSimBase.cs:line 203
at OpenSim.OpenSim.StartupSpecific() in
d:\Temp\OpenSim\Region\Application\OpenSim.cs:line 151
at OpenSim.Framework.Servers.BaseOpenSimServer.Startup() in
d:\Temp\OpenSim\Framework\Servers\BaseOpenSimServer.cs:line 291
at OpenSim.Application.Main(String[] args) in
d:\Temp\OpenSim\Region\Application\Application.cs:line 158
Application is terminating: True
-------------------
After 5 minutes of running though, I got the same error I had
reported on the 0.6.7 post-fixes version, but that does not occur in
weeks of continuous running on 0.6.6. The messaging server reports (in red):
Unable to connect to server http://virtual.aiai.ed.ac,uk:8002. Server
not running?
The user server on 8002 is running, and shows no error messages at all.
-----------------
By the way... the current Opensim.ini file does not have default
entries for WebStats.. which it would be useful to add even though
they are off by default... perhaps adding a section as as follows:
[WebStats]
; See http://opensimulator.org/wiki/FAQ#Region_Statistics_on_a_Web_Page
; Use a web browser and type in the "Login URI" + "/SStats/"
; For example- http://127.0.0.1:9000/SStats/
; enabled=false
More information about the Opensim-dev
mailing list