Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 52076 invoked from network); 3 Nov 2007 21:25:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Nov 2007 21:25:24 -0000 Received: (qmail 12782 invoked by uid 500); 3 Nov 2007 21:25:11 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 12714 invoked by uid 500); 3 Nov 2007 21:25:11 -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 Delivered-To: moderator for dev@geronimo.apache.org Received: (qmail 96764 invoked by uid 99); 3 Nov 2007 20:48:52 -0000 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 64.233.182.185 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=4WW33gmf/2Q4Ja9JLyMfMrj0oylhhTkmmkvBr+MHSGg=; b=ul5t1FEYxeIQHwYwrb+tvtF9AgU+7xKyJhbMo+e/9J7deKndhtJiM2l7u5NEZ94tufeOtoecBPxhRoc6Sfpm5iN8fl5QZJhth4OwrCSeOc7HkEOxHxwj3FR+rEcmKIBoSIh6uxh5l1ShXoY/eVKjBBRUARzUDiKIZHkIWWT3GaU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=gYDgPAxVOu/blA1IRNkqaON0sPFqkGHK5powQaFU/UFfzWKnt9Lr1uM0ZOwOTXzm34y2R+rbFhyYd242qe6eUatsdWu77b+Pgg8QYtu4NZa64wuTudjb9wdjdFILIpw1YvlUEieiG2TdJ7TT+GRQikkKx6n0GA233EvTcOgbGMg= Message-ID: Date: Sat, 3 Nov 2007 16:48:33 -0400 From: "Viet Nguyen" To: dev Subject: problems with installing plugin 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, Since yesterday, when I pulled down the latest trunk with the new structure, I have been unable to install any plugins. I get these warnings from the server's console [INFO] 15:45:06,864 WARN [PropertiesFileLoginModule] Ignoring option: org.apache.geronimo.security.realm.GenericSecurityRealm.KERNEL. Not supported. [INFO] 15:45:06,865 WARN [PropertiesFileLoginModule] Ignoring option: org.apache.geronimo.security.realm.GenericSecurityRealm.CLASSLOADER. Not supported. [INFO] 15:45:06,865 WARN [PropertiesFileLoginModule] Ignoring option: org.apache.geronimo.security.realm.GenericSecurityRealm.SERVERINFO. Not supported. and this error message from the terminal in which I tried to install the plugin vhnguy2@vhnguy2-desktop:~/g/trunk/target/geronimo-tomcat6-javaee5-2.1-SNAPSHOT/bin$ java -jar ./deployer.jar -u system -p manager install-plugin /home/vhnguy2/Desktop/activemq.car Checking for status every 1000ms: Finished downloading org.apache.geronimo.configs/activemq-broker/2.1-SNAPSHOT/car (32 kB) (100%) Installation FAILED: No server instance configuration set up for name default Is anyone else having this problem? Thanks, Viet