--ng-server fails on Windows with error: java.net.UnknownHostException: --1.9
-----------------------------------------------------------------------------

                 Key: JRUBY-6246
                 URL: https://jira.codehaus.org/browse/JRUBY-6246
             Project: JRuby
          Issue Type: Bug
          Components: Launcher
    Affects Versions: JRuby 1.6.5
         Environment: Windows XP, with JRUBY_OPTS=--1.9
            Reporter: Nick Klauer
            Assignee: Thomas E Enebo


When trying to run {{--ng-server}}, I get the following error 
({{JRUBY_OPTS=--1.9}} fwiw):

{noformat}
PS C:\klauer-jruby> C:\jruby-1.6.5\bin\jruby.bat --ng-server
Exception in thread "main" java.net.UnknownHostException: --1.9
        at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
        at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:866)
        at 
java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1258)
        at java.net.InetAddress.getAllByName0(InetAddress.java:1211)
        at java.net.InetAddress.getAllByName(InetAddress.java:1127)
        at java.net.InetAddress.getAllByName(InetAddress.java:1063)
        at java.net.InetAddress.getByName(InetAddress.java:1013)
        at com.martiansoftware.nailgun.NGServer.main(Unknown Source)
{noformat}

--
This message is automatically generated by JIRA.
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