Dear Tom,

this workaround seems to work by changing m.text_value in line 502 and line 
510 in EPerson.java for Dspace release 5.6. The error no longer occurs when 
selecting epersons or trying to add epersons to a group.

        case LANGUAGE:
            s = "m.text_value";
            t = "language";
            break;


        default:
            s = "m.text_value";
            t = "lastname";


2018-01-24 11:14:49,448 DEBUG org.dspace.storage.rdbms.DatabaseManager @ 
Running query "SELECT * FROM eperson e LEFT JOIN metadatavalue m on 
(m.resource_id = e.eperson_id and m.resource_type_id = ? and 
m.metadata_field_id = ?) ORDER BY dbms_lob.substr(m.text_value,0,4000)"  
with parameters: 7,125

I'll try this in  release 5.8 as well and see if we can proceed with the 
upgrade.

Thanks for now.
Francis Brouns
Open Universiteit

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to