Re: java client - cpp server tests with http transport fails

2014-03-26 Thread Chamila Wijayarathna
Hi Roger, I was thought about making the existing tests run properly before starting implementing new features. I'll try debugging server, I asked this in mailing list to know if there are any problems that can occur while running with http. I'll start on work on status.md file too. Thank You! O

Re: java client - cpp server tests with http transport fails

2014-03-26 Thread Roger Meier
Hi Chamila if you are familiar with Java, use the debugger within your ide such as eclipse and set a breakpoint on above testOneWay within the Java Server and start the client again. otherwise, think about a good way to generate the test/status.md file within the cross language test suite or f

java client - cpp server tests with http transport fails

2014-03-24 Thread Chamila Wijayarathna
Hi all, I am trying to run thrift cross language test suite by running test/test.sh. For each cases where 'http' is the transport type, I am getting build failure (output log files for server and client has been attached). I tried to run server and client alone with out running whole test suite. Fo