You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Rick McGuire (JIRA)" <ji...@apache.org> on 2007/12/11 19:40:43 UTC

[jira] Commented: (GERONIMO-3699) Corba error on app client shutdown

    [ https://issues.apache.org/jira/browse/GERONIMO-3699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12550672 ] 

Rick McGuire commented on GERONIMO-3699:
----------------------------------------

This error usually occurs because the Yoko jars are not in the endorsed dirs.  The JVM residenent org.omg.* classes are not compatible with the ones required for Yoko.  If you're invoking the client directly with the java command, the endorsed dirs are not set up correctly. 

> Corba error on app client shutdown
> ----------------------------------
>
>                 Key: GERONIMO-3699
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3699
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: CORBA
>    Affects Versions: 2.1
>            Reporter: Jarek Gawor
>
> When executing app client I see the following exception:
> 13:15:36,312 ERROR [GBeanInstance] Problem in doStop of org.apache.geronimo.configs/client-corba-yoko/2.1-SNAPSHOT/car?ServiceModule=org.apache.geronimo.configs/client-corba-yoko/2.1-SNAPSHOT/car,j2eeType=CORBABean,name=Server
> java.lang.NoSuchMethodError: org.omg.PortableInterceptor.IORInterceptor_3_0.adapter_manager_state_changed(Ljava/lang/String;S)V
>         at org.apache.yoko.orb.OB.PIManager.adapterManagerStateChange(PIManager.java:532)
>         at org.apache.yoko.orb.OBPortableServer.POAManager_impl.deactivate(POAManager_impl.java:360)
>         at org.apache.yoko.orb.OBPortableServer.POAManagerFactory_impl._OB_deactivate(POAManagerFactory_impl.java:342)
>         at org.apache.yoko.orb.OB.ORBControl.completeServerShutdown(ORBControl.java:100)
>         at org.apache.yoko.orb.OB.ORBControl.shutdownServer(ORBControl.java:427)
>         at org.apache.yoko.orb.OB.ORBControl.shutdownServerClient(ORBControl.java:455)
>         at org.apache.yoko.orb.OBCORBA.ORB_impl.destroy(ORB_impl.java:1390)
>         at org.apache.geronimo.corba.CORBABean.doStop(CORBABean.java:260)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.destroyInstance(GBeanInstance.java:1159)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStop(GBeanInstanceState.java:339)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:188)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:561)
>         at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:561)
>         at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:561)
>         at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
>         at org.apache.geronimo.gbean.runtime.GBeanInstanceState.stop(GBeanInstanceState.java:180)
>         at org.apache.geronimo.gbean.runtime.GBeanInstance.stop(GBeanInstance.java:561)
>         at org.apache.geronimo.kernel.basic.BasicKernel.stopGBean(BasicKernel.java:423)
>         at org.apache.geronimo.kernel.config.KernelConfigurationManager$ShutdownHook.run(KernelConfigurationManager.java:316)
>         at org.apache.geronimo.kernel.basic.BasicKernel.notifyShutdownHooks(BasicKernel.java:668)
>         at org.apache.geronimo.kernel.basic.BasicKernel.shutdown(BasicKernel.java:645)
>         at org.apache.geronimo.kernel.util.MainConfigurationBootstrapper$1.run(MainConfigurationBootstrapper.java:76)
> Exception in thread "Yoko:Server:StarterThread" java.lang.NoClassDefFoundError:
> org/apache/yoko/orb/OB/GIOPConnectionThreaded$ReceiverThread
>         at org.apache.yoko.orb.OB.GIOPServerStarterThreaded.starterRun(GIOPServerStarterThreaded.java:243)
>         at org.apache.yoko.orb.OB.GIOPServerStarterThreaded$StarterThread.run(GIOPServerStarterThreaded.java:34)
> I deployed jaxb-client application from testsuites on jetty assembly and executed:
> java -jar geronimo-jetty6-javaee5-2.1-SNAPSHOT\bin\client.jar  JEE5/JAXBClient/1.1/car

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