Kbase 16031: WebSpeed 1.0 - (BETA only) Transaction Broker DEBUG option
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  6/1/2001 |
|
WebSpeed 1.0 - (BETA only) Transaction Broker DEBUG option
Title: WebSpeed 1.0 - (BETA only) Transaction Broker DEBUG
option
KnowledgeBase number: 16031
Creation Date: Aug-20-96
Modified Date:
This document applies to: WebSpeed
Version and Release Number: 1.0 Beta
Summary:
NOTE: This option is applicable only in the Beta software.
This becomes the default behavior in the commercial version
1.0.
There is a debug option you can use on the startup of the
WebSpeed Transaction Broker that forces any errors that
occur during startup to display on the tty that started the
process.
Syntax:
wtb <location of wtb.cnf> DEBUG
NOTE: You must specify the DEBUG option in uppercase
letters. If you specify the option with lower case
letters, you will get this error:
WTB: Error starting WebSpeed Web Broker: Second parameter
passed is invalid!
DEBUG captures errors that have to do with incorrect
parameters in the wtb.cnf file, errors in web-disp.p,
web-util.p, and all the support files (webinput.p,
weblist.p, ...).
Although specifying -weblog in the WtaParams entry of the
wtb.cnf file typically sends errors to the
../logs/error_log file, the errors captured with DEBUG will
not be seen in the error_log file if -weblog has been
specified with WtaParams.
You may see the following error in the error_log file if
there is a problem in one of the above mentioned areas:
WTB:received a SIGCHLD from a child process The pid of the
dying child is: 14741
NOTE: Having used the DEBUG option, to check the status of
the agents using wtbman port# status, you will need to do
the following:
NT Engine: Open another DOS command prompt to run
wtbman
UNIX Engine: <ctrl-J> reset <ctrl-J>
-OR-
<ctrl-J> stty sane <ctrl-J>