Thanks for feedback on your setup Krasnaya,
 
Just started from scratch tried compiling/installing latest node v0.10.12 
on Ubuntu 12.04 and thrift 0.9 and it seems to be working fine with my same 
code that was failing.
 
If 0.10.1 works for you, looks like might just have been an issue with my 
0.10.0 setups.
 

On Wednesday, June 19, 2013 6:56:27 PM UTC-7, krasnaya wrote:

> I have it working with node 0.10.1 and thrift 0.7.0 on CentOS 6.4. I'm 
> also using the TFramedTransport with the TBinaryProtocol.
>
> 2013/6/19 Nate D <[email protected] <javascript:>>
>
>> I have a couple thrift wrapped services and wrote some test node apps to 
>> talk to them using the 'thrift' npm module.  After my early development on 
>> node v0.8 things were working fine so I left things alone.
>>  
>> My new servers are all running node v0.10 and tried to get the thrift 
>> services running on them with no luck so far.  This is the error I receive 
>> on trying to setup the thrift objects and connect:
>>  
>> node: ../deps/uv/src/unix/stream.c:1084: uv_shutdown: Assertion 
>> `((stream)->io_watcher.fd) >= 0' failed.
>> Aborted (core dumped)
>> Don't know much about the node innards but assume the stream changes in 
>> v0.10 are the culprit for this.  I tried several of the other npm modules, 
>> as well as grabbing the latest source from the thrift github repo, still 
>> get the same error.
>>  
>> Has anyone had luck running thrift based calls via a node setup on v0.10x?
>>  
>> I am currently running thrift version is v0.9
>>
>> -- 
>> -- 
>> Job Board: http://jobs.nodejs.org/
>> Posting guidelines: 
>> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
>> You received this message because you are subscribed to the Google
>> Groups "nodejs" group.
>> To post to this group, send email to [email protected]<javascript:>
>> To unsubscribe from this group, send email to
>> [email protected] <javascript:>
>> For more options, visit this group at
>> http://groups.google.com/group/nodejs?hl=en?hl=en
>>  
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "nodejs" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to [email protected] <javascript:>.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to