My TAO server publishes an object reference to my JacORB client, but the “narrow” call is failing on the client. What should I do?
Check to see that Interface Repository Ids generated by TAO and JacORB for each interface are the same. For example, suppose you have an IDL file called “Bank.idl”, with an IDL interface called “Bank”. TAO generates a file called BankC.cpp; in that file, in the Bank class, there is an “_interface_repository_id” function.
Related Questions
- If a client disconnects during the time that Traffic Server is downloading a large object, is any of the object saved in the cache?
- My TAO server publishes an object reference to my JacORB client, but the "narrow" call is failing on the client. What should I do?
- How do I use a "corbaloc" object reference with a TAO server?