From: A.J. B. \(ajblanch\) <ajb...@ci...> - 2007-01-05 22:43:10
|
MANY Thanks for the reply! Yes, a CLASSPATH issue crossed my mind. I looked at the code in the = method at the top of the exception. I am not sure what jar file(s) I = might be missing. Also, this server has been running for days and then = slides into this condition. Once re-started, its good again for several = days. I will try to find a means to reproduce this in short order, = otherwise the DEBUG log file will need to be managed so it does not grow = too large (it is not today). INS Code snipit: ----------- 1169 private void handle_system_exception( = org.omg.CORBA.SystemException ex ) 1170 { 1171 m_sending_system_exception_any =3D null; 1172 m_sending_system_exception =3D ex; 1173 m_sending_system_exception_id =3D = SystemExceptionHelper.id( ex ); 1174 m_reply_status =3D = org.omg.PortableInterceptor.SYSTEM_EXCEPTION.value; 1175 } CLASSPATH: --------- CLASSPATH=3D$CLASSPATH:/opt/BTSoorb/lib/logkit.jar:/opt/BTSoorb/lib/openo= rb-1.3.1. jar:/opt/BTSoorb/lib/openorb_tools-1.3.1.jar:/opt/BTSoorb/lib/xerces.jar:= /opt/BT Soorb/lib/avalon-framework.jar:/opt/BTSoorb/lib/openorb_ots-1.3.0.jar:/op= t/BTSoo rb/lib/openorb_pss-1.3.0.jar:/opt/BTSoorb/lib/openorb_ins-1.3.1.jar:/opt/= BTSoorb /lib/openorb_tns-1.3.1.jar A. J. -- -----Original Message----- From: ope...@li... = [mailto:ope...@li...] On Behalf Of Lars = K=FChne Sent: Friday, January 05, 2007 2:33 PM To: ope...@li... Subject: Re: [openorb-users] NameService (INS) exception... A.J. Blanchard (ajblanch) wrote: > Greetings, > =20 > I am seeing the following exception from our NameService instance at=20 > the same time that we loose contact with the INS. We are unable to get = > any further communications from the process until it is restarted. We=20 > are currently using version 1.3.1. Is this a know issue and I just=20 > need to upgrade? > =20 > This is using the stock version. We have not compiled it ourselves and = > there is no other modifications. > =20 > Exception: > ---------------------------------------------------------------------- > -------------------------------------------------------- > java.lang.NoClassDefFoundError > at > org.openorb.net.AbstractServerRequest.handle_system_exception(Unknown > Source) > at org.openorb.net.AbstractServerRequest.server_cancel(Unknown=20 > Source) at org.openorb.net.ServerManagerImpl.find_adapter(Unknown=20 > Source) at org.openorb.net.ServerManagerImpl.serve_request(Unknown=20 > Source) at org.openorb.net.ServerManagerImpl.thread_pool_main(Unknown = > Source) at org.openorb.net.ServerManagerImpl.access$200(Unknown=20 > Source) at org.openorb.net.ServerManagerImpl$PoolThread.run(Unknown=20 > Source) Upgrading the NamingService to 1.4.0 would probably not solve your = problem, at least the WHATSNEW file for the OpenORB NamingService module = doesn't mention anything related. Hard to tell, but NoClassDefFoundError looks more like a classpath setup = problem than a bug in the OpenORB code. Can you run the code inside a = debugger and find out which class is missing? Or maybe the class is = there, but it's static initializer throws an Exception that is converted = to a NCDFError? Regards, Lars -------------------------------------------------------------------------= Take Surveys. Earn Cash. Influence the Future of IT Join = SourceForge.net's Techsay panel and you'll get the chance to share your = opinions on IT & business topics through brief surveys - and earn cash = http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV _______________________________________________ openorb-users mailing list ope...@li... https://lists.sourceforge.net/lists/listinfo/openorb-users |