Return-Path: X-Original-To: apmail-ignite-user-archive@minotaur.apache.org Delivered-To: apmail-ignite-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 230A318856 for ; Thu, 13 Aug 2015 22:01:08 +0000 (UTC) Received: (qmail 26893 invoked by uid 500); 13 Aug 2015 22:01:08 -0000 Delivered-To: apmail-ignite-user-archive@ignite.apache.org Received: (qmail 26846 invoked by uid 500); 13 Aug 2015 22:01:08 -0000 Mailing-List: contact user-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ignite.incubator.apache.org Delivered-To: mailing list user@ignite.incubator.apache.org Received: (qmail 26836 invoked by uid 99); 13 Aug 2015 22:01:08 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Aug 2015 22:01:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 9B5541AA03E for ; Thu, 13 Aug 2015 22:01:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.424 X-Spam-Level: ** X-Spam-Status: No, score=2.424 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_ENVFROM_END_DIGIT=0.25, NML_ADSP_CUSTOM_MED=1.2, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id dgvz75fPo4lz for ; Thu, 13 Aug 2015 22:00:57 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id 89AB042B29 for ; Thu, 13 Aug 2015 22:00:57 +0000 (UTC) Received: from malf.nabble.com (unknown [162.253.133.59]) by mbob.nabble.com (Postfix) with ESMTP id DC17A13294FC for ; Thu, 13 Aug 2015 15:00:06 -0700 (PDT) Date: Thu, 13 Aug 2015 14:55:19 -0700 (PDT) From: roar109 To: user@ignite.incubator.apache.org Message-ID: <1439502919006-964.post@n6.nabble.com> In-Reply-To: <1439501465922-963.post@n6.nabble.com> References: <1439498084689-955.post@n6.nabble.com> <1439501465922-963.post@n6.nabble.com> Subject: Re: Cache put operation blocked in cluster MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Yes Val, I pasted here: https://gist.github.com/roar109/8d9a39b6b424cf3cd465 This is from node 01 after I start node 02 and hit the HealthCheck in node 02. The output of the node 02 is only this: 2015-08-13 16:47:39,488 33047 INFO [http-/0.0.0.0:8082-4 ] rest.HealthCheckRest ( HealthCheckRest.java: 53) - Calling Rest healthCheckTest method... 2015-08-13 16:47:40,408 33967 WARN [ignite-#70%p2p-datafabric] log4j.Log4JLogger ( Log4JLogger.java: 463) - Failed to find local deployment for peer request: GridDeploymentRequest [rsrcName=org/apache/activemq/ActiveMQConnectionFactory.class, ldrId=40038092f41-cca96f76-2f61-4817-97e3-788bbc060f68, isUndeploy=false, nodeIds=null] To refresh the main idea behind this is that the Healthcheck writes to the cache, and we register an event listener so when detect a PUT event to the cache it rises an event that only print and sends a jms message. The ActiveMQ jars we only have that ones in the HealthCheck war not the other that is the on in charge or create "Ignite.start". -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Cache-put-operation-blocked-in-cluster-tp955p964.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.