<SIGH>
I'm not sure where that error went, but it's gone.
It's been replaced with the following:

Exception in thread "main" java.lang.IllegalArgumentException: No such column 
ITEM_ID
        at org.dspace.storage.rdbms.TableRow.setColumn(TableRow.java:473)
        at 
org.dspace.storage.rdbms.DatabaseManager.process(DatabaseManager.java:1112)
        at 
org.dspace.storage.rdbms.TableRowIterator.next(TableRowIterator.java:151)
        at 
org.dspace.storage.rdbms.TableRowIterator.toList(TableRowIterator.java:204)
        at 
org.dspace.content.dao.postgres.ItemDAOPostgres.returnAsList(ItemDAOPostgres.java:653)
        at 
org.dspace.content.dao.postgres.ItemDAOPostgres.getItems(ItemDAOPostgres.java:233)
        at org.dspace.content.dao.ItemDAO.getItems(ItemDAO.java:144)
        at org.dspace.browse.IndexBrowse.createIndex(IndexBrowse.java:1104)
        at org.dspace.browse.IndexBrowse.initBrowse(IndexBrowse.java:1059)
        at org.dspace.browse.IndexBrowse.main(IndexBrowse.java:710)
Exception in thread "main" java.lang.IllegalArgumentException: No such column 
COMMUNITY_ID
        at org.dspace.storage.rdbms.TableRow.setColumn(TableRow.java:473)
        at 
org.dspace.storage.rdbms.DatabaseManager.process(DatabaseManager.java:1112)

Will waiting make this error go away as well?  :)

Thanks for your help!  -Lane

-----Original Message-----
From: Duncan, Lane [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 23, 2008 3:22 PM
To: [email protected]
Subject: [Dspace-tech] No such column UUID

We're testing an upgrade from DSpace 1.42 to 1.5, and we're running into this 
error, both in the index-init and in the web application itself:

Exception in thread "main" java.lang.IllegalArgumentException: No such column 
uuid
        at org.dspace.storage.rdbms.TableRow.getStringColumn(TableRow.java:252)
        at 
org.dspace.content.dao.postgres.ItemDAOPostgres.populateItemFromTableRow(ItemDAOPostgres.java:685)
        at 
org.dspace.content.dao.postgres.ItemDAOPostgres.retrieve(ItemDAOPostgres.java:638)
        at 
org.dspace.content.dao.postgres.ItemDAOPostgres.retrieve(ItemDAOPostgres.java:159)
        at 
org.dspace.content.dao.postgres.ItemDAOPostgres.returnAsList(ItemDAOPostgres.java:656)
        at 
org.dspace.content.dao.postgres.ItemDAOPostgres.getItems(ItemDAOPostgres.java:233)

We're running Oracle, so we had some pause when we saw postgres mentioned, but 
it appears that class handles Oracle as well; am I reading it correctly?

We've run the database_schema_142-15.sql successfully, and I'm not reading the 
abstractions well enough to know what it's really supposed to be looking for.

Any thoughts?

Thanks!  -Lane

Database Administrator
Texas Christian University


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to