I think it should be ./gradlew bootRun --debug-jvm. You need to configure debug properties in intelliJ and there give the name as debug-jvm. After that you could execute the aforementioned command.
Regards, Benura On Thu, 22 Jul 2021, 18:06 Kelvin Ikome, <[email protected]> wrote: > Hi everyone, > > Has anyone been able to run Fineract 1.5.0 in debug mode? > > I get the following error on trying to connect Intelij remote debugger to > a running Fineract instance (I ran it using "./gradlew bootRun"). > > *```Error running 'Fineract': * > *Unable to open debugger port (localhost:8005): java.net.ConnectException > "Connection refused: connect"```* > > Any ideas or suggestions would be appreciated. >
