[dspace-tech] Re: mvn package error when generating .war

2024-10-03 Thread Olivier Rubinger
Hey Tim, Thanks for the help! Saved me a lot! Olivier Em quinta-feira, 3 de outubro de 2024 às 16:13:11 UTC-3, DSpace Technical Support escreveu: > Hi, > > Ok, I see the confusion. You are correct that the DSpace 8 Installation > guide was misleading in using the description: "Deploy WAR a

[dspace-tech] Re: Broken DOIs after Restoring Collection from AIP... how to fix?

2024-10-03 Thread DSpace Technical Support
Hi Carolyn, I don't believe there's an official commandline script for deleting communities, but *obviously* you can send commands to the REST API from commandline (or other tools).Here's how to delete a community via a REST call (after you login as an Admin first, obviously): https://gith

[dspace-tech] Re: Broken DOIs after Restoring Collection from AIP... how to fix?

2024-10-03 Thread Carolyn Sullivan
Thanks for the recommendations, Tim. We've run some tests and are retrying the restoration now, will let you know how it goes! On Thursday, October 3, 2024 at 11:17:45 AM UTC-4 DSpace Technical Support wrote: > Hi Carolyn, > > Yes, "force replace" might be your best option here. That warnin

[dspace-tech] Re: mvn package error when generating .war

2024-10-03 Thread DSpace Technical Support
Hi, Ok, I see the confusion. You are correct that the DSpace 8 Installation guide was misleading in using the description: "Deploy WAR application to Tomcat". I've corrected it to say "Deploy web application to Tomcat" because there is no WAR file created. https://wiki.lyrasis.org/display/DS

[dspace-tech] Re: Broken DOIs after Restoring Collection from AIP... how to fix?

2024-10-03 Thread Carolyn Sullivan
So we have a new problem. We need to delete the restored community before we run it again with the -f command, or else we'll end up with duplicated items, but when we tried to delete the newly restored community THIS time, it deleted a handful of items before the interface timed out, and when w

[dspace-tech] Changing Localhost to Public IP in DSpace Configuration

2024-10-03 Thread Central Library
Dear DSpace Community, I am trying to change the localhost configuration to a public IP in DSpace, but the changes are not reflecting. Here are the modifications I have made: *Files changed:* 1. dspace.cfg (located at build/DSpace/dspace/config/dspace.cfg) - *dspace.server.url*: http

[dspace-tech] Broken DOIs after Restoring Collection from AIP... how to fix?

2024-10-03 Thread Carolyn Sullivan
Hello everyone, A collection was accidentally deleted in our repository and we've restored it using an AIP (see this thread for Part I of this adventure). Tragically, when the collection was restored, new handles and intern

[dspace-tech] Re: Broken DOIs after Restoring Collection from AIP... how to fix?

2024-10-03 Thread DSpace Technical Support
Hi Carolyn, Yes, "force replace" might be your best option here. That warning is there because it *does destroy* in DSpace that is found to be duplicative. So, if you force replace a Collection, then it will overwrite everything in that Collection (even group memberships/permissions) based on

[dspace-tech] Re: Changing Localhost to Public IP in DSpace Configuration

2024-10-03 Thread DSpace Technical Support
Hi, You should follow the documentation for how to setup a production installation. This *requires* HTTPS support, and it will be much easier if you define a domain name (instead of just using IP addresses). I suspect the IP address approach will not work because you cannot easily use HTTPS

[dspace-tech] Re: Backend URL changed.

2024-10-03 Thread DSpace Technical Support
Hi Shaun, If you are still hitting this error, then I'd recommend also checking your backend's "local.cfg" or "dspace.cfg" to make sure that the "dspace.server.url" setting is correct. If it's set to "http://localhost:8080"; then that may be the cause of the error. If that's not the culprit,

[dspace-tech] Re: mvn package error when generating .war

2024-10-03 Thread DSpace Technical Support
Hi, DSpace doesn't package *.war files by default. Instead, DSpace will build an "unzipped" war under "[dspace-src]/dspace/target/dspace-installer/webapps/server". That "server" directory *is a valid web application*, but it's not zipped up as a *.war. See the backend installation guide fo

[dspace-tech] Re: 7.6.1 a 7.6.2

2024-10-03 Thread DSpace Technical Support
Hi, Please see the upgrade guide at https://wiki.lyrasis.org/display/DSDOC7x/Upgrading+DSpace. If you are planning to migrate to a new server during your upgrade, you can also use the Migration guide to upgrade from 7.6.1 to 7.6.2: https://wiki.lyrasis.org/display/DSDOC7x/Migrating+DSpace+to

[dspace-tech] Re: DSpace 8.0 install - error during ant fresh_install

2024-10-03 Thread DSpace Technical Support
Hi, When upgrading from DSpace 6 (or earlier) to DSpace 7 or 8, you may want to use our Migration process: https://wiki.lyrasis.org/display/DSDOC7x/Migrating+DSpace+to+a+new+server. The reason is that DSpace 7 & 8 are *significantly different* than DSpace 6 (or earlier). In your scenario, y

[dspace-tech] Re: Indexing Issues with University Institutional Repository

2024-10-03 Thread DSpace Technical Support
Hi, You should get in touch with Google Scholar to see if they have advice on what might be going on. See their Troubleshooting guide, which also has a link on how to contact them (see bullet 6 of that guide): https://scholar.google.com/intl/en/scholar/inclusion.html#troubleshooting Please

Re: [dspace-tech] Re: 7.6.1 a 7.6.2

2024-10-03 Thread Peter Santiago
thanks for you response El jue, 3 oct 2024 a las 10:13, DSpace Technical Support (< dspace-tech@googlegroups.com>) escribió: > Hi, > > Please see the upgrade guide at > https://wiki.lyrasis.org/display/DSDOC7x/Upgrading+DSpace. > > If you are planning to migrate to a new server during your upgrad

[dspace-tech] Re: REST API documentation for developers

2024-10-03 Thread DSpace Technical Support
Hi, At this time, we do not have a detailed guide for REST API development. However, we do have endpoint & design documentation in our REST Contract at https://github.com/DSpace/RestContract/blob/main/README.md A key section to be aware of is that the new REST API aligns & uses Spring Techno

[dspace-tech] Re: Access is denied. Invalid CSRF token 403

2024-10-03 Thread DSpace Technical Support
Hi, This "Invalid CSRF Token" error is a common installation issue that we describe solutions to in our "Common Installation Issues" guide: https://wiki.lyrasis.org/display/DSDOC7x/Installing+DSpace#InstallingDSpace-%22403Forbidden%22errorwithamessagethatsays%22Accessisdenied.InvalidCSRFToken%22

[dspace-tech] Re: ERROR: INVALID DSPACE REST API! Response is not valid JSON!

2024-10-03 Thread DSpace Technical Support
Hi, That error appears to be saying that either your REST API is not running, *or* the URL that the UI is using (which appears to be http://localhost:8080/server/api) is not the correct URL. See also the details in this "common installation issue" as I believe this is describing the same issu

[dspace-tech] Re: fail to create .war in webapps

2024-10-03 Thread DSpace Technical Support
Hi, I've answered this question in your previous thread: https://groups.google.com/g/dspace-tech/c/L3fPoIQYR3w/m/cTDb4PzFAAAJ Tim -- 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

[dspace-tech] Re: Issue Generating Item Template for a Collection in DSpace

2024-10-03 Thread DSpace Technical Support
Hi Lucas, I've not yet heard of others encountering this issue. But, it's always possible it's a new bug or a bug in whatever version of DSpace you are using. One piece of advice I can offer is that you may want to use our Troubleshooting Guide to see if any (hidden) errors are occurring in t

[dspace-tech] Re: mvn package error when generating .war

2024-10-03 Thread Olivier Rubinger
Hey, Thanks for the reply! I've tried to follow the installation guide meticulously, but files are still missing. After I run "mvn package" inside dspace8 backend, I get success on all steps. Then I go to " [dspace-source]/dspace/target/dspace-installer " and run "ant fresh_install", and I a

[dspace-tech] Cover Page Title Misprint

2024-10-03 Thread Gabriela
Hello, Does anyone have suggestions on how to correct the misprint of a title on the cover page? The end of the title is cut off. See https://prism.ucalgary.ca/server/api/core/bitstreams/0dddc103-26c6-4c6e-93d0-5ba55fd08912/content Many thanks, Gabriela -- All messages to this mailing list sh