Thank your for the advice. I feel I am stuck at 5.2-RC1 right now b/c of data migration issues.
The change you suggest looks very relevant to my problem. I am really trying to get this fixed asap, and I am perfectly willing to merge in changes and build on my own if someone can point me to the right changesets. So, all my documents are PDFs. Nothing else is submitted by customers. Do you have any tips on how I get my RC1 code base. I am very familiar with this link: http://www.nuxeo.org/xwiki/bin/view/FAQ/DownloadingNuxeoSources Do I use hg clone http://hg.nuxeo.org/nuxeo#5.2-RC1 what would I put there for RC1? -alexander Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: org.nuxeo.ecm.core.api.DocumentException. message: org.nuxeo.ecm.core.storage.StorageException: Could not insert: INS ERT INTO "fulltext" ("id", "fulltext", "simpletext", "binarytext") VALUES (?, NX_TO_TSVECTOR(?), NX_TO_TSVECTOR(?), NX_TO_TSVECTOR(?)) at org.nuxeo.ecm.core.storage.sql.coremodel.SQLSession.save(SQLSession.java:140) at org.nuxeo.ecm.core.api.AbstractSession.save(AbstractSession.java:1599) ... 185 more Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: org.nuxeo.ecm.core.storage.StorageException. message: Could not insert: INSERT INTO "fulltext" ("id", "fulltext", "simpletext", "binarytext") VALUES (?, NX_TO_TSVECTOR(?), NX_TO_TSVECTOR(?), NX_TO_TSVECTOR(?)) at org.nuxeo.ecm.core.storage.sql.Mapper.insertSingleRow(Mapper.java:589) at org.nuxeo.ecm.core.storage.sql.Context.save(Context.java:370) at org.nuxeo.ecm.core.storage.sql.PersistenceContext.save(PersistenceContext.java:292) at org.nuxeo.ecm.core.storage.sql.SessionImpl.flush(SessionImpl.java:209) at org.nuxeo.ecm.core.storage.sql.SessionImpl.save(SessionImpl.java:197) at org.nuxeo.ecm.core.storage.sql.ra.ConnectionImpl.save(ConnectionImpl.java:144) at org.nuxeo.ecm.core.storage.sql.coremodel.SQLSession.save(SQLSession.java:138) ... 186 more Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: org.postgresql.util.PSQLException. message: ERROR: invalid byte sequence for encoding "UTF8": 0x00 at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1608) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1343) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:194) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:451) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:350) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:343) at sun.reflect.GeneratedMethodAccessor412.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.postgresql.ds.jdbc23.AbstractJdbc23PooledConnection$StatementHandler.invoke(AbstractJdbc23PooledConnection.java:477) at $Proxy329.execute(Unknown Source) at org.nuxeo.ecm.core.storage.sql.Mapper.insertSingleRow(Mapper.java:587) ... 192 more -- Posted by "ajbiv" at Nuxeo Discussions <http://nuxeo.org/discussions> View the complete thread: <http://www.nuxeo.org/discussions/thread.jspa?threadID=2996#8968> _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm
