Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9A61B1807E for ; Thu, 26 Nov 2015 12:38:11 +0000 (UTC) Received: (qmail 31730 invoked by uid 500); 26 Nov 2015 12:38:11 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 31703 invoked by uid 500); 26 Nov 2015 12:38:11 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 31684 invoked by uid 99); 26 Nov 2015 12:38:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Nov 2015 12:38:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 185552C1F56 for ; Thu, 26 Nov 2015 12:38:11 +0000 (UTC) Date: Thu, 26 Nov 2015 12:38:11 +0000 (UTC) From: "Vasilisa Sidorova (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (IGNITE-2000) .Net: MessagingExample get exception after second execution MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IGNITE-2000?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vasilisa Sidorova reassigned IGNITE-2000: ------------------------------------------ Assignee: Vasilisa Sidorova > .Net: MessagingExample get exception after second execution > ----------------------------------------------------------- > > Key: IGNITE-2000 > URL: https://issues.apache.org/jira/browse/IGNITE-2000 > Project: Ignite > Issue Type: Bug > Components: interop > Affects Versions: 1.5 > Environment: Win7 64bit, MS Visual C++ 2010 Professional, Apache Ignite 1.5.0 build #83 > Reporter: Vasilisa Sidorova > Assignee: Vasilisa Sidorova > Fix For: 1.5 > > > --------------------------------------------- > STEPS FOR REPRODUCE > --------------------------------------------- > # Build .Net project > # Run Apache.Ignite.exe remote node: > {noformat} > Apache.Ignite.exe -IgniteHome="%IGNITE_HOME%" -springConfigUrl=platforms\dotnet\examples\config\example-compute.xml -assembly=[path_to_Apache.Ignite.ExamplesDll.dll] > {noformat} > # Run MessagingExample > # Run MessagingExample once again > --------------------------------------------- > ACTUAL RESULT > --------------------------------------------- > The exception appears after example running: > {noformat} > System.InvalidOperationException was unhandled by user code > HResult=-2146233079 > Message=Invalid attempt made to decrement the event's count below zero. > Source=mscorlib > StackTrace: > at System.Threading.CountdownEvent.Signal() > at Apache.Ignite.ExamplesDll.Messaging.LocalListener.Invoke(Guid nodeId, Int32 message) in C:\work_vsidorova\Ignite\ignite-last\platforms\dotnet\examples\Apache.Ignite.ExamplesDll\Messaging\LocalListener.cs:line 54 > at Apache.Ignite.Core.Impl.Messaging.MessageListenerHolder.<>c__DisplayClass1`1.b__0(Guid id, Object msg) > at Apache.Ignite.Core.Impl.Messaging.MessageListenerHolder.Invoke(IBinaryStream input) > at Apache.Ignite.Core.Impl.Unmanaged.UnmanagedCallbacks.<>c__DisplayClass80.b__7f() > at Apache.Ignite.Core.Impl.Unmanaged.UnmanagedCallbacks.SafeCall[T](Func`1 func, Boolean allowUnitialized) > InnerException: > {noformat} > --------------------------------------------- > EXPECTED RESULT > --------------------------------------------- > Example execute without any exception any times -- This message was sent by Atlassian JIRA (v6.3.4#6332)