Advertisement
slabua

OpenSim on RaspberryPi error

Aug 9th, 2012
476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.57 KB | None | 0 0
  1. 22:29:59 - ====================================================================
  2. 22:29:59 - ========================= STARTING OPENSIM =========================
  3. 22:29:59 - ====================================================================
  4. 22:29:59 - [SQLITE REGION DB]: Sqlite - connecting: URI=file:OpenSim.db,version=3,UseUTF16Encoding=True
  5. 22:30:00 - [MIGRATIONS]: RegionStore data tables already up to date at revision 21
  6. 22:30:01 - System.TypeInitializationException: An exception was thrown by the type initializer for System.Data.SqlTypes.SqlDecimal ---> System.OverflowException: Can't convert to SqlDecimal, Out of range
  7.  at System.Data.SqlTypes.SqlDecimal..ctor (Byte bPrecision, Byte bScale, Boolean fPositive, Int32 data1, Int32 data2, Int32 data3, Int32 data4) [0x00000] in <filename unknown>:0
  8.  at System.Data.SqlTypes.SqlDecimal..cctor () [0x00000] in <filename unknown>:0
  9.  --- End of inner exception stack trace ---
  10.  at System.Data.DataColumn..ctor (System.String columnName, System.Type dataType, System.String expr, MappingType type) [0x00000] in <filename unknown>:0
  11.  at System.Data.DataColumn..ctor (System.String columnName, System.Type dataType) [0x00000] in <filename unknown>:0
  12.  at OpenSim.Data.SQLite.SQLiteSimulationData.createCol (System.Data.DataTable dt, System.String name, System.Type type) [0x00000] in <filename unknown>:0
  13.  at OpenSim.Data.SQLite.SQLiteSimulationData.createPrimTable () [0x00000] in <filename unknown>:0
  14.  at OpenSim.Data.SQLite.SQLiteSimulationData.Initialise (System.String connectionString) [0x00000] in <filename unknown>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement