Advertisement
Guest User

Untitled

a guest
Jun 4th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.85 KB | None | 0 0
  1. "C:\Program Files\Java\jdk1.8.0_144\bin\java.exe" -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:49532,suspend=y,server=n -ea -Didea.test.cyclic.buffer.size=1048576 -javaagent:C:\Users\Gebruiker\.IntelliJIdea2018.1\system\captureAgent\debugger-agent.jar=file:/C:/Users/Gebruiker/AppData/Local/Temp/capture.props -Dfile.encoding=UTF-8 -classpath "C:\Program Files\JetBrains\IntelliJ IDEA 2018.1.2\lib\idea_rt.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2018.1.2\plugins\junit\lib\junit-rt.jar;C:\Program Files\JetBrains\IntelliJ IDEA 2018.1.2\plugins\junit\lib\junit5-rt.jar;C:\Program Files\Java\jdk1.8.0_144\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_144\jre\lib\deploy.jar;C:\Program Files\Java\jdk1.8.0_144\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_144\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_144\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_144\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_144\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_144\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_144\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_144\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_144\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_144\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_144\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_144\jre\lib\ext\zipfs.jar;C:\Program Files\Java\jdk1.8.0_144\jre\lib\javaws.jar;C:\Program Files\Java\jdk1.8.0_144\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_144\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_144\jre\lib\jfxswt.jar;C:\Program Files\Java\jdk1.8.0_144\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_144\jre\lib\management-agent.jar;C:\Program Files\Java\jdk1.8.0_144\jre\lib\plugin.jar;C:\Program Files\Java\jdk1.8.0_144\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_144\jre\lib\rt.jar;D:\Fontys\Semester4\SE42\SE42\SE42\auction\target\test-classes;D:\Fontys\Semester4\SE42\SE42\SE42\auction\target\classes;C:\Users\Gebruiker\.m2\repository\org\eclipse\persistence\eclipselink\2.5.2\eclipselink-2.5.2.jar;C:\Users\Gebruiker\.m2\repository\org\eclipse\persistence\javax.persistence\2.1.0\javax.persistence-2.1.0.jar;C:\Users\Gebruiker\.m2\repository\org\eclipse\persistence\commonj.sdo\2.1.1\commonj.sdo-2.1.1.jar;C:\Users\Gebruiker\.m2\repository\junit\junit\4.12\junit-4.12.jar;C:\Users\Gebruiker\.m2\repository\org\hamcrest\hamcrest-core\1.3\hamcrest-core-1.3.jar;C:\Users\Gebruiker\.m2\repository\mysql\mysql-connector-java\5.1.38\mysql-connector-java-5.1.38.jar" com.intellij.rt.execution.junit.JUnitStarter -ideVersion5 -junit4 auction.service.FurnitureAndPaintingTest,newFurniture
  2. Connected to the target VM, address: '127.0.0.1:49532', transport: 'socket'
  3. [EL Config]: metadata: 2018-06-04 18:44:30.135--ServerSession(2005169944)--Thread(Thread[main,5,main])--The access type for the persistent class [class auction.domain.Bid] is set to [FIELD].
  4. [EL Config]: metadata: 2018-06-04 18:44:30.187--ServerSession(2005169944)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field bettedOnItem] is being defaulted to: class auction.domain.Item.
  5. [EL Config]: metadata: 2018-06-04 18:44:30.187--ServerSession(2005169944)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field buyer] is being defaulted to: class auction.domain.User.
  6. [EL Config]: metadata: 2018-06-04 18:44:30.188--ServerSession(2005169944)--Thread(Thread[main,5,main])--The access type for the persistent class [class auction.domain.Item] is set to [FIELD].
  7. [EL Config]: metadata: 2018-06-04 18:44:30.188--ServerSession(2005169944)--Thread(Thread[main,5,main])--The target entity (reference) class for the many to one mapping element [field seller] is being defaulted to: class auction.domain.User.
  8. [EL Config]: metadata: 2018-06-04 18:44:30.189--ServerSession(2005169944)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field highest] is being defaulted to: class auction.domain.Bid.
  9. [EL Config]: metadata: 2018-06-04 18:44:30.19--ServerSession(2005169944)--Thread(Thread[main,5,main])--The access type for the persistent class [class auction.domain.User] is set to [FIELD].
  10. [EL Config]: metadata: 2018-06-04 18:44:30.197--ServerSession(2005169944)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to many mapping element [field offeredItems] is being defaulted to: class auction.domain.Item.
  11. [EL Config]: metadata: 2018-06-04 18:44:30.198--ServerSession(2005169944)--Thread(Thread[main,5,main])--The access type for the persistent class [class auction.domain.Painting] is set to [FIELD].
  12. [EL Config]: metadata: 2018-06-04 18:44:30.198--ServerSession(2005169944)--Thread(Thread[main,5,main])--The access type for the persistent class [class auction.domain.Furniture] is set to [FIELD].
  13. [EL Config]: metadata: 2018-06-04 18:44:30.199--ServerSession(2005169944)--Thread(Thread[main,5,main])--The access type for the persistent class [class nl.fontys.util.Money] is set to [FIELD].
  14. [EL Config]: metadata: 2018-06-04 18:44:30.2--ServerSession(2005169944)--Thread(Thread[main,5,main])--The access type for the persistent class [class auction.domain.Category] is set to [FIELD].
  15. [EL Config]: metadata: 2018-06-04 18:44:30.201--ServerSession(2005169944)--Thread(Thread[main,5,main])--The alias name for the entity class [class auction.domain.Bid] is being defaulted to: Bid.
  16. [EL Config]: metadata: 2018-06-04 18:44:30.205--ServerSession(2005169944)--Thread(Thread[main,5,main])--The table name for entity [class auction.domain.Bid] is being defaulted to: BID.
  17. [EL Config]: metadata: 2018-06-04 18:44:30.235--ServerSession(2005169944)--Thread(Thread[main,5,main])--The column name for element [cents] is being defaulted to: CENTS.
  18. [EL Config]: metadata: 2018-06-04 18:44:30.237--ServerSession(2005169944)--Thread(Thread[main,5,main])--The column name for element [currency] is being defaulted to: CURRENCY.
  19. [EL Config]: metadata: 2018-06-04 18:44:30.238--ServerSession(2005169944)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
  20. [EL Config]: metadata: 2018-06-04 18:44:30.239--ServerSession(2005169944)--Thread(Thread[main,5,main])--The column name for element [time] is being defaulted to: TIME.
  21. [EL Config]: metadata: 2018-06-04 18:44:30.242--ServerSession(2005169944)--Thread(Thread[main,5,main])--The alias name for the entity class [class auction.domain.Item] is being defaulted to: Item.
  22. [EL Config]: metadata: 2018-06-04 18:44:30.242--ServerSession(2005169944)--Thread(Thread[main,5,main])--The table name for entity [class auction.domain.Item] is being defaulted to: ITEM.
  23. [EL Config]: metadata: 2018-06-04 18:44:30.245--ServerSession(2005169944)--Thread(Thread[main,5,main])--The discriminator column name for the root inheritance class [auction.domain.Item] is being defaulted to: DTYPE.
  24. [EL Config]: metadata: 2018-06-04 18:44:30.248--ServerSession(2005169944)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION.
  25. [EL Config]: metadata: 2018-06-04 18:44:30.248--ServerSession(2005169944)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
  26. [EL Config]: metadata: 2018-06-04 18:44:30.249--ServerSession(2005169944)--Thread(Thread[main,5,main])--The column name for element [description] is being defaulted to: DESCRIPTION.
  27. [EL Config]: metadata: 2018-06-04 18:44:30.249--ServerSession(2005169944)--Thread(Thread[main,5,main])--The alias name for the entity class [class auction.domain.User] is being defaulted to: User.
  28. [EL Config]: metadata: 2018-06-04 18:44:30.25--ServerSession(2005169944)--Thread(Thread[main,5,main])--The column name for element [id] is being defaulted to: ID.
  29. [EL Config]: metadata: 2018-06-04 18:44:30.25--ServerSession(2005169944)--Thread(Thread[main,5,main])--The column name for element [email] is being defaulted to: EMAIL.
  30. [EL Config]: metadata: 2018-06-04 18:44:30.251--ServerSession(2005169944)--Thread(Thread[main,5,main])--The alias name for the entity class [class auction.domain.Painting] is being defaulted to: Painting.
  31. [EL Config]: metadata: 2018-06-04 18:44:30.251--ServerSession(2005169944)--Thread(Thread[main,5,main])--The column name for element [painter] is being defaulted to: PAINTER.
  32. [EL Config]: metadata: 2018-06-04 18:44:30.252--ServerSession(2005169944)--Thread(Thread[main,5,main])--The column name for element [title] is being defaulted to: TITLE.
  33. [EL Config]: metadata: 2018-06-04 18:44:30.252--ServerSession(2005169944)--Thread(Thread[main,5,main])--The alias name for the entity class [class auction.domain.Furniture] is being defaulted to: Furniture.
  34. [EL Config]: metadata: 2018-06-04 18:44:30.252--ServerSession(2005169944)--Thread(Thread[main,5,main])--The column name for element [material] is being defaulted to: MATERIAL.
  35. [EL Config]: metadata: 2018-06-04 18:44:30.271--ServerSession(2005169944)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field bettedOnItem] is being defaulted to: ID.
  36. [EL Config]: metadata: 2018-06-04 18:44:30.271--ServerSession(2005169944)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [bettedOnItem] is being defaulted to: BETTEDONITEM_ID.
  37. [EL Config]: metadata: 2018-06-04 18:44:30.272--ServerSession(2005169944)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field buyer] is being defaulted to: ID.
  38. [EL Config]: metadata: 2018-06-04 18:44:30.272--ServerSession(2005169944)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [buyer] is being defaulted to: BUYER_ID.
  39. [EL Config]: metadata: 2018-06-04 18:44:30.272--ServerSession(2005169944)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field seller] is being defaulted to: ID.
  40. [EL Config]: metadata: 2018-06-04 18:44:30.273--ServerSession(2005169944)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [seller] is being defaulted to: SELLER_ID.
  41. [EL Config]: metadata: 2018-06-04 18:44:30.273--ServerSession(2005169944)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [field highest] is being defaulted to: ID.
  42. [EL Config]: metadata: 2018-06-04 18:44:30.273--ServerSession(2005169944)--Thread(Thread[main,5,main])--The foreign key column name for the mapping element [highest] is being defaulted to: HIGHEST_ID.
  43. [EL Info]: 2018-06-04 18:44:31.695--ServerSession(2005169944)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd
  44. Mon Jun 04 18:44:31 CEST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  45. [EL Fine]: connection: 2018-06-04 18:44:32.09--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform
  46. [EL Config]: connection: 2018-06-04 18:44:32.107--ServerSession(2005169944)--Connection(1591063329)--Thread(Thread[main,5,main])--connecting(DatabaseLogin(
  47. platform=>MySQLPlatform
  48. user name=> "student"
  49. datasource URL=> "jdbc:mysql://localhost:3306/se42week1"
  50. ))
  51. Mon Jun 04 18:44:32 CEST 2018 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  52. [EL Config]: connection: 2018-06-04 18:44:32.113--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/se42week1
  53. User: student@localhost
  54. Database: MySQL Version: 5.7.19-log
  55. Driver: MySQL Connector Java Version: mysql-connector-java-5.1.38 ( Revision: fe541c166cec739c74cc727c5da96c1028b4834a )
  56. [EL Info]: connection: 2018-06-04 18:44:32.371--ServerSession(2005169944)--Thread(Thread[main,5,main])--file:/D:/Fontys/Semester4/SE42/SE42/SE42/auction/target/classes/_auctionPU login successful
  57. [EL Fine]: sql: 2018-06-04 18:44:32.399--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--ALTER TABLE ITEM DROP FOREIGN KEY FK_ITEM_SELLER_ID
  58. [EL Fine]: sql: 2018-06-04 18:44:32.454--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--ALTER TABLE ITEM DROP FOREIGN KEY FK_ITEM_HIGHEST_ID
  59. [EL Fine]: sql: 2018-06-04 18:44:32.476--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--ALTER TABLE BID DROP FOREIGN KEY FK_BID_BUYER_ID
  60. [EL Fine]: sql: 2018-06-04 18:44:32.497--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--ALTER TABLE BID DROP FOREIGN KEY FK_BID_BETTEDONITEM_ID
  61. [EL Fine]: sql: 2018-06-04 18:44:32.52--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--DROP TABLE user
  62. [EL Fine]: sql: 2018-06-04 18:44:32.543--ServerSession(2005169944)--Thread(Thread[main,5,main])--SELECT 1
  63. [EL Warning]: 2018-06-04 18:44:32.544--ServerSession(2005169944)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DatabaseException
  64. Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails
  65. Error Code: 1217
  66. Call: DROP TABLE user
  67. Query: DataModifyQuery(sql="DROP TABLE user")
  68. [EL Fine]: sql: 2018-06-04 18:44:32.546--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--DROP TABLE ITEM
  69. [EL Fine]: sql: 2018-06-04 18:44:32.556--ServerSession(2005169944)--Thread(Thread[main,5,main])--SELECT 1
  70. [EL Warning]: 2018-06-04 18:44:32.557--ServerSession(2005169944)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DatabaseException
  71. Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails
  72. Error Code: 1217
  73. Call: DROP TABLE ITEM
  74. Query: DataModifyQuery(sql="DROP TABLE ITEM")
  75. [EL Fine]: sql: 2018-06-04 18:44:32.558--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--DROP TABLE BID
  76. [EL Fine]: sql: 2018-06-04 18:44:32.572--ServerSession(2005169944)--Thread(Thread[main,5,main])--SELECT 1
  77. [EL Warning]: 2018-06-04 18:44:32.574--ServerSession(2005169944)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DatabaseException
  78. Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails
  79. Error Code: 1217
  80. Call: DROP TABLE BID
  81. Query: DataModifyQuery(sql="DROP TABLE BID")
  82. [EL Fine]: sql: 2018-06-04 18:44:32.574--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--DROP TABLE user
  83. [EL Fine]: sql: 2018-06-04 18:44:32.585--ServerSession(2005169944)--Thread(Thread[main,5,main])--SELECT 1
  84. [EL Warning]: 2018-06-04 18:44:32.586--ServerSession(2005169944)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DatabaseException
  85. Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails
  86. Error Code: 1217
  87. Call: DROP TABLE user
  88. Query: DataModifyQuery(sql="DROP TABLE user")
  89. [EL Fine]: sql: 2018-06-04 18:44:32.587--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--DROP TABLE ITEM
  90. [EL Fine]: sql: 2018-06-04 18:44:32.589--ServerSession(2005169944)--Thread(Thread[main,5,main])--SELECT 1
  91. [EL Warning]: 2018-06-04 18:44:32.592--ServerSession(2005169944)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DatabaseException
  92. Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails
  93. Error Code: 1217
  94. Call: DROP TABLE ITEM
  95. Query: DataModifyQuery(sql="DROP TABLE ITEM")
  96. [EL Fine]: sql: 2018-06-04 18:44:32.592--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--DROP TABLE BID
  97. [EL Fine]: sql: 2018-06-04 18:44:32.594--ServerSession(2005169944)--Thread(Thread[main,5,main])--SELECT 1
  98. [EL Warning]: 2018-06-04 18:44:32.595--ServerSession(2005169944)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DatabaseException
  99. Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails
  100. Error Code: 1217
  101. Call: DROP TABLE BID
  102. Query: DataModifyQuery(sql="DROP TABLE BID")
  103. [EL Fine]: sql: 2018-06-04 18:44:32.596--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--DROP TABLE user
  104. [EL Fine]: sql: 2018-06-04 18:44:32.598--ServerSession(2005169944)--Thread(Thread[main,5,main])--SELECT 1
  105. [EL Warning]: 2018-06-04 18:44:32.599--ServerSession(2005169944)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DatabaseException
  106. Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails
  107. Error Code: 1217
  108. Call: DROP TABLE user
  109. Query: DataModifyQuery(sql="DROP TABLE user")
  110. [EL Fine]: sql: 2018-06-04 18:44:32.6--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--DROP TABLE ITEM
  111. [EL Fine]: sql: 2018-06-04 18:44:32.602--ServerSession(2005169944)--Thread(Thread[main,5,main])--SELECT 1
  112. [EL Warning]: 2018-06-04 18:44:32.603--ServerSession(2005169944)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DatabaseException
  113. Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails
  114. Error Code: 1217
  115. Call: DROP TABLE ITEM
  116. Query: DataModifyQuery(sql="DROP TABLE ITEM")
  117. [EL Fine]: sql: 2018-06-04 18:44:32.603--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--DROP TABLE BID
  118. [EL Fine]: sql: 2018-06-04 18:44:32.605--ServerSession(2005169944)--Thread(Thread[main,5,main])--SELECT 1
  119. [EL Warning]: 2018-06-04 18:44:32.606--ServerSession(2005169944)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DatabaseException
  120. Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails
  121. Error Code: 1217
  122. Call: DROP TABLE BID
  123. Query: DataModifyQuery(sql="DROP TABLE BID")
  124. [EL Fine]: sql: 2018-06-04 18:44:32.606--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--DROP TABLE user
  125. [EL Fine]: sql: 2018-06-04 18:44:32.608--ServerSession(2005169944)--Thread(Thread[main,5,main])--SELECT 1
  126. [EL Warning]: 2018-06-04 18:44:32.608--ServerSession(2005169944)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DatabaseException
  127. Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails
  128. Error Code: 1217
  129. Call: DROP TABLE user
  130. Query: DataModifyQuery(sql="DROP TABLE user")
  131. [EL Fine]: sql: 2018-06-04 18:44:32.609--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--DROP TABLE ITEM
  132. [EL Fine]: sql: 2018-06-04 18:44:32.61--ServerSession(2005169944)--Thread(Thread[main,5,main])--SELECT 1
  133. [EL Warning]: 2018-06-04 18:44:32.611--ServerSession(2005169944)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DatabaseException
  134. Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails
  135. Error Code: 1217
  136. Call: DROP TABLE ITEM
  137. Query: DataModifyQuery(sql="DROP TABLE ITEM")
  138. [EL Fine]: sql: 2018-06-04 18:44:32.612--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--DROP TABLE BID
  139. [EL Fine]: sql: 2018-06-04 18:44:32.614--ServerSession(2005169944)--Thread(Thread[main,5,main])--SELECT 1
  140. [EL Warning]: 2018-06-04 18:44:32.615--ServerSession(2005169944)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DatabaseException
  141. Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails
  142. Error Code: 1217
  143. Call: DROP TABLE BID
  144. Query: DataModifyQuery(sql="DROP TABLE BID")
  145. [EL Fine]: sql: 2018-06-04 18:44:32.615--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--DROP TABLE user
  146. [EL Fine]: sql: 2018-06-04 18:44:32.617--ServerSession(2005169944)--Thread(Thread[main,5,main])--SELECT 1
  147. [EL Warning]: 2018-06-04 18:44:32.619--ServerSession(2005169944)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DatabaseException
  148. Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails
  149. Error Code: 1217
  150. Call: DROP TABLE user
  151. Query: DataModifyQuery(sql="DROP TABLE user")
  152. [EL Fine]: sql: 2018-06-04 18:44:32.619--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--DROP TABLE ITEM
  153. [EL Fine]: sql: 2018-06-04 18:44:32.621--ServerSession(2005169944)--Thread(Thread[main,5,main])--SELECT 1
  154. [EL Warning]: 2018-06-04 18:44:32.622--ServerSession(2005169944)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DatabaseException
  155. Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails
  156. Error Code: 1217
  157. Call: DROP TABLE ITEM
  158. Query: DataModifyQuery(sql="DROP TABLE ITEM")
  159. [EL Fine]: sql: 2018-06-04 18:44:32.623--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--DROP TABLE BID
  160. [EL Fine]: sql: 2018-06-04 18:44:32.625--ServerSession(2005169944)--Thread(Thread[main,5,main])--SELECT 1
  161. [EL Warning]: 2018-06-04 18:44:32.626--ServerSession(2005169944)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DatabaseException
  162. Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Cannot delete or update a parent row: a foreign key constraint fails
  163. Error Code: 1217
  164. Call: DROP TABLE BID
  165. Query: DataModifyQuery(sql="DROP TABLE BID")
  166. [EL Fine]: sql: 2018-06-04 18:44:32.626--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--CREATE TABLE user (ID BIGINT NOT NULL, EMAIL VARCHAR(255) UNIQUE, PRIMARY KEY (ID))
  167. [EL Fine]: sql: 2018-06-04 18:44:32.641--ServerSession(2005169944)--Thread(Thread[main,5,main])--SELECT 1
  168. [EL Warning]: 2018-06-04 18:44:32.642--ServerSession(2005169944)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DatabaseException
  169. Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'user' already exists
  170. Error Code: 1050
  171. Call: CREATE TABLE user (ID BIGINT NOT NULL, EMAIL VARCHAR(255) UNIQUE, PRIMARY KEY (ID))
  172. Query: DataModifyQuery(sql="CREATE TABLE user (ID BIGINT NOT NULL, EMAIL VARCHAR(255) UNIQUE, PRIMARY KEY (ID))")
  173. [EL Fine]: sql: 2018-06-04 18:44:32.643--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--CREATE TABLE ITEM (ID BIGINT NOT NULL, DTYPE VARCHAR(31), DESCRIPTION VARCHAR(255), c_description VARCHAR(255), SELLER_ID BIGINT, HIGHEST_ID BIGINT, MATERIAL VARCHAR(255), PAINTER VARCHAR(255), TITLE VARCHAR(255), PRIMARY KEY (ID))
  174. [EL Fine]: sql: 2018-06-04 18:44:32.655--ServerSession(2005169944)--Thread(Thread[main,5,main])--SELECT 1
  175. [EL Warning]: 2018-06-04 18:44:32.655--ServerSession(2005169944)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DatabaseException
  176. Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'item' already exists
  177. Error Code: 1050
  178. Call: CREATE TABLE ITEM (ID BIGINT NOT NULL, DTYPE VARCHAR(31), DESCRIPTION VARCHAR(255), c_description VARCHAR(255), SELLER_ID BIGINT, HIGHEST_ID BIGINT, MATERIAL VARCHAR(255), PAINTER VARCHAR(255), TITLE VARCHAR(255), PRIMARY KEY (ID))
  179. Query: DataModifyQuery(sql="CREATE TABLE ITEM (ID BIGINT NOT NULL, DTYPE VARCHAR(31), DESCRIPTION VARCHAR(255), c_description VARCHAR(255), SELLER_ID BIGINT, HIGHEST_ID BIGINT, MATERIAL VARCHAR(255), PAINTER VARCHAR(255), TITLE VARCHAR(255), PRIMARY KEY (ID))")
  180. [EL Fine]: sql: 2018-06-04 18:44:32.656--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--CREATE TABLE BID (ID BIGINT NOT NULL, TIME LONGBLOB, CENTS BIGINT, CURRENCY VARCHAR(255), BETTEDONITEM_ID BIGINT NOT NULL, BUYER_ID BIGINT, PRIMARY KEY (ID))
  181. [EL Fine]: sql: 2018-06-04 18:44:32.668--ServerSession(2005169944)--Thread(Thread[main,5,main])--SELECT 1
  182. [EL Warning]: 2018-06-04 18:44:32.67--ServerSession(2005169944)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DatabaseException
  183. Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'bid' already exists
  184. Error Code: 1050
  185. Call: CREATE TABLE BID (ID BIGINT NOT NULL, TIME LONGBLOB, CENTS BIGINT, CURRENCY VARCHAR(255), BETTEDONITEM_ID BIGINT NOT NULL, BUYER_ID BIGINT, PRIMARY KEY (ID))
  186. Query: DataModifyQuery(sql="CREATE TABLE BID (ID BIGINT NOT NULL, TIME LONGBLOB, CENTS BIGINT, CURRENCY VARCHAR(255), BETTEDONITEM_ID BIGINT NOT NULL, BUYER_ID BIGINT, PRIMARY KEY (ID))")
  187. [EL Fine]: sql: 2018-06-04 18:44:32.67--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--ALTER TABLE ITEM ADD CONSTRAINT FK_ITEM_SELLER_ID FOREIGN KEY (SELLER_ID) REFERENCES user (ID)
  188. [EL Fine]: sql: 2018-06-04 18:44:32.861--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--ALTER TABLE ITEM ADD CONSTRAINT FK_ITEM_HIGHEST_ID FOREIGN KEY (HIGHEST_ID) REFERENCES BID (ID)
  189. [EL Fine]: sql: 2018-06-04 18:44:33.018--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--ALTER TABLE BID ADD CONSTRAINT FK_BID_BUYER_ID FOREIGN KEY (BUYER_ID) REFERENCES user (ID)
  190. [EL Fine]: sql: 2018-06-04 18:44:33.171--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--ALTER TABLE BID ADD CONSTRAINT FK_BID_BETTEDONITEM_ID FOREIGN KEY (BETTEDONITEM_ID) REFERENCES ITEM (ID)
  191. [EL Fine]: sql: 2018-06-04 18:44:33.352--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--DELETE FROM SEQUENCE WHERE SEQ_NAME = SEQ_GEN
  192. [EL Fine]: sql: 2018-06-04 18:44:33.358--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = SEQ_GEN
  193. [EL Fine]: sql: 2018-06-04 18:44:33.359--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values (SEQ_GEN, 0)
  194. [EL Fine]: sql: 2018-06-04 18:44:33.463--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--SELECT ID, EMAIL FROM user WHERE (EMAIL = ?)
  195. bind => [iemand1@def]
  196. [EL Fine]: sql: 2018-06-04 18:44:33.472--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--SELECT ID, EMAIL FROM user WHERE (EMAIL = ?)
  197. bind => [iemand2@def]
  198. [EL Fine]: sql: 2018-06-04 18:44:33.48--ClientSession(1633615132)--Connection(1411119464)--Thread(Thread[main,5,main])--UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?
  199. bind => [50, SEQ_GEN]
  200. [EL Fine]: sql: 2018-06-04 18:44:33.483--ClientSession(1633615132)--Connection(1411119464)--Thread(Thread[main,5,main])--SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ?
  201. bind => [SEQ_GEN]
  202. [EL Fine]: sql: 2018-06-04 18:44:33.495--ServerSession(2005169944)--Connection(1411119464)--Thread(Thread[main,5,main])--SELECT ID FROM user WHERE (ID = ?)
  203. bind => [151]
  204. [EL Fine]: sql: 2018-06-04 18:44:33.499--ClientSession(1633615132)--Connection(1411119464)--Thread(Thread[main,5,main])--INSERT INTO ITEM (ID, DESCRIPTION, MATERIAL, c_description, SELLER_ID, HIGHEST_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?)
  205. bind => [1, broodkast, ijzer, cat2, 151, null, Furniture]
  206. [EL Fine]: sql: 2018-06-04 18:44:33.505--ClientSession(1633615132)--Thread(Thread[main,5,main])--SELECT 1
  207. [EL Warning]: 2018-06-04 18:44:33.506--UnitOfWork(705400860)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DatabaseException
  208. Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'MATERIAL' in 'field list'
  209. Error Code: 1054
  210. Call: INSERT INTO ITEM (ID, DESCRIPTION, MATERIAL, c_description, SELLER_ID, HIGHEST_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?)
  211. bind => [1, broodkast, ijzer, cat2, 151, null, Furniture]
  212. Query: InsertObjectQuery(auction.domain.Furniture@8041434f)
  213.  
  214. javax.persistence.RollbackException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DatabaseException
  215. Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'MATERIAL' in 'field list'
  216. Error Code: 1054
  217. Call: INSERT INTO ITEM (ID, DESCRIPTION, MATERIAL, c_description, SELLER_ID, HIGHEST_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?)
  218. bind => [1, broodkast, ijzer, cat2, 151, null, Furniture]
  219. Query: InsertObjectQuery(auction.domain.Furniture@8041434f)
  220.  
  221. at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:157)
  222. at auction.service.SellerMgr.offerFurniture(SellerMgr.java:61)
  223. at auction.service.FurnitureAndPaintingTest.newFurniture(FurnitureAndPaintingTest.java:46)
  224. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  225. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  226. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  227. at java.lang.reflect.Method.invoke(Method.java:498)
  228. at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
  229. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
  230. at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
  231. at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
  232. at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
  233. at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
  234. at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
  235. at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
  236. at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
  237. at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
  238. at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
  239. at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
  240. at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
  241. at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
  242. at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
  243. at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:68)
  244. at com.intellij.rt.execution.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:47)
  245. at com.intellij.rt.execution.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:242)
  246. at com.intellij.rt.execution.junit.JUnitStarter.main(JUnitStarter.java:70)
  247. Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.5.2.v20140319-9ad6abd): org.eclipse.persistence.exceptions.DatabaseException
  248. Internal Exception: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'MATERIAL' in 'field list'
  249. Error Code: 1054
  250. Call: INSERT INTO ITEM (ID, DESCRIPTION, MATERIAL, c_description, SELLER_ID, HIGHEST_ID, DTYPE) VALUES (?, ?, ?, ?, ?, ?, ?)
  251. bind => [1, broodkast, ijzer, cat2, 151, null, Furniture]
  252. Query: InsertObjectQuery(auction.domain.Furniture@8041434f)
  253. at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:331)
  254. at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:900)
  255. at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:962)
  256. at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:631)
  257. at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:558)
  258. at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2002)
  259. at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:298)
  260. at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:242)
  261. at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:228)
  262. at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.insertObject(DatasourceCallQueryMechanism.java:377)
  263. at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:165)
  264. at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:180)
  265. at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:489)
  266. at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:80)
  267. at org.eclipse.persistence.queries.InsertObjectQuery.executeCommitWithChangeSet(InsertObjectQuery.java:90)
  268. at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:301)
  269. at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:58)
  270. at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:899)
  271. at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:798)
  272. at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:108)
  273. at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:85)
  274. at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:2896)
  275. at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1804)
  276. at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1786)
  277. at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1737)
  278. at org.eclipse.persistence.internal.sessions.CommitManager.commitNewObjectsForClassWithChangeSet(CommitManager.java:226)
  279. at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:125)
  280. at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4207)
  281. at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1441)
  282. at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1531)
  283. at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:277)
  284. at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1169)
  285. at org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:132)
  286. ... 25 more
  287. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'MATERIAL' in 'field list'
  288. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  289. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  290. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  291. at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  292. at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
  293. at com.mysql.jdbc.Util.getInstance(Util.java:387)
  294. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:939)
  295. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3878)
  296. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3814)
  297. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2478)
  298. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2625)
  299. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2551)
  300. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1861)
  301. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2073)
  302. at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2009)
  303. at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5094)
  304. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1994)
  305. at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:890)
  306. ... 56 more
  307.  
  308. Disconnected from the target VM, address: '127.0.0.1:49532', transport: 'socket'
  309.  
  310. Process finished with exit code -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement