"TAMANO" looks like a proper name to me, so this is probably a syntax error in SQL. Here's something similiar: https://jira.duraspace.org/browse/DS-630
We need to find the offending query first, so you'll need to turn up debugging level from INFO to DEBUG for dspace: https://wiki.duraspace.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-TurningonDebugging(optional) In your logs, you should see something like this (with "TAMANO" in your case): 2010-03-30 11:14:42,122 DEBUG org.dspace.storage.rdbms.DatabaseManager @ Running query "SELECT * FROM group2groupcache WHERE child_id= ? OR child_id= ? OR child_id= ? " with parameters: 0,1,1736 Don't forget to turn off debuging again otherwise it will make your logs grow to fill up the entire disk very fast. Regards, ~~helix84 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

