You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "james strachan (JIRA)" <ji...@apache.org> on 2007/02/27 12:13:03 UTC

[jira] Commented: (AMQNET-21) "Object reference not set to an instance of an object." exception when closing connection.

    [ https://issues.apache.org/activemq/browse/AMQNET-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38610 ] 

james strachan commented on AMQNET-21:
--------------------------------------

Jan K: you can use the wiki notation from confluence in comments. e.g. for code you can do \{code\} around blocks of code. e.g.

{code}
if (foo) { 
  doSomething();
}
{code}

> "Object reference not set to an instance of an object." exception when closing connection.
> ------------------------------------------------------------------------------------------
>
>                 Key: AMQNET-21
>                 URL: https://issues.apache.org/activemq/browse/AMQNET-21
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>         Environment: WINXP SP2 
>            Reporter: Jan K
>             Fix For: 1.0
>
>
>    at ActiveMQ.TestMain.connection_ExceptionListener(Exception exception) in D:\activemq-dotnet\src\test\csharp\ActiveMQ\TestMain.cs:line 80
>    at ActiveMQ.Connection.OnException(ITransport sender, Exception exception) in D:\activemq-dotnet\src\main\csharp\ActiveMQ\Connection.cs:line 334
>    at ActiveMQ.Transport.TransportFilter.OnException(ITransport sender, Exception command) in D:\activemq-dotnet\src\main\csharp\ActiveMQ\Transport\TransportFilter.cs:line 44
>    at ActiveMQ.Transport.TransportFilter.OnException(ITransport sender, Exception command) in D:\activemq-dotnet\src\main\csharp\ActiveMQ\Transport\TransportFilter.cs:line 44
>    at ActiveMQ.Transport.WireFormatNegotiator.OnException(ITransport sender, Exception command) in D:\activemq-dotnet\src\main\csharp\ActiveMQ\Transport\WireFormatNegotiator.cs:line 102
>    at ActiveMQ.Transport.Tcp.TcpTransport.ReadLoop() in D:\activemq-dotnet\src\main\csharp\ActiveMQ\Transport\Tcp\TcpTransport.cs:line 150
>    at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
>    at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
>    at System.Threading.ThreadHelper.ThreadStart()

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