Title: | ObjectBroker Development - BEA Systems' CORBA |
Notice: | See note 2 for kit locations; note 4 for training |
Moderator: | RECV::GUMBEL d |
Created: | Thu Dec 27 1990 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 2482 |
Total number of notes: | 13057 |
I am consistently getting an INV_BADTRANSHND error while accessing an OBBV2.5B-08 (VAX VMS) server from a Digital Unix OBBV2.5B-08 client. The following is the trace flags output. Any ideas? Thanks, Craig Brusseau *** Load Network implementation TCP FamilyName<5> <TCPIP> ImagePath<26> </usr/shlib/libobbtrntcp.so> LibraryName: /usr/shlib/libobbtrntcp.so **** Server Instance Selection *** Load Agent implementation OrbV12 FamilyName<3> <OBB> ImagePath<25> </usr/shlib/libobbagncl.so> LibraryName: /usr/shlib/libobbagncl.so --- Connecting to dbl001.imc.das.dec.com --- Port: 62 --- Attempting connect on socket: 22 --- Setting nonblocking socket : 22 *** Load Authentication implementation Trusted FamilyName<3> <TRS> ImagePath<26> </usr/shlib/libobbsectrs.so> LibraryName: /usr/shlib/libobbsectrs.so In Marshall Args - # args:11 Arg #:0 In Marshall ObjRef In Marshall Args - # args:1 Arg #:0 End Marshall Args Successfully. # Args:1 Ending Marshall ObjRef Successfully Arg #:1 Arg #:2 Arg #:3 In Marshall Args - # args:13 Arg #:0 Arg #:1 Arg #:2 Arg #:3 Arg #:4 Arg #:5 Arg #:6 In Marshall Args - # args:1 Arg #:0 Arg Name: TCP type:9 valflags:0 argflags:0 End Marshall Args Successfully. # Args:1 Arg #:7 Arg #:8 Arg #:9 Arg #:10 Arg #:11 Arg #:12 End Marshall Args Successfully. # Args:13 Arg #:4 In Marshall Args - # args:0 End Marshall Args Successfully. # Args:0 Arg #:5 Arg #:6 Arg #:7 Arg #:8 Arg #:9 Arg #:10 End Marshall Args Successfully. # Args:11 *** Request Sent: Synchronous Invoke. *** Method: 65e448f20f7c.0c.7e.0b.00.00.00.00.00. *** MethodServerClass: 65e448ecbd2c.0c.7e.0b.00.00.00.00.00 *** Marshalled Buffer: 612 *** Allocated Buffer : 1968 --- SAR: Sending message on socket 22 --- Sending on socket 22 --- Total data length is 612 --- Sending data on socket - len is 612 --- Writing to socket --- Number of bytes actually sent is 612 --- SAR: Waiting for message on socket 22 --- SAR: Receiving message on socket 22 --- Receiving on socket 22 --- Receving data on socket - len is 20 --- Number of bytes actually received is 20 --- Receving data on socket - len is 788 --- Number of bytes actually received is 788 *** Transport Status: OBB_SUCCESS (s), Successful completion. In Unmarshall Args - # Args:3 Arg #:0 Type:21 In Unmarshall Args - # Args:0 Arg #:0 type:11 valflags:0 argflags:2 Type:11 Arg #:1 type:13 valflags:256 argflags:10 Type:13 In Unmarshall Args - # Args:0 Arg #:0 type:9 valflags:0 argflags:0 name is ClassId Dtype length:0 Type:9 Arg #:1 type:9 valflags:0 argflags:0 name is Name Dtype length:0 Type:9 Arg #:2 type:9 valflags:0 argflags:0 name is InstanceId Dtype length:0 Type:9 Arg #:3 type:9 valflags:0 argflags:0 name is Annotation Dtype length:0 Type:9 Arg #:4 type:9 valflags:0 argflags:0 name is TransAddr Dtype length:0 Type:9 Arg #:5 type:9 valflags:0 argflags:0 name is Username Dtype length:0 Type:9 Arg #:6 type:9 valflags:0 argflags:0 name is RegTimestamp Dtype length:0 Type:9 Arg #:7 type:9 valflags:0 argflags:0 name is Node Dtype length:0 Type:9 Arg #:8 type:11 valflags:0 argflags:0 name is Pid Dtype length:4 Type:11 Arg #:9 type:11 valflags:0 argflags:0 name is Flags Dtype length:4 Type:11 Arg #:10 type:13 valflags:0 argflags:0 name is SvrAttrList Dtype length:0 Type:13 In Unmarshall Args - # Args:0 Arg #:0 type:9 valflags:0 argflags:0 name is locale Dtype length:0 Type:9 Arg #:1 type:9 valflags:0 argflags:0 name is service Dtype length:0 Type:9 End Unmarshall Args Successfully - # Args :0 Arg #:11 type:9 valflags:0 argflags:0 name is CtrlSrvVersion Dtype length:0 Type:9 End Unmarshall Args Successfully - # Args :0 Arg #:2 type:12 valflags:0 argflags:2 Type:12 Arg #:3 type:11 valflags:0 argflags:16777218 Type:11 End Unmarshall Args Successfully - # Args :0 Arg #:1 Type:23 In Unmarshall Args - # Args:0 End Unmarshall Args Successfully - # Args :0 Arg #:2 Type:11 End Unmarshall Args Successfully - # Args :3 *** Operation Status: OBB_SUCCESS (s), Successful completion. --- Closing socket: 22 --- Connecting to dbl001 --- Port: 1842
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
2464.1 | REQUE::BOWER | Peter Bower, ObjectBroker | Tue Apr 08 1997 17:22 | 10 | |
The trace output indicates the connect to the agent on (dbl001.imc.das.dec.com, port 62) works, but the connect to the server (dbl001, port 1842) fails. You might want to try the network tester to see if you can connect between the two nodes - once using the fullname and once using the short name. | |||||
2464.2 | ETCHOST file | ALLVAX::BRUSSEAU | Tue Apr 08 1997 19:29 | 5 | |
Thanks for the quick reply. We ended up finding the problem. One of our UNIX developers noticed the server node was not in the UNIX clients ETCHOST file. Once added, everything worked find. Thanks again... Craig |