[dspace-tech] Re: Playing in The DS8 Sandbox

2024-05-15 Thread DSpace Technical Support
Hi Chris, At this time, IIIF functionality is not enabled on the Sandbox ( https://sandbox.dspace.org/) or Demo (https://demo.dspace.org/) sites as it requires running additional software (a IIIF image server). Instead, just the basic media player (for video, audio and images) is enabled on

[dspace-tech] Re: How to make REST API items follow collection workflow on DSpace 7.6

2024-05-15 Thread DSpace Technical Support
Hi Lewatle, I'm a little confused by your email because the User Interface *uses the REST API for every request*. So, it should *not* be possible to bypass workflow in the REST API *unless the User Interface is also allowing you to bypass the workflow*. Essentially, every feature in the new

[dspace-tech] Re: Is there a way to save the embargo date within the metadata table automatically?

2024-05-15 Thread DSpace Technical Support
Hi Carolyn, At this time, there is no way to automatically save the embargo to a metadata field in DSpace 7+. Embargoes are always stored as a date on the access policy (called a resource policy) in DSpace as described at

Re: [dspace-tech] Re: Dspace IP Authorization for particular collection

2024-05-15 Thread Andrew K
of the access conditions in the drop-down. > > Philip > -- > *From:* dspac...@googlegroups.com on behalf > of Julia Gilmore > *Sent:* Monday, May 13, 2024 10:26 AM > *To:* DSpace Technical Support > *Subject:* [dspace-tech] Re: Dspace IP Authorization for pa

Re: [dspace-tech] Re: Dspace IP Authorization for particular collection

2024-05-15 Thread Young, Philip
. Philip From: dspace-tech@googlegroups.com on behalf of Julia Gilmore Sent: Monday, May 13, 2024 10:26 AM To: DSpace Technical Support Subject: [dspace-tech] Re: Dspace IP Authorization for particular collection Hi all, Following up on Salony's question - we

[dspace-tech] Re: How to make REST API items follow collection workflow on DSpace 7.6

2024-05-15 Thread Lewatle Johannes Phaladi
Hello Tim, Thanks for the reply, I would like to confirm that there is workflow set on collection, it is set by putting eperson on as editors but when receiving items from API they just get published, another test done was to add another eperson as submitter and do manual deposit using that

Re: [dspace-tech] Re: API dspace

2024-05-15 Thread Antti Laurila
Hi! You could try adding the bearer_token to the POST api-call: Authorization: . The bearer-token can be found from the headers of the login -call result. To include the headers to the result of the login-api-call (this is not the default-setting), include the following curl-parameter to the

[dspace-tech] Re: Import and configure the UNESCO subject list (Thesaurus)

2024-05-14 Thread DSpace Technical Support
Hi, Subject list Vocabularies in DSpace are configurable, but they must be provided in an XML structure that aligns with the "controlledvocabulary.xsd " in DSpace. The default

[dspace-tech] Re: How to make REST API items follow collection workflow on DSpace 7.6

2024-05-14 Thread DSpace Technical Support
Hi Lewatle, In DSpace 7, all items will be forced through the Workflow process as long as the Collection has a Workflow enabled. If the Collection does *not* have a Workflow enabled, then the Items will become immediately available in the system. This works whether you submit the Item via

[dspace-tech] Re: Dspace IP Authorization for particular collection

2024-05-13 Thread Julia Gilmore
Hi all, Following up on Salony's question - we are also wondering if its possible to require authorization to view a specific collection, and how we would go about setting that up? Our use case: Requiring student Id login via Shibboleth authentication to view a test bank. Suggestion: Any

[dspace-tech] Re: Problem with search by date

2024-05-13 Thread Mirko Scherf
Hi Leandro, you should be able to solve this problem by cherry picking https://github.com/DSpace/dspace-angular/pull/2670 Best, Mirko On Tuesday, May 7, 2024 at 9:36:24 PM UTC+2 Leandro Pereira wrote: > Hi everyone > > > When I search for data using the slider bar as a filter to restrict the

[dspace-tech] Re: Loading recent submissions...

2024-05-12 Thread Leandro Pereira
Hi Abdellah Maybe you need to reindex items again: $DS_BACKEND/bin/dspace index-discovery Em domingo, 12 de maio de 2024 às 14:07:33 UTC-3, Abdellah Adghar escreveu: > > Hello, > > I'm experiencing an issue with DSpace on the ENSTP portal. When I access > the homepage, it simply displays

[dspace-tech] Re: Add Domain name in my DSpace 6.3

2024-05-10 Thread DSpace Technical Support
Hi, The easiest way to achieve this for DSpace 6 would likely be to install Apache, configure the hostname/domain in Apache and have Apache redirect to your Tomcat instance (where DSpace is running). There's a guide for that in the DSpace 6 installation instructions:

[dspace-tech] Re: Organizing Entities

2024-05-10 Thread DSpace Technical Support
Hi Peter, If you want to use the OpenAIRE v4 compliancy built into DSpace 7 (and 8), you should install the *default set of Entities* that comes with DSpace. In other words, the OpenAIRE v4 functionality described in the docs

[dspace-tech] Re: Extending dc.language.iso Options (DSpace 8)

2024-05-10 Thread DSpace Technical Support
Hi Peter, In DSpace, the Language dropdown values are defined in the "common_iso_languages" value-pairs in the "submission-forms.xml" here: https://github.com/DSpace/DSpace/blob/dspace-7_x/dspace/config/submission-forms.xml#L1489 This is an XML configuration file on the backend which defines

[dspace-tech] Re: MediaViewer not displaying

2024-05-10 Thread Victorhugo Bisangwa
Finally got the Media Viewer to work. => As it stood, for some reason I do not know, config.prod.yml was being ignored and therefore media viewer on the UI was not activated even when I set the media viewer to true in the config.prod.yml: mediaViewer: image: true video: true => I had to

[dspace-tech] Re: MediaViewer not displaying

2024-05-10 Thread Victorhugo Bisangwa
Finally got the Media Viewer to work. => As it stood, for some reason I do not know, config.prod.yml was being ignored and therefore media viewer on the UI was not activated even when I set the media viewer to true in the config.prod.yml: mediaViewer: image: true video: true => I had to

[dspace-tech] Re: Media Viewer Doesn't work in DSPACE 7.6

2024-05-10 Thread Victorhugo Bisangwa
Finally got the Media Viewer to work. => As it stood, for some reason I do not know, config.prod.yml was being ignored and therefore media viewer on the UI was not activated even when I set the media viewer to true in the config.prod.yml: mediaViewer: image: true video: true => I had to

Re: [Extern] [dspace-tech] Re: Dspace 7.6 Angular installation

2024-05-08 Thread Michael Plate
Hi, Am 07.05.24 um 19:51 schrieb David Tolmie: Did the folks who ran into this error ever figure out how to resolve it? I too am running into the error, even after Tim's troubleshooting steps. […] I'm not sure if I had the same error a while ago… what version of node and yarn do you have ?

[dspace-tech] Re: Dspace 7.6 Angular installation

2024-05-07 Thread DSpace Technical Support
For folks who are hitting this strange error ("export 'MaskDirective' (imported as 'i4') was not found in 'ngx-mask'"), could you share what version of Node you are using? And what operating system? While searching around, I came across a similar error on StackOverflow (not specific to

[dspace-tech] Re: Dspace 7.6 Angular installation

2024-05-07 Thread David Tolmie
Did the folks who ran into this error ever figure out how to resolve it? I too am running into the error, even after Tim's troubleshooting steps. Thanks, -Dave On Saturday, April 20, 2024 at 7:06:12 AM UTC-7 Abdelouahab Djoudi wrote: i have the same issue On Thursday, March 28, 2024 at

[dspace-tech] Re: "No community found" when trying to create a new community or collection

2024-05-06 Thread Manuela Ferreira
Hi! I found the issue. To filter only items in the default discovery filter that appears when we perform an empty search in DSpace 7.6, I modified the defaultFilterQueries property in the defaultConfiguration in the file /config/spring/api/discovery.xml, as shown below: Before: ...

Re: [dspace-tech] Re: API dspace

2024-05-06 Thread Χρήστος Κατσάνης
Hey i was added to headers the cookie but 403? Στις Δευ 6 Μαΐ 2024, 17:43 ο χρήστης DSpace Technical Support < dspace-tech@googlegroups.com> έγραψε: > Hi, > > It's difficult to help with custom code, especially since I don't know > PHP. But, at a glance, it looks like you are not sending a CSRF

[dspace-tech] Re: API dspace

2024-05-06 Thread DSpace Technical Support
Hi, It's difficult to help with custom code, especially since I don't know PHP. But, at a glance, it looks like you are not sending a CSRF token with the login request. You MUST send a CSRF token on every POST/PUT/PATCH/DELETE requests, and login is done via a POST. See the CSRF token docs

[dspace-tech] Re: DSpace - External IP - Images are not loading

2024-05-06 Thread DSpace Technical Support
Hi Anil, A 500 error is often a communication issue between the frontend & backend. We have a guide in the "Common Installation Issues" which walks through a lot of the common reasons for this 500 error to occur:

[dspace-tech] Re: Dspace-CRIS 7 instalation

2024-05-04 Thread Professional Volunteers
Thank you Maksim. I will try it out and probably make a documentation for sharing with the community. The main documentation is so confusing, and loaded with too many information difficult for easy digest for a new comer. Regards, David On Friday, May 3, 2024 at 8:06:55 AM UTC+1 Maksim

[dspace-tech] Re: Dspace-CRIS 7 instalation

2024-05-03 Thread Maksim Donchenko
Hi David, I used the standard Dspace 7x installation procedure described at https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace. After installation, perform the steps described in the "Getting Started" section of the Dspace_CRIS documentation, which comes in PDF file format with the

[dspace-tech] Re: Dspace-CRIS 7 instalation

2024-05-03 Thread Maksim Donchenko
Hello Professional Volunteers, I used the standard Dspace 7x installation procedure described at https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace. After installation, perform the steps described in the "Getting Started" section of the Dspace_CRIS documentation, which comes in PDF

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

2024-05-01 Thread Chris Clawson
Thanks for the answer. I would do more if I had the technical ability. I am trying to offer DSpace to lay organizations, who are very defensive about their collections. Having the IIIF viewer is important in winning them over, but they insist in first having the collection private until

[dspace-tech] Re: Dspace-CRIS 7 instalation

2024-04-29 Thread Professional Volunteers
Hi Maksim, Did you ever figure out how to do this? It would have been better not to have the documentation put forward for DSpace-CRIS installation rather than putting up a confusing documentation, it leads to frustration after many effort. I have been searching for solution to this without

[dspace-tech] Re: batch Import User error

2024-04-29 Thread Vahe Ghorghorian
anyone ? On Tuesday, April 23, 2024 at 4:26:28 PM UTC+3 Vahe Ghorghorian wrote: > Hello i am creating a batch file call for example "test.bat" and it > includes the following 2 sample records > > user --add --email jqu...@example.com -g John2 -s User2 --password > hiddensecret2 > user --add

[dspace-tech] Re: Anthropic’s ClaudeBot is aggressively scraping DSpace

2024-04-26 Thread Andrew K
Yes, pretty aggressively, Stats for today: *78575 Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claude...@anthropic.com)* Googlebot is the next in the top crawlers with decent 5500 requests. But I've seen worse load. пʼятницю, 26 квітня 2024 р. о 18:51:54 UTC+3

[dspace-tech] Re: Code for removing option to select CC0 from dropdown in DSpace 7.6

2024-04-25 Thread DSpace Technical Support
Hi Carolyn, I believe this can be easily modified via the "cc.license.classfilter" configuration in your local.cfg or dspace.cfg. See this setting: https://github.com/DSpace/DSpace/blob/dspace-7_x/dspace/config/dspace.cfg#L997-L1005 A bit more information is at

[dspace-tech] Re: Discover/Facet are not loading for any collection

2024-04-25 Thread DSpace Technical Support
Hi Salony, In DSpace 7+, whenever you see odd behavior in the UI (especially if something disappears or doesn't appear at all), this is a sign that an error is occurring behind the scenes. The only way to determine what is going on exactly would be to locate that error...either in the User

[dspace-tech] Re: Help in installing Dspace for creating a repository to be implemented on a web server

2024-04-25 Thread Alejo Janin
Hi Pablo, I guess you already took a look at the official documentation: https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace This resources also might be helpful: - https://hyperlink.co.ke/2023/11/03/install-dspace-7-6-on-ubuntu-22-04/ - https://www.youtube.com/watch?v=i5_SQcyZ8KU

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

2024-04-25 Thread Maksim Donchenko
But I forgot to mention that I am using Dspace - CRIS 2023.02.00, is it possible to do something similar to the above in Dspace - CRIS? Thank you in advance for your answer. четверг, 25 апреля 2024 г. в 11:26:42 UTC+3, Maksim Donchenko: > Thank you very much. > > вторник, 23 апреля 2024 г. в

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

2024-04-25 Thread Maksim Donchenko
Thank you very much. вторник, 23 апреля 2024 г. в 19:46:09 UTC+3, 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

[dspace-tech] Re: Orcid return to port 4000

2024-04-24 Thread Χρήστος
I have a question i want a user only link the profile but i don't want to login in with orcid. Can i remove the login and keep only profile association? Στις Τετάρτη 24 Απριλίου 2024 στις 6:12:08 μ.μ. UTC+3, ο χρήστης Χρήστος Κατσάνης (Χρήστος) έγραψε: > Sorry i was misunderstood. I din't see

[dspace-tech] Re: Orcid return to port 4000

2024-04-24 Thread Χρήστος
Sorry i was misunderstood. I din't see the dropdown above and i was only added the template. Στις Τετάρτη 24 Απριλίου 2024 στις 6:09:53 μ.μ. UTC+3, ο χρήστης DSpace Technical Support έγραψε: > Hi, > > You misunderstood my previous explanation. You must also create *one > Collection* which

[dspace-tech] Re: Orcid return to port 4000

2024-04-24 Thread DSpace Technical Support
Hi, You misunderstood my previous explanation. You must also create *one Collection* which accepts a Person entity. That is what the error is telling you to do & that's what I was trying to describe in my prior email. 1. Login as an Admin 2. Create a new Collection for storing Researcher

[dspace-tech] Re: Orcid return to port 4000

2024-04-24 Thread Χρήστος
Hey again, i have added the researcher-profile.entity-type = Person in researcher-profile.cfg and in local.cfg but nothing happened. Same error I have restarter multiple time tomcat but still take this error Στις Τετάρτη 24 Απριλίου 2024 στις 5:52:56 μ.μ. UTC+3, ο χρήστης DSpace Technical

[dspace-tech] Re: Orcid return to port 4000

2024-04-24 Thread DSpace Technical Support
Hi, That "No collection found for researcher profiles" error likely means that you have no Collection created which will accept "Person" Entity types (see the "Entity Type" field in the Collection creation/edit form). Researcher Profiles are Person entities, and it's not possible to create

[dspace-tech] Re: Orcid return to port 4000

2024-04-24 Thread Χρήστος
What is this "No collection found for researcher profiles" when i try to connect profile? Στις Τετάρτη 24 Απριλίου 2024 στις 3:36:12 μ.μ. UTC+3, ο χρήστης Χρήστος Κατσάνης (Χρήστος) έγραψε: > Hey i have problem with orcid when i logged in with orcid in my dspace > site orcid redirects me to

[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:

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: 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: 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: 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 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

[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: 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: 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: 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: 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:

Re: [dspace-tech] Re: Doubt with Browse by dateissued

2024-04-22 Thread Aroldo Rique Júnior
Ok, thanks, Tim. Em seg., 22 de abr. de 2024 às 19:10, DSpace Technical Support < dspace-tech@googlegroups.com> escreveu: > Hi Aroldo, > > That appears to be in the design of the Browse by Date code. It looks > like the code is trying to avoid an extremely long list of years...and so > it jumps

[dspace-tech] Re: Pull community name and collection name from postgres DB

2024-04-22 Thread DSpace Technical Support
Hi Joshua, Items can belong to several Collections, so there may not always be a single hierarchy. But each Item will have an "owning collection". If you are using DSpace 7, you can get this information from the REST API itself: * Get "owning collection" for an Item:

[dspace-tech] Re: Doubt with Browse by dateissued

2024-04-22 Thread DSpace Technical Support
Hi Aroldo, That appears to be in the design of the Browse by Date code. It looks like the code is trying to avoid an extremely long list of years...and so it jumps by 5 or 10 years as the list gets longer. Here's the method in the code that does that:

[dspace-tech] Re: Difficulty installing on Docker

2024-04-22 Thread DSpace Technical Support
Hi Nelson, Apologies for the delayed response. I just stumbled on several small bugs in the database Docker scripts which were fixed in https://github.com/DSpace/DSpace/pull/9490 (and backported to 7.x). It's possible you were seeing one of those errors, as the root problem you describe is

[dspace-tech] Re: Permanent URI for this community http://localhost:4000/handle/...

2024-04-22 Thread DANIEL KOGI
Hi, Replace the old URL with the new one in the text_value field of the metadatavalue table. On Thursday, April 13, 2023 at 9:11:38 PM UTC+3 Costantino, Fernán wrote: > Hi, I was trying to understand how to fix this. > > "Permanent URI for this community" link to

[dspace-tech] Re: Dspace 7.6 Angular installation

2024-04-20 Thread Abdelouahab Djoudi
i have the same issue On Thursday, March 28, 2024 at 10:58:00 PM UTC+1 DSpace Technical Support wrote: > That sounds like an error because something didn't install properly. I'd > recommend re-running the "yarn install" by doing this: > > # Clean current cached data > yarn clean > > #

[dspace-tech] Re: Generating browser application bundles (phase: sealing)...[nodemon] clean exit - waiting for changes before restart

2024-04-20 Thread Abdelouahab Djoudi
i have the same issue can you help me On Monday, April 15, 2024 at 3:02:03 PM UTC+1 Simon wrote: > It's dspace7.6.1 and my node.js is 18x, yarn is 2.22.x > At first, I used *yarn build:prod* ,but i have error , it's Reached heap > limit Allocation failed - JavaScript heap out of memory. So ,i

[dspace-tech] Re: Tweaking Collection name in Item page (DSpace 7.6.1 Angular)

2024-04-19 Thread Abel Gómez
For the records: Thanks to a suggestion I received in a direct message from people from https://bibliotecnica.upc.edu/ (thanks!), I finally found a solution. I implemented a custom component as shown in this patch:

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

2024-04-17 Thread Victorhugo Bisangwa
Dear Nadeem, Kindly do an inspect element on the browser(while accessing from both WWW and locally) and check the console tab for errors that are displayed. This will be helpful in troubleshooting. On Tuesday, April 16, 2024 at 9:13:11 AM UTC+2 Nadeem Sohail wrote: > Dear Professional

Re: [dspace-tech] Re: Loading Recent Submission problem

2024-04-14 Thread Abdellah Adghar
thinks ,all work well Le jeu. 28 mars 2024 à 22:45, DSpace Technical Support < dspace-tech@googlegroups.com> a écrit : > In order to debug issues in the User Interface, you should follow our > Troubleshooting guide to locate the error. The error may be in either the > user interface (in your

[dspace-tech] Re: DSpace 7.6.1 How to make search work with AND operator instead of OR

2024-04-12 Thread Matthias Letsch
Thanks, I know I can do a search with quotes to get the exact string, but that's not what I want to accomplish. I just want a search for multiple terms to return hits that contain all those terms and not just one, regardless of their order in it. Kind regards Matthias Maruan Sahyoun schrieb

[dspace-tech] Re: DSpace 7.6.1 How to make search work with AND operator instead of OR

2024-04-12 Thread 'Maruan Sahyoun' via DSpace Technical Support
Did you try putting the string in quotes? BR Maruan Matthias Letsch schrieb am Freitag, 12. April 2024 um 16:18:34 UTC+2: > Just for the sake of completeness: Unfortunately, our search does not work > as documented here: > https://wiki.lyrasis.org/display/DSDOC7x/Search+-+Advanced > > It says

[dspace-tech] Re: DSpace 7.6.1 How to make search work with AND operator instead of OR

2024-04-12 Thread Matthias Letsch
Just for the sake of completeness: Unfortunately, our search does not work as documented here: https://wiki.lyrasis.org/display/DSDOC7x/Search+-+Advanced It says here that "Basic searching" corresponds to an AND search, but unfortunately this is not the case with us... Matthias Letsch schrieb

[dspace-tech] Re: SOLR vulnerabilities in v6 (and v5!)?

2024-04-11 Thread Edmund Balnaves
As long as you are not exposing the DSpace SOLR to the public web interface, the scope of this issue is limited. You should however at least take the upgrade to DSpace 6.4. Edmund On Thursday, April 11, 2024 at 9:52:16 PM UTC+10 Michael White wrote: > Hi, > > > > We have 2 DSpace

[dspace-tech] Re: org.apache.solr.client.solrj.SolrServerException: IOException occurred when talking to server at: {zookeeper_solr_url}/authority or {zookeeper_solr_url}/statistics

2024-04-08 Thread 'Manish Kumar' via DSpace Technical Support
Hi all, Let me add more context. We are using dspace-backend-7.6.1 and solr-8.11.1 and *solr is running on cloud mode connected with zookeeper*. While performing some action on UI, I am getting below error message. 2024-04-04 12:33:50,666 ERROR unknown unknown

Re: [dspace-tech] Re: disable browse subject tree

2024-04-08 Thread Emilia Lobo
Thank you! I was able to solve it with your instructions. Now I would like to be able to add a search by item type (dc.type) to the menu bar. What files should I modify? Thank you.- Emilia.- El miércoles, 27 de marzo de 2024 a las 15:40:51 UTC-3, Bill Tantzen escribió: > I discovered this

[dspace-tech] Re: org.apache.solr.client.solrj.SolrServerException: IOException occurred when talking to server at: {zookeeper_solr_url}/authority or {zookeeper_solr_url}/statistics

2024-04-07 Thread 'Manish Kumar' via DSpace Technical Support
Hi team, Please help me on my posted issue. Thanks, Manish Kumar On Friday, April 5, 2024 at 11:50:19 AM UTC+5:30 Manish Kumar wrote: > Hi there, > > I installed fresh dspace-backend-7.6.1 on dev server with google storage > integration for asset store and instaed of standalone solr we have

[dspace-tech] Re: Subject keywords: choice of free text or controlled vocabulary

2024-04-05 Thread Emilia Lobo
Hello Julia. You can enter free text by simply typing it in the text box and then pressing the TAB key to add other keywords. You can also comment on the controlled vocabulary line. Greetings. Emilia.- El viernes, 5 de abril de 2024 a las 11:56:42 UTC-3, Julia Gilmore escribió: Hello, This is

[dspace-tech] Re: Problem with Ingesting / Restoring AIPs (field DISCOVERABLE of ITEM table)

2024-04-04 Thread Aroldo Rique Júnior
Taking advantage of this same topic, to make an item private, *what do you need to do after updating the DISCOVERABLE field in the item table to true?* I thought this was enough, but I saw that the item continues to appear in searches. Aroldo Em qua., 3 de abr. de 2024 às 15:44, Aroldo Rique

Re: [dspace-tech] Re: Submitter shows "N/A" for workflow editors (bug?)

2024-04-04 Thread Daniel Pais
Good afternoon! We tested the submitter in the demo, in a scenario where one account was only a submitter and the other was only a reviewer to avoid privileges and test the correct scenario. In these terms, it was possible to see the submitter in the evaluation flow. We then analyzed the demo

[dspace-tech] Re: Java heap space

2024-04-04 Thread 'Maruan Sahyoun' via DSpace Technical Support
Hi, this is documented here https://wiki.lyrasis.org/display/DSDOC7x/Performance+Tuning+DSpace#PerformanceTuningDSpace-GivetheCommandLineToolsMoreMemory With kind regards Maruan Sahyoun FileAffairs GmbH Alex B schrieb am Donnerstag, 4. April 2024 um 12:24:15 UTC+2: > Dear colleagues, in the

[dspace-tech] Re: Assistance with Retroactive Collection Policies in DSpace

2024-04-02 Thread Edmund Balnaves
Unfortunately, bulk policy management did not make it into DSpace until the 7.6 release. This function allows you to retrospectively change the policy on all items and /or bitstreams ( a standard feature of DSpace 6). ./dspace/bulk-access-control -h usage: bulk-access-control -e,--eperson

[dspace-tech] Re: users can't search after login

2024-04-02 Thread Compte Messagerie
Hi, any solution please?! Le lundi 1 avril 2024 à 09:32:53 UTC+1, Compte Messagerie a écrit : > Hi, > i tried to add this line to the tomcat's config file , server.xml, but it > doesn't get any result: > > maxHttpHeaderSize="65536" /> > any solution please?! > > > Le dimanche 31 mars 2024 à

[dspace-tech] Re: users can't search after login

2024-04-01 Thread Compte Messagerie
Hi, i tried to add this line to the tomcat's config file , server.xml, but it doesn't get any result: any solution please?! Le dimanche 31 mars 2024 à 10:52:37 UTC+1, Compte Messagerie a écrit : > Hi everybody, > i have dspace 6.2 installed on debian 9.2 with tomcat8. it has been > turning

Re: [dspace-tech] Re: Upgrade Spring version from 5.3.27 to 5.3.32 due to vulnerability issue

2024-03-29 Thread Salony Permanand
Thanks for Reply Salony Permanand *Mob: 7275838206* On Fri, Mar 29, 2024 at 1:37 AM DSpace Technical Support < dspace-tech@googlegroups.com> wrote: > Hi, > > The Spring vulnerability you are likely mentioning is this one: > https://spring.io/security/cve-2024-22243 > > While this is a

[dspace-tech] Re: dspace-ui 7.6.1 installation issue on kubernetes

2024-03-28 Thread 'Manish Kumar' via DSpace Technical Support
Hi, Thanks for your reply, I enabled --verbose and faced so many GET call, that was taking time after *Encourage the library authors to publish an Ivy distributio*n, and we had initilize 60 seconds initialDelaySeconds inside readinessProbe due to this short time period once wait time reach

[dspace-tech] Re: dspace-ui 7.6.1 installation issue on kubernetes

2024-03-28 Thread DSpace Technical Support
Hi Manish, The logs you have shared don't appear to show any errors. Those are the same logs I see when starting up the UI locally (and everything works fine). The message about "Encourage the library authors to publish an Ivy distribution" can be safely ignored. It's a warning from Angular

[dspace-tech] Re: search bar of filters

2024-03-28 Thread DSpace Technical Support
Hi Alex, I believe this bug was fixed in 7.6.1 in this PR: https://github.com/DSpace/DSpace/pull/8958 See the original bug report here, which describes a similar bug: https://github.com/DSpace/DSpace/issues/8914 Tim On Monday, March 25, 2024 at 2:46:32 AM UTC-5 zxale...@gmail.com wrote: >

[dspace-tech] Re: PM2 error: dspace-ui > 1 rules skipped due to selector errors

2024-03-28 Thread DSpace Technical Support
Hi Andrew, I don't believe that's an actual error. I think that's a warning that appears for all sites at this time because of how we do our themes in Angular. It can be ignored safely unless you are noticing some sort of bug / improper behavior. Tim On Friday, March 22, 2024 at 12:25:06 PM

[dspace-tech] Re: Dspace 7.6 Angular installation

2024-03-28 Thread DSpace Technical Support
That sounds like an error because something didn't install properly. I'd recommend re-running the "yarn install" by doing this: # Clean current cached data yarn clean # Reinstall all dependencies yarn install # Try to build again yarn build:prod Hopefully it will succeed this time, as it

[dspace-tech] Re: Loading Recent Submission problem

2024-03-28 Thread DSpace Technical Support
In order to debug issues in the User Interface, you should follow our Troubleshooting guide to locate the error. The error may be in either the user interface (in your browser's DevTools) or in the backend logs.

[dspace-tech] Re: Could not find or load main class org.dspace.app.launcher.ScriptLauncher

2024-03-28 Thread DSpace Technical Support
Hi, That "ScriptLauncher" class is included in the "dspace-api-[version].jar", which should be installed in your [dspace]/lib/ directory. The error seems to be saying that file is either missing or incorrect. You may want to double check that all the upgrade steps have succeeded, especially

[dspace-tech] Re: Media Viewer Doesn't work in DSPACE 7.6

2024-03-28 Thread DSpace Technical Support
This feature should work in DSpace 7.6.x. It's working on our demo site at https://demo.dspace.org You need to click on the thumbnail (of the image) for it to expand into the media viewer. Here's an example on our demo site: https://demo.dspace.org/items/795a6906-498a-42a7-a330-f57a6aa1323e

[dspace-tech] Re: unable to edit metada on some files in DSpace 7.6

2024-03-28 Thread DSpace Technical Support
Hi David, Apologies for the delayed response. A 500 error is an "Internal Server Error" which should mean you'd see an "ERROR" log in your dspace.log file which corresponds to that error. I don't see that in the logs you shared though, which is odd. You may want to check again to make sure

[dspace-tech] Re: Recovering admin access

2024-03-28 Thread DSpace Technical Support
Hi, Yes, you can regain Admin access from the commandline. Simply run the "./dspace create-administrator" script in the [dspace]/bin/ folder similar to the Installation Instructions. See step 14 here:

[dspace-tech] Re: Queries on Item table in database and its REST API v6

2024-03-28 Thread DSpace Technical Support
Answered briefly inline below: 1. In dspace 7.6.1, each item has an identifier called UUID and in the database, item table we have the item_id column which is id of the items from the dspace 5 or older. This is referred as legacy_id in dspace7 backend rest code.Is my understanding

[dspace-tech] Re: Upgrade Spring version from 5.3.27 to 5.3.32 due to vulnerability issue

2024-03-28 Thread DSpace Technical Support
Hi, The Spring vulnerability you are likely mentioning is this one: https://spring.io/security/cve-2024-22243 While this is a security issue in Spring, at this time, we do not believe it impacts DSpace directly because DSpace doesn't use the UriComponentsBuilder in the way that is described

[dspace-tech] Re: Upgrade Spring version from 5.3.27 to 5.3.32 due to vulnerability issue

2024-03-28 Thread Salony Permanand
Hello All, As per my understanding I updated the spring version from 5.3.27 to 5.3.32 in pom.xml file After doing that I rebuild the backend code using mvn clean package and ant fresh install command While rebuilding I was getting error "Dependency convergence error for

Re: [dspace-tech] Re: disable browse subject tree

2024-03-27 Thread 'Bill Tantzen' via DSpace Technical Support
I discovered this setting in config.yml, and documented here: https://wiki.lyrasis.org/display/DSDOC7x/User+Interface+Configuration - filter: 'subject' vocabulary: 'srsc' enabled: false Setting this to false in tandem with the setting in dspace.cfg noted above will get rid of any

[dspace-tech] Re: disable browse subject tree

2024-03-27 Thread Emilia Lobo
Hello! I want to try to do the same or replace that search so that I can perform it by document type for example. What files should I modify? Are the changes made from DSpace and from dspace-angular? Thanks. El viernes, 15 de marzo de 2024 a las 17:26:49 UTC-3, tant...@umn.edu escribió: > In

Re: [dspace-tech] Re: Count item in dspace 7.6.1 community & collection not live update

2024-03-26 Thread 'Suriya Abdullah' via DSpace Technical Support
Hi Amy. Noted on this. Will follow this bug report. --- *SURIYA ABDULLAH* Pusat Teknologi Maklumat Universiti Kebangsaan Malaysia 43600 UKM Bangi, Selangor On Wed, Mar 27, 2024 at 5:20 AM Amy Ball Wicklund < amy.ball_wickl...@colostate.edu> wrote: > I have filed a bug report

Re: [dspace-tech] Re: Count item in dspace 7.6.1 community & collection not live update

2024-03-26 Thread 'Suriya Abdullah' via DSpace Technical Support
Noted, will do that. Thanks Victorhugo for the fastest response. On Tue, Mar 26, 2024 at 8:28 PM Victorhugo Bisangwa wrote: > Restart tomcat, the count will be updated Also consider implementing > a Cron Job to restart the tomcat, probably in hours of less traffic. > > > > On Monday, March

Re: [dspace-tech] Re: Item Counters for Communities and Collections not working well

2024-03-26 Thread Amy Ball Wicklund
; *From:* dspac...@googlegroups.com on behalf > of Ball Wicklund,Amy > *Sent:* Monday, March 25, 2024 7:36 PM > > *To:* DSpace Technical Support > *Subject:* Re: [dspace-tech] Re: Item Counters for Communities and > Collections not working well > > *** Caution: EXTERNAL Sen

[dspace-tech] Re: Count item in dspace 7.6.1 community & collection not live update

2024-03-26 Thread Amy Ball Wicklund
I have filed a bug report for this, and intend to add a new cron job to restart Tomcat nightly until it is fixed. I will probably also be filing a bug report for the inability to load top-level communities and collections when the item counts are

  1   2   3   4   5   6   7   8   9   10   >