Hi Supreeth, If you are using *IntelliJ IDEA*You have to import 'fineract-provider' into IntelliJ IDEA then from IntelliJ terminal run ./gradlew cleanIdea Idea from the parent directory i.e., fineract/ (this command will take some time even after successful build, as IntelliJ will take some time to index the fineract files ) [pre-requisite: You have to check whether the 8005 port is free or not if 8005 is not free then you have to kill the current application running on that port ]. -> go to file > invalidate the cache and restart -> after restarting IntelliJ Run > Edit configurations create new config > Remote in remote config add host: localhost port: 8005
Then you can run the Fineract with ./gradlew tomcatrunwar and then user debugger easily. If you still face any issue then, please share your complete process/steps (with commands) for running the Fineract 1.x? Thanks, Sanyam On Sat, Feb 16, 2019 at 10:15 PM Supreeth Menon <[email protected]> wrote: > Hello , > For the past few days , i have been trying to setup the MifosX installation > on Linux , which i have completed succesfully with the help of the > community people . Thanks and as of now i have installed the IntelliJ and > even imported the project but faced several issues for running it in > Run/Debug Mode. Below i shall paste the following lines of error output > which was displayed when i tried to execute this ./gradlew cleanidea idea. > > "ERROR" > ERROR: transport error 202: bind failed: Address already in use > ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510) > JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized > [debugInit.c:750] > > please help me in setting up IntelliJ in Run/Debug Mode. > Looking for your assistance. > Regards > Supreeth > -- SANYAM GOEL Profile: plu.us/sanyam96 LinkedIn: https://goo.gl/NkmHkf Github: https://goo.gl/STw1Rq Hackerrank: https://goo.gl/va9Npm +91-9818060934
