Enterprise Dashboard is not coming up. The enterprisedashboard.log shows the following error.
Trapped Exception: Address already in use
Trapped Message: java.net.BindException: Address already in use
All supported DevTest releases and platforms.
Trapped Exception: Address already in use means you have another process bound to the same port.
Enterprise Dashboard URL port is by default set to 1506
When doing a netstat on port 1506 , saw that there already was a system level process PID (4) taking port 1506.
There are a couple of options:
1. Kill the process that is running on port 1506. Restart the Enterprise Dashboard.
or
2. Change Enterprise Dashboard port to another open port (say for example 1706). Make the following changes to the below files
open site.properties and update the following line
devtest.enterprisedashboard.port=1706
Also in dradis.properties file add this property.
dradis.webserver.port=1706
Restart the Enterprise Dashboard.