Bug 1424

Summary: orbsvcs/examples/Security/SendFile: server crashes with assertion
Product: TAO Reporter: Alexander Kogan <alexander>
Component: ExampleAssignee: DOC Center Support List (internal) <tao-support>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 1.2.8   
Hardware: x86   
OS: Linux   

Description Alexander Kogan 2003-01-20 06:28:14 CST
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.
Comment 1 Nanbor Wang 2003-01-20 06:31:17 CST
Marked dupliacte

*** This bug has been marked as a duplicate of 1421 ***