I am working on creating a fiesta odin server. All of my services are starting fine except my _odinRestServer. When I try to start it, it says "error 1053:Services did not respond to start or control request in a timely fashion".
And when I check the debug txt (Main) I get whats shown in the code below. Could anyone help me fix this?
Code:[1] [1/15/2014 10:07:24 AM] :: Service Starting [2] [1/15/2014 10:07:24 AM] :: DatabaseManager.DataSource.Server=>MICHAELR\OdinServer [3] [1/15/2014 10:07:24 AM] :: DatabaseManager.DataSource.Database=>OdinAccounts [4] [1/15/2014 10:07:24 AM] :: DatabaseManager.DataSource.AccountTable=>OdinAccounts [5] [1/15/2014 10:07:24 AM] :: DatabaseManager.DataSource.AuthTable=>tAuth [6] [1/15/2014 10:07:24 AM] :: DatabaseManager.DataSource.TokenTable=>tTokens [7] [1/15/2014 10:07:24 AM] :: OdinServer.Socket.IP=>127.0.0.1 [8] [1/15/2014 10:07:24 AM] :: OdinServer.Socket.Port=>80 [9] [1/15/2014 10:07:24 AM] :: OdinServer.Debug=>1 [10] [1/15/2014 10:07:24 AM] :: DatabaseManager.DataSource.PurchaseTable=>tPurchases [11] [1/15/2014 10:07:24 AM] :: DatabaseManager.DataSource.ItemUsesTable=>tItemUses [12] [1/15/2014 10:07:24 AM] :: OdinServer.TokenManager.EnforceExpireDate=>False [13] [1/15/2014 10:07:24 AM] :: ******READ SETTINGS FAIL****** [13] [1/15/2014 10:07:24 AM] :: The given key was not present in the dictionary. [14] [1/15/2014 10:07:24 AM] :: ******READ SETTINGS FAIL****** [14] [1/15/2014 10:07:24 AM] :: Invalid value [OdinServer.TokenManager.DeleteUsedTokens]::<SETTING NOT FOUND>


Reply With Quote

