You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Joe Bohn (JIRA)" <ji...@apache.org> on 2008/06/26 19:31:44 UTC

[jira] Commented: (GERONIMO-4163) Startup failed when use multi repository

    [ https://issues.apache.org/jira/browse/GERONIMO-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12608506#action_12608506 ] 

Joe Bohn commented on GERONIMO-4163:
------------------------------------

I believe this is a duplicate of a problem that has since been corrected in Geronimo trunk (2.2-SNAPSHOT) and branches/2.1 (2.1.2-SNAPSHOT).    I referring to http://issues.apache.org/jira/browse/GERONIMO-3993 .    Can you try your scenario with either a build from Geronimo trunk or branches/2.1 and let us know if the problem is in fact resolved?

> Startup failed when use multi repository
> ----------------------------------------
>
>                 Key: GERONIMO-4163
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4163
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: core
>    Affects Versions: 2.1.1
>         Environment: Geronimo v2.1.1, J2se6.0,winxp
>            Reporter: wang
>         Attachments: myrepo.xml, plan.pml
>
>
> I use multi repository with version 2.1.1 as following the url: 
>     https://issues.apache.org/jira/browse/GERONIMO-2814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12602153#action_12602153
> My use case just is one server instance with two repository. one dir is repository, and another is repo2s. when I use command line to deploy plan to repo2s, it works wonderful.but to restart the server is failed. the Exception is bellow:
> org.apache.geronimo.kernel.config.NoSuchConfigException: test/first/1.0/car
> 	at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfigurationData(SimpleConfigurationManager.java:476)
> 	at org.apache.geronimo.kernel.config.SimpleConfigurationManager.sort(SimpleConfigurationManager.java:456)
> 	at org.apache.geronimo.kernel.config.SimpleConfigurationManager.sort(SimpleConfigurationManager.java:448)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> 	at java.lang.reflect.Method.invoke(Method.java:597)
> 	at org.apache.geronimo.gbean.runtime.ReflectionMethodInvoker.invoke(ReflectionMethodInvoker.java:34)
> 	at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:124)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:832)
> 	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.gbean.GBeanLifecycle$$EnhancerByCGLIB$$b9aaa102.sort(<generated>)
> 	at org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:152)
> 	at org.apache.geronimo.system.main.EmbeddedDaemon.execute(EmbeddedDaemon.java:79)
> 	at org.apache.geronimo.system.main.Daemon.main(Daemon.java:94)
>  
> There is problem with the method configurationManager.sort(). I did the same test with version v1.1.1,fond that it works well.  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.