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

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

     [ https://issues.apache.org/jira/browse/GERONIMO-4163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

wang updated GERONIMO-4163:
---------------------------

    Attachment: myrepo.xml

myrepo.xml

> 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
>
>
> 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 repos2. when I use command line to deploy and undploy *.car, 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.