![]() |
![]() |
|
Troubleshooting The WebLogic Tuxedo Connector
The following sections provide WebLogic Tuxedo Connector troubleshooting information.
Monitoring the WebLogic Tuxedo Connector
The WebLogic Tuxedo Connector uses the WebLogic Server log file to record log information.
Use the TraceLevel parameter to set the tracing level of the WebLogic Tuxedo Connector on a server node.To enable tracing, add the keyword TraceLevel and with the desired trace value in the Arguments field of the startup class window. Use a comma to separate arguments in the Arguments field.
Example: Arguments=BDMCONFIG=.\mydomain\wtc_config.xml,TraceLevel=100000
Use the following values to set the TraceLevel:
To ensure that the all the necessary trace information is written to the log file, verify that server logging settings specify the following:
This section provides solutions to common user questions.
Cannot Find Configuration File
The error log displays the message Can not find the XML configuration file. What am I doing wrong?
Arguments="BDMCONFIG=.\mydomain\dmconfig.xml,TraceLevel=100000"
ClassName="weblogic.wtc.gwt.WTCStartup" FailureIsFatal="true"
Name="MyWtcStartup Class" Targets="myserver"/>
When I build the simpserv example, I get the following error:
<date> <Error> <EJB> <EJB Deployment: Tolower has a class weblogic.wtc.jatmi.tpserviceHome which is in the classpath. This class should only be located in the ejb-jar file.>
This error message can be ignored for this release of the WebLogic Tuxedo Connector. The EJB wants all of the interfaces for an EJB call in the EJB jar file. However, some interfaces for the WebLogic Tuxedo Connector are implemented through the CLASSPATH, and the compiler throws an exception. When the EJB is deployed, the compiler complains that the EJB cannot be redeployed because some of its classes are found in the CLASSPATH.
I'm having trouble getting a connection established between WebLogic Tuxedo Connector and Tuxedo. What should I do?
For example: If the name simpapp is configured in the Tuxedo DMCONFIG *DM_LOCAL_DOMAINS section, then this name must match the name in the WebLogic Tuxedo Connector configuration file <AccessPointId> field.
|
Copyright © 2001 BEA Systems, Inc. All rights reserved.
|