You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2010/06/14 20:21:16 UTC

[jira] Resolved: (GERONIMO-5334) ClassNotFoundException during server startup

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

Jarek Gawor resolved GERONIMO-5334.
-----------------------------------

    Resolution: Fixed

I committed some changes in revision 954576 that I hope address this issue. If you still see similar problems please reopen this bug.


> ClassNotFoundException during server startup 
> ---------------------------------------------
>
>                 Key: GERONIMO-5334
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5334
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0-M1
>            Reporter: Kevan Miller
>            Assignee: Jarek Gawor
>             Fix For: 3.0
>
>
> I ran into the following ClassNotFoundException during startup. Not that this was running with Equinox.
>  ERROR [GBeanInstanceState] Error while starting; GBean is now in the FAILED state: abstractName="org.apache.geronimo.configs/j2ee-corba-yoko/3.0-M1-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/j2ee-corba-yoko/3.0-M1-SNAPSHOT/car,j2eeType=CORBANameService,name=NameServer"
> org.omg.CORBA.INITIALIZE: Invalid ORB class: org.apache.yoko.orb.CORBA.ORB:  vmcid: 0x0 minor code: 0x0  completed: No
>         at org.omg.CORBA.ORB.newOrb(ORB.java:229)
>         at org.omg.CORBA.ORB.init(ORB.java:177)
>         at org.apache.geronimo.yoko.ORBConfigAdapter$1.run(ORBConfigAdapter.java:180)
>         at org.apache.geronimo.yoko.ORBConfigAdapter.createNameService(ORBConfigAdapter.java:186)
>         at org.apache.geronimo.corba.NameService.doStart(NameService.java:164)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:959)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:269)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:103)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.start(GBeanInstance.java:530)
>         at org.apache.geronimo.gbean.runtime.GBeanDependency.attemptFullStart(GBeanDependency.java:110)
>         at org.apache.geronimo.gbean.runtime.GBeanDependency.addTarget(GBeanDependency.java:145)
>         at org.apache.geronimo.gbean.runtime.GBeanDependency$1.running(GBeanDependency.java:119)
>         at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.fireRunningEvent(BasicLifecycleMonitor.java:175)
>         at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor.access$300(BasicLifecycleMonitor.java:44)
>         at org.apache.geronimo.kernel.basic.BasicLifecycleMonitor$RawLifecycleBroadcaster.fireRunningEvent(BasicLifecycleMonitor.java:253)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:295)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:103)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:125)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:544)
>         at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:386)
>         at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:461)
>         at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:224)
>         at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:698)
>         at org.apache.geronimo.system.main.EmbeddedDaemon.doStartup(EmbeddedDaemon.java:189)
>         at org.apache.geronimo.system.main.EmbeddedDaemon.execute(EmbeddedDaemon.java:88)
>         at org.apache.geronimo.system.osgi.BootActivator$1.execute(BootActivator.java:107)
>         at org.apache.geronimo.main.Bootstrapper.execute(Bootstrapper.java:67)
>         at org.apache.geronimo.cli.AbstractCLI.executeMain(AbstractCLI.java:65)
>         at org.apache.geronimo.cli.daemon.DaemonCLI.main(DaemonCLI.java:32)
> Caused by: java.lang.ClassNotFoundException: org/apache/yoko/orb/CORBA/ORB
>         at java.lang.Class.forName0(Native Method)
>         at java.lang.Class.forName(Class.java:247)
>         at org.apache.yoko.osgi.ProviderLocator.loadClass(ProviderLocator.java:158)
>         at org.omg.CORBA.ORB.newOrb(ORB.java:227)
>         ... 28 more
> Server had started successfully previously and subsequently. Would seem we have a timing issue lurking around...

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