Hi Stanislav, does your metadata field is actually called dc.type-fr or do you got a typo in your input-forms?
I assume it's a typo in the input-forms: https://github.com/DSpace/DSpace/blob/dspace-4_x/dspace/config/input-forms.xml looks as if there is an element like: <dc-element>type-fr</dc-element> The error happens at: https://github.com/DSpace/DSpace/blob/dspace-4_x/dspace-api/src/main/java/org/dspace/content/Item.java#L1632 and it indicates that the schema is dc and the element type-fr. There should be a corresponding more verbose warning in the dspace logs. Hope this helps Claudia Jürgen Am 10.01.2017 um 19:47 schrieb Stanislav Orlov: Greetings! Every time I try to submit something to a collection, I receive this error: java.sql.SQLException: bad_dublin_core schema=dc, type-fr null Tried to submit to different collections, changing the type to "thesis", "animation", etc. in different browsers, but the error is still there. I couldn't figure it out by looking at Cocoon and Java stacktraces. I looked into the dc schema in Metadata Registry and it does not have "fr" there. Could someone suggest where I should look? Our environment: DSpace version: 4.0 SCM revision: ${buildNumber} SCM branch: UNKNOWN_BRANCH OS: Windows Server 2008 R2(amd64) version 6.1 Discovery: enabled. JRE: Oracle Corporation version 1.8.0_66 Ant version: Apache Ant(TM) version 1.9.2 compiled on July 8 2013 Maven version: 3.0.4 DSpace home: C:/DSpace Thanks and cheers, Stan **************************** Stanislav Orlov, MEd, MISt Systems Librarian Mount Saint Vincent University 166 Bedford Hwy Halifax, NS, B3M 2J6 -- Claudia Juergen Eldorado Technische Universität Dortmund Universitätsbibliothek Vogelpothsweg 76 44227 Dortmund Tel.: +49 231-755 40 43 Fax: +49 231-755 40 32 [email protected]<mailto:[email protected]> www.ub.tu-dortmund.de<http://www.ub.tu-dortmund.de> Wichtiger Hinweis: Die Information in dieser E-Mail ist vertraulich. Sie ist ausschließlich für den Adressaten bestimmt. Sollten Sie nicht der für diese E-Mail bestimmte Adressat sein, unterrichten Sie bitte den Absender und vernichten Sie diese Mail. Vielen Dank. Unbeschadet der Korrespondenz per E-Mail, sind unsere Erklärungen ausschließlich final rechtsverbindlich, wenn sie in herkömmlicher Schriftform (mit eigenhändiger Unterschrift) oder durch Übermittlung eines solchen Schriftstücks per Telefax erfolgen. Important note: The information included in this e-mail is confidential. It is solely intended for the recipient. If you are not the intended recipient of this e-mail please contact the sender and delete this message. Thank you. Without prejudice of e-mail correspondence, our statements are only legally binding when they are made in the conventional written form (with personal signature) or when such documents are sent by fax. -- 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.
