Hi All, =20 Corba exception is coming after compiling with JDK-1.5.0_14 and OpenORB-1.4.0=20 =20 I am using the following in /config/default.xml =20 <property name=3D"serverNoDelay" value=3D"true"> <description> Setting for server sockets: true or false. Default true. </description> </property> =20 <property name=3D"clientNoDelay" value=3D"true"> <description> Setting for server sockets: true or false. Default true. </description> </property> =20 <property name=3D"NoDelay" value=3D"true"> <description> Setting for server sockets: true or false. Default true. </description> </property> =20 =20 But still I am getting the error:=20 =20 =20 Nov 23 10:50:03 wcars99q OpenORB NamingService: [main] [FATAL] (orb.iiop.diagnostics.socket-factory): Constructed [ConfiguredSocketFactory] Nov 23 10:50:03 wcars99q OpenORB NamingService: [main] [ERROR] (orb.iiop.diagnostics.socket-factory): Start details... Nov 23 10:50:03 wcars99q OpenORB NamingService: [main] [ERROR] (orb.iiop.diagnostics.socket-factory): keepAlive=3D[false] Nov 23 10:50:03 wcars99q OpenORB NamingService: [main] [ERROR] (orb.iiop.diagnostics.socket-factory): noDelay=3D[true] Nov 23 10:50:03 wcars99q OpenORB NamingService: [main] [ERROR] (orb.iiop.diagnostics.socket-factory): sendBufferSize=3D[0] Nov 23 10:50:03 wcars99q OpenORB NamingService: [main] [ERROR] (orb.iiop.diagnostics.socket-factory): receiveBufferSi =20 The FATAL one is a big problem. =20 and there is this error Nov 23 07:33:51 wcars99q NamingServiceMonitor: WARNING: "IOP00410201: (COMM_FAILURE) Connection failure: socketType: IIOP_CLEAR_TEXT; hostname: localhost; port:2001" Nov 23 07:33:51 wcars99q NamingServiceMonitor: org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No =20 In naming service I am using the following command: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D =20 java -client -classpath ${CP} -Dorg.omg.CORBA.ORBClass=3Dorg.openorb.orb.core.ORB -Dorg.omg.CORBA.ORBSingletonClass=3Dorg.openorb.orb.core.ORBSing leton -Dopenorb.debug.level=3DMEDIUM -Dopenorb.debug.trace=3DWARN -Dopenorb.home=3D${CORBAHome}/rcscripts org.openorb.tns.Server -ORBPort=3D2001 $* 2 >&1 |/usr/bin/logger -p local4.notice -t "OpenORB NamingService" =20 Please let me know any solution for the above error.=20 =20 =20 =20 Regards, Rashmi Chidambara Rao. =20 |