<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 03/22/2011 11:10 PM, Levi Martson wrote:
<blockquote
cite="mid:AANLkTinN3hdY=Te2+eoopbyhSkPiKVaX7cyYSsQhOvSS@mail.gmail.com"
type="cite">I'm trying to get two standalone instances to run at
the same time, and when I try to run the second one I get the
following output:
<div><br>
</div>
<div>
<div><i>OpenSim threw an exception:</i></div>
<div><i>System.Net.Sockets.SocketException: Only one usage of
each socket address (protocol/network address/port) is
normally permitted</i></div>
<div><i> at System.Net.Sockets.Socket.DoBind(EndPoint
endPointSnapshot, SocketAddress socketAddress)</i></div>
<div><i> at System.Net.Sockets.Socket.Bind(EndPoint localEP)</i></div>
<div><i> at OpenMetaverse.OpenSimUDPBase.Start(Int32
recvBufferSize, Boolean asyncPacketHandling)</i></div>
<div><i> at
OpenSim.Region.ClientStack.LindenUDP.LLUDPServer.Start()</i></div>
<div><i> at
OpenSim.Region.ClientStack.LindenUDP.LLUDPServerShim.Start()</i></div>
<div><i> at OpenSim.OpenSimBase.CreateRegion(RegionInfo
regionInfo, Boolean portadd_flag, Boolean do_post_init,
IScene& mscene)</i></div>
<div><i> at OpenSim.OpenSimBase.CreateRegion(RegionInfo
regionInfo, Boolean portadd_flag, IScene& scene)</i></div>
<div><i> at
OpenSim.ApplicationPlugins.LoadRegions.LoadRegionsPlugin.PostInitialise()</i></div>
<div>
<i> at OpenSim.OpenSimBase.StartupSpecific()</i></div>
<div><i> at OpenSim.OpenSim.StartupSpecific()</i></div>
<div><i> at
OpenSim.Framework.Servers.BaseOpenSimServer.Startup()</i></div>
<div><i> at OpenSim.Application.Main(String[] args)</i></div>
<div><i> at OpenSim._32BitLaunch.Program.Main(String[] args)
in
C:\OpenSim\trunk6\OpenSim\Tools\OpenSim.32BitLaunch\Program.cs:line
47</i></div>
<div><i><br>
</i></div>
<div><i>Application will now terminate!</i></div>
<div>
<br>
</div>
<div>Any ideas?</div>
<div><br>
</div>
<div>Thanks,</div>
<div>Levi</div>
<div><br>
</div>
<br>
</div>
</blockquote>
Change the port number in OpenSim.ini <br>
[Network] <br>
http_listener_port = *****<br>
<br>
Default is 9000, make the second instance something different<br>
<br>
</body>
</html>