You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2007/04/02 11:19:32 UTC

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

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
            Reporter: Martin Ritchie


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.


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

Posted by "Tejeswar Das (JIRA)" <qp...@incubator.apache.org>.
     [ 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.


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

Posted by "Tejeswar Das (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tejeswar Das reassigned QPID-439:
---------------------------------

    Assignee: Tejeswar Das

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


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

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie updated QPID-439:
--------------------------------

    Component/s: Java Broker

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