You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Krishnakumar B <ww...@gmail.com> on 2007/01/16 06:48:07 UTC

Geronimo startup error

Hi,

I built 2.0 SNAPSHOT from trunk. On starting the server it throws an error

Booting Geronimo Kernel (in Java 1.5.0_05)...
[  ]  0%   1s Startup failed
org.apache.geronimo.kernel.config.InvalidConfigException: Unknown start exceptio
n
        at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfiguratio
nGBeans(ConfigurationUtil.java:441)
        at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConf
iguration(ConfigurationUtil.java:155)
        at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConf
iguration(ConfigurationUtil.java:126)
        at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:242)
        at org.apache.geronimo.system.main.Daemon.<init>(Daemon.java:74)
        at org.apache.geronimo.system.main.Daemon.main(Daemon.java:366)
Caused by: org.apache.geronimo.gbean.InvalidConfigurationException: Target does
not have specified method (declared in a GBeanInfo operation): name=hasGBeanAttr
ibutes methodName=hasGBeanAttributes targetClass=org.apache.geronimo.system.conf
iguration.LocalAttributeManager
        at org.apache.geronimo.gbean.runtime.GBeanOperation.<init>(GBeanOperatio
n.java:97)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.<init>(GBeanInstance.
java:298)
        at org.apache.geronimo.kernel.basic.BasicKernel.loadGBean(BasicKernel.ja
va:354)
        at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfiguratio
nGBeans(ConfigurationUtil.java:363)
        ... 5 more
org.apache.geronimo.kernel.config.InvalidConfigException: Unknown start exceptio
n
        at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfiguratio
nGBeans(ConfigurationUtil.java:441)
        at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConf
iguration(ConfigurationUtil.java:155)
        at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConf
iguration(ConfigurationUtil.java:126)
        at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java:242)
        at org.apache.geronimo.system.main.Daemon.<init>(Daemon.java:74)
        at org.apache.geronimo.system.main.Daemon.main(Daemon.java:366)
Caused by: org.apache.geronimo.gbean.InvalidConfigurationException: Target does
not have specified method (declared in a GBeanInfo operation): name=hasGBeanAttr
ibutes methodName=hasGBeanAttributes targetClass=org.apache.geronimo.system.conf
iguration.LocalAttributeManager
        at org.apache.geronimo.gbean.runtime.GBeanOperation.<init>(GBeanOperatio
n.java:97)
        at org.apache.geronimo.gbean.runtime.GBeanInstance.<init>(GBeanInstance.
java:298)
        at org.apache.geronimo.kernel.basic.BasicKernel.loadGBean(BasicKernel.ja
va:354)
        at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfiguratio
nGBeans(ConfigurationUtil.java:363)
        ... 5 more
Server shutdown begun
Server shutdown completed

I cleaned the repository and rebuilt. I get the same error.

Any pointers...

Regards
Krishnakumar

Re: Geronimo startup error

Posted by Vamsavardhana Reddy <c1...@gmail.com>.
Hi Krish,

I have built the server from trunk with latest source upto yesterday and I
am not noticing this error you are reporting.  The method
"hasGBeanAttributes" was added in rev 486815 committed on 14-Dec-2006.  I am
sure it is due to some old jar in your repo.  Try mvn -U in
modules\geronimo-system and modules\geronimo-kernel and then build configs
and assemblies.

--vamsi

On 1/16/07, Krishnakumar B <ww...@gmail.com> wrote:
>
> Hi,
>
> I built 2.0 SNAPSHOT from trunk. On starting the server it throws an error
>
> Booting Geronimo Kernel (in Java 1.5.0_05)...
> [  ]  0%   1s Startup failed
> org.apache.geronimo.kernel.config.InvalidConfigException: Unknown start
> exceptio
> n
>         at
> org.apache.geronimo.kernel.config.ConfigurationUtil.startConfiguratio
> nGBeans(ConfigurationUtil.java:441)
>         at
> org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConf
> iguration(ConfigurationUtil.java:155)
>         at
> org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConf
> iguration(ConfigurationUtil.java:126)
>         at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java
> :242)
>         at org.apache.geronimo.system.main.Daemon.<init>(Daemon.java:74)
>         at org.apache.geronimo.system.main.Daemon.main(Daemon.java:366)
> Caused by: org.apache.geronimo.gbean.InvalidConfigurationException: Target
> does
> not have specified method (declared in a GBeanInfo operation):
> name=hasGBeanAttr
> ibutes methodName=hasGBeanAttributes targetClass=
> org.apache.geronimo.system.conf
> iguration.LocalAttributeManager
>         at org.apache.geronimo.gbean.runtime.GBeanOperation
> .<init>(GBeanOperatio
> n.java:97)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance
> .<init>(GBeanInstance.
> java:298)
>         at org.apache.geronimo.kernel.basic.BasicKernel.loadGBean(
> BasicKernel.ja
> va:354)
>         at
> org.apache.geronimo.kernel.config.ConfigurationUtil.startConfiguratio
> nGBeans(ConfigurationUtil.java:363)
>         ... 5 more
> org.apache.geronimo.kernel.config.InvalidConfigException: Unknown start
> exceptio
> n
>         at
> org.apache.geronimo.kernel.config.ConfigurationUtil.startConfiguratio
> nGBeans(ConfigurationUtil.java:441)
>         at
> org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConf
> iguration(ConfigurationUtil.java:155)
>         at
> org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConf
> iguration(ConfigurationUtil.java:126)
>         at org.apache.geronimo.system.main.Daemon.doStartup(Daemon.java
> :242)
>         at org.apache.geronimo.system.main.Daemon.<init>(Daemon.java:74)
>         at org.apache.geronimo.system.main.Daemon.main(Daemon.java:366)
> Caused by: org.apache.geronimo.gbean.InvalidConfigurationException: Target
> does
> not have specified method (declared in a GBeanInfo operation):
> name=hasGBeanAttr
> ibutes methodName=hasGBeanAttributes targetClass=
> org.apache.geronimo.system.conf
> iguration.LocalAttributeManager
>         at org.apache.geronimo.gbean.runtime.GBeanOperation
> .<init>(GBeanOperatio
> n.java:97)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance
> .<init>(GBeanInstance.
> java:298)
>         at org.apache.geronimo.kernel.basic.BasicKernel.loadGBean(
> BasicKernel.ja
> va:354)
>         at
> org.apache.geronimo.kernel.config.ConfigurationUtil.startConfiguratio
> nGBeans(ConfigurationUtil.java:363)
>         ... 5 more
> Server shutdown begun
> Server shutdown completed
>
> I cleaned the repository and rebuilt. I get the same error.
>
> Any pointers...
>
> Regards
> Krishnakumar
>