Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 91331 invoked from network); 13 Jan 2008 21:45:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Jan 2008 21:45:52 -0000 Received: (qmail 40119 invoked by uid 500); 13 Jan 2008 21:45:41 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 40084 invoked by uid 500); 13 Jan 2008 21:45:41 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 40073 invoked by uid 99); 13 Jan 2008 21:45:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jan 2008 13:45:40 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of vhnguy2@gmail.com designates 72.14.220.159 as permitted sender) Received: from [72.14.220.159] (HELO fg-out-1718.google.com) (72.14.220.159) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Jan 2008 21:45:16 +0000 Received: by fg-out-1718.google.com with SMTP id d23so2158466fga.27 for ; Sun, 13 Jan 2008 13:45:21 -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:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=oSohnHUiAu1JDqoqE54f0kJmR1KNu9C2KLk4y6EwmmU=; b=P1ZSl6LfXqspO0z7mencVCjs5mD2YjiRagXdhMaXuyACPy5Y5q6ShD6OV6xI+4KmAn7LvvnrOQqZObjt4oIQyovSvPoNqmVQnCfr4Qsf4iO2T3xXLmDSkbt9E1SR4rzAAN+WAA+UVc+MMslQTx99q0vEI01ye1kCrBYfvZxl47g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=IV+ac/Dn/byEAC6ubDCmUDbdYmwT+r/xDKKhfk7tl/vA1RUMbKnXNjBnBLevtTTO95UwXtEE+VWuBZqOyNaKOerYub5+wPThexFLnb9st9859zcmvi1MLcEdw0lo/zshDFpEfoCG5ftuO504BX1xMtf5y/ZMK4wsUGnSezQohJg= Received: by 10.86.81.14 with SMTP id e14mr5500779fgb.42.1200260721138; Sun, 13 Jan 2008 13:45:21 -0800 (PST) Received: by 10.86.28.3 with HTTP; Sun, 13 Jan 2008 13:45:21 -0800 (PST) Message-ID: Date: Sun, 13 Jan 2008 16:45:21 -0500 From: "Viet Nguyen" To: dev Subject: problems installing plugins MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Hi All, Has anyone been able to install the mejb plugin onto a minimal assembly? I also tried to install openejb to see if it was just mejb, but I cannot successfully install the openejb plugin either. I get this : $ java -jar ./deployer.jar -u system -p manager install-plugin ../../../trunk/plugins/openejb/openejb/target/openejb-2.1-SNAPSHOT.car 16:40:07,703 WARN [AbstractGBeanReference] GBean references are not using proxies Checking for status every 1000ms: Finished downloading org.apache.geronimo.configs/openejb/2.1-SNAPSHOT/car (36 kB) (100%) Installation FAILED: null Is there something wrong with the plugin installer? -Viet