Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.34 KB | None | 0 0
  1. 07:35:42.185 [main] DEBUG o.h.loader.entity.plan.EntityLoader - Static select for entity ru.stq.pft.addressbook.model.GroupData [OPTIMISTIC_FORCE_INCREMENT]: select groupdata0_.group_id as group_id1_0_0_, groupdata0_.group_footer as group_fo2_0_0_, groupdata0_.group_header as group_he3_0_0_, groupdata0_.group_name as group_na4_0_0_ from group_list groupdata0_ where groupdata0_.group_id=?
  2. 07:35:42.198 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_MERGE on entity ru.stq.pft.addressbook.model.GroupData: select groupdata0_.group_id as group_id1_0_0_, groupdata0_.group_footer as group_fo2_0_0_, groupdata0_.group_header as group_he3_0_0_, groupdata0_.group_name as group_na4_0_0_ from group_list groupdata0_ where groupdata0_.group_id=?
  3. 07:35:42.199 [main] DEBUG org.hibernate.loader.Loader - Static select for action ACTION_REFRESH on entity ru.stq.pft.addressbook.model.GroupData: select groupdata0_.group_id as group_id1_0_0_, groupdata0_.group_footer as group_fo2_0_0_, groupdata0_.group_header as group_he3_0_0_, groupdata0_.group_name as group_na4_0_0_ from group_list groupdata0_ where groupdata0_.group_id=?
  4. 07:35:42.229 [main] INFO org.hibernate.orm.connections.access - HHH10001501: Connection obtained from JdbcConnectionAccess [org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator$ConnectionProviderJdbcConnectionAccess@df4b72] for (non-JTA) DDL execution was not in auto-commit mode; the Connection 'local transaction' will be committed and the Connection will be set into auto-commit mode.
  5. 07:35:42.384 [main] DEBUG o.h.s.i.AbstractServiceRegistryImpl - Implicitly destroying ServiceRegistry on de-registration of all child ServiceRegistries
  6. 07:35:42.384 [main] INFO o.hibernate.orm.connections.pooling - HHH10001008: Cleaning up connection pool [jdbc:mysql://localhost:3306/addressbook?serverTimezone=UTC]
  7. 07:35:42.385 [main] DEBUG o.h.b.r.i.BootstrapServiceRegistryImpl - Implicitly destroying Boot-strap registry on de-registration of all child ServiceRegistries
  8. org.hibernate.tool.schema.spi.SchemaManagementException: Schema-validation: wrong column type encountered in column [group_footer] in table [group_list]; found [mediumtext (Types#LONGVARCHAR)], but expecting [varchar(255) (Types#VARCHAR)]
  9. at org.hibernate.tool.schema.internal.AbstractSchemaValidator.validateColumnType(AbstractSchemaValidator.java:159)
  10. at org.hibernate.tool.schema.internal.AbstractSchemaValidator.validateTable(AbstractSchemaValidator.java:143)
  11. at org.hibernate.tool.schema.internal.GroupedSchemaValidatorImpl.validateTables(GroupedSchemaValidatorImpl.java:42)
  12. at org.hibernate.tool.schema.internal.AbstractSchemaValidator.performValidation(AbstractSchemaValidator.java:89)
  13. at org.hibernate.tool.schema.internal.AbstractSchemaValidator.doValidation(AbstractSchemaValidator.java:68)
  14. at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.performDatabaseAction(SchemaManagementToolCoordinator.java:185)
  15. at org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.process(SchemaManagementToolCoordinator.java:66)
  16. at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:309)
  17. at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:493)
  18. at org.hibernate.boot.internal.MetadataImpl.buildSessionFactory(MetadataImpl.java:170)
  19. at ru.stq.pft.addressbook.tests.HbConnectionTest.setUp(HbConnectionTest.java:29)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  21. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  22. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  23. at java.lang.reflect.Method.invoke(Method.java:498)
  24. at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:86)
  25. at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:514)
  26. at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:215)
  27. at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:142)
  28. at org.testng.internal.TestMethodWorker.invokeBeforeClassMethods(TestMethodWorker.java:178)
  29. at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
  30. at org.testng.TestRunner.privateRun(TestRunner.java:782)
  31. at org.testng.TestRunner.run(TestRunner.java:632)
  32. at org.testng.SuiteRunner.runTest(SuiteRunner.java:366)
  33. at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:361)
  34. at org.testng.SuiteRunner.privateRun(SuiteRunner.java:319)
  35. at org.testng.SuiteRunner.run(SuiteRunner.java:268)
  36. at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
  37. at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
  38. at org.testng.TestNG.runSuitesSequentially(TestNG.java:1244)
  39. at org.testng.TestNG.runSuitesLocally(TestNG.java:1169)
  40. at org.testng.TestNG.run(TestNG.java:1064)
  41. at org.testng.IDEARemoteTestNG.run(IDEARemoteTestNG.java:72)
  42. at org.testng.RemoteTestNGStarter.main(RemoteTestNGStarter.java:122)
  43. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  44. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  45. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  46. at java.lang.reflect.Method.invoke(Method.java:498)
  47. at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144)
  48.  
  49. java.lang.NullPointerException
  50. at ru.stq.pft.addressbook.tests.HbConnectionTest.testHbConnection(HbConnectionTest.java:41)
  51. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  52. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  53. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  54. at java.lang.reflect.Method.invoke(Method.java:498)
  55. at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:86)
  56. at org.testng.internal.Invoker.invokeMethod(Invoker.java:643)
  57. at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:820)
  58. at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1128)
  59. at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129)
  60. at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112)
  61. at org.testng.TestRunner.privateRun(TestRunner.java:782)
  62. at org.testng.TestRunner.run(TestRunner.java:632)
  63. at org.testng.SuiteRunner.runTest(SuiteRunner.java:366)
  64. at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:361)
  65. at org.testng.SuiteRunner.privateRun(SuiteRunner.java:319)
  66. at org.testng.SuiteRunner.run(SuiteRunner.java:268)
  67. at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
  68. at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
  69. at org.testng.TestNG.runSuitesSequentially(TestNG.java:1244)
  70. at org.testng.TestNG.runSuitesLocally(TestNG.java:1169)
  71. at org.testng.TestNG.run(TestNG.java:1064)
  72. at org.testng.IDEARemoteTestNG.run(IDEARemoteTestNG.java:72)
  73. at org.testng.RemoteTestNGStarter.main(RemoteTestNGStarter.java:122)
  74. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  75. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  76. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  77. at java.lang.reflect.Method.invoke(Method.java:498)
  78. at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144)
  79.  
  80.  
  81. ===============================================
  82. Default Suite
  83. Total tests run: 1, Failures: 1, Skips: 0
  84. ===============================================
  85.  
  86.  
  87. Process finished with exit code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement