[dspace-tech] Re: 500 Error is showing in UI

2023-04-19 Thread AFA
I have successfully installed DSpace 7.5 in the AWS Ubuntu instance I have followed the below mention things: ### IN local.cfg file *after edit this file restart the tomcat server* ### dspace.server.url = http://IP:8080/server

[dspace-tech] Re: 500 Error is showing in UI

2023-02-10 Thread Mohammad S. AlMutairi
Stop Nginx or Apache and try: # In local.cfg or dspace.cfg dspace.server.url = http://52.15.74.25:8080/server dspace.ui.url = http://52.15.74.25 # In config.prod.yml ui: ssl: false host: Server-IP (Server Private IP) port: 80 rest: ssl: false host: 52.15.74.25 port: 8080

[dspace-tech] Re: 500 Error is showing in UI

2023-02-10 Thread AFA
I try but it UI is not opening but back-end is working fine $ ts-node --project ./tsconfig.ts-node.json scripts/test-rest.ts Building production app config Overriding app config with /opt/dspace-ui/config/config.yml Overriding app config with /opt/dspace-ui/config/config.prod.yml ...Testing

[dspace-tech] Re: 500 Error is showing in UI

2023-02-09 Thread Mohammad S. AlMutairi
On Wednesday, February 8, 2023 at 4:02:52 PM UTC+3 AFA wrote: *I install the DSpace 7.4 Backend successfully in AWS ubuntu 22.04 server and It is accessible through MYIP:8080/server* *and I install the UI also and I did the test run it is also successful but I unable to access it through

[dspace-tech] Re: 500 Error is showing in UI

2023-02-08 Thread 'Tim Donohue' via DSpace Technical Support
Hi, Please follow our troubleshooting guide to find the details behind the 500 error. It's not easy to provide any help without the error details. https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-DSpace7.x(orabove) Once you locate the error details, if you