Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 52815 invoked from network); 20 Oct 2008 14:25:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Oct 2008 14:25:55 -0000 Received: (qmail 50122 invoked by uid 500); 20 Oct 2008 14:25:56 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 49795 invoked by uid 500); 20 Oct 2008 14:25:56 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 49784 invoked by uid 99); 20 Oct 2008 14:25:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Oct 2008 07:25:56 -0700 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 (athena.apache.org: domain of linsun.unc@gmail.com designates 74.125.44.28 as permitted sender) Received: from [74.125.44.28] (HELO yx-out-2324.google.com) (74.125.44.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Oct 2008 14:24:44 +0000 Received: by yx-out-2324.google.com with SMTP id 3so285726yxj.85 for ; Mon, 20 Oct 2008 07:25:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=4qqTj1Vcc3tssNplsoyKYraH78X4EX8pWZyySc+djTE=; b=B3Dmyrww0WyMr8HD0kSp6DR4tYvdO/jIiB4en7Tg/92pvfAmVVwie7vq3b2QsR7JAA IvzcQ6g2H1nY3eI+ghWw/JoUlqaPHmhztoWVbC3g4o6+2ZfAQ+R07Qd2mXErDB34S62J FcROwRlcM6pWiEN6RFOPY3JzSg6x/pjKRhjao= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=TZ++vUCOylVl+agkZhcRYnWjRUyoLjaAuVWqm5XgV5a9lg29xbJiTpkHlDPGNROLt9 X9tpAMq5Ee8OuoDlW2S30/w4zeMypEhAlhriatg0/hkSejQeihNHO4KzcmPMuobxDddh jec+NbKWh11h2V6xzD/XHE2TEPDn2ljkH6k8o= Received: by 10.151.156.12 with SMTP id i12mr6207840ybo.240.1224512712851; Mon, 20 Oct 2008 07:25:12 -0700 (PDT) Received: by 10.150.137.19 with HTTP; Mon, 20 Oct 2008 07:25:12 -0700 (PDT) Message-ID: Date: Mon, 20 Oct 2008 10:25:12 -0400 From: "Lin Sun" To: user@geronimo.apache.org Subject: Re: how to add activemq to little-g? In-Reply-To: <20016167.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <19837127.post@talk.nabble.com> <48EA24CC.6040809@apache.org> <19841747.post@talk.nabble.com> <20015131.post@talk.nabble.com> <73a75e430810160805n71ccb2b8vbeb72bea363c16f3@mail.gmail.com> <20016167.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi, Thanks for reporting this prob to us. I have investigated it and made a fix to our 2.2 trunk code base (see https://issues.apache.org/jira/browse/GERONIMO-4370). Since you are working on a released version of geronimo, you may want to try the custom server assembly approach I mentioned to you earlier on Oct 6 to get Little G + JMS. Thanks again, Lin On Thu, Oct 16, 2008 at 2:25 PM, aaaaa wrote: > > I got the same error: > > > Install Services [enter a comma separated list of numbers or 'q' to quit]: > 60,63 > Checking for status every 1000ms: > Downloading org.apache.geronimo.configs/system-database/2.1.3/car > Downloading org.apache.geronimo.configs/system-database/2.1.3/car (13%) > Downloading org.apache.geronimo.configs/derby/2.1.3/car > Downloading org.apache.derby/derby/10.4.1.3/jar > Downloading org.apache.derby/derbyclient/10.4.1.3/jar > Downloading org.apache.derby/derbynet/10.4.1.3/jar > Downloading org.apache.derby/derbytools/10.4.1.3/jar > Downloading org.apache.geronimo.modules/geronimo-derby/2.1.3/jar > Downloading org.apache.geronimo.modules/geronimo-timer/2.1.3/jar > Downloading org.tranql/tranql-connector-derby-embed-xa/1.4/rar > Downloading org.apache.geronimo.modules/geronimo-activemq/2.1.3/jar > Downloading > org.apache.geronimo.modules/geronimo-activemq-management/2.1.3/jar > Downloading org.apache.activemq/activemq-core/4.1.2-G647819/jar > Installation FAILED: Could not find > org.apache.activemq/activemq-core/4.1.2-G647819/jar in any repo > > > -- > View this message in context: http://www.nabble.com/how-to-add-activemq-to-little-g--tp19837127s134p20016167.html > Sent from the Apache Geronimo - Users mailing list archive at Nabble.com. > >