Hi,

A 500 exception is a general error that just means "something went wrong".  
To find the cause of the error, you need to locate the underlying error 
message (either in the User Interface or in the backend logs) by following 
our Troubleshooting 
guide:  
https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error#Troubleshootanerror-DSpace7.x(orabove)

Tim

On Sunday, April 23, 2023 at 10:34:22 AM UTC-5 mustapha...@enp-oran.dz 
wrote:

> Bonjour a tous,
>
> J’ai réussit a  installez Dspace 7.4 REST API sur une serveur dédié marche 
> sur Debian 11 , avec les packages nécessaires :( Java 17.0.6 / Maven 3.8.7 
> / Postgres 15 /Tomcat9 / Solr 8.11.2 )
>
> Et ca marche très bien lorsque j’accède depuis le navigateur sur : 
> http://@ip:8080 et : http://@ip:8080/server
>
> Puis j’ai installez dspace UI avec la configuration necessaires (Node JS 
> 16 , YARN et PM2)
>
> Et j’ai installer le serveur web apache pour l’utiliser comme reverse 
> proxy pour Tomcat comme ceci :
>
>  <VirtualHost *:80>
>
>         ServerName @ip du serveur
>
>         ProxyRequests On
>
>         ProxyPass / http://localhost:4000/
>
>         ProxyPassReverse / http:// localhost:4000/
>
> </VirtualHost>
>
>  
>
>  Mais le problème lorsque je lance le site sur le lien : http://@ip la 
> page initial du demo site s’affiche une instant puis l’erreur 500 m’affiche
>
> Est ce que vous pouvait m’aidez a résoudre ce problème.
>
> [image: Dspace _error_500.PNG]
>
> Cordialement
>
> Mr Mustapha DEHARIB
>

-- 
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 dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/644aa72b-d2e1-4c22-a708-b452867249f8n%40googlegroups.com.

Reply via email to