-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Not A Bug
-
Affects Version/s: None
-
Fix Version/s: 7.4
-
Component/s: Live Connect (Google Drive, Dropbox, OneDrive...)
On an old Nuxeo Platform instance recently upgraded to 7.3, I have the following message when using
Caused by: java.sql.BatchUpdateException: Batch entry 0 INSERT INTO "content" ("id", "mime-type", "data", "name", "length", "digest", "encoding") VALUES ('c722b2bf-f995-4826-a43d-e5f72284836a', 'image/jpeg', 'googledrive:aescaffre@nuxeo.com:0BwoU1BkyNalUY3AyWFlmcHZJdEhXN0tZbGE0dWE1M3drQ3ZZ', 'IMG_2599.jpg', 2089434, '1e4b08e0b43d3877cd818d345fd5f7b4', NULL) was aborted. Call getNextException to see the cause. at org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandler.handleError(AbstractJdbc2Statement.java:2746) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1887) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:405) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeBatch(AbstractJdbc2Statement.java:2893) at org.tranql.connector.jdbc.StatementHandle.executeBatch(StatementHandle.java:155) at org.nuxeo.ecm.core.storage.sql.jdbc.JDBCRowMapper.insertSimpleRows(JDBCRowMapper.java:564) ... 124 more Caused by: org.postgresql.util.PSQLException: ERROR: value too long for type character varying(32) at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2157) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1886) ... 128 more
- depends on
-
NXP-16550 Use a BlobManager for blob storage/retrieval
- Resolved