Do you have tomcat running locally? You might need to disable that if you do
Sent from my iPhone > On 20 May 2020, at 11:27, jagadeesha K N <[email protected]> wrote: > > > Hi Team, > I am trying to set up Apache Fineract in my local machine(Windows) > I followed the below steps as mentioned here > https://mifosforge.jira.com/wiki/spaces/MDZ/pages/93093939/Eclipse+Setup > When i run the command ./gradlew clean tomcatrunwar, the logs are showing as > server started but immediately server stops with below exception. Please > find the attached logs. > Caused by: java.net.BindException: Address already in use: JVM_Bind > I also checked for the below ports if any application is binded, but not. > C:\WINDOWS\system32>netstat -aon | findstr :8080 > > C:\WINDOWS\system32>netstat -aon | findstr :8443 > > C:\WINDOWS\system32>netstat -aon | findstr :8005 > > I have installed ActiveMq in my system and it's running in locally with port > 8161 > > Your help will greatly appreciated. > > Thanks > Jagadeesh > > <fineract_server_failied.PNG> > <binding_exception.PNG>
