* Better debug message on login problems.
* Moved GridInfoService config to OpenSim.Server.inislimupdates
parent
14073831d2
commit
13f0e4a718
|
@ -251,7 +251,7 @@ namespace OpenSim.Services.LLLoginService
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
m_log.WarnFormat("[LLOGIN SERVICE]: Exception processing login for {0} {1}: {2}", firstName, lastName, e.ToString());
|
m_log.WarnFormat("[LLOGIN SERVICE]: Exception processing login for {0} {1}: {2} {3}", firstName, lastName, e.ToString(), e.StackTrace);
|
||||||
if (m_PresenceService != null)
|
if (m_PresenceService != null)
|
||||||
m_PresenceService.LogoutAgent(session, new Vector3(128, 128, 0), new Vector3(0, 1, 0));
|
m_PresenceService.LogoutAgent(session, new Vector3(128, 128, 0), new Vector3(0, 1, 0));
|
||||||
return LLFailedLoginResponse.InternalError;
|
return LLFailedLoginResponse.InternalError;
|
||||||
|
|
|
@ -133,6 +133,52 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
|
||||||
InventoryServerURI = "http://127.0.0.1:8002"
|
InventoryServerURI = "http://127.0.0.1:8002"
|
||||||
AssetServerURI = "http://127.0.0.1:8002"
|
AssetServerURI = "http://127.0.0.1:8002"
|
||||||
|
|
||||||
|
[GridInfoService]
|
||||||
|
; These settings are used to return information on a get_grid_info call.
|
||||||
|
; Client launcher scripts and third-party clients make use of this to
|
||||||
|
; autoconfigure the client and to provide a nice user experience. If you
|
||||||
|
; want to facilitate that, you should configure the settings here according
|
||||||
|
; to your grid or standalone setup.
|
||||||
|
;
|
||||||
|
; See http://opensimulator.org/wiki/GridInfo
|
||||||
|
|
||||||
|
; login uri: for grid this is the login server URI
|
||||||
|
login = http://127.0.0.1:9000/
|
||||||
|
|
||||||
|
; long grid name: the long name of your grid
|
||||||
|
gridname = "the lost continent of hippo"
|
||||||
|
|
||||||
|
; short grid name: the short name of your grid
|
||||||
|
gridnick = "hippogrid"
|
||||||
|
|
||||||
|
; login page: optional: if it exists it will be used to tell the client to use
|
||||||
|
; this as splash page
|
||||||
|
; currently unused
|
||||||
|
;welcome = http://127.0.0.1/welcome
|
||||||
|
|
||||||
|
; helper uri: optional: if it exists if will be used to tell the client to use
|
||||||
|
; this for all economy related things
|
||||||
|
; currently unused
|
||||||
|
;economy = http://127.0.0.1:9000/
|
||||||
|
|
||||||
|
; web page of grid: optional: page providing further information about your grid
|
||||||
|
; currently unused
|
||||||
|
;about = http://127.0.0.1/about/
|
||||||
|
|
||||||
|
; account creation: optional: page providing further information about obtaining
|
||||||
|
; a user account on your grid
|
||||||
|
; currently unused
|
||||||
|
;register = http://127.0.0.1/register
|
||||||
|
|
||||||
|
; help: optional: page providing further assistance for users of your grid
|
||||||
|
; currently unused
|
||||||
|
;help = http://127.0.0.1/help
|
||||||
|
|
||||||
|
; password help: optional: page providing password assistance for users of your grid
|
||||||
|
; currently unused
|
||||||
|
;password = http://127.0.0.1/password
|
||||||
|
|
||||||
|
|
||||||
[GatekeeperService]
|
[GatekeeperService]
|
||||||
LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService"
|
LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService"
|
||||||
;; for the service
|
;; for the service
|
||||||
|
@ -160,3 +206,4 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
|
||||||
[HGInventoryService]
|
[HGInventoryService]
|
||||||
; For the InventoryServiceInConnector
|
; For the InventoryServiceInConnector
|
||||||
LocalServiceModule = "OpenSim.Services.InventoryService.dll:HGInventoryService"
|
LocalServiceModule = "OpenSim.Services.InventoryService.dll:HGInventoryService"
|
||||||
|
|
||||||
|
|
|
@ -127,3 +127,49 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
|
||||||
FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
|
FriendsService = "OpenSim.Services.FriendsService.dll:FriendsService"
|
||||||
|
|
||||||
WelcomeMessage = "Welcome, Avatar!"
|
WelcomeMessage = "Welcome, Avatar!"
|
||||||
|
|
||||||
|
|
||||||
|
[GridInfoService]
|
||||||
|
; These settings are used to return information on a get_grid_info call.
|
||||||
|
; Client launcher scripts and third-party clients make use of this to
|
||||||
|
; autoconfigure the client and to provide a nice user experience. If you
|
||||||
|
; want to facilitate that, you should configure the settings here according
|
||||||
|
; to your grid or standalone setup.
|
||||||
|
;
|
||||||
|
; See http://opensimulator.org/wiki/GridInfo
|
||||||
|
|
||||||
|
; login uri: for grid this is the login server URI
|
||||||
|
login = http://127.0.0.1:9000/
|
||||||
|
|
||||||
|
; long grid name: the long name of your grid
|
||||||
|
gridname = "the lost continent of hippo"
|
||||||
|
|
||||||
|
; short grid name: the short name of your grid
|
||||||
|
gridnick = "hippogrid"
|
||||||
|
|
||||||
|
; login page: optional: if it exists it will be used to tell the client to use
|
||||||
|
; this as splash page
|
||||||
|
; currently unused
|
||||||
|
;welcome = http://127.0.0.1/welcome
|
||||||
|
|
||||||
|
; helper uri: optional: if it exists if will be used to tell the client to use
|
||||||
|
; this for all economy related things
|
||||||
|
; currently unused
|
||||||
|
;economy = http://127.0.0.1:9000/
|
||||||
|
|
||||||
|
; web page of grid: optional: page providing further information about your grid
|
||||||
|
; currently unused
|
||||||
|
;about = http://127.0.0.1/about/
|
||||||
|
|
||||||
|
; account creation: optional: page providing further information about obtaining
|
||||||
|
; a user account on your grid
|
||||||
|
; currently unused
|
||||||
|
;register = http://127.0.0.1/register
|
||||||
|
|
||||||
|
; help: optional: page providing further assistance for users of your grid
|
||||||
|
; currently unused
|
||||||
|
;help = http://127.0.0.1/help
|
||||||
|
|
||||||
|
; password help: optional: page providing password assistance for users of your grid
|
||||||
|
; currently unused
|
||||||
|
;password = http://127.0.0.1/password
|
||||||
|
|
|
@ -979,52 +979,6 @@
|
||||||
; DisableUndergroundMovement = true
|
; DisableUndergroundMovement = true
|
||||||
|
|
||||||
|
|
||||||
[GridInfoService]
|
|
||||||
; These settings are used to return information on a get_grid_info call.
|
|
||||||
; Client launcher scripts and third-party clients make use of this to
|
|
||||||
; autoconfigure the client and to provide a nice user experience. If you
|
|
||||||
; want to facilitate that, you should configure the settings here according
|
|
||||||
; to your grid or standalone setup.
|
|
||||||
;
|
|
||||||
; See http://opensimulator.org/wiki/GridInfo
|
|
||||||
|
|
||||||
; login uri: for grid this is the user server URI
|
|
||||||
login = http://127.0.0.1:9000/
|
|
||||||
|
|
||||||
; long grid name: the long name of your grid
|
|
||||||
gridname = "the lost continent of hippo"
|
|
||||||
|
|
||||||
; short grid name: the short name of your grid
|
|
||||||
gridnick = "hippogrid"
|
|
||||||
|
|
||||||
; login page: optional: if it exists it will be used to tell the client to use
|
|
||||||
; this as splash page
|
|
||||||
; currently unused
|
|
||||||
;welcome = http://127.0.0.1/welcome
|
|
||||||
|
|
||||||
; helper uri: optional: if it exists if will be used to tell the client to use
|
|
||||||
; this for all economy related things
|
|
||||||
; currently unused
|
|
||||||
;economy = http://127.0.0.1:9000/
|
|
||||||
|
|
||||||
; web page of grid: optional: page providing further information about your grid
|
|
||||||
; currently unused
|
|
||||||
;about = http://127.0.0.1/about/
|
|
||||||
|
|
||||||
; account creation: optional: page providing further information about obtaining
|
|
||||||
; a user account on your grid
|
|
||||||
; currently unused
|
|
||||||
;register = http://127.0.0.1/register
|
|
||||||
|
|
||||||
; help: optional: page providing further assistance for users of your grid
|
|
||||||
; currently unused
|
|
||||||
;help = http://127.0.0.1/help
|
|
||||||
|
|
||||||
; password help: optional: page providing password assistance for users of your grid
|
|
||||||
; currently unused
|
|
||||||
;password = http://127.0.0.1/password
|
|
||||||
|
|
||||||
|
|
||||||
[OpenGridProtocol]
|
[OpenGridProtocol]
|
||||||
;These are the settings for the Open Grid Protocol.. the Agent Domain, Region Domain, you know..
|
;These are the settings for the Open Grid Protocol.. the Agent Domain, Region Domain, you know..
|
||||||
;On/true or Off/false
|
;On/true or Off/false
|
||||||
|
|
Loading…
Reference in New Issue