Hi,

Dear list,

I have got following error when I try to start ./update-handle-prefix:

2010-12-10 11:53:40,074 ERROR org.dspace.browse.IndexBrowse @ Null metadata value for item 1119, field: dc.contributor.author 2010-12-10 11:53:40,161 ERROR org.dspace.browse.BrowseCreateDAOPostgres @ caught exception: org.postgresql.util.PSQLException: ERROR: index row size 2800 exceeds maximum 2712 for index "bi_item_s1_idx" at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:1531) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1313) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:188) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:452) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:354) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:308) at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102) at org.apache.commons.dbcp.DelegatingPreparedStatement.executeUpdate(DelegatingPreparedStatement.java:102) at org.dspace.storage.rdbms.DatabaseManager.execute(DatabaseManager.java:1429) at org.dspace.storage.rdbms.DatabaseManager.update(DatabaseManager.java:781) at org.dspace.browse.BrowseCreateDAOPostgres.insertIndex(BrowseCreateDAOPostgres.java:718)
        at org.dspace.browse.IndexBrowse.indexItem(IndexBrowse.java:376)
at org.dspace.browse.IndexBrowse.createIndex(IndexBrowse.java:1148) at org.dspace.browse.IndexBrowse.initBrowse(IndexBrowse.java:1098)
        at org.dspace.browse.IndexBrowse.main(IndexBrowse.java:749)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:48) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:600)
at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:212)

I don't know, if this error has to do with the missing author field. Is really necessary to set the author?

I have updated the metadatavalue of the author field. Now it is not empty anymore. The error: "2010-12-10 11:53:40,074 ERROR org.dspace.browse.IndexBrowse @ Null metadata value for item 1119, field: dc.contributor.author " doesn't appear anymore.

The second error is a result of that the B-tree index in PostgreSQL has a maximum size of 2713 bytes. I am working on a project that includes the need to store a fair amount of raw text in the dc.description.abstract field. It seems that I am forced to outsource the abstract into an text file and then upload this file into dspace... :(

Has anyone an idea how to resolve this issue?


-- Franck

Have a nice day!

-- Franck


------------------------------------------------------------------------------


_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

--
Franck Borel

Albert-Ludwigs-Universität Freiburg
Universitätsbibliothek UB 2
Abteilung EDV
Rempartstrasse 10-16
79098 Freiburg

Telefon: +49 761 203-3946
Telefax: + 49 761 203-3889
E-Mail: [email protected]
Internet: www.ub,uni-freiburg.de

<<attachment: franck_borel.vcf>>

------------------------------------------------------------------------------
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to