You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "David Jencks (JIRA)" <ji...@apache.org> on 2009/05/28 05:32:45 UTC

[jira] Closed: (GERONIMO-4165) The deploy command in a assembled server fail to start

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

David Jencks closed GERONIMO-4165.
----------------------------------

    Resolution: Invalid

boilerplate isn't supposed to create a working server, it only contains stuff that is inconvenient to install through normal plugin installation such as unpacking resources from functional jars.  (although it is installed by unpacking itself... but it has no other functional stuff)

> The deploy command in a assembled server fail to start 
> -------------------------------------------------------
>
>                 Key: GERONIMO-4165
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4165
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: buildsystem
>    Affects Versions: 2.1.2, 2.1.x
>            Reporter: YunFeng Ma
>         Attachments: GERONIMO-4165.patch
>
>
> Assemble a server which only includes org.apache.geronimo.assemblies/geronimo-boilerplate-minimal/2.1.2-SNAPSHOT/jar, the deploy.bat/sh in the assembled server fails to start with the following exception:
> {noformat}
> C:\geronimo-tomcat6-javaee5-2.1.2-SNAPSHOT\var\temp\sdf-1.0\bin>deploy --user system --password manager list-modules
> Using GERONIMO_BASE:   C:\geronimo-tomcat6-javaee5-2.1.2-SNAPSHOT\var\temp\sdf-1.0
> Using GERONIMO_HOME:   C:\geronimo-tomcat6-javaee5-2.1.2-SNAPSHOT\var\temp\sdf-1.0
> Using GERONIMO_TMPDIR: var\temp
> Using JRE_HOME:        C:\Program Files\IBM\Java50\jre
> 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)
> {noformat}
> The same function works well in the trunk build. 

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