Hi Benura, thanks for your response. However, I didn't quite understand what you meant here "... You need to configure debug properties in intelliJ and there give the name as debug-jvm...".
Please elaborate on this part. Here are the current configurations I have. *Debugger*: Attach to remote JVM *Transport*: Socket *Host*: localhost *Port*: 8005 *JDK*: 9 or later On Thu, Jul 22, 2021 at 1:45 PM Benura Abeywardena <[email protected]> wrote: > 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. >> >
