UNIXServer.open fails in JRuby
------------------------------

                 Key: JRUBY-2129
                 URL: http://jira.codehaus.org/browse/JRUBY-2129
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.1RC2
         Environment: Ubuntu Linux kernel 2.6.24-8-generic, AMD64
            Reporter: Josh Adams
            Assignee: Thomas E Enebo
             Fix For: JRuby 1.1


## in cRuby
--([EMAIL PROTECTED])-(11/pts/2)-(0000/18-Feb-08)--
--($:~/jruby/metaxpert/spvindicia/trunk/source/vindicia_wrapper)-- irb
irb(main):001:0> UNIXServer.open('/tmp/voo')
=> #<UNIXServer:/tmp/voo>

## in JRuby
--([EMAIL PROTECTED])-(78/pts/1)-(0018/18-Feb-08)--
--($:~/jruby/metaxpert/spvindicia/trunk/source/vindicia_wrapper)-- 
~/software/jruby-1.1RC2/bin/jirbirb(main):001:0> UNIXServer.open('/tmp/voo')
NameError: uninitialized constant UNIXServer
        from (irb):2:in `signal_status'
irb(main):002:0> require 'socket'
=> true
irb(main):003:0> UNIXServer.open('/tmp/voo')
Errno::EINVAL: Invalid argument - /tmp/voo
        from (irb):4:in `signal_status'


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to