Guest User

Untitled

a guest
Apr 5th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.83 KB | None | 0 0
  1. root@aspace-test:/usr/local/archivesspace/scripts# ./setup-database.sh
  2. Loading ArchivesSpace configuration file from path: /usr/local/archivesspace/config/config.rb
  3. Loading ArchivesSpace configuration file from path: /usr/local/archivesspace/config/config.rb
  4. Loading ArchivesSpace configuration file from path: /usr/local/archivesspace/config/config.rb
  5. Running migrations against jdbc:mysql://127.0.0.1:3306/aspace?useUnicode=true&characterEncoding=UTF-8&user=[REDACTED]&password=[REDACTED]
  6. I, [2018-03-27T22:36:02.649379 #16429] INFO -- : Begin applying migration version 1, direction: up
  7. E, [2018-03-27T22:36:02.726855 #16429] ERROR -- : Java::JavaSql::SQLException: The table 'session' is full: CREATE INDEX `session_system_mtime_index` ON `session` (`system_mtime`)
  8. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  9. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  10. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  11. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  12. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  13. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  14.  
  15. 3
  16.  
  17.  
  18. Database migration error.
  19. Your upgrade has encountered a problem.
  20. You must resolve these issues before the database migration can complete.
  21.  
  22.  
  23. Error:
  24. #<Sequel::DatabaseError: Java::JavaSql::SQLException: The table 'session' is full>
  25. Java::JavaSql::SQLException: The table 'session' is full
  26. com.mysql.jdbc.SQLError.createSQLException(com/mysql/jdbc/SQLError.java:965)
  27. com.mysql.jdbc.MysqlIO.checkErrorPacket(com/mysql/jdbc/MysqlIO.java:3976)
  28. com.mysql.jdbc.MysqlIO.checkErrorPacket(com/mysql/jdbc/MysqlIO.java:3912)
  29. com.mysql.jdbc.MysqlIO.sendCommand(com/mysql/jdbc/MysqlIO.java:2530)
  30. com.mysql.jdbc.MysqlIO.sqlQueryDirect(com/mysql/jdbc/MysqlIO.java:2683)
  31. com.mysql.jdbc.ConnectionImpl.execSQL(com/mysql/jdbc/ConnectionImpl.java:2482)
  32. com.mysql.jdbc.ConnectionImpl.execSQL(com/mysql/jdbc/ConnectionImpl.java:2440)
  33. com.mysql.jdbc.StatementImpl.executeInternal(com/mysql/jdbc/StatementImpl.java:845)
  34. com.mysql.jdbc.StatementImpl.execute(com/mysql/jdbc/StatementImpl.java:745)
  35. java.lang.reflect.Method.invoke(java/lang/reflect/Method.java:498)
  36. org.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(org/jruby/javasupport/JavaMethod.java:453)
  37. org.jruby.javasupport.JavaMethod.invokeDirect(org/jruby/javasupport/JavaMethod.java:314)
  38. RUBY.block in execute(/usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/adapters/jdbc.rb:254)
  39. RUBY.log_yield(/usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/database/logging.rb:37)
  40. RUBY.block in execute(/usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/adapters/jdbc.rb:254)
  41. RUBY.statement(/usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/adapters/jdbc.rb:646)
  42. RUBY.block in execute(/usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/adapters/jdbc.rb:245)
  43. RUBY.hold(/usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/connection_pool/threaded.rb:98)
  44. RUBY.synchronize(/usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/database/connecting.rb:255)
  45. RUBY.execute(/usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/adapters/jdbc.rb:244)
  46. RUBY.execute_ddl(/usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/adapters/jdbc.rb:270)
  47. RUBY.block in create_table_indexes_from_generator(/usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/database/schema_methods.rb:654)
  48. org.jruby.RubyArray.each(org/jruby/RubyArray.java:1734)
  49. org.jruby.RubyArray$INVOKER$i$0$0$each.call(org/jruby/RubyArray$INVOKER$i$0$0$each.gen)
  50. RUBY.block in create_table_indexes_from_generator(/usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/database/schema_methods.rb:654)
  51. org.jruby.RubyArray.each(org/jruby/RubyArray.java:1734)
  52. org.jruby.RubyArray$INVOKER$i$0$0$each.call(org/jruby/RubyArray$INVOKER$i$0$0$each.gen)
  53. RUBY.create_table_indexes_from_generator(/usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/database/schema_methods.rb:652)
  54. RUBY.create_table(/usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/database/schema_methods.rb:196)
  55. RUBY.block in (root)(uri:classloader:/db/migrations/001_create_base_schema.rb:7)
  56. org.jruby.RubyBasicObject.yieldUnder(org/jruby/RubyBasicObject.java:1787)
  57. org.jruby.RubyBasicObject.specificEval(org/jruby/RubyBasicObject.java:1806)
  58. org.jruby.RubyBasicObject.instance_eval(org/jruby/RubyBasicObject.java:1687)
  59. org.jruby.RubyBasicObject$INVOKER$i$instance_eval19.call(org/jruby/RubyBasicObject$INVOKER$i$instance_eval19.gen)
  60. RUBY.apply(/usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/extensions/migration.rb:100)
  61. RUBY.block in run(/usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/extensions/migration.rb:528)
  62. RUBY.checked_transaction(/usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/extensions/migration.rb:466)
  63. RUBY.block in run(/usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/extensions/migration.rb:527)
  64. org.jruby.RubyArray.each(org/jruby/RubyArray.java:1734)
  65. org.jruby.RubyArray$INVOKER$i$0$0$each.call(org/jruby/RubyArray$INVOKER$i$0$0$each.gen)
  66. RUBY.run(/usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/extensions/migration.rb:524)
  67. RUBY.run(/usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/extensions/migration.rb:391)
  68. RUBY.setup_database(uri:classloader:/db/db_migrator.rb:188)
  69. $_dot_dot_.scripts.rb.migrate_db.invokeOther18:setup_database($_dot_dot_/scripts/rb/../scripts/rb/migrate_db.rb:56)
  70. $_dot_dot_.scripts.rb.migrate_db.block in ../scripts/rb/migrate_db.rb(../scripts/rb/migrate_db.rb:56)
  71. RUBY.connect(/usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/database/connecting.rb:69)
  72. RUBY.connect(/usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/core.rb:95)
  73. $_dot_dot_.scripts.rb.migrate_db.invokeOther73:connect($_dot_dot_/scripts/rb/../scripts/rb/migrate_db.rb:44)
  74. $_dot_dot_.scripts.rb.migrate_db.<main>(../scripts/rb/migrate_db.rb:44)
  75. java.lang.invoke.MethodHandle.invokeWithArguments(java/lang/invoke/MethodHandle.java:627)
  76. org.jruby.Ruby.runScript(org/jruby/Ruby.java:827)
  77. org.jruby.Ruby.runNormally(org/jruby/Ruby.java:746)
  78. org.jruby.Ruby.runNormally(org/jruby/Ruby.java:764)
  79. org.jruby.Ruby.runFromMain(org/jruby/Ruby.java:577)
  80. org.jruby.Main.doRunFromMain(org/jruby/Main.java:417)
  81. org.jruby.Main.internalRun(org/jruby/Main.java:305)
  82. org.jruby.Main.run(org/jruby/Main.java:232)
  83. org.jruby.Main.main(org/jruby/Main.java:204)
  84.  
  85.  
  86. 3
  87. Sequel::DatabaseError: Java::JavaSql::SQLException: The table 'session' is full
  88. raise_error at /usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/database/misc.rb:423
  89. statement at /usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/adapters/jdbc.rb:648
  90. block in execute at /usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/adapters/jdbc.rb:245
  91. hold at /usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/connection_pool/threaded.rb:98
  92. synchronize at /usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/database/connecting.rb:255
  93. execute at /usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/adapters/jdbc.rb:244
  94. execute_ddl at /usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/adapters/jdbc.rb:270
  95. block in create_table_indexes_from_generator at /usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/database/schema_methods.rb:654
  96. each at org/jruby/RubyArray.java:1734
  97. block in create_table_indexes_from_generator at /usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/database/schema_methods.rb:654
  98. each at org/jruby/RubyArray.java:1734
  99. create_table_indexes_from_generator at /usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/database/schema_methods.rb:652
  100. create_table at /usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/database/schema_methods.rb:196
  101. block in (root) at uri:classloader:/db/migrations/001_create_base_schema.rb:7
  102. instance_eval at org/jruby/RubyBasicObject.java:1687
  103. apply at /usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/extensions/migration.rb:100
  104. block in run at /usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/extensions/migration.rb:528
  105. checked_transaction at /usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/extensions/migration.rb:466
  106. block in run at /usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/extensions/migration.rb:527
  107. each at org/jruby/RubyArray.java:1734
  108. run at /usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/extensions/migration.rb:524
  109. run at /usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/extensions/migration.rb:391
  110. setup_database at uri:classloader:/db/db_migrator.rb:188
  111. block in ../scripts/rb/migrate_db.rb at ../scripts/rb/migrate_db.rb:56
  112. connect at /usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/database/connecting.rb:69
  113. connect at /usr/local/archivesspace/gems/gems/sequel-4.20.0/lib/sequel/core.rb:95
  114. <main> at ../scripts/rb/migrate_db.rb:44
Add Comment
Please, Sign In to add comment