You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "YunFeng Ma (JIRA)" <ji...@apache.org> on 2008/05/14 04:37:55 UTC

[jira] Created: (GERONIMO-4016) The exception of failing to start client is not recorded in client.log

The exception of failing to start client is not recorded in client.log
----------------------------------------------------------------------

                 Key: GERONIMO-4016
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4016
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: Logging
    Affects Versions: 2.1.2, 2.1.x
         Environment: Windows
            Reporter: YunFeng Ma
            Priority: Minor
             Fix For: 2.1.2, 2.1.x


Run the following command in %GERONIMO_HOME%\bin
 > client.bat abc/not-exist-artifact/1.0/car

get the following exception, but the exception is not recorded in client.log

{noformat}
org.apache.geronimo.kernel.config.LifecycleException: load of abc/no-exist-artifact/1.0/car failed
        at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:276)
        at java.lang.reflect.Method.invoke(Method.java:615)
        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.system.main.CommandLine.loadConfigurations(CommandLine.java:187)
        at org.apache.geronimo.system.main.CommandLine.invokeMainGBean(CommandLine.java:98)
        at org.apache.geronimo.system.main.ClientCommandLine.startClient(ClientCommandLine.java:77)
        at org.apache.geronimo.system.main.ClientCommandLine.execute(ClientCommandLine.java:63)
        at org.apache.geronimo.system.main.EmbeddedClientCommandLine.execute(EmbeddedClientCommandLine.java:43)
        at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
        at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
        at org.apache.geronimo.cli.client.ClientCLI.main(ClientCLI.java:30)
Caused by:
org.apache.geronimo.kernel.config.NoSuchConfigException: abc/no-exist-artifact/1.0/car
        at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfigurationData(SimpleConfigurationManager.java:476)
        at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:273)
        ... 15 more
{noformat}

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


[jira] Updated: (GERONIMO-4016) The exception of failing to start client is not recorded in client.log

Posted by "YunFeng Ma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

YunFeng Ma updated GERONIMO-4016:
---------------------------------

    Attachment: GERONIMO-4016.patch

A patch for this. Thanks.

> The exception of failing to start client is not recorded in client.log
> ----------------------------------------------------------------------
>
>                 Key: GERONIMO-4016
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4016
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Logging
>    Affects Versions: 2.1.2, 2.1.x
>         Environment: Windows
>            Reporter: YunFeng Ma
>            Priority: Minor
>             Fix For: 2.1.2, 2.1.x
>
>         Attachments: GERONIMO-4016.patch
>
>
> Run the following command in %GERONIMO_HOME%\bin
>  > client.bat abc/not-exist-artifact/1.0/car
> get the following exception, but the exception is not recorded in client.log
> {noformat}
> org.apache.geronimo.kernel.config.LifecycleException: load of abc/no-exist-artifact/1.0/car failed
>         at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:276)
>         at java.lang.reflect.Method.invoke(Method.java:615)
>         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.system.main.CommandLine.loadConfigurations(CommandLine.java:187)
>         at org.apache.geronimo.system.main.CommandLine.invokeMainGBean(CommandLine.java:98)
>         at org.apache.geronimo.system.main.ClientCommandLine.startClient(ClientCommandLine.java:77)
>         at org.apache.geronimo.system.main.ClientCommandLine.execute(ClientCommandLine.java:63)
>         at org.apache.geronimo.system.main.EmbeddedClientCommandLine.execute(EmbeddedClientCommandLine.java:43)
>         at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
>         at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
>         at org.apache.geronimo.cli.client.ClientCLI.main(ClientCLI.java:30)
> Caused by:
> org.apache.geronimo.kernel.config.NoSuchConfigException: abc/no-exist-artifact/1.0/car
>         at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfigurationData(SimpleConfigurationManager.java:476)
>         at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:273)
>         ... 15 more
> {noformat}

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


[jira] Commented: (GERONIMO-4016) The exception of failing to start client is not recorded in client.log

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4016?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12597454#action_12597454 ] 

Donald Woods commented on GERONIMO-4016:
----------------------------------------

Client cmdline output also needs to be cleaned up some....

> The exception of failing to start client is not recorded in client.log
> ----------------------------------------------------------------------
>
>                 Key: GERONIMO-4016
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4016
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Logging
>    Affects Versions: 2.1.2, 2.1.x
>         Environment: Windows
>            Reporter: YunFeng Ma
>            Assignee: Donald Woods
>            Priority: Minor
>             Fix For: 2.1.2, 2.1.x
>
>         Attachments: GERONIMO-4016.patch
>
>
> Run the following command in %GERONIMO_HOME%\bin
>  > client.bat abc/not-exist-artifact/1.0/car
> get the following exception, but the exception is not recorded in client.log
> {noformat}
> org.apache.geronimo.kernel.config.LifecycleException: load of abc/no-exist-artifact/1.0/car failed
>         at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:276)
>         at java.lang.reflect.Method.invoke(Method.java:615)
>         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.system.main.CommandLine.loadConfigurations(CommandLine.java:187)
>         at org.apache.geronimo.system.main.CommandLine.invokeMainGBean(CommandLine.java:98)
>         at org.apache.geronimo.system.main.ClientCommandLine.startClient(ClientCommandLine.java:77)
>         at org.apache.geronimo.system.main.ClientCommandLine.execute(ClientCommandLine.java:63)
>         at org.apache.geronimo.system.main.EmbeddedClientCommandLine.execute(EmbeddedClientCommandLine.java:43)
>         at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
>         at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
>         at org.apache.geronimo.cli.client.ClientCLI.main(ClientCLI.java:30)
> Caused by:
> org.apache.geronimo.kernel.config.NoSuchConfigException: abc/no-exist-artifact/1.0/car
>         at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfigurationData(SimpleConfigurationManager.java:476)
>         at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:273)
>         ... 15 more
> {noformat}

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


[jira] Closed: (GERONIMO-4016) The exception of failing to start client is not recorded in client.log

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods closed GERONIMO-4016.
----------------------------------

    Resolution: Fixed

r663301 in trunk (2.2-SNAPSHOT)
r663305 in branches/2.1 (2.1.2-SNAPSHOT)



> The exception of failing to start client is not recorded in client.log
> ----------------------------------------------------------------------
>
>                 Key: GERONIMO-4016
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4016
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Logging
>    Affects Versions: 2.1, 2.1.1, 2.1.2, 2.2
>         Environment: Windows
>            Reporter: YunFeng Ma
>            Assignee: Donald Woods
>            Priority: Minor
>             Fix For: 2.1.2, 2.2
>
>         Attachments: GERONIMO-4016.patch
>
>
> Run the following command in %GERONIMO_HOME%\bin
>  > client.bat abc/not-exist-artifact/1.0/car
> get the following exception, but the exception is not recorded in client.log
> {noformat}
> org.apache.geronimo.kernel.config.LifecycleException: load of abc/no-exist-artifact/1.0/car failed
>         at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:276)
>         at java.lang.reflect.Method.invoke(Method.java:615)
>         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.system.main.CommandLine.loadConfigurations(CommandLine.java:187)
>         at org.apache.geronimo.system.main.CommandLine.invokeMainGBean(CommandLine.java:98)
>         at org.apache.geronimo.system.main.ClientCommandLine.startClient(ClientCommandLine.java:77)
>         at org.apache.geronimo.system.main.ClientCommandLine.execute(ClientCommandLine.java:63)
>         at org.apache.geronimo.system.main.EmbeddedClientCommandLine.execute(EmbeddedClientCommandLine.java:43)
>         at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
>         at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
>         at org.apache.geronimo.cli.client.ClientCLI.main(ClientCLI.java:30)
> Caused by:
> org.apache.geronimo.kernel.config.NoSuchConfigException: abc/no-exist-artifact/1.0/car
>         at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfigurationData(SimpleConfigurationManager.java:476)
>         at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:273)
>         ... 15 more
> {noformat}

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


[jira] Assigned: (GERONIMO-4016) The exception of failing to start client is not recorded in client.log

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods reassigned GERONIMO-4016:
--------------------------------------

    Assignee: Donald Woods

> The exception of failing to start client is not recorded in client.log
> ----------------------------------------------------------------------
>
>                 Key: GERONIMO-4016
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4016
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Logging
>    Affects Versions: 2.1.2, 2.1.x
>         Environment: Windows
>            Reporter: YunFeng Ma
>            Assignee: Donald Woods
>            Priority: Minor
>             Fix For: 2.1.2, 2.1.x
>
>         Attachments: GERONIMO-4016.patch
>
>
> Run the following command in %GERONIMO_HOME%\bin
>  > client.bat abc/not-exist-artifact/1.0/car
> get the following exception, but the exception is not recorded in client.log
> {noformat}
> org.apache.geronimo.kernel.config.LifecycleException: load of abc/no-exist-artifact/1.0/car failed
>         at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:276)
>         at java.lang.reflect.Method.invoke(Method.java:615)
>         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.system.main.CommandLine.loadConfigurations(CommandLine.java:187)
>         at org.apache.geronimo.system.main.CommandLine.invokeMainGBean(CommandLine.java:98)
>         at org.apache.geronimo.system.main.ClientCommandLine.startClient(ClientCommandLine.java:77)
>         at org.apache.geronimo.system.main.ClientCommandLine.execute(ClientCommandLine.java:63)
>         at org.apache.geronimo.system.main.EmbeddedClientCommandLine.execute(EmbeddedClientCommandLine.java:43)
>         at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
>         at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
>         at org.apache.geronimo.cli.client.ClientCLI.main(ClientCLI.java:30)
> Caused by:
> org.apache.geronimo.kernel.config.NoSuchConfigException: abc/no-exist-artifact/1.0/car
>         at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfigurationData(SimpleConfigurationManager.java:476)
>         at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:273)
>         ... 15 more
> {noformat}

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


[jira] Updated: (GERONIMO-4016) The exception of failing to start client is not recorded in client.log

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-4016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods updated GERONIMO-4016:
-----------------------------------

    Affects Version/s:     (was: 2.1.x)
                       2.2
                       2.1
                       2.1.1
        Fix Version/s:     (was: 2.1.x)
                       2.2

> The exception of failing to start client is not recorded in client.log
> ----------------------------------------------------------------------
>
>                 Key: GERONIMO-4016
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4016
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: Logging
>    Affects Versions: 2.1, 2.1.1, 2.1.2, 2.2
>         Environment: Windows
>            Reporter: YunFeng Ma
>            Assignee: Donald Woods
>            Priority: Minor
>             Fix For: 2.1.2, 2.2
>
>         Attachments: GERONIMO-4016.patch
>
>
> Run the following command in %GERONIMO_HOME%\bin
>  > client.bat abc/not-exist-artifact/1.0/car
> get the following exception, but the exception is not recorded in client.log
> {noformat}
> org.apache.geronimo.kernel.config.LifecycleException: load of abc/no-exist-artifact/1.0/car failed
>         at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:276)
>         at java.lang.reflect.Method.invoke(Method.java:615)
>         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.system.main.CommandLine.loadConfigurations(CommandLine.java:187)
>         at org.apache.geronimo.system.main.CommandLine.invokeMainGBean(CommandLine.java:98)
>         at org.apache.geronimo.system.main.ClientCommandLine.startClient(ClientCommandLine.java:77)
>         at org.apache.geronimo.system.main.ClientCommandLine.execute(ClientCommandLine.java:63)
>         at org.apache.geronimo.system.main.EmbeddedClientCommandLine.execute(EmbeddedClientCommandLine.java:43)
>         at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:45)
>         at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
>         at org.apache.geronimo.cli.client.ClientCLI.main(ClientCLI.java:30)
> Caused by:
> org.apache.geronimo.kernel.config.NoSuchConfigException: abc/no-exist-artifact/1.0/car
>         at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfigurationData(SimpleConfigurationManager.java:476)
>         at org.apache.geronimo.kernel.config.SimpleConfigurationManager.loadConfiguration(SimpleConfigurationManager.java:273)
>         ... 15 more
> {noformat}

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