You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Tracy Snell (JIRA)" <ji...@apache.org> on 2010/11/21 14:55:24 UTC

[jira] Created: (CAMEL-3351) camel-irc component silently fails on nick collision

camel-irc component silently fails on nick collision
----------------------------------------------------

                 Key: CAMEL-3351
                 URL: https://issues.apache.org/activemq/browse/CAMEL-3351
             Project: Apache Camel
          Issue Type: Bug
            Reporter: Tracy Snell
            Assignee: Tracy Snell
            Priority: Minor


When the camel-irc component connects to an irc server and there's a nick collision it silently fails. Also note there is no camel-irc component in Jira.

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


[jira] Commented: (CAMEL-3351) camel-irc component silently fails on nick collision

Posted by "Tracy Snell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=63430#action_63430 ] 

Tracy Snell commented on CAMEL-3351:
------------------------------------

This will cause an NPE when the route is actually called but the root cause is hidden.

> camel-irc component silently fails on nick collision
> ----------------------------------------------------
>
>                 Key: CAMEL-3351
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3351
>             Project: Apache Camel
>          Issue Type: Bug
>            Reporter: Tracy Snell
>            Assignee: Tracy Snell
>            Priority: Minor
>
> When the camel-irc component connects to an irc server and there's a nick collision it silently fails. Also note there is no camel-irc component in Jira.

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


[jira] Updated: (CAMEL-3351) camel-irc component silently fails on nick collision

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-3351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-3351:
-------------------------------

          Component/s: camel-irc
    Affects Version/s: 2.5.0

> camel-irc component silently fails on nick collision
> ----------------------------------------------------
>
>                 Key: CAMEL-3351
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3351
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-irc
>    Affects Versions: 2.5.0
>            Reporter: Tracy Snell
>            Assignee: Tracy Snell
>            Priority: Minor
>
> When the camel-irc component connects to an irc server and there's a nick collision it silently fails. Also note there is no camel-irc component in Jira.

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


[jira] Commented: (CAMEL-3351) camel-irc component silently fails on nick collision

Posted by "Tracy Snell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=63433#action_63433 ] 

Tracy Snell commented on CAMEL-3351:
------------------------------------

All irc events are just logged (I missed it in the logs). In this case the collision is logged as well as the server initiated disconnect. However the component code is unaware of the state. In general there are a lot of useful things that could be done with the various IRC events. Specifically though the code needs to be aware of disconnects.

> camel-irc component silently fails on nick collision
> ----------------------------------------------------
>
>                 Key: CAMEL-3351
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3351
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-irc
>    Affects Versions: 2.5.0
>            Reporter: Tracy Snell
>            Assignee: Tracy Snell
>            Priority: Minor
>
> When the camel-irc component connects to an irc server and there's a nick collision it silently fails. Also note there is no camel-irc component in Jira.

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