Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. 11/23/2017 05:31:36 the devteam Products import failed and successfully rolled back / Products count: 1 org.hibernate.exception.SQLGrammarException: Could not execute JDBC batch update:
  2. java.sql.BatchUpdateException: Batch entry 0 insert into kup_Product (groupId, productId, orderNo, internalId, internalIsbn, companyGroup, location, compulsoryContinuation, nodeType, titleId, isbn, projectNoEdition, eanCode, editionNo, reprint, publishingHouse, publishingHouseDept, shorttitle, title, subtitle, editionType, editionTypeTerm, medium, mediumTerm, cover, coverTerm, format, trimSize, plannedPubDate, plannedPubDatePeriod, firstPlannedPubDate, firstPubDate, pubDate, availabilityStatus, availabilityStatusTerm, discountGroup, productGroup, coverImage, coverImages, visible, pathsForUrl, noveltySign, pupilsPopup, forGroup, onePerRow, gex, bex, basket, shop, ipText, packageList, isFreeOfCharge, isDeliverRemainStock, importDate, languageTerm, languageCode, rating, maxInCart, sales, ospPeriodText, puid) values ('49303', 'IS-9782801054499-1', '', '', '', '', '', '', '', '0', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, '', NULL, NULL, NULL, '', '', '', '', '', '', '0', '', NULL, '0', '0', '0', '0', '0', '0', '0', '', '', '0', '0', '2017-11-23 05:31:36.339000 +00:00:00', '', '', '0.0', '0', '0', '', '1112553') was aborted. Call getNextException to see the cause.
  3. at org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandler.handleError(AbstractJdbc2Statement.java:2621)
  4. at org.postgresql.core.v3.QueryExecutorImpl$1.handleError(QueryExecutorImpl.java:459)
  5. at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1837)
  6. at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:407)
  7. at org.postgresql.jdbc2.AbstractJdbc2Statement.executeBatch(AbstractJdbc2Statement.java:2754)
  8. at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeBatch(NewProxyPreparedStatement.java:2465)
  9. at org.hibernate.jdbc.BatchingBatcher.doExecuteBatch(BatchingBatcher.java:70)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement