Using a drop down list for the user to enter different identifier types,
when the user selects issn, and then  goes on to the file upload step, the
system seems to process the just entered data before the upload page shows
up, and it takes a few minutes for the upload page to show up.  The data
entered by the user looks fine and after the deposit finishes it shows up
fine.  But what is making it take so long when the user enters the issn.
With any other identifier or metadata the upload page comes up quickly.  I
have a feeling it has something to do with the solr indexing, or some other
cofig setting that is causing this.

These are the last two lines in the log file:

2020-11-18 13:27:39,626 INFO  org.dspace.content.Item @ [email protected]:
session_id=6FB1267F6BAB544CB1A7D35CCA919A53:update_item:item_id=2c4f738f-7381-4e97-9f06-1f5b6715800a

2020-11-18 13:27:39,647 INFO  org.dspace.discovery.SolrServiceImpl @
Removed Item: TEMP-BOGUS/347222 from Index


This is my setting in the input-forms.xml:

   *<value-pairs *value-pairs-name="common_identifiers" dc-term="identifier"
*>*

     *<pair>*

       *<displayed-value>*ISSN*</displayed-value>*

       *<stored-value>*issn*</stored-value>*

     *</pair>*

     *<pair>*

       *<displayed-value>*PMID*</displayed-value>*

       *<stored-value>*pmid*</stored-value>*

     *</pair>*

     *<pair>*

       *<displayed-value>*DOI*</displayed-value>*

       *<stored-value>*doi*</stored-value>*

     *</pair>*


     *<pair>*

       *<displayed-value>*ORCID iD*</displayed-value>*

       *<stored-value>*orcid*</stored-value>*

     *</pair>*


     *<pair>*

       *<displayed-value>*ISMN*</displayed-value>*

       *<stored-value>*ismn*</stored-value>*

     *</pair>*

     *<pair>*

       *<displayed-value>*Gov't Doc #*</displayed-value>*

       *<stored-value>*govdoc*</stored-value>*

     *</pair>*

     *<pair>*

       *<displayed-value>*URI*</displayed-value>*

       *<stored-value>*uri*</stored-value>*

     *</pair>*

     *<pair>*

       *<displayed-value>*ISBN*</displayed-value>*

       *<stored-value>*isbn*</stored-value>*

     *</pair>*

     *<pair>*

       *<displayed-value>*OCLC*</displayed-value>*

       *<stored-value>*oclc*</stored-value>*

     *</pair>*

     *<pair>*

       *<displayed-value>*Other*</displayed-value>*

       *<stored-value>*other*</stored-value>*

     *</pair>*

   *</value-pairs>*



Thank you!
-Jose

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/CAK%3DKc-vf3QJGBf02yYh_H%3DMy1KB7zHpT%3DR9Nmz8mPr8ASAvAYg%40mail.gmail.com.

Reply via email to