Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 42325 invoked from network); 2 Dec 2008 16:07:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Dec 2008 16:07:04 -0000 Received: (qmail 80961 invoked by uid 500); 2 Dec 2008 16:07:16 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 80418 invoked by uid 500); 2 Dec 2008 16:07:14 -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 80407 invoked by uid 99); 2 Dec 2008 16:07:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Dec 2008 08:07:14 -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: local policy) Received: from [209.86.89.64] (HELO elasmtp-curtail.atl.sa.earthlink.net) (209.86.89.64) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Dec 2008 16:05:45 +0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=Dzrt+3t8crZHuMwz2XPPBTh+48i1HDyRI7wGSZ1LCJrnfn9bxt5AabbaEtoSyH5K; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding:X-ELNK-Trace:X-Originating-IP; Received: from [129.33.49.251] (helo=dyn9-37-243-139.raleigh.ibm.com) by elasmtp-curtail.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1L7Xlg-0000Uu-7j for user@geronimo.apache.org; Tue, 02 Dec 2008 11:06:32 -0500 Message-ID: <49355D08.7070009@earthlink.net> Date: Tue, 02 Dec 2008 11:06:32 -0500 From: Joe Bohn User-Agent: Thunderbird 2.0.0.18 (Macintosh/20081105) MIME-Version: 1.0 To: user@geronimo.apache.org Subject: Re: Cannot install any Geronimo Sample apps References: <775266.82604.qm@web31902.mail.mud.yahoo.com> <492AC1D3.8000104@earthlink.net> <20786450.post@talk.nabble.com> In-Reply-To: <20786450.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: c408501814fc19611aa676d7e74259b7b3291a7d08dfec794b079f214d72f4a597aaf041dbd785c7350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 129.33.49.251 X-Virus-Checked: Checked by ClamAV on apache.org If you are using the 2.1.3 jetty javaee5 assembly (geronimo-jetty6-javaee5-2.1.3) then I am a little confused by your earlier statements on the repositories you see in the plugins portlet. They don't seem to be the list I would expect (see below). Also, there are some issues installing plugins using the web console from a jetty server involving dwr. IIRC things should install but the web console may freeze and you will see some dwr errors in the command window. If you want a smoother ride you might want to switch to the tomcat server (geronimo-tomcat6-javaee5-2.1.2.zip) Try the following and let me know where you see differences: - Start from a clean slate. Get the the geronimo-jetty6-javaee5-2.1.3 zip or tomcat referenced above and unpack it. - start the server - connect to the web console (http://localhost:8080/console) - click on Plugins under Navigation in the left hand navigation panel - click on "Update Repository List" in the Install Plugins portlet - When you look at the list of repositories you should see three: - http://geronimo.apache.org/plugins/geroniom-2.1.3/ - http://geronimo.apache.org/plugins/samples-2.1.2/ - file:/... (pointing to your local maven repo if you have built something locally) - Select the second repository (samples-2.1.2) and then click on "Show Plugins in selected repository" - Choose just one sample - let's pick the calculator plugin for the appropriate server you installed (tomcat or jetty). - You should then see some info on the plugin and it's dependencies. Select "install" to install it. - When the install is complete you should see a list of the dependencies that were either already present or installed. For this sample all of the dependencies should already be installed. - Next, you should be able to access the running sample using http://localhost:8080/calculator NOTE: If you use Jetty you will probably get an error in the command prompt about dwr and the console install may never appear to complete. However, the sample should be actually installed after a few minutes and you should be able to access it using the url above. One more thing ... For some reason access to the apache servers has been crawling lately (especially yesterday and today). It may take much longer to install a plugin than normal until the issue is resolved. HTH, Joe cuatez wrote: > I installed Geronimo 2.1.3 (from this site: > http://geronimo.apache.org/apache-geronimo-v213-release.html) > It should be working per your comments. Any idea where I can start > debugging? > >