Framed transport server problems
--------------------------------
Key: THRIFT-785
URL: https://issues.apache.org/jira/browse/THRIFT-785
Project: Thrift
Issue Type: Bug
Components: Library (Erlang)
Affects Versions: 0.4
Reporter: Manish Singh
If I try to call the erlang thirift service associated with the attached files
in framed mode from python, it dies with:
$ gen-py/erlframedtest/FramedTest-remote -h localhost:9999 -f hi
=ERROR REPORT==== 19-May-2010::15:09:20 ===
** Generic server <0.41.0> terminating
** Last message in was {read,4}
** When Server state == {framed_transport,
{transport,thrift_socket_transport,
{data,#Port<0.847>,500}},
<<>>,[]}
** Reason for termination ==
** {{badmatch,{error,closed}},
[{thrift_framed_transport,handle_call,3},
{gen_server,handle_msg,5},
{proc_lib,init_p_do_apply,3}]}
=ERROR REPORT==== 19-May-2010::15:09:20 ===
{thrift_socket_server,245,
{child_error,{{badmatch,{error,closed}},
[{thrift_framed_transport,handle_call,3},
{gen_server,handle_msg,5},
{proc_lib,init_p_do_apply,3}]},
[]}}
This is with erlang R13B04.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.