Advertisement
Pastebin-Wolf

Opensim, Diva: verify avatar

Jul 2nd, 2015
1,010
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.40 KB | None | 0 0
  1. Diva installation - looking for help with logins, thank you for reading this.
  2.  
  3. Short description of the problem: Avatars cannot login/verify, Diva distro, standalone + OSG on one PC.
  4.  
  5. Environment:
  6.  
  7. Distributor ID: Ubuntu
  8. Description: Ubuntu 14.04.2 LTS
  9. Release: 14.04
  10. Codename: trusty
  11.  
  12.  
  13. Mono
  14. Mono JIT compiler version 4.0.1 (tarball Thu May 28 09:08:28 UTC 2015) and 4.0.2.5
  15. Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
  16. TLS: __thread
  17. SIGSEGV: altstack
  18. Notifications: epoll
  19. Architecture: amd64
  20. Disabled: none
  21. Misc: softdebug
  22. LLVM: supported, not enabled.
  23. GC: sgen
  24.  
  25.  
  26. Server version: 5.6.25 MySQL
  27.  
  28. CONTENT:
  29.  
  30. 1) MySQL CONFIGURATION.......................................... 46
  31. 2) LINUX - FILE PERMISSIONS...................................... 59
  32. 3) OPENSIM CONFIGURATION ........................................ 62
  33. 4) SIMULATOR - FIRST RUN ....................................... 111
  34. 5) PORTS - CHANGES IN A CONFIG FILE ............................ 221
  35. 6) OPENSIM 2nd RUN ............................................. 227
  36. 7) FIRST TRY TO LOGIN via Firestorm ............................ 512
  37. 8) TRY TO CREATE ANOTHER AVATAR IN CONSOLE ..................... 530
  38. 9) SECOND TRY TO LOGIN via Firestorm (as Newbie Guy): .......... 540
  39. 10) RESTART OF THE SERVER AND TRY TO LOGIN BOTH USERS AGAIN .... 558
  40. 11) LIST OF DATA BEING CHANGED FOR THIS FILE ................... 782
  41.  
  42.  
  43.  
  44.  
  45.  
  46. 1) MySQL CONFIGURATION
  47.  
  48. mysql> create database divadata;
  49. Query OK, 1 row affected (0.00 sec)
  50.  
  51. mysql> grant all on *.* to 'divauser'@'localhost';
  52. Query OK, 0 rows affected (0.04 sec)
  53.  
  54. mysql> flush privileges;
  55. Query OK, 0 rows affected (0.00 sec)
  56.  
  57. quit
  58.  
  59. 2) LINUX - FILE PERMISSIONS
  60. sudo chmod -R ug+rwx /homeroot/divauser/Folder/Subfolder/diva-r25950
  61.  
  62. 3) OPENSIM CONFIGURATION
  63.  
  64. mono Configure.exe
  65.  
  66. Responses:
  67.  
  68. WARNING: The runtime version supported by this application is unavailable.
  69. Using default runtime: v4.0.30319
  70. Name of your world: TestWorlds
  71. MySql database host: [localhost]
  72. MySql database schema name: [opensim] divadata
  73. MySql database user account: [opensim] divauser
  74. MySql database password for that account: passwordformysql
  75. Your external domain name (preferred) or IP address: 123.4.56.789
  76. This installation is going to run on
  77. [1] .NET/Windows
  78. [2] *ix/Mono
  79. Choose 1 or 2 [1]: 2
  80.  
  81. The next questions are for configuring Wifi,
  82. the web application where your users can register.
  83.  
  84. Wifi Admin first name [Wifi]:
  85. Wifi Admin last name [Admin]:
  86. Wifi Admin password [secret]: passwordforwifiadmin
  87. Wifi Admin email [admin@localhost]:
  88. User account creation [o]pen or [c]ontrolled [c]:
  89. Wifi sends email notifications via gmail, by default.
  90. Gmail user name [none]:
  91. Gmail password [none]:
  92.  
  93. Your regions have been successfully configured.
  94. Your World has been successfully configured
  95.  
  96. ***************************************************
  97. Your world is EnchantedRealms
  98. Your loginuri is http://123.4.56.789:9000
  99. Your Wifi app is http://123.4.56.789:9000/wifi
  100. You admin account for Wifi is:
  101. username: Wifi Admin
  102. passwd: passwordforwifiadmin
  103.  
  104. Remember to set the Smtp Account for email notifications
  105. Your world's configuration is config-include/MyWorld.ini.
  106. Please revise it.
  107. ***************************************************
  108.  
  109.  
  110.  
  111. 4) SIMULATOR - FIRST RUN
  112.  
  113. mono OpenSim.exe
  114.  
  115. 14:41:13 - [OPENSIM MAIN]: configured log4net using default OpenSim.exe.config
  116. 14:41:13 - [OPENSIM MAIN]: System Locale is en-GB
  117. 14:41:13 - [OPENSIM MAIN]: Environment variable MONO_THREADS_PER_CPU is 2048
  118. 14:41:13 - [OPENSIM MAIN]: Runtime gave us 400 min worker threads and 8 min IOCP threads
  119. 14:41:13 - [OPENSIM MAIN]: Runtime gave us 400 max worker threads and 16 max IOCP threads
  120. 14:41:13 - [OPENSIM MAIN]: Bumping up to max worker threads to 500
  121. 14:41:13 - [OPENSIM MAIN]: Bumping up max IOCP threads to 1000
  122. 14:41:13 - [OPENSIM MAIN]: Threadpool set to 500 max worker threads and 1000 max IOCP threads
  123. 14:41:13 - [OPENSIM MAIN]: Environment is supported by OpenSimulator.
  124. 14:41:13 - [CONFIG]: Reading configuration settings
  125. 14:41:13 - [CONFIG]: Reading configuration file /homeroot/divauser/Folder/Subfolder/diva-r25950/bin/OpenSimDefaults.ini
  126. 14:41:13 - [CONFIG]: Reading configuration file /homeroot/divauser/Folder/Subfolder/diva-r25950/bin/OpenSim.ini
  127. 14:41:13 - [CONFIG]: Reading configuration file /homeroot/divauser/Folder/Subfolder/diva-r25950/bin/config-include/DivaPreferences.ini
  128. 14:41:13 - [CONFIG]: Reading configuration file /homeroot/divauser/Folder/Subfolder/diva-r25950/bin/config-include/MyWorld.ini
  129. 14:41:13 - [CONFIG]: Loading environment variables for Config
  130. 14:41:13 - [OPENSIM MAIN]: Using async_call_method SmartThreadPool
  131. 14:41:13 - ====================================================================
  132. 14:41:13 - ========================= STARTING OPENSIM =========================
  133. 14:41:13 - ====================================================================
  134. 14:41:13 - [LOCAL CONSOLE]: Persistent command line history is Enabled, up to 100 lines from file /homeroot/divauser/Folder/Subfolder/diva-r25950/bin/OpenSimConsoleHistory.txt
  135. 14:41:13 - [LOCAL CONSOLE]: Read 100 lines of command line history from file /homeroot/divauser/Folder/Subfolder/diva-r25950/bin/OpenSimConsoleHistory.txt
  136. 14:41:13 - [SERVER BASE]: Starting in /homeroot/divauser/Folder/Subfolder/diva-r25950/bin
  137. 14:41:13 - [SERVER BASE]: OpenSimulator version: OpenSim 0.8.1.0 Post_Fixes
  138. 14:41:13 - [SERVER BASE]: Operating system version: Unix 3.14.32.6, .NET platform Unix, 64-bit
  139. Console log level is ALL
  140. 14:41:13 - [SERVER BASE]: Logging started to file /homeroot/divauser/Folder/Subfolder/diva-r25950/bin/OpenSim.log
  141. 14:41:13 - [MIGRATIONS]: Creating migrations at version 1
  142. 14:41:13 - [MIGRATIONS]: Upgrading RegionStore to latest revision 49.
  143. 14:41:13 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process!
  144. 14:41:13 - [MIGRATIONS]: Creating RegionStore at version 1
  145. 14:41:14 - [MIGRATIONS]: Updating RegionStore to version 2
  146. 14:41:14 - [MIGRATIONS]: Updating RegionStore to version 3
  147. 14:41:14 - [MIGRATIONS]: Updating RegionStore to version 4
  148. 14:41:14 - [MIGRATIONS]: Updating RegionStore to version 5
  149. 14:41:16 - [MIGRATIONS]: Updating RegionStore to version 6
  150. 14:41:20 - [MIGRATIONS]: Updating RegionStore to version 7
  151. 14:41:21 - [MIGRATIONS]: Updating RegionStore to version 8
  152. 14:41:27 - [MIGRATIONS]: Updating RegionStore to version 9
  153. 14:41:27 - [MIGRATIONS]: Updating RegionStore to version 10
  154. 14:41:28 - [MIGRATIONS]: Updating RegionStore to version 11
  155. 14:41:28 - [MIGRATIONS]: Updating RegionStore to version 12
  156. 14:41:28 - [MIGRATIONS]: Updating RegionStore to version 13
  157. 14:41:37 - [MIGRATIONS]: Updating RegionStore to version 16
  158. 14:41:39 - [MIGRATIONS]: Updating RegionStore to version 17
  159. 14:41:39 - [MIGRATIONS]: Updating RegionStore to version 18
  160. 14:41:40 - [MIGRATIONS]: Updating RegionStore to version 19
  161. 14:41:40 - [MIGRATIONS]: Updating RegionStore to version 20
  162. 14:41:41 - [MIGRATIONS]: Updating RegionStore to version 21
  163. 14:41:42 - [MIGRATIONS]: Updating RegionStore to version 22
  164. 14:41:42 - [MIGRATIONS]: Updating RegionStore to version 23
  165. 14:41:47 - [MIGRATIONS]: Updating RegionStore to version 24
  166. 14:42:05 - [MIGRATIONS]: Updating RegionStore to version 25
  167. 14:42:06 - [MIGRATIONS]: Updating RegionStore to version 26
  168. 14:42:06 - [MIGRATIONS]: Updating RegionStore to version 27
  169. 14:42:06 - [MIGRATIONS]: Updating RegionStore to version 28
  170. 14:42:06 - [MIGRATIONS]: Updating RegionStore to version 29
  171. 14:42:07 - [MIGRATIONS]: Updating RegionStore to version 30
  172. 14:42:08 - [MIGRATIONS]: Updating RegionStore to version 31
  173. 14:42:08 - [MIGRATIONS]: Updating RegionStore to version 32
  174. 14:42:08 - [MIGRATIONS]: Updating RegionStore to version 33
  175. 14:42:09 - [MIGRATIONS]: Updating RegionStore to version 34
  176. 14:42:10 - [MIGRATIONS]: Updating RegionStore to version 35
  177. 14:42:11 - [MIGRATIONS]: Updating RegionStore to version 36
  178. 14:42:12 - [MIGRATIONS]: Updating RegionStore to version 37
  179. 14:42:14 - [MIGRATIONS]: Updating RegionStore to version 38
  180. 14:42:14 - [MIGRATIONS]: Updating RegionStore to version 39
  181. 14:42:14 - [MIGRATIONS]: Updating RegionStore to version 40
  182. 14:42:14 - [MIGRATIONS]: Updating RegionStore to version 41
  183. 14:42:14 - [MIGRATIONS]: Updating RegionStore to version 42
  184. 14:42:14 - [MIGRATIONS]: Updating RegionStore to version 43
  185. 14:42:14 - [MIGRATIONS]: Updating RegionStore to version 44
  186. 14:42:14 - [MIGRATIONS]: Updating RegionStore to version 45
  187. 14:42:14 - [MIGRATIONS]: Updating RegionStore to version 46
  188. 14:42:14 - [MIGRATIONS]: Updating RegionStore to version 47
  189. 14:42:14 - [MIGRATIONS]: Updating RegionStore to version 48
  190. 14:42:14 - [MIGRATIONS]: Updating RegionStore to version 49
  191. 14:42:14 - [REGION DB]: MySql - connecting: Data Source=localhost;Database=divadata;User ID=divauser;Password=***;Old Guids=true;Allow Zero Datetime=true;
  192. 14:42:14 - [MIGRATIONS]: Upgrading EstateStore to latest revision 33.
  193. 14:42:14 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process!
  194. 14:42:16 - [MIGRATIONS]: Creating EstateStore at version 13
  195. 14:42:16 - [MIGRATIONS]: Updating EstateStore to version 32
  196. 14:42:16 - [MIGRATIONS]: Updating EstateStore to version 33
  197. 14:42:16 - [CLIENTSTACK]: Attempting to load OpenSim.Region.ClientStack.LindenUDP.dll
  198. 14:42:16 - [CLIENTSTACK]: Added IClientNetworkServer Interface
  199. 14:42:17 - [REGION SERVER]: Starting HTTP server on port 9000
  200. 14:42:17 - [BASE HTTP SERVER]: Starting HTTP server on port 9000
  201. 14:42:17 - [BASE HTTP SERVER]: Error - Address already in use
  202. 14:42:17 - [BASE HTTP SERVER]: Tip: Do you have permission to listen on port 9000, 0?
  203. 14:42:17 - [APPLICATION]:
  204. APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs
  205.  
  206. Exception: System.Net.Sockets.SocketException: Address already in use
  207. at System.Net.Sockets.Socket.Bind (System.Net.EndPoint local_end) [0x00000] in <filename unknown>:0
  208. at System.Net.Sockets.TcpListener.Start (Int32 backlog) [0x00000] in <filename unknown>:0
  209. at HttpServer.HttpListenerBase.Start (Int32 backlog) [0x00000] in <filename unknown>:0
  210. at OpenSim.Framework.Servers.HttpServer.BaseHttpServer.Start (Boolean performPollResponsesAsync) [0x00000] in <filename unknown>:0
  211.  
  212. Application is terminating: True
  213.  
  214. [ERROR] FATAL UNHANDLED EXCEPTION: System.Net.Sockets.SocketException: Address already in use
  215. at System.Net.Sockets.Socket.Bind (System.Net.EndPoint local_end) [0x00000] in <filename unknown>:0
  216. at System.Net.Sockets.TcpListener.Start (Int32 backlog) [0x00000] in <filename unknown>:0
  217. at HttpServer.HttpListenerBase.Start (Int32 backlog) [0x00000] in <filename unknown>:0
  218. at OpenSim.Framework.Servers.HttpServer.BaseHttpServer.Start (Boolean performPollResponsesAsync) [0x00000] in <filename unknown>:0
  219. divauser@Ubuntu-console:~/Folder/Subfolder/diva-r25950/bin$
  220.  
  221. 5) PORTS - CHANGES IN A CONFIG FILE
  222.  
  223. MyWorld.ini EDIT
  224. /homeroot/divauser/Folder/Subfolder/diva-r25950/bin/config-include/MyWorld.ini
  225. - Search and replace for port 9000, all replaced by 8600
  226.  
  227. 6) OPENSIM 2nd RUN
  228.  
  229. mono OpenSim.exe
  230.  
  231. 14:45:36 - [OPENSIM MAIN]: configured log4net using default OpenSim.exe.config
  232. 14:45:36 - [OPENSIM MAIN]: System Locale is en-GB
  233. 14:45:36 - [OPENSIM MAIN]: Environment variable MONO_THREADS_PER_CPU is 2048
  234. 14:45:36 - [OPENSIM MAIN]: Runtime gave us 400 min worker threads and 8 min IOCP threads
  235. 14:45:36 - [OPENSIM MAIN]: Runtime gave us 400 max worker threads and 16 max IOCP threads
  236. 14:45:36 - [OPENSIM MAIN]: Bumping up to max worker threads to 500
  237. 14:45:36 - [OPENSIM MAIN]: Bumping up max IOCP threads to 1000
  238. 14:45:36 - [OPENSIM MAIN]: Threadpool set to 500 max worker threads and 1000 max IOCP threads
  239. 14:45:36 - [OPENSIM MAIN]: Environment is supported by OpenSimulator.
  240. 14:45:36 - [CONFIG]: Reading configuration settings
  241. 14:45:36 - [CONFIG]: Reading configuration file /homeroot/divauser/Folder/Subfolder/diva-r25950/bin/OpenSimDefaults.ini
  242. 14:45:36 - [CONFIG]: Reading configuration file /homeroot/divauser/Folder/Subfolder/diva-r25950/bin/OpenSim.ini
  243. 14:45:36 - [CONFIG]: Reading configuration file /homeroot/divauser/Folder/Subfolder/diva-r25950/bin/config-include/DivaPreferences.ini
  244. 14:45:36 - [CONFIG]: Reading configuration file /homeroot/divauser/Folder/Subfolder/diva-r25950/bin/config-include/MyWorld.ini
  245. 14:45:36 - [CONFIG]: Loading environment variables for Config
  246. 14:45:36 - [OPENSIM MAIN]: Using async_call_method SmartThreadPool
  247. 14:45:36 - ====================================================================
  248. 14:45:36 - ========================= STARTING OPENSIM =========================
  249. 14:45:36 - ====================================================================
  250. 14:45:36 - [LOCAL CONSOLE]: Persistent command line history is Enabled, up to 100 lines from file /homeroot/divauser/Folder/Subfolder/diva-r25950/bin/OpenSimConsoleHistory.txt
  251. 14:45:36 - [LOCAL CONSOLE]: Read 100 lines of command line history from file /homeroot/divauser/Folder/Subfolder/diva-r25950/bin/OpenSimConsoleHistory.txt
  252. 14:45:36 - [SERVER BASE]: Starting in /homeroot/divauser/Folder/Subfolder/diva-r25950/bin
  253. 14:45:36 - [SERVER BASE]: OpenSimulator version: OpenSim 0.8.1.0 Post_Fixes
  254. 14:45:36 - [SERVER BASE]: Operating system version: Unix 3.14.32.6, .NET platform Unix, 64-bit
  255. Console log level is ALL
  256. 14:45:36 - [SERVER BASE]: Logging started to file /homeroot/divauser/Folder/Subfolder/diva-r25950/bin/OpenSim.log
  257. 14:45:36 - [REGION DB]: MySql - connecting: Data Source=localhost;Database=divadata;User ID=divauser;Password=***;Old Guids=true;Allow Zero Datetime=true;
  258. 14:45:37 - [CLIENTSTACK]: Attempting to load OpenSim.Region.ClientStack.LindenUDP.dll
  259. 14:45:37 - [CLIENTSTACK]: Added IClientNetworkServer Interface
  260. 14:45:37 - [REGION SERVER]: Starting HTTP server on port 8600
  261. 14:45:37 - [BASE HTTP SERVER]: Starting HTTP server on port 8600
  262. Got a bad hardware address length for an AF_PACKET 16 8
  263. 14:45:37 - [PLUGINS]: Initializing addin manager
  264. 14:45:37 - [PLUGINS]: Plugin Loaded: OpenSim
  265. 14:45:37 - [PLUGINS]: Plugin Loaded: OpenSim.Region.Framework
  266. 14:45:37 - [PLUGINS]: Plugin Loaded: Robust
  267. 14:45:37 - [PLUGINS]: Plugin Loaded: OpenSim.Data
  268. 14:45:38 - [PLUGINS]: Loading extension point /OpenSim/Startup
  269. 14:45:38 - [PLUGINS]: Trying plugin /OpenSim/Startup/LoadRegions
  270. 14:45:38 - [PLUGINS]: Plugin Loaded: OpenSim.ApplicationPlugins.LoadRegions
  271. 14:45:38 - [PLUGINS]: Trying plugin /OpenSim/Startup/LoadRegions
  272. 14:45:38 - [PLUGINS]: Plugin Loaded: OpenSim.ApplicationPlugins.RemoteController
  273. 14:45:38 - [PLUGINS]: Trying plugin /OpenSim/Startup/LoadRegions
  274. 14:45:38 - [PLUGINS]: Plugin Loaded: OpenSim.ApplicationPlugins.RegionModulesController
  275. 14:45:38 - [PLUGINS]: Plugin Loaded: OpenSim.Groups
  276. 14:45:38 - [PLUGINS]: Plugin Loaded: DataSnapshot
  277. 14:45:38 - [PLUGINS]: Plugin Loaded: WebStats
  278. 14:45:38 - [PLUGINS]: Plugin Loaded: OpenSim.Region.OptionalModules
  279. 14:45:38 - [PLUGINS]: Plugin Loaded: LindenCaps
  280. 14:45:38 - [PLUGINS]: Plugin Loaded: OpenSim.Region.ScriptEngine.XEngine
  281. 14:45:38 - [PLUGINS]: Plugin Loaded: OpenSim.RegionModules.RegionCombinerModule
  282. 14:45:38 - [PLUGINS]: Plugin Loaded: Diva.Interfaces
  283. 14:45:38 - [PLUGINS]: Plugin Loaded: Diva.Wifi
  284. 14:45:38 - [PLUGINS]: Plugin Loaded: SimianGrid
  285. 14:45:38 - [PLUGINS]: Plugin Loaded: Diva.TOS
  286. 14:45:38 - [PLUGINS]: Plugin Loaded: OpenSim.OfflineIM
  287. 14:45:38 - [PLUGINS]: Plugin Loaded: OpenSim.Region.CoreModules
  288. 14:45:38 - [PLUGINS]: Plugin Loaded: Diva.MISearchModules
  289. 14:45:38 - [REGIONMODULES]: From plugin OpenSim.Groups, (version 0.8.1.0), loaded 5 modules, 5 shared, 0 non-shared 0 unknown
  290. 14:45:38 - [REGIONMODULES]: From plugin DataSnapshot, (version 0.8.1.0), loaded 1 modules, 1 shared, 0 non-shared 0 unknown
  291. 14:45:38 - [REGIONMODULES]: From plugin WebStats, (version 0.8.1.0), loaded 1 modules, 1 shared, 0 non-shared 0 unknown
  292. 14:45:38 - [REGIONMODULES]: From plugin OpenSim.Region.OptionalModules, (version 0.8.1.0), loaded 32 modules, 16 shared, 16 non-shared 0 unknown
  293. 14:45:38 - [REGIONMODULES]: From plugin LindenCaps, (version 0.8.1.0), loaded 15 modules, 1 shared, 14 non-shared 0 unknown
  294. 14:45:38 - [REGIONMODULES]: From plugin OpenSim.Region.ScriptEngine.XEngine, (version 0.8.1.0), loaded 1 modules, 0 shared, 1 non-shared 0 unknown
  295. 14:45:38 - [REGIONMODULES]: From plugin OpenSim.RegionModules.RegionCombinerModule, (version 0.8.1.0), loaded 1 modules, 1 shared, 0 non-shared 0 unknown
  296. 14:45:38 - [REGIONMODULES]: From plugin Diva.Wifi, (version 0.8.1.0.4), loaded 1 modules, 1 shared, 0 non-shared 0 unknown
  297. 14:45:38 - [REGIONMODULES]: From plugin SimianGrid, (version 0.8.1.0), loaded 2 modules, 1 shared, 1 non-shared 0 unknown
  298. 14:45:38 - [REGIONMODULES]: From plugin Diva.TOS, (version 0.8.1.0.1), loaded 1 modules, 1 shared, 0 non-shared 0 unknown
  299. 14:45:38 - [REGIONMODULES]: From plugin OpenSim.OfflineIM, (version 0.8.1.0), loaded 1 modules, 1 shared, 0 non-shared 0 unknown
  300. 14:45:38 - [REGIONMODULES]: From plugin OpenSim.Region.CoreModules, (version 0.8.1.0), loaded 96 modules, 56 shared, 40 non-shared 0 unknown
  301. 14:45:38 - [REGIONMODULES]: From plugin Diva.MISearchModules, (version 0.8.1.0.2), loaded 1 modules, 1 shared, 0 non-shared 0 unknown
  302. 14:45:38 - [Groups.Messaging]: GroupsMessagingModule enabled with MessageOnlineOnly = True, DebugEnabled = False
  303. 14:45:38 - [Groups]: Initializing Groups Module V2
  304. 14:45:38 - [Wifi Module]: Initializing...
  305. 14:45:38 - [MIGRATIONS]: Upgrading UserAccount to latest revision 4.
  306. 14:45:38 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process!
  307. 14:45:38 - [MIGRATIONS]: Creating UserAccount at version 1
  308. 14:45:38 - [MIGRATIONS]: Updating UserAccount to version 2
  309. 14:45:39 - [MIGRATIONS]: Updating UserAccount to version 3
  310. 14:45:40 - [MIGRATIONS]: Updating UserAccount to version 4
  311. 14:45:40 - [MIGRATIONS]: Upgrading GridStore to latest revision 9.
  312. 14:45:40 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process!
  313. 14:45:40 - [MIGRATIONS]: Creating GridStore at version 1
  314. 14:45:41 - [MIGRATIONS]: Updating GridStore to version 2
  315. 14:45:41 - [MIGRATIONS]: Updating GridStore to version 3
  316. 14:45:42 - [MIGRATIONS]: Updating GridStore to version 4
  317. 14:45:43 - [MIGRATIONS]: Updating GridStore to version 5
  318. 14:45:43 - [MIGRATIONS]: Updating GridStore to version 6
  319. 14:45:44 - [MIGRATIONS]: Updating GridStore to version 7
  320. 14:45:44 - [MIGRATIONS]: Updating GridStore to version 8
  321. 14:45:45 - [MIGRATIONS]: Updating GridStore to version 9
  322. 14:45:45 - [MIGRATIONS]: Upgrading AssetStore to latest revision 8.
  323. 14:45:45 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process!
  324. 14:45:45 - [MIGRATIONS]: Creating AssetStore at version 1
  325. 14:45:46 - [MIGRATIONS]: Updating AssetStore to version 2
  326. 14:45:47 - [MIGRATIONS]: Updating AssetStore to version 3
  327. 14:45:47 - [MIGRATIONS]: Updating AssetStore to version 4
  328. 14:45:48 - [MIGRATIONS]: Updating AssetStore to version 5
  329. 14:45:48 - [MIGRATIONS]: Updating AssetStore to version 6
  330. 14:45:48 - [MIGRATIONS]: Updating AssetStore to version 7
  331. 14:45:48 - [MIGRATIONS]: Updating AssetStore to version 8
  332. 14:45:58 - [MIGRATIONS]: Upgrading AuthStore to latest revision 3.
  333. 14:45:58 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process!
  334. 14:45:58 - [MIGRATIONS]: Creating AuthStore at version 1
  335. 14:45:58 - [MIGRATIONS]: Updating AuthStore to version 2
  336. 14:45:58 - [MIGRATIONS]: Updating AuthStore to version 3
  337. 14:45:58 - [MIGRATIONS]: Upgrading GridUserStore to latest revision 2.
  338. 14:45:58 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process!
  339. 14:45:58 - [MIGRATIONS]: Creating GridUserStore at version 1
  340. 14:45:59 - [MIGRATIONS]: Updating GridUserStore to version 2
  341. 14:45:59 - [MIGRATIONS]: Upgrading InventoryStore to latest revision 6.
  342. 14:45:59 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process!
  343. 14:45:59 - [MIGRATIONS]: Creating InventoryStore at version 1
  344. 14:46:05 - [MIGRATIONS]: Updating InventoryStore to version 2
  345. 14:46:05 - [MIGRATIONS]: Updating InventoryStore to version 3
  346. 14:46:06 - [MIGRATIONS]: Updating InventoryStore to version 4
  347. 14:46:06 - [MIGRATIONS]: Updating InventoryStore to version 5
  348. 14:46:06 - [MIGRATIONS]: Updating InventoryStore to version 6
  349. 14:46:06 - [MIGRATIONS]: Upgrading Avatar to latest revision 2.
  350. 14:46:06 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process!
  351. 14:46:07 - [MIGRATIONS]: Creating Avatar at version 1
  352. 14:46:07 - [MIGRATIONS]: Updating Avatar to version 2
  353. 14:46:07 - [MIGRATIONS]: Upgrading Presence to latest revision 3.
  354. 14:46:07 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process!
  355. 14:46:08 - [MIGRATIONS]: Creating Presence at version 1
  356. 14:46:08 - [MIGRATIONS]: Updating Presence to version 2
  357. 14:46:08 - [MIGRATIONS]: Updating Presence to version 3
  358. 14:46:08 - [MIGRATIONS]: Upgrading os_groups_Store to latest revision 2.
  359. 14:46:08 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process!
  360. 14:46:08 - [MIGRATIONS]: Creating os_groups_Store at version 1
  361. 14:46:08 - [MIGRATIONS]: Updating os_groups_Store to version 2
  362. 14:46:08 - [AUTHENTICATION DB]: Set password for principalID 12a12a12-1234-1234-1a12-12a12a1a12a3
  363. 14:46:08 - [USER ACCOUNT SERVICE]: Unable to set homeroot for account Wifi Admin.
  364. 14:46:10 - [USER ACCOUNT SERVICE]: Account Wifi Admin 12a12a12-1234-1234-1a12-12a12a1a12a3 created successfully
  365. 14:46:10 - [MIGRATIONS]: Upgrading IM_Store to latest revision 4.
  366. 14:46:10 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process!
  367. 14:46:10 - [MIGRATIONS]: Creating IM_Store at version 1
  368. 14:46:10 - [MIGRATIONS]: Updating IM_Store to version 2
  369. 14:46:10 - [MIGRATIONS]: Updating IM_Store to version 3
  370. 14:46:10 - [MIGRATIONS]: Updating IM_Store to version 4
  371. 14:46:10 - [FLOTSAM ASSET CACHE]: FlotsamAssetCache enabled
  372. 14:46:10 - [FLOTSAM ASSET CACHE]: Cache Directory ./assetcache
  373. 14:46:10 - [MIGRATIONS]: Upgrading FriendsStore to latest revision 3.
  374. 14:46:10 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process!
  375. 14:46:10 - [MIGRATIONS]: Creating FriendsStore at version 1
  376. 14:46:10 - [MIGRATIONS]: Updating FriendsStore to version 2
  377. 14:46:12 - [MIGRATIONS]: Updating FriendsStore to version 3
  378. 14:46:12 - [MIGRATIONS]: Upgrading HGTravelStore to latest revision 1.
  379. 14:46:12 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process!
  380. 14:46:12 - [MIGRATIONS]: Creating HGTravelStore at version 1
  381. 14:46:12 - [LIBRARY INVENTORY]: Loading library control file ./inventory/Libraries.xml
  382. 14:46:12 - [ASSET IN CONNECTOR]: AssetServiceInConnector enabled
  383. 14:46:12 - [AUTHENTICATION IN CONNECTOR]: Authentication Service In Connector enabled
  384. 14:46:12 - [GRIDINFO IN CONNECTOR]: GridInfo Service In Connector enabled
  385. 14:46:12 - [HGGRID IN CONNECTOR]: Hypergrid Service In Connector enabled
  386. 14:46:12 - [INVENTORY IN CONNECTOR]: Inventory Service In Connector enabled
  387. 14:46:12 - [LLLOGIN IN CONNECTOR]: LLLoginerviceInConnector enabled
  388. 14:46:12 - [MAP SERVICE IN CONNECTOR]: MapImage Service In Connector enabled
  389. 14:46:12 - [NEIGHBOUR IN CONNECTOR]: NeighbourServiceInConnector enabled
  390. 14:46:12 - [SIM SERVICE]: SimulationService IN connector enabled
  391. 14:46:12 - [MIGRATIONS]: Upgrading UserProfiles to latest revision 4.
  392. 14:46:12 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process!
  393. 14:46:12 - [MIGRATIONS]: Creating UserProfiles at version 1
  394. 14:46:12 - [MIGRATIONS]: Updating UserProfiles to version 2
  395. 14:46:12 - [MIGRATIONS]: Updating UserProfiles to version 3
  396. 14:46:12 - [MIGRATIONS]: Updating UserProfiles to version 4
  397. 14:46:12 - [LOCAL USERPROFILES SERVICE CONNECTOR]: Local user profiles connector enabled
  398. 14:46:12 - [HG ASSET SERVICE]: HG asset service enabled
  399. 14:46:12 - [HG ASSET CONNECTOR]: HG asset broker enabled
  400. 14:46:12 - [AUTH CONNECTOR]: Local Authentication connector enabled
  401. 14:46:12 - [AVATAR CONNECTOR]: Local avatar connector enabled
  402. 14:46:12 - [LOCAL GRID SERVICE CONNECTOR]: Local divadata connector enabled
  403. 14:46:12 - [LOCAL GRID USER SERVICE CONNECTOR]: Local divadata user connector enabled
  404. 14:46:12 - [HG INVENTORY CONNECTOR]: HG inventory broker enabled with inner connector of type OpenSim.Services.InventoryService.XInventoryService
  405. 14:46:12 - [LAND CONNECTOR]: Local land connector enabled
  406. 14:46:12 - [MAP IMAGE SERVICE MODULE]: enabled with refresh time 60 min and service object OpenSim.Services.MapImageService.dll:MapImageService
  407. 14:46:12 - [NEIGHBOUR CONNECTOR]: Remote Neighbour connector enabled
  408. 14:46:12 - [LOCAL PRESENCE CONNECTOR]: Local presence connector enabled
  409. 14:46:12 - [LOCAL SIMULATION CONNECTOR]: Initialized with connector protocol version SIMULATION/0.3
  410. 14:46:12 - [REMOTE SIMULATION CONNECTOR]: Remote simulation enabled.
  411. 14:46:12 - [LOCAL USER ACCOUNT SERVICE CONNECTOR]: Local user connector enabled
  412. 14:46:12 - [Serialiser]: Enabled, using save dir "exports"
  413. 14:46:12 - [MI IMAGESERVICE]: Initializing...
  414. 14:46:12 - [LOAD REGIONS PLUGIN]: Loading region configurations from filesystem
  415. 14:46:12 - [REGION LOADER FILE SYSTEM]: Loading config files from ./Regions
  416. 14:46:12 - [REGION LOADER FILE SYSTEM]: Loading config file ./Regions/RegionConfig.ini
  417. 14:46:12 - [REGION INFO]: Region TestWorlds size set to <512,512>
  418. 14:46:12 - [REGION LOADER FILE SYSTEM]: Loaded config for region TestWorlds
  419. 14:46:12 - [LOAD REGIONS PLUGIN]: Loading specific shared modules...
  420. 14:46:12 - [LOAD REGIONS PLUGIN]: Done.
  421. 14:46:12 - [ESTATE]: Region TestWorlds is not part of an estate.
  422. 14:46:12 - [ESTATE]: No existing estates found. You must create a new one.
  423. New estate name [My Estate]: TestEstate
  424. 14:48:01 - [LLUDPSERVER]: Average Environment.TickCount resolution: 1.4ms
  425. 14:48:01 - [PHYSICS]: Added meshing engine: ZeroMesher
  426. 14:48:01 - [PHYSICS]: Added physics engine: BulletSim
  427. 14:48:01 - [PHYSICS]: Added meshing engine: Meshmerizer
  428. 14:48:01 - [PHYSICS]: Added physics engine: OpenDynamicsEngine
  429. 14:48:01 - [PHYSICS]: creating meshing engine Meshmerizer
  430. 14:48:01 - [PHYSICS]: creating BulletSim
  431. 14:48:01 - [BULLETS SCENE]: Forcing terrain implementation to heightmap for large region
  432. 14:48:01 - [BULLETS SCENE]: Selected bullet engine bulletunmanaged -> BulletUnmanaged/
  433. 14:48:01 - [BULLETS SCENE]: Linksets implemented with Compound
  434. 14:48:01 - [SCENE]: Region TestWorlds, WORLD MAP refresh time set to 0 seconds
  435. 14:48:01 - [TERRAIN]: No default terrain. Generating a new terrain flat.
  436. 14:48:01 - [REGION DB MYSQL]: Storing terrain. X=512, Y=512, rev=27
  437. 14:48:01 - [MODULES]: Loading Region's modules (old style)
  438. 14:48:01 - [REGIONMODULES]: Loading Region's modules (new style)
  439. 14:48:01 - [DATASNAPSHOT]: Creating directory DataSnapshot
  440. 14:48:01 - [DATASNAPSHOT]: Set up snapshot service
  441. 14:48:01 - [REST CLIENT]: Error fetching resource from server: http://metaverseink.com/cgi-bin/register.py?service=online&host=123.4.56.789&port=8600&secret=8d4e5612-eed8-4c04-8a3d-c968e849074e System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
  442. at System.Net.HttpWebRequest.CheckFinalStatus (System.Net.WebAsyncResult result) [0x00000] in <filename unknown>:0
  443. at System.Net.HttpWebRequest.SetResponseData (System.Net.WebConnectionData data) [0x00000] in <filename unknown>:0
  444.  
  445. 14:48:01 - [DATASNAPSHOT]: Unable to decode reply from data service. Ignoring. at OpenSim.Region.DataSnapshot.DataSnapshotManager.NotifyDataServices (System.String servicesStr, System.String serviceName) [0x00000] in <filename unknown>:0
  446. 14:48:01 - [DATASNAPSHOT]: data service http://metaverseink.com/cgi-bin/register.py notified. Secret: 8d4e5612-eed8-4c04-8a3d-c968e849074e
  447. 14:48:01 - [CHAT]: Initialized for TestWorlds w:10 s:20 S:100
  448. 14:48:01 - [HGAssetService]: Starting...
  449. 14:48:01 - [RegionInventoryService]: Starting...
  450. 14:48:01 - [BASE PRESENCE SERVICE CONNECTOR]: Enabled for region TestWorlds
  451. 14:48:01 - [EXTENDED PHYSICS]: module is not enabled
  452. 14:48:01 - [XEngine]: Script stop strategy is co-op
  453. 14:48:01 - [ENTITY TRANSFER MODULE]: MaxOutgoingTransferVersion set to SIMULATION/0.3
  454. 14:48:01 - [HG INVENTORY ACCESS MODULE]: HGInventoryAccessModule enabled.
  455. 14:48:01 - [AUTHORIZATION CONNECTOR]: Initialise
  456. 14:48:01 - [AUTHORIZATION CONNECTOR]: Local authorization connector enabled
  457. 14:48:01 - [EnvironmentModule]: Module is enabled.
  458. 14:48:01 - [WIND]: Enabled with an update rate of 150 frames.
  459. Region TestWorlds - LOGINS DISABLED DURING INITIALIZATION.
  460. 14:48:01 - [XEngine]: Initializing scripts in region TestWorlds
  461. 14:48:02 - [WORLD MAP]: JPEG Map location: http://123.4.56.789:8600/index.php?method=regionImage5953e4082f6e45b0bca7626fb1232936
  462. 14:48:02 - E ... ChannelDigger
  463. 14:48:02 - L ... GenericSystemDrawing
  464. 14:48:02 - L ... JPEG
  465. 14:48:02 - L ... LLRAW
  466. 14:48:02 - L ... RAW32
  467. 14:48:02 - [WIND]: Found Plugin: ConfigurableWind
  468. 14:48:02 - [WIND]: Found Plugin: SimpleRandomWind
  469. 14:48:02 - [WIND]: SimpleRandomWind plugin found, initializing.
  470. 14:48:02 - [LIBRARY MODULE]: Loading library archive Library/Clothing Library (small).iar (Clothing Library (small))...
  471. 14:48:05 - [INVENTORY ARCHIVER]: Loading IAR with version 0.1
  472. 14:48:05 - [LIBRARY MODULE]: Loading library archive Library/Objects Library (small).iar (Objects Library (small))...
  473. 14:48:05 - [INVENTORY ARCHIVER]: Loading IAR with version 0.3
  474. 14:48:07 - [AUTHENTICATION IN CONNECTOR]: Starting...
  475. 14:48:07 - [GridInfo]: Starting...
  476. 14:48:07 - [HypergridService]: Starting...
  477. 14:48:07 - [SIM SERVICE]: Starting...
  478. 14:48:07 - [HG ASSET CONNECTOR]: Enabled hypergrid asset broker for region TestWorlds
  479. 14:48:07 - [HG ASSET CONNECTOR]: Enabled asset caching for region TestWorlds
  480. 14:48:07 - [LOCAL GRID USER SERVICE CONNECTOR]: Enabled local divadata user for region TestWorlds
  481. 14:48:07 - [HG INVENTORY CONNECTOR]: Enabled HG inventory for region TestWorlds
  482. 14:48:07 - [NEIGHBOUR CONNECTOR]: Enabled remote neighbours for region TestWorlds
  483. 14:48:07 - [LOCAL USER ACCOUNT SERVICE CONNECTOR]: Enabled local user accounts for region TestWorlds
  484. 14:48:07 - [MI IMAGESERVICE]: Set up image service
  485. 14:48:07 - [MI IMAGESERVICE]: Starting watcher for DataSnapshot
  486. 14:48:07 - [MI IMAGESERVICE]: Creating directory DataSnapshot
  487. 14:48:07 - [MODULE COMMANDS]: Script engine found, module active
  488. 14:48:07 - [AUTHORIZATION CONNECTOR]: Enabled local authorization for region TestWorlds
  489. Estate TestEstate has no owner set.
  490. Estate owner first name [Test]: Test
  491. Estate owner last name [User]: User
  492. Password:
  493. Email:
  494. User ID [123a1234-a123-123a-a12a-1a12a1ab12a1]:
  495. 14:49:34 - [AUTHENTICATION DB]: Set password for principalID 123a1234-a123-123a-a12a-1a12a1ab12a1
  496. 14:49:34 - [USER ACCOUNT SERVICE]: Unable to set homeroot for account Test User.
  497. 14:49:35 - [USER ACCOUNT SERVICE]: Account Test User 123a1234-a123-123a-a12a-1a12a1ab12a1 created successfully
  498. 14:49:35 - [SCENE]: Loading objects from datastore
  499. 14:49:35 - [SCENE]: Loaded 0 objects from the datastore
  500. 14:49:35 - [SCENE]: Loading land objects from storage
  501. 14:49:36 - [SCENE]: Initializing script instances in TestWorlds
  502. 14:49:36 - [SCENE]: Initialized 0 script instances in TestWorlds
  503. 14:49:36 - [LLUDPSERVER]: Starting inbound packet processing for the LLUDP server in asynchronous mode with UsePools = True
  504. 14:49:36 - [LLUDPSERVER]: Starting outbound packet processing for the LLUDP server
  505. 14:49:36 - [RADMIN]: Default avatars not loaded
  506. 14:49:36 - [LLLOGIN IN CONNECTOR]: Starting...
  507. Currently selected region is TestWorlds
  508. PLEASE WAIT FOR LOGINS TO BE ENABLED ON REGIONS ONCE SCRIPTS HAVE STARTED. Non-script portion of startup took 4m 0s.
  509. INITIALIZATION COMPLETE FOR TestWorlds - LOGINS ENABLED
  510. Region (TestWorlds) #
  511.  
  512. 7) FIRST TRY TO LOGIN via Firestorm:
  513.  
  514. 14:56:04 - [LLOGIN SERVICE]: Login request for Test User at last using viewer 4.7.1.45325, channel Firestorm-Betax64, IP 234.5.67.89, Mac 123ab12ab123456789a1a123a1a12ab1, Id0 ab1a1a1234aab12abc1ab1a1abc1a12ab
  515. 14:56:04 - Field 'TMStamp' doesn't have a default valueMySql.Data.MySqlClient.MySqlException: Field 'TMStamp' doesn't have a default value
  516. at MySql.Data.MySqlClient.MySqlStream.ReadPacket () [0x00000]: in <filename unknown>:0
  517. at MySql.Data.MySqlClient.NativeDriver.GetResult (System.Int32& affectedRow, System.Int32& insertedId) [0x00000] in <filename unknown>:0
  518.  
  519. 14:56:04 - [GATEKEEPER SERVICE]: Login request for Test User @ http://123.4.56.789:8600/ (123a1234-a123-123a-a12a-1a12a1ab12a1) at 5953e408-2f6e-45b0-bca7-626fb1232936 using viewer Firestorm-Betax64 4.7.1.45325, channel Firestorm-Betax64, IP 234.5.67.89, Mac 123ab12ab123456789a1a123a1a12ab1, Id0 ab1a1a1234aab12abc1ab1a1abc1a12ab, Teleport Flags: ViaLogin. From region Unknown
  520. 14:56:04 - [GATEKEEPER SERVICE]: Unable to verify identity of agent Test User. Refusing service.
  521. 14:56:04 - Field 'TMStamp' doesn't have a default valueMySql.Data.MySqlClient.MySqlException: Field 'TMStamp' doesn't have a default value
  522. at MySql.Data.MySqlClient.MySqlStream.ReadPacket () [0x00000]: in <filename unknown>:0
  523. at MySql.Data.MySqlClient.NativeDriver.GetResult (System.Int32& affectedRow, System.Int32& insertedId) [0x00000] in <filename unknown>:0
  524.  
  525. 14:56:04 - [GATEKEEPER SERVICE]: Login request for Test User @ http://123.4.56.789:8600/ (123a1234-a123-123a-a12a-1a12a1ab12a1) at 5953e408-2f6e-45b0-bca7-626fb1232936 using viewer Firestorm-Betax64 4.7.1.45325, channel Firestorm-Betax64, IP 234.5.67.89, Mac 123ab12ab123456789a1a123a1a12ab1, Id0 ab1a1a1234aab12abc1ab1a1abc1a12ab, Teleport Flags: ViaLogin. From region Unknown
  526. 14:56:04 - [GATEKEEPER SERVICE]: Unable to verify identity of agent Test User. Refusing service.
  527. 14:56:04 - [LLOGIN SERVICE]: Login failed for Test User, reason: Unable to verify identity
  528. Region (TestWorlds) #
  529.  
  530. 8) TRY TO CREATE ANOTHER AVATAR IN CONSOLE
  531.  
  532. Region (TestWorlds) # create user Newbie Guy
  533. Password:
  534. Email []:
  535. User ID [12a12a1a-123a-12a1-123a-1234567890a2]:
  536. 14:58:44 - [AUTHENTICATION DB]: Set password for principalID 12a12a1a-123a-12a1-123a-1234567890a2
  537. 14:58:45 - [USER ACCOUNT SERVICE]: Account Newbie Guy 12a12a1a-123a-12a1-123a-1234567890a2 created successfully
  538. Region (TestWorlds) #
  539.  
  540. 9) SECOND TRY TO LOGIN via Firestorm (as Newbie Guy):
  541.  
  542. 15:00:38 - [LLOGIN SERVICE]: Login request for Newbie Guy at last using viewer 4.7.1.45325, channel Firestorm-Betax64, IP 234.5.67.89, Mac 123ab12ab123456789a1a123a1a12ab1, Id0 ab1a1a1234aab12abc1ab1a1abc1a12ab
  543. 15:00:38 - Field 'TMStamp' doesn't have a default valueMySql.Data.MySqlClient.MySqlException: Field 'TMStamp' doesn't have a default value
  544. at MySql.Data.MySqlClient.MySqlStream.ReadPacket () [0x00000]: in <filename unknown>:0
  545. at MySql.Data.MySqlClient.NativeDriver.GetResult (System.Int32& affectedRow, System.Int32& insertedId) [0x00000] in <filename unknown>:0
  546.  
  547. 15:00:38 - [GATEKEEPER SERVICE]: Login request for Newbie Guy @ http://123.4.56.789:8600/ (12a12a1a-123a-12a1-123a-1234567890a2) at 5953e408-2f6e-45b0-bca7-626fb1232936 using viewer Firestorm-Betax64 4.7.1.45325, channel Firestorm-Betax64, IP 234.5.67.89, Mac 123ab12ab123456789a1a123a1a12ab1, Id0 ab1a1a1234aab12abc1ab1a1abc1a12ab, Teleport Flags: ViaLogin. From region Unknown
  548. 15:00:38 - [GATEKEEPER SERVICE]: Unable to verify identity of agent Newbie Guy. Refusing service.
  549. 15:00:38 - Field 'TMStamp' doesn't have a default valueMySql.Data.MySqlClient.MySqlException: Field 'TMStamp' doesn't have a default value
  550. at MySql.Data.MySqlClient.MySqlStream.ReadPacket () [0x00000]: in <filename unknown>:0
  551. at MySql.Data.MySqlClient.NativeDriver.GetResult (System.Int32& affectedRow, System.Int32& insertedId) [0x00000] in <filename unknown>:0
  552.  
  553. 15:00:38 - [GATEKEEPER SERVICE]: Login request for Newbie Guy @ http://123.4.56.789:8600/ (12a12a1a-123a-12a1-123a-1234567890a2) at 5953e408-2f6e-45b0-bca7-626fb1232936 using viewer Firestorm-Betax64 4.7.1.45325, channel Firestorm-Betax64, IP 234.5.67.89, Mac 123ab12ab123456789a1a123a1a12ab1, Id0 ab1a1a1234aab12abc1ab1a1abc1a12ab, Teleport Flags: ViaLogin. From region Unknown
  554. 15:00:38 - [GATEKEEPER SERVICE]: Unable to verify identity of agent Newbie Guy. Refusing service.
  555. 15:00:38 - [LLOGIN SERVICE]: Login failed for Newbie Guy, reason: Unable to verify identity
  556. Region (TestWorlds) #
  557.  
  558. 10) RESTART OF THE SERVER AND TRY TO LOGIN BOTH USERS AGAIN:
  559. shutdown
  560. mono OpenSim.exe
  561.  
  562. 15:03:20 - [OPENSIM MAIN]: configured log4net using default OpenSim.exe.config
  563. 15:03:20 - [OPENSIM MAIN]: System Locale is en-GB
  564. 15:03:20 - [OPENSIM MAIN]: Environment variable MONO_THREADS_PER_CPU is 2048
  565. 15:03:20 - [OPENSIM MAIN]: Runtime gave us 400 min worker threads and 8 min IOCP threads
  566. 15:03:20 - [OPENSIM MAIN]: Runtime gave us 400 max worker threads and 16 max IOCP threads
  567. 15:03:20 - [OPENSIM MAIN]: Bumping up to max worker threads to 500
  568. 15:03:20 - [OPENSIM MAIN]: Bumping up max IOCP threads to 1000
  569. 15:03:20 - [OPENSIM MAIN]: Threadpool set to 500 max worker threads and 1000 max IOCP threads
  570. 15:03:20 - [OPENSIM MAIN]: Environment is supported by OpenSimulator.
  571. 15:03:20 - [CONFIG]: Reading configuration settings
  572. 15:03:20 - [CONFIG]: Reading configuration file /homeroot/divauser/Folder/Subfolder/diva-r25950/bin/OpenSimDefaults.ini
  573. 15:03:20 - [CONFIG]: Reading configuration file /homeroot/divauser/Folder/Subfolder/diva-r25950/bin/OpenSim.ini
  574. 15:03:20 - [CONFIG]: Reading configuration file /homeroot/divauser/Folder/Subfolder/diva-r25950/bin/config-include/DivaPreferences.ini
  575. 15:03:20 - [CONFIG]: Reading configuration file /homeroot/divauser/Folder/Subfolder/diva-r25950/bin/config-include/MyWorld.ini
  576. 15:03:20 - [CONFIG]: Loading environment variables for Config
  577. 15:03:20 - [OPENSIM MAIN]: Using async_call_method SmartThreadPool
  578. 15:03:20 - ====================================================================
  579. 15:03:20 - ========================= STARTING OPENSIM =========================
  580. 15:03:20 - ====================================================================
  581. 15:03:20 - [LOCAL CONSOLE]: Persistent command line history is Enabled, up to 100 lines from file /homeroot/divauser/Folder/Subfolder/diva-r25950/bin/OpenSimConsoleHistory.txt
  582. 15:03:20 - [LOCAL CONSOLE]: Read 100 lines of command line history from file /homeroot/divauser/Folder/Subfolder/diva-r25950/bin/OpenSimConsoleHistory.txt
  583. 15:03:20 - [SERVER BASE]: Starting in /homeroot/divauser/Folder/Subfolder/diva-r25950/bin
  584. 15:03:20 - [SERVER BASE]: OpenSimulator version: OpenSim 0.8.1.0 Post_Fixes
  585. 15:03:20 - [SERVER BASE]: Operating system version: Unix 3.14.32.6, .NET platform Unix, 64-bit
  586. Console log level is ALL
  587. 15:03:20 - [SERVER BASE]: Logging started to file /homeroot/divauser/Folder/Subfolder/diva-r25950/bin/OpenSim.log
  588. 15:03:21 - [REGION DB]: MySql - connecting: Data Source=localhost;Database=divadata;User ID=divauser;Password=***;Old Guids=true;Allow Zero Datetime=true;
  589. 15:03:21 - [CLIENTSTACK]: Attempting to load OpenSim.Region.ClientStack.LindenUDP.dll
  590. 15:03:21 - [CLIENTSTACK]: Added IClientNetworkServer Interface
  591. 15:03:21 - [REGION SERVER]: Starting HTTP server on port 8600
  592. 15:03:21 - [BASE HTTP SERVER]: Starting HTTP server on port 8600
  593. Got a bad hardware address length for an AF_PACKET 16 8
  594. 15:03:21 - [PLUGINS]: Initializing addin manager
  595. 15:03:21 - [PLUGINS]: Plugin Loaded: OpenSim
  596. 15:03:21 - [PLUGINS]: Plugin Loaded: OpenSim.Region.Framework
  597. 15:03:21 - [PLUGINS]: Plugin Loaded: Robust
  598. 15:03:21 - [PLUGINS]: Plugin Loaded: OpenSim.Data
  599. 15:03:21 - [PLUGINS]: Loading extension point /OpenSim/Startup
  600. 15:03:21 - [PLUGINS]: Trying plugin /OpenSim/Startup/LoadRegions
  601. 15:03:21 - [PLUGINS]: Plugin Loaded: OpenSim.ApplicationPlugins.LoadRegions
  602. 15:03:21 - [PLUGINS]: Trying plugin /OpenSim/Startup/LoadRegions
  603. 15:03:21 - [PLUGINS]: Plugin Loaded: OpenSim.ApplicationPlugins.RemoteController
  604. 15:03:21 - [PLUGINS]: Trying plugin /OpenSim/Startup/LoadRegions
  605. 15:03:21 - [PLUGINS]: Plugin Loaded: OpenSim.ApplicationPlugins.RegionModulesController
  606. 15:03:21 - [PLUGINS]: Plugin Loaded: OpenSim.Groups
  607. 15:03:21 - [PLUGINS]: Plugin Loaded: DataSnapshot
  608. 15:03:21 - [PLUGINS]: Plugin Loaded: WebStats
  609. 15:03:21 - [PLUGINS]: Plugin Loaded: OpenSim.Region.OptionalModules
  610. 15:03:21 - [PLUGINS]: Plugin Loaded: LindenCaps
  611. 15:03:21 - [PLUGINS]: Plugin Loaded: OpenSim.Region.ScriptEngine.XEngine
  612. 15:03:21 - [PLUGINS]: Plugin Loaded: OpenSim.RegionModules.RegionCombinerModule
  613. 15:03:21 - [PLUGINS]: Plugin Loaded: Diva.Interfaces
  614. 15:03:21 - [PLUGINS]: Plugin Loaded: Diva.Wifi
  615. 15:03:21 - [PLUGINS]: Plugin Loaded: SimianGrid
  616. 15:03:21 - [PLUGINS]: Plugin Loaded: Diva.TOS
  617. 15:03:21 - [PLUGINS]: Plugin Loaded: OpenSim.OfflineIM
  618. 15:03:21 - [PLUGINS]: Plugin Loaded: OpenSim.Region.CoreModules
  619. 15:03:21 - [PLUGINS]: Plugin Loaded: Diva.MISearchModules
  620. 15:03:21 - [REGIONMODULES]: From plugin OpenSim.Groups, (version 0.8.1.0), loaded 5 modules, 5 shared, 0 non-shared 0 unknown
  621. 15:03:21 - [REGIONMODULES]: From plugin DataSnapshot, (version 0.8.1.0), loaded 1 modules, 1 shared, 0 non-shared 0 unknown
  622. 15:03:21 - [REGIONMODULES]: From plugin WebStats, (version 0.8.1.0), loaded 1 modules, 1 shared, 0 non-shared 0 unknown
  623. 15:03:21 - [REGIONMODULES]: From plugin OpenSim.Region.OptionalModules, (version 0.8.1.0), loaded 32 modules, 16 shared, 16 non-shared 0 unknown
  624. 15:03:21 - [REGIONMODULES]: From plugin LindenCaps, (version 0.8.1.0), loaded 15 modules, 1 shared, 14 non-shared 0 unknown
  625. 15:03:21 - [REGIONMODULES]: From plugin OpenSim.Region.ScriptEngine.XEngine, (version 0.8.1.0), loaded 1 modules, 0 shared, 1 non-shared 0 unknown
  626. 15:03:21 - [REGIONMODULES]: From plugin OpenSim.RegionModules.RegionCombinerModule, (version 0.8.1.0), loaded 1 modules, 1 shared, 0 non-shared 0 unknown
  627. 15:03:21 - [REGIONMODULES]: From plugin Diva.Wifi, (version 0.8.1.0.4), loaded 1 modules, 1 shared, 0 non-shared 0 unknown
  628. 15:03:21 - [REGIONMODULES]: From plugin SimianGrid, (version 0.8.1.0), loaded 2 modules, 1 shared, 1 non-shared 0 unknown
  629. 15:03:21 - [REGIONMODULES]: From plugin Diva.TOS, (version 0.8.1.0.1), loaded 1 modules, 1 shared, 0 non-shared 0 unknown
  630. 15:03:21 - [REGIONMODULES]: From plugin OpenSim.OfflineIM, (version 0.8.1.0), loaded 1 modules, 1 shared, 0 non-shared 0 unknown
  631. 15:03:21 - [REGIONMODULES]: From plugin OpenSim.Region.CoreModules, (version 0.8.1.0), loaded 96 modules, 56 shared, 40 non-shared 0 unknown
  632. 15:03:21 - [REGIONMODULES]: From plugin Diva.MISearchModules, (version 0.8.1.0.2), loaded 1 modules, 1 shared, 0 non-shared 0 unknown
  633. 15:03:21 - [Groups.Messaging]: GroupsMessagingModule enabled with MessageOnlineOnly = True, DebugEnabled = False
  634. 15:03:21 - [Groups]: Initializing Groups Module V2
  635. 15:03:21 - [Wifi Module]: Initializing...
  636. 15:03:22 - [FLOTSAM ASSET CACHE]: FlotsamAssetCache enabled
  637. 15:03:22 - [FLOTSAM ASSET CACHE]: Cache Directory ./assetcache
  638. 15:03:22 - [LIBRARY INVENTORY]: Loading library control file ./inventory/Libraries.xml
  639. 15:03:22 - [ASSET IN CONNECTOR]: AssetServiceInConnector enabled
  640. 15:03:22 - [AUTHENTICATION IN CONNECTOR]: Authentication Service In Connector enabled
  641. 15:03:22 - [GRIDINFO IN CONNECTOR]: GridInfo Service In Connector enabled
  642. 15:03:22 - [HGGRID IN CONNECTOR]: Hypergrid Service In Connector enabled
  643. 15:03:22 - [INVENTORY IN CONNECTOR]: Inventory Service In Connector enabled
  644. 15:03:22 - [LLLOGIN IN CONNECTOR]: LLLoginerviceInConnector enabled
  645. 15:03:22 - [MAP SERVICE IN CONNECTOR]: MapImage Service In Connector enabled
  646. 15:03:22 - [NEIGHBOUR IN CONNECTOR]: NeighbourServiceInConnector enabled
  647. 15:03:22 - [SIM SERVICE]: SimulationService IN connector enabled
  648. 15:03:22 - [LOCAL USERPROFILES SERVICE CONNECTOR]: Local user profiles connector enabled
  649. 15:03:22 - [HG ASSET SERVICE]: HG asset service enabled
  650. 15:03:22 - [HG ASSET CONNECTOR]: HG asset broker enabled
  651. 15:03:22 - [AUTH CONNECTOR]: Local Authentication connector enabled
  652. 15:03:22 - [AVATAR CONNECTOR]: Local avatar connector enabled
  653. 15:03:22 - [LOCAL GRID SERVICE CONNECTOR]: Local divadata connector enabled
  654. 15:03:22 - [LOCAL GRID USER SERVICE CONNECTOR]: Local divadata user connector enabled
  655. 15:03:22 - [HG INVENTORY CONNECTOR]: HG inventory broker enabled with inner connector of type OpenSim.Services.InventoryService.XInventoryService
  656. 15:03:22 - [LAND CONNECTOR]: Local land connector enabled
  657. 15:03:22 - [MAP IMAGE SERVICE MODULE]: enabled with refresh time 60 min and service object OpenSim.Services.MapImageService.dll:MapImageService
  658. 15:03:22 - [NEIGHBOUR CONNECTOR]: Remote Neighbour connector enabled
  659. 15:03:22 - [LOCAL PRESENCE CONNECTOR]: Local presence connector enabled
  660. 15:03:22 - [LOCAL SIMULATION CONNECTOR]: Initialized with connector protocol version SIMULATION/0.3
  661. 15:03:22 - [REMOTE SIMULATION CONNECTOR]: Remote simulation enabled.
  662. 15:03:22 - [LOCAL USER ACCOUNT SERVICE CONNECTOR]: Local user connector enabled
  663. 15:03:22 - [Serialiser]: Enabled, using save dir "exports"
  664. 15:03:22 - [MI IMAGESERVICE]: Initializing...
  665. 15:03:22 - [LOAD REGIONS PLUGIN]: Loading region configurations from filesystem
  666. 15:03:22 - [REGION LOADER FILE SYSTEM]: Loading config files from ./Regions
  667. 15:03:22 - [REGION LOADER FILE SYSTEM]: Loading config file ./Regions/RegionConfig.ini
  668. 15:03:22 - [REGION INFO]: Region TestWorlds size set to <512,512>
  669. 15:03:22 - [REGION LOADER FILE SYSTEM]: Loaded config for region TestWorlds
  670. 15:03:22 - [LOAD REGIONS PLUGIN]: Loading specific shared modules...
  671. 15:03:22 - [LOAD REGIONS PLUGIN]: Done.
  672. 15:03:22 - [LLUDPSERVER]: Average Environment.TickCount resolution: 1.2ms
  673. 15:03:22 - [PHYSICS]: Added meshing engine: ZeroMesher
  674. 15:03:22 - [PHYSICS]: Added physics engine: BulletSim
  675. 15:03:22 - [PHYSICS]: Added meshing engine: Meshmerizer
  676. 15:03:22 - [PHYSICS]: Added physics engine: OpenDynamicsEngine
  677. 15:03:22 - [PHYSICS]: creating meshing engine Meshmerizer
  678. 15:03:22 - [PHYSICS]: creating BulletSim
  679. 15:03:22 - [BULLETS SCENE]: Forcing terrain implementation to heightmap for large region
  680. 15:03:22 - [BULLETS SCENE]: Selected bullet engine bulletunmanaged -> BulletUnmanaged/
  681. 15:03:22 - [BULLETS SCENE]: Linksets implemented with Compound
  682. 15:03:22 - [SCENE]: Region TestWorlds, WORLD MAP refresh time set to 0 seconds
  683. 15:03:22 - [HEIGHTMAP TERRAIN DATA]: Read compressed 2d heightmap. Heightmap size=<512,512>. Region size=<512,512>. CompFact=100
  684. 15:03:22 - [MODULES]: Loading Region's modules (old style)
  685. 15:03:22 - [REGIONMODULES]: Loading Region's modules (new style)
  686. 15:03:22 - [DATASNAPSHOT]: Response and fragment cache directory already exists.
  687. 15:03:22 - [DATASNAPSHOT]: Set up snapshot service
  688. 15:03:23 - [REST CLIENT]: Error fetching resource from server: http://metaverseink.com/cgi-bin/register.py?service=online&host=123.4.56.789&port=8600&secret=75edb99e-4d65-4149-b7ea-18a6c63c5384 System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
  689. at System.Net.HttpWebRequest.CheckFinalStatus (System.Net.WebAsyncResult result) [0x00000] in <filename unknown>:0
  690. at System.Net.HttpWebRequest.SetResponseData (System.Net.WebConnectionData data) [0x00000] in <filename unknown>:0
  691.  
  692. 15:03:23 - [DATASNAPSHOT]: Unable to decode reply from data service. Ignoring. at OpenSim.Region.DataSnapshot.DataSnapshotManager.NotifyDataServices (System.String servicesStr, System.String serviceName) [0x00000] in <filename unknown>:0
  693. 15:03:23 - [DATASNAPSHOT]: data service http://metaverseink.com/cgi-bin/register.py notified. Secret: 75edb99e-4d65-4149-b7ea-18a6c63c5384
  694. 15:03:23 - [CHAT]: Initialized for TestWorlds w:10 s:20 S:100
  695. 15:03:23 - [HGAssetService]: Starting...
  696. 15:03:23 - [RegionInventoryService]: Starting...
  697. 15:03:23 - [BASE PRESENCE SERVICE CONNECTOR]: Enabled for region TestWorlds
  698. 15:03:23 - [EXTENDED PHYSICS]: module is not enabled
  699. 15:03:23 - [XEngine]: Script stop strategy is co-op
  700. 15:03:23 - [ENTITY TRANSFER MODULE]: MaxOutgoingTransferVersion set to SIMULATION/0.3
  701. 15:03:23 - [HG INVENTORY ACCESS MODULE]: HGInventoryAccessModule enabled.
  702. 15:03:23 - [AUTHORIZATION CONNECTOR]: Initialise
  703. 15:03:23 - [AUTHORIZATION CONNECTOR]: Local authorization connector enabled
  704. 15:03:23 - [EnvironmentModule]: Module is enabled.
  705. 15:03:23 - [WIND]: Enabled with an update rate of 150 frames.
  706. Region TestWorlds - LOGINS DISABLED DURING INITIALIZATION.
  707. 15:03:23 - [XEngine]: Initializing scripts in region TestWorlds
  708. 15:03:23 - [WORLD MAP]: JPEG Map location: http://123.4.56.789:8600/index.php?method=regionImage5953e4082f6e45b0bca7626fb1232936
  709. 15:03:23 - E ... ChannelDigger
  710. 15:03:23 - L ... GenericSystemDrawing
  711. 15:03:23 - L ... JPEG
  712. 15:03:23 - L ... LLRAW
  713. 15:03:23 - L ... RAW32
  714. 15:03:23 - [WIND]: Found Plugin: ConfigurableWind
  715. 15:03:23 - [WIND]: Found Plugin: SimpleRandomWind
  716. 15:03:23 - [WIND]: SimpleRandomWind plugin found, initializing.
  717. 15:03:23 - [LIBRARY MODULE]: Loading library archive Library/Clothing Library (small).iar (Clothing Library (small))...
  718. 15:03:23 - [INVENTORY ARCHIVER]: Loading IAR with version 0.1
  719. 15:03:23 - [LIBRARY MODULE]: Loading library archive Library/Objects Library (small).iar (Objects Library (small))...
  720. 15:03:23 - [INVENTORY ARCHIVER]: Loading IAR with version 0.3
  721. 15:03:24 - [AUTHENTICATION IN CONNECTOR]: Starting...
  722. 15:03:24 - [GridInfo]: Starting...
  723. 15:03:24 - [HypergridService]: Starting...
  724. 15:03:24 - [SIM SERVICE]: Starting...
  725. 15:03:24 - [HG ASSET CONNECTOR]: Enabled hypergrid asset broker for region TestWorlds
  726. 15:03:24 - [HG ASSET CONNECTOR]: Enabled asset caching for region TestWorlds
  727. 15:03:24 - [LOCAL GRID USER SERVICE CONNECTOR]: Enabled local divadata user for region TestWorlds
  728. 15:03:24 - [HG INVENTORY CONNECTOR]: Enabled HG inventory for region TestWorlds
  729. 15:03:24 - [NEIGHBOUR CONNECTOR]: Enabled remote neighbours for region TestWorlds
  730. 15:03:24 - [LOCAL USER ACCOUNT SERVICE CONNECTOR]: Enabled local user accounts for region TestWorlds
  731. 15:03:24 - [MI IMAGESERVICE]: Set up image service
  732. 15:03:24 - [MI IMAGESERVICE]: Starting watcher for DataSnapshot
  733. 15:03:24 - [MI IMAGESERVICE]: Creating directory DataSnapshot
  734. 15:03:24 - [MODULE COMMANDS]: Script engine found, module active
  735. 15:03:24 - [AUTHORIZATION CONNECTOR]: Enabled local authorization for region TestWorlds
  736. 15:03:24 - [SCENE]: Loading objects from datastore
  737. 15:03:24 - [SCENE]: Loaded 0 objects from the datastore
  738. 15:03:24 - [SCENE]: Loading land objects from storage
  739. 15:03:25 - [SCENE]: Initializing script instances in TestWorlds
  740. 15:03:25 - [SCENE]: Initialized 0 script instances in TestWorlds
  741. 15:03:25 - [LLUDPSERVER]: Starting inbound packet processing for the LLUDP server in asynchronous mode with UsePools = True
  742. 15:03:25 - [LLUDPSERVER]: Starting outbound packet processing for the LLUDP server
  743. 15:03:25 - [RADMIN]: Default avatars not loaded
  744. 15:03:25 - [LLLOGIN IN CONNECTOR]: Starting...
  745. Currently selected region is TestWorlds
  746. PLEASE WAIT FOR LOGINS TO BE ENABLED ON REGIONS ONCE SCRIPTS HAVE STARTED. Non-script portion of startup took 0m 4s.
  747. INITIALIZATION COMPLETE FOR TestWorlds - LOGINS ENABLED
  748. Region (TestWorlds) #
  749.  
  750. 15:05:02 - [LLOGIN SERVICE]: Login request for Test User at last using viewer 4.7.1.45325, channel Firestorm-Betax64, IP 234.5.67.89, Mac 123ab12ab123456789a1a123a1a12ab1, Id0 ab1a1a1234aab12abc1ab1a1abc1a12ab
  751. 15:05:02 - Field 'TMStamp' doesn't have a default valueMySql.Data.MySqlClient.MySqlException: Field 'TMStamp' doesn't have a default value
  752. at MySql.Data.MySqlClient.MySqlStream.ReadPacket () [0x00000]: in <filename unknown>:0
  753. at MySql.Data.MySqlClient.NativeDriver.GetResult (System.Int32& affectedRow, System.Int32& insertedId) [0x00000] in <filename unknown>:0
  754.  
  755. 15:05:02 - [GATEKEEPER SERVICE]: Login request for Test User @ http://123.4.56.789:8600/ (123a1234-a123-123a-a12a-1a12a1ab12a1) at 5953e408-2f6e-45b0-bca7-626fb1232936 using viewer Firestorm-Betax64 4.7.1.45325, channel Firestorm-Betax64, IP 234.5.67.89, Mac 123ab12ab123456789a1a123a1a12ab1, Id0 ab1a1a1234aab12abc1ab1a1abc1a12ab, Teleport Flags: ViaLogin. From region Unknown
  756. 15:05:02 - [GATEKEEPER SERVICE]: Unable to verify identity of agent Test User. Refusing service.
  757. 15:05:02 - Field 'TMStamp' doesn't have a default valueMySql.Data.MySqlClient.MySqlException: Field 'TMStamp' doesn't have a default value
  758. at MySql.Data.MySqlClient.MySqlStream.ReadPacket () [0x00000]: in <filename unknown>:0
  759. at MySql.Data.MySqlClient.NativeDriver.GetResult (System.Int32& affectedRow, System.Int32& insertedId) [0x00000] in <filename unknown>:0
  760.  
  761. 15:05:02 - [GATEKEEPER SERVICE]: Login request for Test User @ http://123.4.56.789:8600/ (123a1234-a123-123a-a12a-1a12a1ab12a1) at 5953e408-2f6e-45b0-bca7-626fb1232936 using viewer Firestorm-Betax64 4.7.1.45325, channel Firestorm-Betax64, IP 234.5.67.89, Mac 123ab12ab123456789a1a123a1a12ab1, Id0 ab1a1a1234aab12abc1ab1a1abc1a12ab, Teleport Flags: ViaLogin. From region Unknown
  762. 15:05:02 - [GATEKEEPER SERVICE]: Unable to verify identity of agent Test User. Refusing service.
  763. 15:05:02 - [LLOGIN SERVICE]: Login failed for Test User, reason: Unable to verify identity
  764. Region (TestWorlds) #
  765.  
  766. 15:05:55 - [LLOGIN SERVICE]: Login request for Newbie Guy at last using viewer 4.7.1.45325, channel Firestorm-Betax64, IP 234.5.67.89, Mac 123ab12ab123456789a1a123a1a12ab1, Id0 ab1a1a1234aab12abc1ab1a1abc1a12ab
  767. 15:05:56 - Field 'TMStamp' doesn't have a default valueMySql.Data.MySqlClient.MySqlException: Field 'TMStamp' doesn't have a default value
  768. at MySql.Data.MySqlClient.MySqlStream.ReadPacket () [0x00000]: in <filename unknown>:0
  769. at MySql.Data.MySqlClient.NativeDriver.GetResult (System.Int32& affectedRow, System.Int32& insertedId) [0x00000] in <filename unknown>:0
  770.  
  771. 15:05:56 - [GATEKEEPER SERVICE]: Login request for Newbie Guy @ http://123.4.56.789:8600/ (12a12a1a-123a-12a1-123a-1234567890a2) at 5953e408-2f6e-45b0-bca7-626fb1232936 using viewer Firestorm-Betax64 4.7.1.45325, channel Firestorm-Betax64, IP 234.5.67.89, Mac 123ab12ab123456789a1a123a1a12ab1, Id0 ab1a1a1234aab12abc1ab1a1abc1a12ab, Teleport Flags: ViaLogin. From region Unknown
  772. 15:05:56 - [GATEKEEPER SERVICE]: Unable to verify identity of agent Newbie Guy. Refusing service.
  773. 15:05:56 - Field 'TMStamp' doesn't have a default valueMySql.Data.MySqlClient.MySqlException: Field 'TMStamp' doesn't have a default value
  774. at MySql.Data.MySqlClient.MySqlStream.ReadPacket () [0x00000]: in <filename unknown>:0
  775. at MySql.Data.MySqlClient.NativeDriver.GetResult (System.Int32& affectedRow, System.Int32& insertedId) [0x00000] in <filename unknown>:0
  776.  
  777. 15:05:56 - [GATEKEEPER SERVICE]: Login request for Newbie Guy @ http://123.4.56.789:8600/ (12a12a1a-123a-12a1-123a-1234567890a2) at 5953e408-2f6e-45b0-bca7-626fb1232936 using viewer Firestorm-Betax64 4.7.1.45325, channel Firestorm-Betax64, IP 234.5.67.89, Mac 123ab12ab123456789a1a123a1a12ab1, Id0 ab1a1a1234aab12abc1ab1a1abc1a12ab, Teleport Flags: ViaLogin. From region Unknown
  778. 15:05:56 - [GATEKEEPER SERVICE]: Unable to verify identity of agent Newbie Guy. Refusing service.
  779. 15:05:56 - [LLOGIN SERVICE]: Login failed for Newbie Guy, reason: Unable to verify identity
  780. Region (TestWorlds) #
  781.  
  782. 11) LIST OF DATA BEING CHANGED FOR THIS FILE
  783.  
  784. Not real are: name of the database, user of the database, paths to the files, name of the world, mysql database user account/passwords, external IP, hardware name, home root directory name, newly set number of port, estate name, names of avatars, Avatar's IDs, Macs, ID0s, login at and login IP.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement