[
https://issues.apache.org/jira/browse/GERONIMO-4658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770843#action_12770843
]
Chi Runhua commented on GERONIMO-4658:
--------------------------------------
The following exception showed up and blocked the server startup after built a
new server with this patch. Please help to verify.
2009-10-28 12:58:05,932 ERROR [GBeanInstanceState] Error while starting; GBean
is now in the FAILED state:
abstractName="org.apache.geronimo.plugins/console-tomcat/2.2-SNAPSHOT/car?J2EEApplication=org.apache.geronimo.plugins/console-tomcat/2.2-SNAPSHOT/car,WebModule=base-portlets.war,j2eeType=GBean,name=PropertiesLoginManager"
org.apache.xbean.recipe.MissingFactoryMethodException: Constructor has
signature public static
org.apache.geronimo.console.core.security.PropertiesLoginModuleManager(org.apache.geronimo.system.serverinfo.ServerInfo,
java.util.Collection) but expected signature public static
org.apache.geronimo.console.core.security.PropertiesLoginModuleManager(org.apache.geronimo.system.serverinfo.ServerInfo,
org.apache.geronimo.security.jaas.LoginModuleSettings)
at
org.apache.xbean.recipe.ConstructionException.<init>(ConstructionException.java:31)
at
org.apache.xbean.recipe.ReflectionUtil.findConstructor(ReflectionUtil.java:565)
at
org.apache.xbean.recipe.ObjectRecipe.findFactory(ObjectRecipe.java:563)
at
org.apache.xbean.recipe.ObjectRecipe.internalCreate(ObjectRecipe.java:274)
at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:96)
at org.apache.xbean.recipe.AbstractRecipe.create(AbstractRecipe.java:61)
at
org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:910)
at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:269)
at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:103)
at
org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:125)
at
org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:538)
at
org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:377)
at
org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:456)
at
org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:493)
at
org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:190)
at
org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:546)
at sun.reflect.GeneratedMethodAccessor29.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:599)
at
org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
at
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:130)
at
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:815)
at
org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
at
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
at
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
at
org.apache.geronimo.kernel.config.EditableConfigurationManager$$EnhancerByCGLIB$$f339e22c.startConfiguration(<generated>)
at
org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:161)
at
org.apache.geronimo.system.main.EmbeddedDaemon.execute(EmbeddedDaemon.java:78)
at
org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65)
at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:30)
2009-10-28 12:58:07,177 INFO [PortalStartupListener] Shutting down Pluto
Portal Driver...
> Console should let you add/edit artifact-aliases. When installing a jar, you
> should be able to add an artifact alias so it replaces something else.
> ----------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: GERONIMO-4658
> URL: https://issues.apache.org/jira/browse/GERONIMO-4658
> Project: Geronimo
> Issue Type: Improvement
> Security Level: public(Regular issues)
> Components: console
> Affects Versions: 2.2
> Reporter: David Jencks
> Assignee: David Jencks
> Fix For: 2.2, 3.0
>
> Attachments: GERONIMO-4658.patch, GERONIMO-4658_2.patch
>
>
> Should be able to edit artifact-aliases in the console. I think they are
> available through the local attribute manager gbean. They can certainly be
> installed there.
> In particular, when adding a jar, you should be able to add an artifact alias
> at the same time so it replaces something else.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.