Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. kwi 21, 2019 2:44:19 PM groovy.sql.Sql executeInsert
  2. WARNING: Failed to execute: INSERT INTO company VALUES (NULL, ?, ?, ?, ?, ?, ?, ?, ?) because: Data truncation: Out of range value for column 'NIP' at row 1
  3. Caught: java.lang.reflect.UndeclaredThrowableException
  4. java.lang.reflect.UndeclaredThrowableException
  5. at java_util_concurrent_ForkJoinTask$join.call(Unknown Source)
  6. at com.filetodb.file-to-db.run(file-to-db.groovy:45)
  7. Caused by: java.lang.reflect.UndeclaredThrowableException
  8. at com.filetodb.file-to-db$_run_closure1.doCall(file-to-db.groovy:46)
  9. Caused by: java.lang.reflect.UndeclaredThrowableException
  10. at com.sun.proxy.$Proxy17.accept(Unknown Source)
  11. Caused by: com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Out of range value for column 'NIP' at row 1
  12. at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:104)
  13. at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:970)
  14. at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1109)
  15. at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1057)
  16. at com.mysql.cj.jdbc.ClientPreparedStatement.executeLargeUpdate(ClientPreparedStatement.java:1377)
  17. at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdate(ClientPreparedStatement.java:1042)
  18. at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
  19. at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:105)
  20. at com.filetodb.file-to-db$_run_closure1$_closure3.doCall(file-to-db.groovy:52)
  21. ... 1 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement