Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 22169 invoked from network); 14 Dec 2007 19:04:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Dec 2007 19:04:41 -0000 Received: (qmail 7464 invoked by uid 500); 14 Dec 2007 19:04:30 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 7434 invoked by uid 500); 14 Dec 2007 19:04:29 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 7421 invoked by uid 99); 14 Dec 2007 19:04:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2007 11:04:29 -0800 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of chirino@gmail.com designates 209.85.198.189 as permitted sender) Received: from [209.85.198.189] (HELO rv-out-0910.google.com) (209.85.198.189) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Dec 2007 19:04:17 +0000 Received: by rv-out-0910.google.com with SMTP id l15so895277rvb.26 for ; Fri, 14 Dec 2007 11:04:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=LkRNr45P/R0TvxmSB0uVaFkYoH2jEV7gKnnnjS7Yth8=; b=I5qugvQpASSo6cGo4sNEbqmMiQSNKG/X5HbipylKH062Jr1tyz/1L+xDXvrpQ6FRCm1fcHV8o+OWyd+8CJQw8K5dAMQfjMBWbhKkZTN88m7c0OG8amaZMn4GLcWZN/5hgrUYVUUvQLfHaCU66NneS6f8p6cpyBwiYjwErWMG7eY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=jcDvJFmEGYHrvQJisH2mkawrCeaOKCa6VgIdWRT2VdZlBnTOE5BUX/QpP1pMvREMELz5uFtu5KxIuVXf1scqlhrKSj5G0w+JGgqwTGxRxr9eSTn5FqneGFNWIsxmUQrhHUyFFMCXd7bfQroSIr8ov+23fl7gYb09SEbASFWv5PQ= Received: by 10.141.122.20 with SMTP id z20mr2110580rvm.160.1197659047894; Fri, 14 Dec 2007 11:04:07 -0800 (PST) Received: by 10.140.141.1 with HTTP; Fri, 14 Dec 2007 11:04:07 -0800 (PST) Message-ID: Date: Fri, 14 Dec 2007 14:04:07 -0500 From: "Hiram Chirino" Sender: chirino@gmail.com To: users@activemq.apache.org Subject: Re: ActiveMQ and Coral8 integration In-Reply-To: <14249289.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <14207504.post@talk.nabble.com> <14249289.post@talk.nabble.com> X-Google-Sender-Auth: a09606629ba0b559 X-Virus-Checked: Checked by ClamAV on apache.org perhaps a different jndi.properties is being found on the classpath before the AcitveMQ one. On Dec 10, 2007 3:55 AM, manish_mk wrote: > > Can anybody please reply. > > Regards, > Manish > > > manish_mk wrote: > > > > Hello All, > > > > I am trying to integrated ActiveMQ with Coral8, when I run following > > command I am getting the errors as shown below, I am wondering if I am > > doing anything wrong. > > > > java com.coral8.adapter.JMSOutputAdapter > > --factoryName=topicConnectionFactry > > --factoryClass=org.apache.activemq.jndi.ActiveMQInitialContextFactory > > --url=ccl://localhost:6789/Stream/Default/AlgorithmicTrading/StreamOutAlerts > > --host=localhost --port=61616 --topic=example.MyTopic > > Connecting to CPX server... > > Opening a subscription... > > Naming exception caught:javax.naming.NameNotFoundException: > > example.MyTopic > > Connecting to CPX server... > > Opening a subscription... > > Naming exception caught:javax.naming.NameNotFoundException: > > example.MyTopic > > Connecting to CPX server... > > Opening a subscription... > > Naming exception caught:javax.naming.NameNotFoundException: > > example.MyTopic > > Connecting to CPX server... > > Opening a subscription... > > Naming exception caught:javax.naming.NameNotFoundException: > > example.MyTopic > > Connecting to CPX server... > > Opening a subscription... > > Naming exception caught:javax.naming.NameNotFoundException: > > example.MyTopic > > Connecting to CPX server... > > Opening a subscription... > > Naming exception caught:javax.naming.NameNotFoundException: > > example.MyTopic > > Connecting to CPX server... > > Opening a subscription... > > Naming exception caught:javax.naming.NameNotFoundException: > > example.MyTopic > > Connecting to CPX server... > > > > I have configured JNDI as per the tutorial > > http://activemq.apache.org/jndi-support.html given by AcviteMQ. > > > > Can anybody please help me in resloving this issue. > > > > Thanks and Regards, > > Manish > > > > -- > View this message in context: http://www.nabble.com/ActiveMQ-and-Coral8-integration-tp14207504s2354p14249289.html > > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > > -- Regards, Hiram Blog: http://hiramchirino.com Open Source SOA http://open.iona.com