[dspace-tech] Re: The institutional repository with installed version DSpace 7.5 is not being indexed in Google Scholar.

2024-04-23 Thread DSpace Technical Support
Hi, We do not have a way to force Google Scholar to index any sites. You should reach out to the Google Scholar team for advice on how to get them to index your site again? See the inclusion guidelines for Google Scholar: https://scholar.google.com/intl/en/scholar/inclusion.html I can

[dspace-tech] Re: About statistics in home page

2024-04-23 Thread DSpace Technical Support
At this point in time, there is no configuration available to allow you to display statistics on the homepage. That said, it likely would be possible to copy code from the site-statistics-page module

[dspace-tech] Re: Convenient display of a large number of authors in an article

2024-04-23 Thread DSpace Technical Support
Hi Maksim, In DSpace 7, the author list for an Item (article) should automatically only show the first 10 authors followed by a "View more..." link. Clicking that link will then display the next 10 authors. This is how basic pagination is currently achieved in metadata fields which have a

[dspace-tech] Re: port issue

2024-04-23 Thread DSpace Technical Support
Hi, I'd recommend following the installation guide at https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace if you wish to use this site in production scenarios. It is much better & more secure to run DSpace on standard ports via HTTPS. Using nonstandard ports (8080 or 4000) can result

[dspace-tech] Re: Restricted Collections Supporting IIIF in DSPace 8?

2024-04-23 Thread DSpace Technical Support
Hi Chris & all, As of today, the DSpace 8 release will *not* include this feature as the ticket is still open: https://github.com/DSpace/dspace-angular/issues/1435 There was some early work done in a PR, but it had some security issues & required more discussion:

[dspace-tech] Dspace 7.6 behind Apache Reverse Proxy

2024-04-23 Thread Rupinder Singh
Hi, I have been having this feeling that DSpace has been made unnecessarily complicated by moving to this new angular UI. It is a pain to set up, and then it's difficult to troubleshoot. What I also don't understand Is why most of the documentation and most of the support emails answer the

Re: [dspace-tech] Re: 500 Service Unavailable in Dspace 7.6.1

2024-04-23 Thread Abdellah Adghar
Yes right.the problem is between backend and frontend. Le mar. 23 avr. 2024, 21:15, DSpace Technical Support < dspace-tech@googlegroups.com> a écrit : > Hi, > > Please also see our Troubleshooting Guide for DSpace 7 (and above): >

[dspace-tech] Re: Dspace 7 Full Text Indexing

2024-04-23 Thread DSpace Technical Support
Hi, You appear to be looking at an outdated wiki page. The official DSpace 7 instructions on how to perform Full Text indexing can be found at https://wiki.lyrasis.org/display/DSDOC7x/Mediafilters+for+Transforming+DSpace+Content Tim On Wednesday, April 17, 2024 at 2:39:04 PM UTC-5

Re: [dspace-tech] Difficulties with the indexing of materials in Google Scholar

2024-04-23 Thread DSpace Technical Support
Hi, Please also see the answers in this prior thread about Google Scholar indexing: https://groups.google.com/g/dspace-tech/c/X8q94F_bDpg/m/0OcpF1DAAgAJ The summary is that DSpace cannot control whether Google Scholar is indexing your site. You may need to contact Google Scholar for their

[dspace-tech] Re: 500 Service Unavailable in Dspace 7.6.1

2024-04-23 Thread DSpace Technical Support
Hi, Please also see our Troubleshooting Guide for DSpace 7 (and above): https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-DSpace7.x(orabove) This 500 exception is a general error that is also documented in our "Common Installation Problems". Usually it's a

[dspace-tech] Re: Dspace 7.6.1 Shibboleth logout is no complete logout

2024-04-23 Thread DSpace Technical Support
Hi Matthias, This is a bug that is logged here: https://github.com/DSpace/DSpace/issues/8475 It is still waiting on a volunteer developer to help us solve the issue. One workaround is to ensure your PasswordAuthentication is listed *before* your ShibAuthentication in your configuration. See

[dspace-tech] Re: The institutional repository with installed version DSpace 7.5 is not being indexed in Google Scholar.

2024-04-23 Thread DSpace Technical Support
I realized I should have also made sure you are aware of our Search Engine Optimization guidelines for DSpace: https://wiki.lyrasis.org/display/DSDOC7x/Search+Engine+Optimization While these guidelines are not specific to Google Scholar, many of the hints/tips in them were added based on

[dspace-tech] Re: MyDspace Image URLs Doesn't Work

2024-04-23 Thread DSpace Technical Support
Hi Sooraj, I'm not able to reproduce this issue on our Demo site (running DSpace 7.6.x) at https://demo.dspace.org/home I've tried the following: 1. Login as an admin 2. Create a new Submission 3. Upload at least on file (bitstream) 4. Click "Save for Later" 5. Back on MyDSpace, click "View"

[dspace-tech] Re: Tomcat optional in DSpace 8?

2024-04-23 Thread DSpace Technical Support
Hi Chris, Yes, that's accurate. As of DSpace 8, we are able to build the backend (REST API) with Tomcat *embedded*. This was achieved via Spring Boot (which is the technology that the backend uses) in this PR: https://github.com/DSpace/DSpace/pull/8797 Spring Boot has had this feature for

[dspace-tech] Re: Dspace 7.6 behind Apache Reverse Proxy

2024-04-23 Thread DSpace Technical Support
Hi Rupinder, We have instructions/examples for an Apache Reverse Proxy in our Installation Guide for DSpace 7. - For a reverse proxy for the backend (REST API), see step 17 (Production Installation) here:

[dspace-tech] Tomcat optional in DSpace 8?

2024-04-23 Thread Chris Clawson
I am reading that DS 8 includes a runnable JAR (which includes Tomcat) and using this option ends the requirement to install Tomcat as a separate prerequisite. Is this now the preferred method? My small server hosts both my Front and Backend. I have limited memory and the repository is slow to

[dspace-tech] OIDC undefined doesn't contain the link authn

2024-04-23 Thread Alex B
Dear colleagues, when logging in via OIDC - I get an error: undefined doesn't contain the link authn. In log: 2024-04-23 12:55:43,085 WARN 2cebb4e5-b69c-40a3-9b18-5fc5edbed136 dff29cd4-0ee3-4ed9-ac22-391039e986df org.dspace.app.rest.exception.DSpaceApiExceptionControllerAdvice @

[dspace-tech] batch Import User error

2024-04-23 Thread Vahe Ghorghorian
Hello i am creating a batch file call for example "test.bat" and it includes the following 2 sample records user --add --email jqus...@example.com -g John2 -s User2 --password hiddensecret2 user --add --email jqus...@example.com -g John3 -s User3 --password hiddensecret3 and then i am