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/10/14 17:18:44 UTC

[jira] Created: (GERONIMO-4356) search-plugins, list-targets, and list-modules commands fail using framework assembly

search-plugins, list-targets, and list-modules commands fail using framework assembly
-------------------------------------------------------------------------------------

                 Key: GERONIMO-4356
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4356
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: commands
    Affects Versions: 2.1.3, 2.1.2, 2.1.4, 2.2
            Reporter: Joe Bohn
            Assignee: Joe Bohn



Commands such as search-plugins, list-targets, list-modules, and perhaps others result in the following error but only when using the framework assembly.  

Using GERONIMO_BASE:   /Users/bohn/g-images/2.1.2/geronimo-framework-2.1.2
Using GERONIMO_HOME:   /Users/bohn/g-images/2.1.2/geronimo-framework-2.1.2
Using GERONIMO_TMPDIR: var/temp
Using JRE_HOME:        /System/Library/Frameworks/JavaVM.framework/Home
org.apache.geronimo.kernel.GBeanNotFoundException: No GBeans found: [?#org.apache.geronimo.kernel.util.Main]
    at org.apache.geronimo.kernel.basic.BasicRegistry.getGBeanInstance(BasicRegistry.java:153)
    at org.apache.geronimo.kernel.basic.BasicKernel.getGBean(BasicKernel.java:286)
    at org.apache.geronimo.kernel.basic.BasicKernel.getGBean(BasicKernel.java:282)
    at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.getMain(MainConfigurationBootstrapper.java:100)
    at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.getMain(MainConfigurationBootstrapper.java:59)
    at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:38)
    at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
    at org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:31) 

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


[jira] Commented: (GERONIMO-4356) search-plugins, list-targets, and list-modules commands fail using framework assembly

Posted by "Joe Bohn (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-4356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639452#action_12639452 ] 

Joe Bohn commented on GERONIMO-4356:
------------------------------------

Input from Jarek on the dev list:

If basic deployment should work in the framework assembly we must also
install "jsr88-cli" and "offline-deployer" plugins. Once I installed
these plugins I was able to do list-targets, list-modules. I have not
tried to deploy a new plugin though.

> search-plugins, list-targets, and list-modules commands fail using framework assembly
> -------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4356
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4356
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: commands
>    Affects Versions: 2.1.2, 2.1.3, 2.1.4, 2.2
>            Reporter: Joe Bohn
>            Assignee: Joe Bohn
>
> Commands such as search-plugins, list-targets, list-modules, and perhaps others result in the following error but only when using the framework assembly.  
> Using GERONIMO_BASE:   /Users/bohn/g-images/2.1.2/geronimo-framework-2.1.2
> Using GERONIMO_HOME:   /Users/bohn/g-images/2.1.2/geronimo-framework-2.1.2
> Using GERONIMO_TMPDIR: var/temp
> Using JRE_HOME:        /System/Library/Frameworks/JavaVM.framework/Home
> org.apache.geronimo.kernel.GBeanNotFoundException: No GBeans found: [?#org.apache.geronimo.kernel.util.Main]
>     at org.apache.geronimo.kernel.basic.BasicRegistry.getGBeanInstance(BasicRegistry.java:153)
>     at org.apache.geronimo.kernel.basic.BasicKernel.getGBean(BasicKernel.java:286)
>     at org.apache.geronimo.kernel.basic.BasicKernel.getGBean(BasicKernel.java:282)
>     at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.getMain(MainConfigurationBootstrapper.java:100)
>     at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.getMain(MainConfigurationBootstrapper.java:59)
>     at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:38)
>     at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
>     at org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:31) 

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


[jira] Resolved: (GERONIMO-4356) search-plugins, list-targets, and list-modules commands fail using framework assembly

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

Joe Bohn resolved GERONIMO-4356.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2
                   2.1.4

> search-plugins, list-targets, and list-modules commands fail using framework assembly
> -------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4356
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4356
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: commands
>    Affects Versions: 2.1.2, 2.1.3, 2.1.4, 2.2
>            Reporter: Joe Bohn
>            Assignee: Joe Bohn
>             Fix For: 2.1.4, 2.2
>
>
> Commands such as search-plugins, list-targets, list-modules, and perhaps others result in the following error but only when using the framework assembly.  
> Using GERONIMO_BASE:   /Users/bohn/g-images/2.1.2/geronimo-framework-2.1.2
> Using GERONIMO_HOME:   /Users/bohn/g-images/2.1.2/geronimo-framework-2.1.2
> Using GERONIMO_TMPDIR: var/temp
> Using JRE_HOME:        /System/Library/Frameworks/JavaVM.framework/Home
> org.apache.geronimo.kernel.GBeanNotFoundException: No GBeans found: [?#org.apache.geronimo.kernel.util.Main]
>     at org.apache.geronimo.kernel.basic.BasicRegistry.getGBeanInstance(BasicRegistry.java:153)
>     at org.apache.geronimo.kernel.basic.BasicKernel.getGBean(BasicKernel.java:286)
>     at org.apache.geronimo.kernel.basic.BasicKernel.getGBean(BasicKernel.java:282)
>     at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.getMain(MainConfigurationBootstrapper.java:100)
>     at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.getMain(MainConfigurationBootstrapper.java:59)
>     at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:38)
>     at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
>     at org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:31) 

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


[jira] Closed: (GERONIMO-4356) search-plugins, list-targets, and list-modules commands fail using framework assembly

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

Joe Bohn closed GERONIMO-4356.
------------------------------


> search-plugins, list-targets, and list-modules commands fail using framework assembly
> -------------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4356
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4356
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: commands
>    Affects Versions: 2.1.2, 2.1.3, 2.1.4, 2.2
>            Reporter: Joe Bohn
>            Assignee: Joe Bohn
>             Fix For: 2.1.4, 2.2
>
>
> Commands such as search-plugins, list-targets, list-modules, and perhaps others result in the following error but only when using the framework assembly.  
> Using GERONIMO_BASE:   /Users/bohn/g-images/2.1.2/geronimo-framework-2.1.2
> Using GERONIMO_HOME:   /Users/bohn/g-images/2.1.2/geronimo-framework-2.1.2
> Using GERONIMO_TMPDIR: var/temp
> Using JRE_HOME:        /System/Library/Frameworks/JavaVM.framework/Home
> org.apache.geronimo.kernel.GBeanNotFoundException: No GBeans found: [?#org.apache.geronimo.kernel.util.Main]
>     at org.apache.geronimo.kernel.basic.BasicRegistry.getGBeanInstance(BasicRegistry.java:153)
>     at org.apache.geronimo.kernel.basic.BasicKernel.getGBean(BasicKernel.java:286)
>     at org.apache.geronimo.kernel.basic.BasicKernel.getGBean(BasicKernel.java:282)
>     at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.getMain(MainConfigurationBootstrapper.java:100)
>     at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.getMain(MainConfigurationBootstrapper.java:59)
>     at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.main(MainConfigurationBootstrapper.java:38)
>     at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:67)
>     at org.apache.geronimo.cli.deployer.DeployerCLI.main(DeployerCLI.java:31) 

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