Hello everyone,
I try to install Dspace 7.4 REST API on a server machine running on Debian 11, with the necessary packages: (Java 17.0.6 / Maven 3.8.7 / Postgres 15 / Tomcat9 / Solr 8.11.2) And it works very well when I access from the browser on: http://@ip:8080 and: http://@ip:8080/server Then I installed dspace UI with the necessary configuration (Node JS 16, YARN and PM2) And I installed the apache web server to use it as a reverse proxy for Tomcat like this: <VirtualHost *:80> ServerName @ip of the server ProxyRequestsOn ProxyPass / http://localhost:4000/ ProxyPassReverse / http://localhost:4000/ </VirtualHost> But the problem is when I launch the site on the browser: http://@ip:4000 the initial page of the demo site is displayed for a moment and then the error 500 is displayed to me, [image: Dspace _error_500.PNG] I try to fix that problem and I didn’t get the solution Could you help me to solve this problem? And thanks a lot -- 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 "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/7caae374-1316-496c-9bff-286c66d0d239n%40googlegroups.com.
