Hi,

This error " EADDRINUSE: address already in use 127.0.0.1:4000 when try" 
seems to be saying that something *else* is running on port 4000 on that 
machine.  This implies that the User Interface didn't start properly and 
may not be running on port 4000 (and instead, something else is on that 
port). See this StackOverflow question as an example: 
https://stackoverflow.com/q/4075287

It's also possible that a firewall is blocking port 4000 in some way.

Tim

On Tuesday, July 30, 2024 at 5:03:42 PM UTC-5 [email protected] wrote:

> I have installed Dspace backend and frontend on Google Cloud VM as per the 
> HAL properties below but Im unable to access the frontend to continue with 
> the customization:
>
> a.Properties
> {
>   "dspaceUI": "http://localhost:4000";,
>   "dspaceName": "Library & Archives",
>   "dspaceServer": "http://localhost:8080/server";,
>   "dspaceVersion": "DSpace 7.5",
>   "type": "root"
> }
>
> b. $ netstat -ntlp | grep ':4000' shows:
>
> tcp        0      0 127.0.0.1:4000          0.0.0.0:*               
> LISTEN      -  
>
> c. $ sudo node ./dist/server/main.js shows the following error message:
>
> Error: listen EADDRINUSE: address already in use 127.0.0.1:4000 when try  
> http://<IP address>:4000
> http://l<IP address>:8080/server" however works fine.
>
> Your feedback will be appreciated.
>

-- 
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 Community" 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-community/c79c0945-81d1-4e22-8ebf-f248ea2028dbn%40googlegroups.com.

Reply via email to