From: Gurpreet L. <gl...@th...> - 2014-03-02 12:53:40
|
Google the error. Its not mifosx specific. Its attempting to open a port that is already open. That is why you are getting a Bind error. Regards Gurpreet On 2 March 2014 18:18, Channa Gayan <cha...@gm...> wrote: > Now I get the following error. > > Listening for transport dt_socket at address: 8005 > To honour the JVM settings for this build a new JVM will be forked. Please > consider using the daemon: > http://gradle.org/docs/1.8/userguide/gradle_daemon.html. > > FAILURE: Build failed with an exception. > > * What went wrong: > Unable to start the daemon process. > This problem might be caused by incorrect configuration of the daemon. > For example, an unrecognized jvm option is used. > Please refer to the user guide chapter on the daemon at > http://gradle.org/docs/1.8/userguide/gradle_daemon.html > Please read below process output to find out more: > ----------------------- > FATAL ERROR in native method: JDWP No transports initialized, > jvmtiError=AGENT_ERROR_TRANSPORT_INIT(197) > 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 > [../../../src/share/back/debugInit.c:750] > > > On Sun, Mar 2, 2014 at 6:12 PM, Anuruddha Premalal < > anu...@ie...> wrote: > >> Execute gradlew clean cleanEclipse eclipse instead (Don't use "./") . >> "./" is used in linux systems to indicate terminal to execute the >> command in the current folder. >> >> >> On Sun, Mar 2, 2014 at 6:03 PM, Channa Gayan <cha...@gm...>wrote: >> >>> Thank you for the reply, >>> This is the error I get after runnig command ./gradlew clean >>> cleanEclipse eclipse >>> '.' is not recognized as an internal or external command, >>> operable program or batch file. >>> >>> In the early step, when I run the gradlew.bat just get a window and >>> close instantly. I'm working on windows 8 >>> >>> >>> On Sun, Mar 2, 2014 at 5:43 PM, Anuruddha Premalal < >>> anu...@ie...> wrote: >>> >>>> Hi Channa, >>>> >>>> What is the error you get? >>>> >>>> Regards, >>>> Anuruddha. >>>> >>>> >>>> On Sun, Mar 2, 2014 at 5:38 PM, Channa Gayan <cha...@gm...>wrote: >>>> >>>>> Hi, >>>>> I'm new to Mifos. After getting source from the git, I started the >>>>> gradlew.bat but when I going to configure project for eclipse can't detect >>>>> gradle installation >>>>> this is the command I used. >>>>> ./gradlew clean cleanEclipse eclipse >>>>> >>>>> What is I'm doing wrong here? >>>>> >>>>> -- >>>>> >>>>> >>>>> >>>>> >>>>> *Channa Gayan Faculty of EngineeringDpt. of Computer Science and >>>>> Engineering University of Moratuwa.* >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Flow-based real-time traffic analytics software. Cisco certified tool. >>>>> Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer >>>>> Customize your own dashboards, set traffic alerts and generate reports. >>>>> Network behavioral analysis & security monitoring. All-in-one tool. >>>>> >>>>> http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk >>>>> Mifos-developer mailing list >>>>> mif...@li... >>>>> Unsubscribe or change settings at: >>>>> https://lists.sourceforge.net/lists/listinfo/mifos-developer >>>>> >>>> >>>> >>>> >>>> -- >>>> *Anuruddha Premalal (STMIEEE, STMACM)* >>>> Department of Electronic and Telecommunication Engineering >>>> University of Moratuwa >>>> Sri Lanka. >>>> >>>> Tele : +94-710461070 >>>> E-mail : anu...@ie... >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Flow-based real-time traffic analytics software. Cisco certified tool. >>>> Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer >>>> Customize your own dashboards, set traffic alerts and generate reports. >>>> Network behavioral analysis & security monitoring. All-in-one tool. >>>> >>>> http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk >>>> Mifos-developer mailing list >>>> mif...@li... >>>> Unsubscribe or change settings at: >>>> https://lists.sourceforge.net/lists/listinfo/mifos-developer >>>> >>> >>> >>> >>> -- >>> >>> >>> >>> >>> *Channa Gayan Faculty of EngineeringDpt. of Computer Science and >>> Engineering University of Moratuwa.* >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Flow-based real-time traffic analytics software. Cisco certified tool. >>> Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer >>> Customize your own dashboards, set traffic alerts and generate reports. >>> Network behavioral analysis & security monitoring. All-in-one tool. >>> >>> http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk >>> Mifos-developer mailing list >>> mif...@li... >>> Unsubscribe or change settings at: >>> https://lists.sourceforge.net/lists/listinfo/mifos-developer >>> >> >> >> >> -- >> *Anuruddha Premalal (STMIEEE, STMACM)* >> Department of Electronic and Telecommunication Engineering >> University of Moratuwa >> Sri Lanka. >> >> Tele : +94-710461070 >> E-mail : anu...@ie... >> >> >> ------------------------------------------------------------------------------ >> Flow-based real-time traffic analytics software. Cisco certified tool. >> Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer >> Customize your own dashboards, set traffic alerts and generate reports. >> Network behavioral analysis & security monitoring. All-in-one tool. >> >> http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk >> Mifos-developer mailing list >> mif...@li... >> Unsubscribe or change settings at: >> https://lists.sourceforge.net/lists/listinfo/mifos-developer >> > > > > -- > > > > > *Channa Gayan Faculty of EngineeringDpt. of Computer Science and > Engineering University of Moratuwa.* > > > > ------------------------------------------------------------------------------ > Flow-based real-time traffic analytics software. Cisco certified tool. > Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer > Customize your own dashboards, set traffic alerts and generate reports. > Network behavioral analysis & security monitoring. All-in-one tool. > > http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk > Mifos-developer mailing list > mif...@li... > Unsubscribe or change settings at: > https://lists.sourceforge.net/lists/listinfo/mifos-developer > |