[dspace-tech] Custom form: have to identical fields for different purpose

2024-12-19 Thread Diego Brice
Hi!. I needed a form to add contributor.author from a drop-down list but also to have the option to write the author's name in case it is not in the list. So I defined the following fields: *dc contributor author*

[dspace-tech] Ant Fresh Build Error

2024-12-19 Thread Manabjyoti Baro
Hi Support team I am using KVM1 VPS Machine Ubuntu 24.04 Jdk-17.0.13 Maven 3.8.7 ant-1.10.14 Dspace 8 I run ant fresh-install but its is build failed because of database connection test_database: [java] 2024-12-19 16:28:06,538 ERROR org.dspace.storage.rdbms.DatabaseUtils @ Unable to s

[dspace-tech] RFC: Organisation of commits in pull requests

2024-12-19 Thread Kim Shepherd
Hi all, In today's dev meeting I asked whether we should review and discuss our contribution guidelines with respect to how commits are organised within a single pull request. Some larger PRs that require small tweaks after reviewer feedback or CI test failure can end up with a large trail of tin

[dspace-tech] Re: Search with double quotes in DSpace 7

2024-12-19 Thread DSpace Technical Support
Hello, I'm not seeing that same behavior locally, or on the demo site at: https://demo.dspace.org/ As far as I'm seeing, the double quotes *is* doing a phrase search as described in the docs at https://wiki.lyrasis.org/display/DSDOC7x/Search+-+Advanced Here's an example on the demo site when

[dspace-tech] Re: Dspace 7 and Relevance.

2024-12-19 Thread DSpace Technical Support
Hi, You are correct that relevance is decided by Solr, based on the information indexed in Solr. It is possible to modify relevance at the Solr level, because DSpace makes available all the underlying Solr configuration: https://github.com/DSpace/DSpace/tree/main/dspace/solr/search/conf S

[dspace-tech] Re: Problems with non indexed metadata fields - Dspace 7.5

2024-12-19 Thread DSpace Technical Support
Hi, I believe this older email was turned into this ticket: https://github.com/DSpace/DSpace/issues/9419 There's a recent PR that may end up solving that ticket: https://github.com/DSpace/DSpace/pull/9690 It is still being tested/reviewed. That said, we welcome testers from anywhere -- if ot

[dspace-tech] Re: Reviewers are not automatically notified when new items are deposited (DSpace 7.6)

2024-12-19 Thread DSpace Technical Support
Hello, If you are still having this issue, you should check your email settings in your dspace.cfg or local.cfg. These notifications should be sent via email: https://wiki.lyrasis.org/display/DSDOC7x/Configuration+Reference#ConfigurationReference-DSpaceEmailSettings If that doesn't help, you sh

[dspace-tech] Re: PDF Citation Cover Page and Bitstream Bundles

2024-12-19 Thread DSpace Technical Support
Hi Eric, If you are still having this issue, we may need more information about what you are using to "generate a Citation Cover Page". DSpace's own Citation Page feature should not be *deleting* any content, as it dynamically adds a Citation Page at the time in which the download occurs: h

[dspace-tech] Re: fresh installed DSPACE 8 cannot login into https://my_domain/server

2024-12-19 Thread DSpace Technical Support
Hi, If you are certain that the password you entered is correct, then it may be possible that an error is blocking your login attempt. You should use our troubleshooting guide to see if you can locate an error message in the UI (using your browser's DevTools) or in the backend (in the logs).

[dspace-tech] Re: dspace 8

2024-12-19 Thread DSpace Technical Support
Please see the "Common Installation Issues" at the bottom of the DSpace 8 install guide. It has common causes for a 500 error: https://wiki.lyrasis.org/display/DSDOC8x/Installing+DSpace#InstallingDSpace-%22500ServiceUnavailable%22fromtheUserInterface Tim On Wednesday, December 4, 2024 at 4:46

[dspace-tech] Re: Error 500

2024-12-19 Thread DSpace Technical Support
Hi, Please see the "Common Installation Issues" at the bottom of the DSpace 8 install guide. It has common causes for a 500 error: https://wiki.lyrasis.org/display/DSDOC8x/Installing+DSpace#InstallingDSpace-%22500ServiceUnavailable%22fromtheUserInterface If this doesn't help, then you should a

[dspace-tech] Re: Custom form: have to identical fields for different purpose

2024-12-19 Thread DSpace Technical Support
Hi Diego, I don't believe this is currently supported in DSpace at this time. DSpace assumes that each metadata field (e.g. dc.contributor.author) will only have one form field associated. Associating multiple fields may cause odd behavior. That said, maybe someone else on this list has foun

Re: [dspace-tech] Re: Ant Fresh Build Error

2024-12-19 Thread Manabjyoti Baro
I have checked double that db.username and db.password is correct but still build failed with same error On Fri, Dec 20, 2024, 3:32 AM DSpace Technical Support < dspace-tech@googlegroups.com> wrote: > Hi, > > The stacktrace you shared shows that the error is caused by: > > FATAL: password authe

Re: [dspace-tech] Re: Ant Fresh Build Error

2024-12-19 Thread DSpace Technical Support
Hi, Then that likely means that DSpace is unable to connect to your database. DSpace cannot build successfully without access to the database, and this error appears to be saying that DSpace is unable to connect to it or login to it. So, I'd again recommend looking closer at your database con

[dspace-tech] Re: Ant Fresh Build Error

2024-12-19 Thread DSpace Technical Support
Hi, The stacktrace you shared shows that the error is caused by: FATAL: password authentication failed for user "dspace" This means that your database password (db.password) is likely incorrect. Or maybe your "db.username" setting should not be "dspace"? You'll need to look more closely a

[dspace-tech] How to Modify DSpace 8 Home page?

2024-12-19 Thread Mahesh Palamuttath
I wanted to remove default page in dspace 8 and add my description, how to do? -- 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 "DSp