On 03/22/2011 11:10 PM, Levi Martson wrote:
> 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:
>
> /OpenSim threw an exception:/
> /System.Net.Sockets.SocketException: Only one usage of each socket
> address (protocol/network address/port) is normally permitted/
> /   at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot,
> SocketAddress socketAddress)/
> /   at System.Net.Sockets.Socket.Bind(EndPoint localEP)/
> /   at OpenMetaverse.OpenSimUDPBase.Start(Int32 recvBufferSize,
> Boolean asyncPacketHandling)/
> /   at OpenSim.Region.ClientStack.LindenUDP.LLUDPServer.Start()/
> /   at OpenSim.Region.ClientStack.LindenUDP.LLUDPServerShim.Start()/
> /   at OpenSim.OpenSimBase.CreateRegion(RegionInfo regionInfo, Boolean
> portadd_flag, Boolean do_post_init, IScene& mscene)/
> /   at OpenSim.OpenSimBase.CreateRegion(RegionInfo regionInfo, Boolean
> portadd_flag, IScene& scene)/
> /   at
> OpenSim.ApplicationPlugins.LoadRegions.LoadRegionsPlugin.PostInitialise()/
> /   at OpenSim.OpenSimBase.StartupSpecific()/
> /   at OpenSim.OpenSim.StartupSpecific()/
> /   at OpenSim.Framework.Servers.BaseOpenSimServer.Startup()/
> /   at OpenSim.Application.Main(String[] args)/
> /   at OpenSim._32BitLaunch.Program.Main(String[] args) in
> C:\OpenSim\trunk6\OpenSim\Tools\OpenSim.32BitLaunch\Program.cs:line 47/
> /
> /
> /Application will now terminate!/
>
> Any ideas?
>
> Thanks,
> Levi
>
>
Change the port number in OpenSim.ini
[Network]
http_listener_port = *****

Default is 9000, make the second instance something different

_______________________________________________
Opensim-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-dev

Reply via email to