Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 61099 invoked from network); 29 Dec 2008 16:07:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Dec 2008 16:07:08 -0000 Received: (qmail 47145 invoked by uid 500); 29 Dec 2008 16:07:07 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 47083 invoked by uid 500); 29 Dec 2008 16:07:07 -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 47074 invoked by uid 99); 29 Dec 2008 16:07:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Dec 2008 08:07:07 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Dec 2008 16:07:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 498DE234C47E for ; Mon, 29 Dec 2008 08:06:44 -0800 (PST) Message-ID: <738357669.1230566804286.JavaMail.jira@brutus> Date: Mon, 29 Dec 2008 08:06:44 -0800 (PST) From: "Lin Sun (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Resolved: (GERONIMO-4479) Custom server assembly does not work In-Reply-To: <1547694914.1230003464224.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-4479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lin Sun resolved GERONIMO-4479. ------------------------------- Resolution: Fixed fixed in rev 729920 by reverting some changes in rev708650. I think the prob is that when installPluginList is called (this is used to build custom server assembly from either admin console or gsh), and when we construct the pluginInstallerGBean, it is using the current server's configManager, instead of the configManager from the buildConfigurationManager method. Thus it thinks everything is already installed. Also, we have to call setUpServerInstances first to set up servers before buildConfigurationManager so I could not easily reuse the private pluginInstallerGBean constructor. > Custom server assembly does not work > ------------------------------------ > > Key: GERONIMO-4479 > URL: https://issues.apache.org/jira/browse/GERONIMO-4479 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: general > Affects Versions: 2.2 > Environment: windowns XP SP2 (English), JDK 1.6.0 or JDK 1.5 > Reporter: Han Hong Fang > Assignee: Lin Sun > Priority: Blocker > Fix For: 2.2 > > > No matter using JDK 1.5 or JDK 1.6 to start Geronimo server, when creating the server assembly in admin console, we got following error messages. Meanwhile the created server only has a empty repository and some configuration files under var/config. > 2008-12-22 19:42:49,421 ERROR [PluginInstallerGBean] Installed 'org.apache.geron > imo.assemblies/geronimo-boilerplate/2.2-SNAPSHOT/car' configuration into reposit > ory but cannot locate file to copy contents/ > I tried the followings scenarios: > 1). Select Framework > 2). Select Framework + Web Little-G Tomcat > I also tried in gshell and only select Framework, the same exception exists. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.