[ 
https://issues.apache.org/jira/browse/THRIFT-1647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13426936#comment-13426936
 ] 

Dan Cromer commented on THRIFT-1647:
------------------------------------

I cannot think of a way to make the title more clear.  If you use the 
FramedTransport for the hello-world example, it works.  However, if you try to 
use the FramedTransport for any, more realistic, service, it fails.

This is not a /duplicate/ of THRIFT-1659--I do not know why it is marked as 
such.  1659 states that the default transport should be the BufferedTransport 
instead of the FramedTransport.  This issue states that the FramedTransport 
does not work in most cases.
                
> NodeJS FramedTransport does not work beyond the hello-world example
> -------------------------------------------------------------------
>
>                 Key: THRIFT-1647
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1647
>             Project: Thrift
>          Issue Type: Bug
>          Components: Node.js - Library
>    Affects Versions: 0.8
>         Environment: Ubuntu 12.04, NodeJS v0.6;v0.8.0
>            Reporter: Dan Cromer
>            Priority: Minor
>
> During the setup of NodeJS <-> Apache Thrift integration, we found that the 
> use of BufferedTransport did not work beyond the HelloWorld example.  While 
> NodeJS clients were able to connect, no service invocations actually 
> registered with the server (Java, Thrift 0.8.0)
> Switching to the use of a BufferedTransport immediately fixed the issue.  I 
> was unable to debug the issue, but wanted to file an issue so that others 
> were aware.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to