Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 58088 invoked from network); 17 May 2007 20:00:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 May 2007 20:00:57 -0000 Received: (qmail 27065 invoked by uid 500); 17 May 2007 20:01:00 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 27020 invoked by uid 500); 17 May 2007 20:01:00 -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 27009 invoked by uid 99); 17 May 2007 20:01:00 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 May 2007 13:01:00 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [128.163.184.22] (HELO nm.uky.edu) (128.163.184.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 May 2007 13:00:52 -0700 Received: from vhnguy2 [129.33.49.251] by nm.uky.edu with NetMail ModWeb Module; Thu, 17 May 2007 16:00:31 -0400 Subject: web2 plugins for G v2.0 using tomcat Reply-To: vnguyen05@uky.edu From: "Viet Hung Nguyen" To: dev@geronimo.apache.org Date: Thu, 17 May 2007 16:00:31 -0400 X-Mailer: NetMail ModWeb Module X-Sender: vhnguy2 MIME-Version: 1.0 Message-ID: <1179432031.9b38bbcvnguyen05@uky.edu> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org I am working on the following JIRA. https://issues.apache.org/jira/browse/GERONIMO-2966 When I try to install the plugins with: ./install.sh /cygdrive/c/g/geronimo-tomcat6-jee5-2.00-SNAPSHOT <= password> I get the following error: Installation FAILED: Required configuration 'geronimo/tomcat//' is not inst= alled. Using GERONIMO_BASE: c:\g\geronimo-tomcat6-jee5-2.0-SNAPSHOT Using GERONIMO_HOME: c:\g\geronimo-tomcat6-jee5-2.0-SNAPSHOT Using GERONIMO_TMPDIR: c:\.m2\web2-plugins-0.1.1\bin\var\temp Using JRE_HOME: c:\Program Files\Java\jdk1.5.0_11\jre Checking for status every 1000ms: Installation FAILED: Cannot install plugin org.apache.geronimo.plugins/ajax= -dojo/0.1/car on Geronimo 2.0-SNAPSHOT Using GERONIMO_BASE: c:\g\geronimo-tomcat6-jee5-2.0-SNAPSHOT Using GERONIMO_HOME: c:\g\geronimo-tomcat6-jee5-2.0-SNAPSHOT Using GERONIMO_TMPDIR: c:\.m2\web2-plugins-0.1.1\bin\var\temp Using JRE_HOME: c:\Program Files\Java\jdk1.5.0_11\jre Checking for status every 1000ms: Installation FAILED: Cannot install plugin org.apache.geronimo.plugins/ajax= -jsonrpc/0.1/car on Geronimo 2.0-SNAPSHOT Using GERONIMO_BASE: c:\g\geronimo-tomcat6-jee5-2.0-SNAPSHOT Using GERONIMO_HOME: c:\g\geronimo-tomcat6-jee5-2.0-SNAPSHOT Using GERONIMO_TMPDIR: c:\.m2\web2-plugins-0.1.1\bin\var\temp Using JRE_HOME: c:\Program Files\Java\jdk1.5.0_11\jre Error: Unable to distribute ajax-testapp-0.1.war: Unable to create configuration for deployment load of org.apache.geronimo.plugins/ajax-testapp/0.1/war failed Error starting configuration gbean org.apache.geronimo.plugins/ajax-testapp/0.1/war Unable to resolve dependency org.apache.geronimo.plugins/ajax-dojo/0.1/car Has anyone come across this problem? or have any suggestions? -Viet Nguyen