You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jens Nicolay (JIRA)" <ji...@apache.org> on 2007/07/16 17:38:04 UTC

[jira] Created: (GERONIMO-3325) Geronimo does not start in Eclipse

Geronimo does not start in Eclipse
----------------------------------

                 Key: GERONIMO-3325
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3325
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
    Affects Versions: 2.0-M6
         Environment: Geronimo 2.0M6, g-eclipse-plugin-2.0.0-v20070703.1201-deployable.zip, WinXP, Java 1.5.0_11, Eclipse 3.3 Europa
            Reporter: Jens Nicolay


Simply unzipped, created runtime, and started server.

17:34:20,509 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: abstractName="org.apache.geronimo.configs/j2ee-system/2.0-M6/car?configurationName=org.apache.geronimo.configs/j2ee-system/2.0-M6/car"
org.apache.geronimo.kernel.repository.MissingDependencyException: Unable to resolve dependency org.apache.geronimo.modules/geronimo-common/2.0-M6/jar
	at org.apache.geronimo.kernel.config.ConfigurationResolver.resolve(ConfigurationResolver.java:114)
	at org.apache.geronimo.kernel.config.Configuration.buildClassPath(Configuration.java:404)
	at org.apache.geronimo.kernel.config.Configuration.createConfigurationClasssLoader(Configuration.java:321)
	at org.apache.geronimo.kernel.config.Configuration.<init>(Configuration.java:266)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:944)
	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:268)
	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102)
	at org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java:537)
	at org.apache.geronimo.kernel.basic.BasicKernel.startGBean(BasicKernel.java:361)
	at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:195)
	at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:159)
	at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.loadBootConfiguration(MainConfigurationBootstrapper.java:84)
	at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.getMain(MainConfigurationBootstrapper.java:57)
	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.daemon.DaemonCLI.main(DaemonCLI.java:30)
java.lang.IllegalStateException: GBean is not running: org.apache.geronimo.configs/j2ee-system/2.0-M6/car?configurationName=org.apache.geronimo.configs/j2ee-system/2.0-M6/car
	at org.apache.geronimo.kernel.basic.BasicKernel.getGBean(BasicKernel.java:304)
	at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:197)
	at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:159)
	at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.loadBootConfiguration(MainConfigurationBootstrapper.java:84)
	at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.getMain(MainConfigurationBootstrapper.java:57)
	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.daemon.DaemonCLI.main(DaemonCLI.java:30)


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


[jira] Assigned: (GERONIMO-3325) Geronimo does not start in Eclipse

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

Tim McConnell reassigned GERONIMO-3325:
---------------------------------------

    Assignee: Tim McConnell

> Geronimo does not start in Eclipse
> ----------------------------------
>
>                 Key: GERONIMO-3325
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3325
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.0-M6
>         Environment: Geronimo 2.0M6, g-eclipse-plugin-2.0.0-v20070703.1201-deployable.zip, WinXP, Java 1.5.0_11, Eclipse 3.3 Europa
>            Reporter: Jens Nicolay
>            Assignee: Tim McConnell
>
> Simply unzipped, created runtime, and started server.
> 17:34:20,509 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: abstractName="org.apache.geronimo.configs/j2ee-system/2.0-M6/car?configurationName=org.apache.geronimo.configs/j2ee-system/2.0-M6/car"
> org.apache.geronimo.kernel.repository.MissingDependencyException: Unable to resolve dependency org.apache.geronimo.modules/geronimo-common/2.0-M6/jar
> 	at org.apache.geronimo.kernel.config.ConfigurationResolver.resolve(ConfigurationResolver.java:114)
> 	at org.apache.geronimo.kernel.config.Configuration.buildClassPath(Configuration.java:404)
> 	at org.apache.geronimo.kernel.config.Configuration.createConfigurationClasssLoader(Configuration.java:321)
> 	at org.apache.geronimo.kernel.config.Configuration.<init>(Configuration.java:266)
> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
> 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
> 	at java.lang.reflect.Constructor.newInstance(Unknown Source)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:944)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:268)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java:537)
> 	at org.apache.geronimo.kernel.basic.BasicKernel.startGBean(BasicKernel.java:361)
> 	at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:195)
> 	at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:159)
> 	at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.loadBootConfiguration(MainConfigurationBootstrapper.java:84)
> 	at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.getMain(MainConfigurationBootstrapper.java:57)
> 	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.daemon.DaemonCLI.main(DaemonCLI.java:30)
> java.lang.IllegalStateException: GBean is not running: org.apache.geronimo.configs/j2ee-system/2.0-M6/car?configurationName=org.apache.geronimo.configs/j2ee-system/2.0-M6/car
> 	at org.apache.geronimo.kernel.basic.BasicKernel.getGBean(BasicKernel.java:304)
> 	at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:197)
> 	at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:159)
> 	at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.loadBootConfiguration(MainConfigurationBootstrapper.java:84)
> 	at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.getMain(MainConfigurationBootstrapper.java:57)
> 	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.daemon.DaemonCLI.main(DaemonCLI.java:30)

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


[jira] Issue Comment Edited: (GERONIMO-3325) Geronimo does not start in Eclipse

Posted by "Siarhei Hushchyn (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526041 ] 

sergeger edited comment on GERONIMO-3325 at 9/9/07 7:54 PM:
--------------------------------------------------------------------

Same issue with 2.0.1 on Solaris 10 x86 (same stack trace except '2.0-M6' replaced with '2.0.1').

On both JDK:
java version "1.6.0_02"
Java(TM) SE Runtime Environment (build 1.6.0_02-b05)
Java HotSpot(TM) Client VM (build 1.6.0_02-b05, mixed mode, sharing)

java version "1.5.0_12"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
Java HotSpot(TM) Client VM (build 1.5.0_12-b04, mixed mode, sharing)


FIXED: 
tar.gz. - seems to be have issue with unpack on Solaris
zip - unpack and run fine.

      was (Author: sergeger):
    Same issue with 2.0.1 on Solaris 10 x86 (same stack trace except '2.0-M6' replaced with '2.0.1').

On both JDK:
java version "1.6.0_02"
Java(TM) SE Runtime Environment (build 1.6.0_02-b05)
Java HotSpot(TM) Client VM (build 1.6.0_02-b05, mixed mode, sharing)

java version "1.5.0_12"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
Java HotSpot(TM) Client VM (build 1.5.0_12-b04, mixed mode, sharing)

  
> Geronimo does not start in Eclipse
> ----------------------------------
>
>                 Key: GERONIMO-3325
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3325
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.0-M6
>         Environment: Geronimo 2.0M6, g-eclipse-plugin-2.0.0-v20070703.1201-deployable.zip, WinXP, Java 1.5.0_11, Eclipse 3.3 Europa
>            Reporter: Jens Nicolay
>            Assignee: Tim McConnell
>
> Simply unzipped, created runtime, and started server.
> 17:34:20,509 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: abstractName="org.apache.geronimo.configs/j2ee-system/2.0-M6/car?configurationName=org.apache.geronimo.configs/j2ee-system/2.0-M6/car"
> org.apache.geronimo.kernel.repository.MissingDependencyException: Unable to resolve dependency org.apache.geronimo.modules/geronimo-common/2.0-M6/jar
> 	at org.apache.geronimo.kernel.config.ConfigurationResolver.resolve(ConfigurationResolver.java:114)
> 	at org.apache.geronimo.kernel.config.Configuration.buildClassPath(Configuration.java:404)
> 	at org.apache.geronimo.kernel.config.Configuration.createConfigurationClasssLoader(Configuration.java:321)
> 	at org.apache.geronimo.kernel.config.Configuration.<init>(Configuration.java:266)
> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
> 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
> 	at java.lang.reflect.Constructor.newInstance(Unknown Source)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:944)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:268)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java:537)
> 	at org.apache.geronimo.kernel.basic.BasicKernel.startGBean(BasicKernel.java:361)
> 	at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:195)
> 	at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:159)
> 	at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.loadBootConfiguration(MainConfigurationBootstrapper.java:84)
> 	at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.getMain(MainConfigurationBootstrapper.java:57)
> 	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.daemon.DaemonCLI.main(DaemonCLI.java:30)
> java.lang.IllegalStateException: GBean is not running: org.apache.geronimo.configs/j2ee-system/2.0-M6/car?configurationName=org.apache.geronimo.configs/j2ee-system/2.0-M6/car
> 	at org.apache.geronimo.kernel.basic.BasicKernel.getGBean(BasicKernel.java:304)
> 	at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:197)
> 	at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:159)
> 	at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.loadBootConfiguration(MainConfigurationBootstrapper.java:84)
> 	at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.getMain(MainConfigurationBootstrapper.java:57)
> 	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.daemon.DaemonCLI.main(DaemonCLI.java:30)

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


[jira] Commented: (GERONIMO-3325) Geronimo does not start in Eclipse

Posted by "Siarhei Hushchyn (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526041 ] 

Siarhei Hushchyn commented on GERONIMO-3325:
--------------------------------------------

Same issue with 2.0.1 on Solaris 10 x86 (same stack trace except '2.0-M6' replaced with '2.0.1').

On both JDK:
java version "1.6.0_02"
Java(TM) SE Runtime Environment (build 1.6.0_02-b05)
Java HotSpot(TM) Client VM (build 1.6.0_02-b05, mixed mode, sharing)

java version "1.5.0_12"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
Java HotSpot(TM) Client VM (build 1.5.0_12-b04, mixed mode, sharing)


> Geronimo does not start in Eclipse
> ----------------------------------
>
>                 Key: GERONIMO-3325
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3325
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.0-M6
>         Environment: Geronimo 2.0M6, g-eclipse-plugin-2.0.0-v20070703.1201-deployable.zip, WinXP, Java 1.5.0_11, Eclipse 3.3 Europa
>            Reporter: Jens Nicolay
>            Assignee: Tim McConnell
>
> Simply unzipped, created runtime, and started server.
> 17:34:20,509 ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: abstractName="org.apache.geronimo.configs/j2ee-system/2.0-M6/car?configurationName=org.apache.geronimo.configs/j2ee-system/2.0-M6/car"
> org.apache.geronimo.kernel.repository.MissingDependencyException: Unable to resolve dependency org.apache.geronimo.modules/geronimo-common/2.0-M6/jar
> 	at org.apache.geronimo.kernel.config.ConfigurationResolver.resolve(ConfigurationResolver.java:114)
> 	at org.apache.geronimo.kernel.config.Configuration.buildClassPath(Configuration.java:404)
> 	at org.apache.geronimo.kernel.config.Configuration.createConfigurationClasssLoader(Configuration.java:321)
> 	at org.apache.geronimo.kernel.config.Configuration.<init>(Configuration.java:266)
> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
> 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
> 	at java.lang.reflect.Constructor.newInstance(Unknown Source)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:944)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:268)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102)
> 	at org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java:537)
> 	at org.apache.geronimo.kernel.basic.BasicKernel.startGBean(BasicKernel.java:361)
> 	at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:195)
> 	at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:159)
> 	at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.loadBootConfiguration(MainConfigurationBootstrapper.java:84)
> 	at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.getMain(MainConfigurationBootstrapper.java:57)
> 	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.daemon.DaemonCLI.main(DaemonCLI.java:30)
> java.lang.IllegalStateException: GBean is not running: org.apache.geronimo.configs/j2ee-system/2.0-M6/car?configurationName=org.apache.geronimo.configs/j2ee-system/2.0-M6/car
> 	at org.apache.geronimo.kernel.basic.BasicKernel.getGBean(BasicKernel.java:304)
> 	at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:197)
> 	at org.apache.geronimo.kernel.config.ConfigurationUtil.loadBootstrapConfiguration(ConfigurationUtil.java:159)
> 	at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.loadBootConfiguration(MainConfigurationBootstrapper.java:84)
> 	at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper.getMain(MainConfigurationBootstrapper.java:57)
> 	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.daemon.DaemonCLI.main(DaemonCLI.java:30)

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