You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Tejeswar Das (JIRA)" <qp...@incubator.apache.org> on 2007/04/16 23:38:15 UTC

[jira] Resolved: (QPID-439) Broker cannot parse IPs with values larger than a Byte i.e. 127.127.127.127

     [ https://issues.apache.org/jira/browse/QPID-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tejeswar Das resolved QPID-439.
-------------------------------

    Resolution: Fixed

> Broker cannot parse IPs with values larger than a Byte i.e. 127.127.127.127
> ---------------------------------------------------------------------------
>
>                 Key: QPID-439
>                 URL: https://issues.apache.org/jira/browse/QPID-439
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>            Reporter: Martin Ritchie
>         Assigned To: Tejeswar Das
>
> parseIP Line 391:
>                 ip[index++] = Byte.parseByte(token);
> java.lang.Exception: Error parsing IP address: x.x.x.x
>         at org.apache.qpid.server.Main.parseIP(Main.java:391)
>         at org.apache.qpid.server.Main.bind(Main.java:344)
>         at org.apache.qpid.server.Main.startup(Main.java:271)
>         at org.apache.qpid.server.Main.execute(Main.java:166)
>         at org.apache.qpid.server.Main.<init>(Main.java:87)
>         at org.apache.qpid.server.Main.main(Main.java:374)
> Caused by: java.lang.NumberFormatException: Value out of range. Value:"x" Radix:10
>         at java.lang.Byte.parseByte(Byte.java:153)
>         at java.lang.Byte.parseByte(Byte.java:108)
>         at org.apache.qpid.server.Main.parseIP(Main.java:387)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.