|
From: Christoph J. <chr...@ma...> - 2019-10-31 09:21:04
|
Hi, usually onLogout() is called when the connection is dropped. See explanations of callbacks here: https://github.com/quickfix-j/quickfixj#creating-a-quickfixj-application The logged exception comes from the network layer. The remote host could not be reached via any route. Cheers, Chris. On 31.10.19 05:44, Bayu Adi wrote: > QuickFIX/J Documentation: http://www.quickfixj.org/documentation/ > QuickFIX/J Support: http://www.quickfixj.org/support/ > > > > Hello, > > I've been wondering how to check app connection, and monitor every incoming event server. > I've check the in the following : > toAdmin, toApp, fromAdmin and fromApp > incoming messages are handled fine, but if there were trouble in network connection somehow it not > even catch.. > > and for the firsttime app is running, I want to check wether the connection is down or not, in > console it was a exception displayed. > but i was unable to trace where it was coming from.. > > there is log i get from console : > <20191031-03:21:39, FIX.4.2:XXXX->CTS, error> (java.net.NoRouteToHostException during connection > to /SERVER_IP:SERVER_PORT: java.net.NoRouteToHostException: No route to host: no further > information (Next retry in 5000 milliseconds)) > > I want to know what method is produce this exception. > > thank in advance. > -- > > Akira > > > <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> > Virus-free. www.avast.com > <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> > > > > > _______________________________________________ > Quickfixj-users mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfixj-users -- Christoph John Software Engineering T +49 241 557080-28 chr...@ma... MACD GmbH Oppenhoffallee 103 52066 Aachen, Germany www.macd.com Amtsgericht Aachen: HRB 8151 Ust.-Id: DE 813021663 Geschäftsführer: George Macdonald |