Dear All, I'm trying local installation of DSpace-CRIS 7 on Ubuntu 20.04 server over my laptop.
I used the following required applications(Jdk 11.0.14.1,solr-8.11.1,Tomcat 9,maven 3.6.3,ant 1.10.7 I can access both the back end and front end.I was able to create both communities and collections. I was able to add basic information about an item and able to upload a file.How ever when I select Deposite button the following error display "There was an issue when submitting the item, please try again later" or I just viewed the following error message on yarn start The response for 'http://localhost:8080/server/api/discover/search?configuration=site' has the self link 'http://localhost:8080/server/api/discover/search'. These don't match. This could mean there's an issue with the REST endpoint So far I was doing as following actions 1.Deploy the web application and set permission for tomcat user . - dspace@dspace:~$ cd /var/lib/tomcat9/webapps/ - dspace@dspace:/var/lib/tomcat9/webapps$ sudo ln -s /home/mydspace/webapps/server server - dspace@dspace:~$ sudo chown -R tomcat:tomcat /home/mydspace/ 2.Copy solr cores and set permission for solr user -dspace@dspace:~$ sudo cp -r /home/ephir/solr/* /var/solr/data -dspace@dspace:~$ sudo chown -R solr:solr /var/solr/data -dspace@dspace:~$ sudo systemctl restart solr Is there configurable Workflow on the collection before an item is being submitted? Best, Jaware -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- 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/84804323-6fa5-42e8-8c71-5bcaffeef460n%40googlegroups.com.
