Nod, I thought that was probably the case, but you never know!  :)<div><br></div><div>In terms of the error you posted, maybe someone with better understanding can reply with more info, but it seems like the relevant part is:  Invalid URI: The hostname could not be parsed.</div>
<div><br></div><div>Maybe double check your configuration files and make sure that you don't have any typos in the URL format anywhere?  What does your region.ini file look like for internal and external hostnames?</div>
<div> </div><div>That's probably where I'd start looking...</div><div><br></div><div>Good luck and keep us posted!</div><div><br></div><div>- Chris/Fleep</div><div><br></div><div><br><br><div class="gmail_quote">On Sun, Nov 20, 2011 at 10:25 AM, Wayne <span dir="ltr"><<a href="mailto:lppwayne@gmail.com">lppwayne@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div>Hi Fleep,</div>
<div> </div>
<div>I typed it backwards in the email.</div>
<div> </div>
<div>Thanks<br><br></div><div><div></div><div class="h5">
<div class="gmail_quote">On Sun, Nov 20, 2011 at 10:16 AM, Fleep Tuque <span dir="ltr"><<a href="mailto:fleep513@gmail.com" target="_blank">fleep513@gmail.com</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex" class="gmail_quote">Hi Wayne, 
<div><br></div>
<div>Not sure if you typed that backwards in your email but did it correctly when you were creating the database, but assuming your database name and database username are both opensim, then it should be:</div>
<div><br></div>
<div>grant all on opensim.* to 'opensim'@'localhost';</div>
<div><br></div>
<div>Not localhost@opensim...</div>
<div><br></div>
<div>Not sure if that's related to the error you posted but thought I'd mention just in case..</div>
<div><br></div>
<div>- Chris/Fleep 
<div>
<div></div>
<div><br><br>
<div class="gmail_quote">On Sun, Nov 20, 2011 at 9:42 AM, Wayne <span dir="ltr"><<a href="mailto:lppwayne@gmail.com" target="_blank">lppwayne@gmail.com</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex" class="gmail_quote">
<div>OK.  Finally got opensim to ask the question: "Would you like to create a new Estate".</div>
<div> </div>
<div>I uninstalled MySql, deleted the MYSql folder and all db files then reinstalled. Then I realized I was skipping a step - I was never granting permissions to <a href="mailto:localhost@opensim" target="_blank">localhost@opensim</a>. After doing that, the server loaded. (but soon crashed)</div>


<div> </div>
<div>Now the new problem:</div>
<div> </div>
<div>opensim server starts, loads regions and everything looks fine until 5 seconds later when the following appears and opensim crashes:</div>
<div> </div>
<div>2011-11-19 21:11:56,557 ERROR - OpenSim.Application [APPLICATION]: <br>APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs</div>
<div>Exception: System.UriFormatException: Invalid URI: The hostname could not be parsed.</div>
<div>Server stack trace: <br>   at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)<br>   at System.Uri..ctor(String uriString)<br>   at System.Net.WebRequest.Create(String requestUriString)<br>   at OpenSim.Services.Connectors.NeighbourServicesConnector.DoHelloNeighbourCall(GridRegion region, RegionInfo thisRegion) in d:\OSGRID\OSGRID 0.7 RELEASES\opensim-ff36a1b\OpenSim\Services\Connectors\Neighbour\NeighbourServiceConnector.cs:line 92<br>

   at OpenSim.Services.Connectors.NeighbourServicesConnector.HelloNeighbour(UInt64 regionHandle, RegionInfo thisRegion) in d:\OSGRID\OSGRID 0.7 RELEASES\opensim-ff36a1b\OpenSim\Services\Connectors\Neighbour\NeighbourServiceConnector.cs:line 78<br>

   at OpenSim.Region.CoreModules.ServiceConnectorsOut.Neighbour.RemoteNeighbourServicesConnector.HelloNeighbour(UInt64 regionHandle, RegionInfo thisRegion) in d:\OSGRID\OSGRID 0.7 RELEASES\opensim-ff36a1b\OpenSim\Region\CoreModules\ServiceConnectorsOut\Neighbour\RemoteNeighourServiceConnector.cs:line 150<br>

   at OpenSim.Region.Framework.Scenes.SceneCommunicationService.InformNeighboursThatRegionIsUpAsync(INeighbourService neighbourService, RegionInfo region, UInt64 regionhandle) in d:\OSGRID\OSGRID 0.7 RELEASES\opensim-ff36a1b\OpenSim\Region\Framework\Scenes\SceneCommunicationService.cs:line 161<br>

   at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)<br>   at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)<br>

   at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)</div>
<div>Exception rethrown at [0]: <br>   at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)<br>   at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)<br>

   at OpenSim.Region.Framework.Scenes.SceneCommunicationService.InformNeighbourThatRegionUpDelegate.EndInvoke(IAsyncResult result)<br>   at OpenSim.Region.Framework.Scenes.SceneCommunicationService.InformNeighborsThatRegionisUpCompleted(IAsyncResult iar) in d:\OSGRID\OSGRID 0.7 RELEASES\opensim-ff36a1b\OpenSim\Region\Framework\Scenes\SceneCommunicationService.cs:line 146<br>

   at System.Runtime.Remoting.Messaging.AsyncResult.SyncProcessMessage(IMessage msg)<br>   at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)<br>   at System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.DoAsyncCall()<br>

   at System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.ThreadPoolCallBack(Object o)<br>   at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)<br>   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)<br>

   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)<br>   at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)</div>
<div>Application is terminating: True<br></div>
<div> </div>
<div>Any ideas?</div>
<div> </div>
<div>Thanks,</div>
<div>Wayne</div>
<div>
<div></div>
<div>
<div> </div>
<div><br><br> </div>
<div class="gmail_quote">On Wed, Nov 16, 2011 at 5:50 PM, Justin Clark-Casey <span dir="ltr"><<a href="mailto:jjustincc@googlemail.com" target="_blank">jjustincc@googlemail.com</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex" class="gmail_quote">At this stage it starts to sound more like a config issue than anything else.<br><br>Are you using an old config or adapting one from the release?  If you are using an old config I recommend you try starting from fresh .example files - reusing old configs is known to cause problems in some situations. 
<div><br><br>On 16/11/11 19:29, Wayne wrote:<br></div>
<blockquote style="BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex" class="gmail_quote">
<div>Thank you Fleep and Gwyn for your time in helping me out.<br>To date, I've tried everything short of reformatting the hard drive - nothing seems to work. When I start the simulator,<br>it totally skips the message to create an estate. Then, if I try to create a region, it crashes saying that the region<br>

does not belong to an estate. A very frustrating "catch 22" experience.<br>If I get a solution, I will be sure to post for others who may run into this in the future.<br>Wayne<br><br><br>On Wed, Nov 16, 2011 at 7:04 AM, Gwyneth Llewelyn <<a href="mailto:gwyneth.llewelyn@gwynethllewelyn.net" target="_blank">gwyneth.llewelyn@<u></u>gwynethllewelyn.net</a><br>

</div>
<div>
<div></div>
<div><mailto:<a href="mailto:gwyneth.llewelyn@gwynethllewelyn.net" target="_blank">gwyneth.llewelyn@<u></u>gwynethllewelyn.net</a>>> wrote:<br><br>   Dear Wayne,<br><br>   I get this error when launching a home-based region to connect with a server-based grid. The home-based region is<br>

   connecting to an external MySQL database, and I get this error sometimes.<br><br>   Why? Apparently what happens is that DynDNS is sometimes slow in updating the IP address for my home connection.<br>   When that happens, the MySQL database, which is configured to accept connections from a very limited number of<br>

   hosts, will reject the connection. I get this "Region XXX is not part of an estate" when that happens: the<br>   regions.ini file gets launched, but the first connection call to MySQL is to check if that region is part of an<br>

   Estate, and when that request fails, OpenSim crashes.<br><br>   I'm not sure if that's the same problem you have, but it could jusy be related to that: your OpenSim is not being<br>   able to connect to the database. Check the login, the password, the database name, and if your IP address is allowed<br>

   to connect to MySQL (even if everything is run locally on your machine, it still requires permission to connect to<br>   "localhost").<br><br>   - Gwyn<br><br>   On 2011/11/15, at 13:34, Wayne wrote:<br><br>
</div>
</div>
<blockquote style="BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex" class="gmail_quote">
<div>
<div></div>
<div>   Hello Everyone,<br>   I recently fired up opensim again after being shutdown for a move to another state. The problem I'm having is that<br>   each time I try to create a new region or load the regions from my regions.ini file, opensim crashes with the<br>

   message: "Region .... is not part of an estate."<br>   How can I reset this process or get my set-up back in sync?<br>   I've tried deleting MySql DB's and recreating but somewhere it is holding on to an existing estate and never gives<br>

   me the option to create a new estate.<br>   Thanks for the help.<br>   Wayne<br>   ______________________________<u></u>_________________<br>   Opensim-users mailing list<br></div></div>   <a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.berlios.de</a> <mailto:<a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.<u></u>berlios.de</a>><br>

   <a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/<u></u>mailman/listinfo/opensim-users</a><br></blockquote>
<div><br>   --<br><br>   "I'm not building a game. I'm building a new country."<br><br>   -- Philip "Linden" Rosedale, interview to Wired, 2004-05-08<br><br><br><br><br>   ______________________________<u></u>_________________<br>

   Opensim-users mailing list<br></div>   <a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.berlios.de</a> <mailto:<a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.<u></u>berlios.de</a>><br>

   <a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/<u></u>mailman/listinfo/opensim-users</a> 
<div><br><br><br><br><br>______________________________<u></u>_________________<br>Opensim-users mailing list<br><a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.berlios.de</a><br><a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/<u></u>mailman/listinfo/opensim-users</a><br>

</div></blockquote><font color="#888888"><br><br>-- <br>Justin Clark-Casey (justincc)<br><a href="http://justincc.org/blog" target="_blank">http://justincc.org/blog</a><br><a href="http://twitter.com/justincc" target="_blank">http://twitter.com/justincc</a></font> 
<div>
<div></div>
<div><br>______________________________<u></u>_________________<br>Opensim-users mailing list<br><a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.berlios.de</a><br><a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/<u></u>mailman/listinfo/opensim-users</a><br>

</div></div></blockquote></div><br></div></div><br>_______________________________________________<br>Opensim-users mailing list<br><a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.berlios.de</a><br>

<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br><br></blockquote></div><br></div></div></div><br>_______________________________________________<br>

Opensim-users mailing list<br><a href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.berlios.de</a><br><a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>

<br></blockquote></div><br>
</div></div><br>_______________________________________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a><br>
<a href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>
<br></blockquote></div><br></div>