[
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.