Re: [dspace-tech] Re: Problem with AIP while running the flag '-o skipIfParentMissing=true'

2024-07-25 Thread Abhishek
Hello Everyone, I'm also facing the same issue, while doing restoring the AIP file from one server to different server. Can anyone please help. On Wednesday, December 28, 2022 at 5:50:13 PM UTC+5:30 Rupinder Singh wrote: > HI, > Did anyone get a clue of what the problem is? is there any bug i

Re: [dspace-tech] DSpace 8.0 installation 502 bad Gateway error

2024-07-25 Thread Femi Ogundele
Hi everyone, I forgot to include that I used Runnable JAR application without the optional parameters java -jar /dspace/webapps/server-boot.jar. It showed the spring boot logo only On Tue, Jul 23, 2024 at 1:03 PM Femi Ogundele wrote: > I am getting the following errors when test the backend s

[dspace-tech] not possible to change dspace-theme to custom-theme in DSpace8

2024-07-25 Thread Damian Klimowicz
Hi. I did change config/config.prod.yml and src/themes/eager-themes.module.ts, but theme doesn't changed. Before in Dspace7.6.1 it was work. -- 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

[dspace-tech] Re: not possible to change dspace-theme to custom-theme in DSpace8

2024-07-25 Thread Arta Seyedian
Did you import your old theme from DSpace 7.6? In that case, you have to change the Angular components to Standalone architecture. There's some instructions on the guide on using an Angular command but that didn't work for me so I just whipped up a quick script

[dspace-tech] Error adding or editing group. DSpace 7.6.1

2024-07-25 Thread Evelio Metric
Hello It seems a bug on DSpace 7.6.1 when trying to add EPeople to a Group following this sequence: *Acces Control -> Groups -> Search groups -> Edit group * I get these errors Something went wrong: "An exception has ocurred" twice and admin.access-control.groups.form.members-list.notificati

Re: [dspace-tech] Dspace Front-End error 500

2024-07-25 Thread 'gustav chinovava' via DSpace Technical Support
Hi Jorge If you can share url settings in your local.cfg and config.prod.yml for frontend and backend? Are you using reverse proxy with Apache2? Normally this error is caused when these url settings are not in sync On Tuesday, July 23, 2024 at 09:39:28 PM GMT+2, Jorge Alberto Bonilla Casta

[dspace-tech] Re: From DSpace 7.6 to DSpace 8.0 dump restore error (pg_restore: error)

2024-07-25 Thread DSpace Technical Support
Hi Alex, There are database modifications in every release, but there's no code in DSpace 8.0 which tries to run "ALTER TABLE IF EXISTS ONLY public.item DROP CONSTRAINT IF EXISTS item_uuid_key;" So, the error isn't making sense to me. The only place in DSpace that I see an "item_uuid_key" con

[dspace-tech] Re: DSpace Restore easy to use guideline

2024-07-25 Thread DSpace Technical Support
Hi Tom, We have a migration guide in our latest Documentation here: https://wiki.lyrasis.org/display/DSDOC7x/Migrating+DSpace+to+a+new+server This isn't specific to a new server, but also works for just migrating data from one DSpace to another DSpace on the same server. Tim On Friday, July 1

[dspace-tech] Re: From DSpace 7.6 to DSpace 8.0 by AIP

2024-07-25 Thread DSpace Technical Support
Hi Alex, This error seems to be saying that the AIP you are importing has a metadata field named "publication.uri" (or maybe "dc.publication.uri" or similar) which is *unknown* to the DSpace instance you are importing into. You can tell the AIP import to *automatically* create any missing met

[dspace-tech] Re: Login Problem : Not authenticated

2024-07-25 Thread DSpace Technical Support
Hi, You should follow the Troubleshooting guide to look for the underlying, detailed error message. Usually this will appear either in your browser's DevTools Console, or in the backend logs. https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-DSpace7.xor8.x If yo

[dspace-tech] Re: DSpace 7 on Ubuntu 22.04 LTS Showing 500 Errors After Initial Interface Load

2024-07-25 Thread DSpace Technical Support
Hi, I'd recommend following the steps in our Troubleshooting guide to locate the source of the 500 error: https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-DSpace7.xor8.x The underlying error may appear either in your browser's DevTools Console or in the bac

Re: [dspace-tech] DSpace 8.0 installation 502 bad Gateway error

2024-07-25 Thread DSpace Technical Support
Hi, The original error you shared seems to be saying that DSpace cannot connect to Solr: ERROR unknown unknown org.dspace.discovery.SolrSearchCore @ Error while initializing solr server http://PUBLIC_IP:8983/solr/search You should double check that Solr is

Re: [dspace-tech] Dspace Front-End error 500

2024-07-25 Thread DSpace Technical Support
Hi, Also take a look at the troubleshooting guide, which helps to locate the error behind the 500 response: https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-DSpace7.xor8.x It's possible the underlying error is related to one of these Common Installation Issues:

[dspace-tech] Re: Communities not displaying on dspace angular 7.6.1

2024-07-25 Thread DSpace Technical Support
Hi, Please use the troubleshooting guide to look for errors occurring (either in your browser's DevTools Console or the backend logs): https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-DSpace7.xor8.x Whenever you see odd/unexpected behavior in DSpace, it is usual

[dspace-tech] Re: Error adding or editing group. DSpace 7.6.1

2024-07-25 Thread DSpace Technical Support
Hi Evelio, You might try upgrading (even in a development environment) to 7.6.2 because it solved a very large number of bugs that were in both 7.6.1 and 7.6. I don't recall offhand if this could have been one of those bugs, but it does look like 7.6.2 made changes to this particular Admin pag

[dspace-tech] Re: Configured Entities will not Update Relationship Types

2024-07-25 Thread DSpace Technical Support
Hi Arta, As I noted on Slack, I believe the only way to *delete* Entity Types and Relationships at this time is to remove them from the database. Currently, you can reimport the "relationship-types.xml" in order to *update* existing Entity Types or Relationships. But, it doesn't yet have a de

[dspace-tech] Re: Link to fulltext not visible to anonymous group

2024-07-25 Thread DSpace Technical Support
Hi, This definitely isn't the default behavior in DSpace 7.6.x. Restricted Bitstreams should still appear, but will have a lock icon next to them. It may be possible that the issue is your "Bundle" objects are also access restricted. If the Bundle is restricted, then it may *hide* the Bitstr

Re: [dspace-tech] Re: DSpace 7 on Ubuntu 22.04 LTS Showing 500 Errors After Initial Interface Load

2024-07-25 Thread Mahesh Palamuttath
in the LAN it is working perfectly, while making it publicly via static ip faces this problem *Mahesh Palamuttath* On Fri, Jul 26, 2024 at 2:18 AM DSpace Technical Support < dspace-tech@googlegroups.com> wrote: > Hi, > > I'd recommend following the steps in our Troubleshooting guide to locate >