CORBA 2.6.1 Programmer's Guide for Java

Trace Records
This section describes the trace records for IIOP/SSL. The trace records are emitted by the SSL server. The SSL version is also included in the
trace records.
SSL_accept
The SSL_accept trace record is emitted by a SSL server and is triggered when a hello message is sent from the client to the server. The accept
side of the SSL handshake is traced. The SSL version is included in the trace record.
SSL_accept:before accept initialization
SSL_accept:SSLv3 read client hello A
SSL_accept:SSLv3 write server hello A
SSL_accept:SSLv3 write certificate hello A
SSL_accept:SSLv3 write server done A
SSL_accept:SSLv3 flush data
SSL_accept:SSLv3 failed in SSLv3 read client certificate A
SSL_accept:SSLv3 read client key exchange A
SSL_accept:SSLv3 read finished A
SSL_connect
The SSL_connect trace record is emitted by a SSL client and is triggered when a hello message is sent from the client to the server. The
connect side of the SSL handshake is traced. The SSL version is included in the trace record.
SSL_connect:before connect initialization
SSL_connect:SSLv3 write client hello A
SSL_connect:SSLv3 failed in read sever hello A
SSL_connect:SSLv3 read sever hello A
SSL_connect:SSLv3 read server certificate A
SSL_connect:SSLv3 read server done A
SSL_connect:SSLv3 write client key exchange A
SSL_connect:SSLv3 write change cipher spec A
SSL_connect:SSLv3 write finished A
SSL_connect:SSLv3 flush data
SSL_connect:failed in SSLv3 read finished A
SSL_connect:SSLv3 read finished A
SSL_handshake_done
The SSL_handshake_done trace record is emitted by a SSL client or server once the SSL handshake completes with success. The
SSL_handshake_done trace record identifies the SSL version, the cipher suite solicted, and the cipher-key size.
SSL_handshake_done SSL negotiation finished successfully
SSL Version SSLv3
SSL cipher DES-CBC3-SHA with 168 cipher bits
SSLIOP::Sock_Server_EH::send_message
The SSLIOP::Sock_Server_EH::send_message trace record is emitted by a SSL server when the SSL server is about to send clear text into the
SSL encoding routines.
SSL::Sock_Server_EH::send_message—address=16.106.90.78:4741
SSLIOP::Sock_Client_EH::send_message
The SSLIOP::Sock_Client_EH::send_message trace record is emitted by a SSL server when the SSL server is about to send clear text into the
SSL encoding routines.
SSL::Sock_Client_EH::send_message
Using the showior tool
The $NSD_ROOT/bin/unsupported/showior tool can help you in troubleshooting applications. Use this tool to help determine whether a server is
publishing the correct information about an object, for example, the right TCP address and port number. You can also use this tool to determine
whether a client has the right profiles available, that is, profiles that match the client's capabilities.
The
showior tool traverses the profiles contained in the IOR file and displays the information associated with each profile. If you need
background information to interpret profile information, see
Object References. By default, showior sends the specified stringified IOR file to
stdout. You can use the showior output to find problems in your NonStop CORBA configurations and applications.
The
showior tool works in both the NonStop CORBA environment and the JORB Lite environment. However, before you can use showior, the
environment must be correctly configured. For NonStop CORBA, the environment is set up by executing the
$NSD_ROOT/etc/env.sh script. For
JORB Lite, the Java environment is set up by executing the
env.bat
file. The
showior
tool is located in the
bin
directory of your JORB Lite