Please report new issues athttps://github.com/DOCGroup
When I start server as ./server -ORBSvcConf server_nopasswd.conf -o test.ior but client as ./client -k file://test.ior < my_file, server crashes with assertion. [server] % ./server -ORBSvcConf server_nopasswd.conf -o test.ior Activated as <IOR:010000001600000049444c3a53696d706c655f5365727665723a312e3000000001000000000000007c000000010102000f000000666f72776172642e6c61623331330000709a00001b00000014010f00525354bfe92b3ef11c0e000000000001000000010000000003000000000000000800000001cb9440004f4154010000001400000001cb944001000100000000000901010000000000140000000800000001cba6008600719a> ACE_ASSERT: file Connection_Handler.cpp, line 155 assertion failed for 'this->transport_ == 0 || transport == 0'.Aborting... zsh: abort ./server -ORBSvcConf server_nopasswd.conf -o test.ior % [client] % echo "Hi, it's me" | ./client -k file://test.ior (3370|16384) EXCEPTION, Caught exception: system exception, ID 'IDL:omg.org/CORBA/TRANSIENT:1.0' OMG minor code (2), described as 'No usable profile in IOR.', completed = NO % When I start client with right -ORBSvcConf, everything is ok.
Marked dupliacte *** This bug has been marked as a duplicate of 1421 ***