There are two error log stream records that we will look at:
Note: The numbers to the left of each sample were added to specify lines-they will not be in the actual output.
Sample output from a server logstream:
1| 2000/06/01 16:01:06.683 01 SYSTEM=SY1 SERVER=BBOASR1A JobName=BBOASR1S 2| ASID=0X0033 PID=0X0100003C TID=0X24F858A0 0X000004 c=2.1010030 3| ./bbooreq.cpp+4437 ... BBOU0013W The function 4| make_user_exception(IIOP_protocolArea*)+4437 raised a user exception 5| CosNaming::NamingContext::NotFound.
The log stream record output fields from stream BBO.BOSSXXXX are:
Component | Description |
---|---|
line 1: 2000/06/01 16:01:06.683 01 | Date / timestamp / 2-digit record version number |
line 1: SYSTEM=SY1 | System name |
line 1: SERVER=BBOASR1A | Server name |
line 1: JobName=BBOASR1S | Jobname |
line 2: ASID=0X0033 | ASID (address space identifier) |
line 2: PID=0X0100003C | PID (Process ID) |
line 2: TID=0X24F858A0 0X000004 | TID (Thread ID) |
line 2: c=2.1010030 | Request correlation information |
line 3: . /bbooreq.cpp+4437 | File name & line |
line 3: BBOU0013W | Log message number |
line 3: The function. .. | Log message |
lines 4-5: make_user_exception... CosNaming::Naming... | Continuation lines: Continuation of the Log Stream log message |
Note: Each field is delimited by a blank.
Sample output from CERR of a server:
1| BossLog: { 0017} 2000/06/01 15:58:25.557 01 SYSTEM=SY1 SERVER=BBOASR1A 2| PID=0X0100003C TID=0X24F82920 00000000 c=3.C5D02 3| ./bboiroot.cpp+1195 ... BBOU0012W The function IRootHomeImpl::findHome( 4| const char*)+1195 received CORBA system exception CORBA::INTERNAL. 5| Error code is C9C21200.
The CERR job message output fields are:
Component | Description |
---|---|
line 1: BossLog: { 0017} | BossLog: {entry number} |
line 1: 2000/06/01 15:58:25.557 01 | Date / timestamp / 2-digit record version number |
line 1: SYSTEM=SY1 | System name |
line 1: SERVER=BBOASR1A | Server name |
line 2: PID=0X0100003C | PID (Process ID) |
line 2: TID=0X24F82920 00000000 | TID (Thread ID) |
line 2: c=3.C5D02 | Request correlation information |
line 3: . /bboiroot.cpp+1195 | File name & line |
line 3: BBOU0012W | Log message number |
line 3: The function IRootHomeImpl::find. .. | Log message |
lines 4-5: const char*)+1195 received CORBA system exception CORBA::INTERNAL. Error code is C9C21200. | Continuation lines: Continuation lines of the CERR job message |
Saving your BBORBLOG browser output
When you use the BBORBLOG browser, it creates a data set with your user ID followed by the log stream name. You should rename it if you wish to save your browser output. The contents of the current view of the log stream will remain until the stream reaches its retention date. The next time you invoke the browser, however, the current view of the log stream will be deleted (because it uses the same data set name). The previous data will exist in another record (not the current view) until its retention date.