You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org> on 2008/07/23 12:55:31 UTC

[jira] Created: (QPID-1190) Broker logs 0-10 negotiation failure

Broker logs 0-10 negotiation failure
------------------------------------

                 Key: QPID-1190
                 URL: https://issues.apache.org/jira/browse/QPID-1190
             Project: Qpid
          Issue Type: Bug
          Components: Java Broker
    Affects Versions: M3
            Reporter: Aidan Skinner
            Assignee: Marnie McCormack
             Fix For: M3


When the Java broker gets a connection from a 0-10 client, it logs out a huge stack trace. This is both overly verbose (a simple "No supported protocol version found for client [1.2.3.4] offered [0-10]" would be fine) and is logged at too high a level (it's probably only an info at worst).

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


[jira] Commented: (QPID-1190) Broker logs 0-10 negotiation failure

Posted by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630210#action_12630210 ] 

Marnie McCormack commented on QPID-1190:
----------------------------------------

To see this log statement, change log level in log4j.xml to info and then connect a client.

> Broker logs 0-10 negotiation failure
> ------------------------------------
>
>                 Key: QPID-1190
>                 URL: https://issues.apache.org/jira/browse/QPID-1190
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M3
>            Reporter: Aidan Skinner
>            Assignee: Marnie McCormack
>             Fix For: M4
>
>
> When the Java broker gets a connection from a 0-10 client, it logs out a huge stack trace. This is both overly verbose (a simple "No supported protocol version found for client [1.2.3.4] offered [0-10]" would be fine) and is logged at too high a level (it's probably only an info at worst).

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


[jira] Resolved: (QPID-1190) Broker logs 0-10 negotiation failure

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

Aidan Skinner resolved QPID-1190.
---------------------------------

    Resolution: Fixed
      Assignee: Marnie McCormack  (was: Aidan Skinner)

Works fine :)

> Broker logs 0-10 negotiation failure
> ------------------------------------
>
>                 Key: QPID-1190
>                 URL: https://issues.apache.org/jira/browse/QPID-1190
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M3
>            Reporter: Aidan Skinner
>            Assignee: Marnie McCormack
>             Fix For: M4
>
>
> When the Java broker gets a connection from a 0-10 client, it logs out a huge stack trace. This is both overly verbose (a simple "No supported protocol version found for client [1.2.3.4] offered [0-10]" would be fine) and is logged at too high a level (it's probably only an info at worst).

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


[jira] Updated: (QPID-1190) Broker logs 0-10 negotiation failure

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

Marnie McCormack updated QPID-1190:
-----------------------------------

    Status: Ready To Review  (was: In Progress)

> Broker logs 0-10 negotiation failure
> ------------------------------------
>
>                 Key: QPID-1190
>                 URL: https://issues.apache.org/jira/browse/QPID-1190
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M3
>            Reporter: Aidan Skinner
>            Assignee: Marnie McCormack
>             Fix For: M4
>
>
> When the Java broker gets a connection from a 0-10 client, it logs out a huge stack trace. This is both overly verbose (a simple "No supported protocol version found for client [1.2.3.4] offered [0-10]" would be fine) and is logged at too high a level (it's probably only an info at worst).

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


[jira] Commented: (QPID-1190) Broker logs 0-10 negotiation failure

Posted by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630209#action_12630209 ] 

Marnie McCormack commented on QPID-1190:
----------------------------------------

Amended AMQMinaProtocolSession to now log an info message thus:

(AMQMinaProtocolSession.java:275) - Received unsupported protocol initiation for protocol version: org.apache.qpid.framing.ProtocolVersion@9

> Broker logs 0-10 negotiation failure
> ------------------------------------
>
>                 Key: QPID-1190
>                 URL: https://issues.apache.org/jira/browse/QPID-1190
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M3
>            Reporter: Aidan Skinner
>            Assignee: Marnie McCormack
>             Fix For: M4
>
>
> When the Java broker gets a connection from a 0-10 client, it logs out a huge stack trace. This is both overly verbose (a simple "No supported protocol version found for client [1.2.3.4] offered [0-10]" would be fine) and is logged at too high a level (it's probably only an info at worst).

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


[jira] Commented: (QPID-1190) Broker logs 0-10 negotiation failure

Posted by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-1190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12630205#action_12630205 ] 

Marnie McCormack commented on QPID-1190:
----------------------------------------

Change required to line 275 of  AMQMinaProtocolSession

> Broker logs 0-10 negotiation failure
> ------------------------------------
>
>                 Key: QPID-1190
>                 URL: https://issues.apache.org/jira/browse/QPID-1190
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M3
>            Reporter: Aidan Skinner
>            Assignee: Marnie McCormack
>             Fix For: M4
>
>
> When the Java broker gets a connection from a 0-10 client, it logs out a huge stack trace. This is both overly verbose (a simple "No supported protocol version found for client [1.2.3.4] offered [0-10]" would be fine) and is logged at too high a level (it's probably only an info at worst).

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


[jira] Assigned: (QPID-1190) Broker logs 0-10 negotiation failure

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

Marnie McCormack reassigned QPID-1190:
--------------------------------------

    Assignee: Aidan Skinner  (was: Marnie McCormack)

Please review for me, gently

> Broker logs 0-10 negotiation failure
> ------------------------------------
>
>                 Key: QPID-1190
>                 URL: https://issues.apache.org/jira/browse/QPID-1190
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M3
>            Reporter: Aidan Skinner
>            Assignee: Aidan Skinner
>             Fix For: M4
>
>
> When the Java broker gets a connection from a 0-10 client, it logs out a huge stack trace. This is both overly verbose (a simple "No supported protocol version found for client [1.2.3.4] offered [0-10]" would be fine) and is logged at too high a level (it's probably only an info at worst).

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