You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Erik Hetzner (Created) (JIRA)" <ji...@apache.org> on 2011/12/07 00:22:39 UTC

[jira] [Created] (THRIFT-1449) Ruby client does not work on solaris (?)

Ruby client does not work on solaris (?)
----------------------------------------

                 Key: THRIFT-1449
                 URL: https://issues.apache.org/jira/browse/THRIFT-1449
             Project: Thrift
          Issue Type: Bug
          Components: Ruby - Library
    Affects Versions: 0.8, 0.9
         Environment: SunOS XXXX 5.10 Generic_142900-13 sun4u sparc SUNW,Sun-Fire-V490

            Reporter: Erik Hetzner
            Priority: Minor
         Attachments: THRIFT_1449_1.patch

Without the attached patch, I get the error:

getaddrinfo: service name not available for the specified socket type

from line 37 of thrift/transport/socket.rb in the Ruby library on Solaris.

--
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

        

[jira] [Commented] (THRIFT-1449) Ruby client does not work on solaris (?)

Posted by "Erik Hetzner (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/THRIFT-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13168629#comment-13168629 ] 

Erik Hetzner commented on THRIFT-1449:
--------------------------------------

Thanks!
                
> Ruby client does not work on solaris (?)
> ----------------------------------------
>
>                 Key: THRIFT-1449
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1449
>             Project: Thrift
>          Issue Type: Bug
>          Components: Ruby - Library
>    Affects Versions: 0.8, 0.9
>         Environment: SunOS XXXX 5.10 Generic_142900-13 sun4u sparc SUNW,Sun-Fire-V490
>            Reporter: Erik Hetzner
>            Assignee: Erik Hetzner
>            Priority: Minor
>             Fix For: 0.9
>
>         Attachments: THRIFT_1449_1.patch
>
>
> Without the attached patch, I get the error:
> getaddrinfo: service name not available for the specified socket type
> from line 37 of thrift/transport/socket.rb in the Ruby library on Solaris.

--
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

        

[jira] [Updated] (THRIFT-1449) Ruby client does not work on solaris (?)

Posted by "Erik Hetzner (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik Hetzner updated THRIFT-1449:
---------------------------------

    Patch Info: Patch Available
    
> Ruby client does not work on solaris (?)
> ----------------------------------------
>
>                 Key: THRIFT-1449
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1449
>             Project: Thrift
>          Issue Type: Bug
>          Components: Ruby - Library
>    Affects Versions: 0.8, 0.9
>         Environment: SunOS XXXX 5.10 Generic_142900-13 sun4u sparc SUNW,Sun-Fire-V490
>            Reporter: Erik Hetzner
>            Priority: Minor
>         Attachments: THRIFT_1449_1.patch
>
>
> Without the attached patch, I get the error:
> getaddrinfo: service name not available for the specified socket type
> from line 37 of thrift/transport/socket.rb in the Ruby library on Solaris.

--
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

        

[jira] [Updated] (THRIFT-1449) Ruby client does not work on solaris (?)

Posted by "Erik Hetzner (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erik Hetzner updated THRIFT-1449:
---------------------------------

    Attachment: THRIFT_1449_1.patch
    
> Ruby client does not work on solaris (?)
> ----------------------------------------
>
>                 Key: THRIFT-1449
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1449
>             Project: Thrift
>          Issue Type: Bug
>          Components: Ruby - Library
>    Affects Versions: 0.8, 0.9
>         Environment: SunOS XXXX 5.10 Generic_142900-13 sun4u sparc SUNW,Sun-Fire-V490
>            Reporter: Erik Hetzner
>            Priority: Minor
>         Attachments: THRIFT_1449_1.patch
>
>
> Without the attached patch, I get the error:
> getaddrinfo: service name not available for the specified socket type
> from line 37 of thrift/transport/socket.rb in the Ruby library on Solaris.

--
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

        

[jira] [Commented] (THRIFT-1449) Ruby client does not work on solaris (?)

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/THRIFT-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13168619#comment-13168619 ] 

Hudson commented on THRIFT-1449:
--------------------------------

Integrated in Thrift #365 (See [https://builds.apache.org/job/Thrift/365/])
    THRIFT-1449. rb: Ruby client does not work on solaris (?)

This patch adds a new argument to the socket calls that seems to fix the problems while not causing any detriment to non-Solaris systems.

Patch: Erik Hetzner

bryanduxbury : http://svn.apache.org/viewvc/?view=rev&rev=1213837
Files : 
* /thrift/trunk/lib/rb/lib/thrift/transport/socket.rb
* /thrift/trunk/lib/rb/spec/socket_spec.rb

                
> Ruby client does not work on solaris (?)
> ----------------------------------------
>
>                 Key: THRIFT-1449
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1449
>             Project: Thrift
>          Issue Type: Bug
>          Components: Ruby - Library
>    Affects Versions: 0.8, 0.9
>         Environment: SunOS XXXX 5.10 Generic_142900-13 sun4u sparc SUNW,Sun-Fire-V490
>            Reporter: Erik Hetzner
>            Assignee: Erik Hetzner
>            Priority: Minor
>             Fix For: 0.9
>
>         Attachments: THRIFT_1449_1.patch
>
>
> Without the attached patch, I get the error:
> getaddrinfo: service name not available for the specified socket type
> from line 37 of thrift/transport/socket.rb in the Ruby library on Solaris.

--
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

        

[jira] [Closed] (THRIFT-1449) Ruby client does not work on solaris (?)

Posted by "Bryan Duxbury (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-1449?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury closed THRIFT-1449.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 0.9
         Assignee: Erik Hetzner

I just committed this. Thanks for the patch, Erik!
                
> Ruby client does not work on solaris (?)
> ----------------------------------------
>
>                 Key: THRIFT-1449
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1449
>             Project: Thrift
>          Issue Type: Bug
>          Components: Ruby - Library
>    Affects Versions: 0.8, 0.9
>         Environment: SunOS XXXX 5.10 Generic_142900-13 sun4u sparc SUNW,Sun-Fire-V490
>            Reporter: Erik Hetzner
>            Assignee: Erik Hetzner
>            Priority: Minor
>             Fix For: 0.9
>
>         Attachments: THRIFT_1449_1.patch
>
>
> Without the attached patch, I get the error:
> getaddrinfo: service name not available for the specified socket type
> from line 37 of thrift/transport/socket.rb in the Ruby library on Solaris.

--
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