You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Gert Vanthienen (JIRA)" <ji...@apache.org> on 2010/01/25 10:45:43 UTC

[jira] Created: (SMX4NMR-177) ChannelImplTest intermittently fails on AIX: NullPointerException

ChannelImplTest intermittently fails on AIX: NullPointerException
-----------------------------------------------------------------

                 Key: SMX4NMR-177
                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-177
             Project: ServiceMix NMR
          Issue Type: Bug
    Affects Versions: 1.0.0
            Reporter: Gert Vanthienen
             Fix For: 1.1.0


ChannelImplTest.testChangeThreadNameForSyncExchange intermittenly fails on AIX due to a NullPointerException.  It looks like the IBM JDK is sometimes reporting 'null' ThreadInfo objects when using JMX to query thread information.

{noformat}
java.lang.NullPointerException
    at org.apache.servicemix.nmr.core.ChannelImplTest.findThread(ChannelImplTest.java:228)
    at org.apache.servicemix.nmr.core.ChannelImplTest.testChangeThreadNameForSyncExchange(ChannelImplTest.java:219
{noformat}

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


[jira] Assigned: (SMX4NMR-177) ChannelImplTest intermittently fails on AIX: NullPointerException

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

Gert Vanthienen reassigned SMX4NMR-177:
---------------------------------------

    Assignee: Gert Vanthienen

> ChannelImplTest intermittently fails on AIX: NullPointerException
> -----------------------------------------------------------------
>
>                 Key: SMX4NMR-177
>                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-177
>             Project: ServiceMix NMR
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>             Fix For: 1.1.0
>
>
> ChannelImplTest.testChangeThreadNameForSyncExchange intermittenly fails on AIX due to a NullPointerException.  It looks like the IBM JDK is sometimes reporting 'null' ThreadInfo objects when using JMX to query thread information.
> {noformat}
> java.lang.NullPointerException
>     at org.apache.servicemix.nmr.core.ChannelImplTest.findThread(ChannelImplTest.java:228)
>     at org.apache.servicemix.nmr.core.ChannelImplTest.testChangeThreadNameForSyncExchange(ChannelImplTest.java:219
> {noformat}

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


[jira] Resolved: (SMX4NMR-177) ChannelImplTest intermittently fails on AIX: NullPointerException

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

Gert Vanthienen resolved SMX4NMR-177.
-------------------------------------

    Resolution: Fixed

Fixed in http://svn.apache.org/viewvc?view=revision&revision=902758

> ChannelImplTest intermittently fails on AIX: NullPointerException
> -----------------------------------------------------------------
>
>                 Key: SMX4NMR-177
>                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-177
>             Project: ServiceMix NMR
>          Issue Type: Bug
>    Affects Versions: 1.0.0
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>             Fix For: 1.1.0
>
>
> ChannelImplTest.testChangeThreadNameForSyncExchange intermittenly fails on AIX due to a NullPointerException.  It looks like the IBM JDK is sometimes reporting 'null' ThreadInfo objects when using JMX to query thread information.
> {noformat}
> java.lang.NullPointerException
>     at org.apache.servicemix.nmr.core.ChannelImplTest.findThread(ChannelImplTest.java:228)
>     at org.apache.servicemix.nmr.core.ChannelImplTest.testChangeThreadNameForSyncExchange(ChannelImplTest.java:219
> {noformat}

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