Network Deployment (Distributed operating systems), v8.0 > Reference > Administrator best practices


Workload is not getting distributed

This information might help you diagnose the trouble if you are having a workload distribution problem.

New feature: Beginning in WAS v8.0 you can configure the server to use the High Performance Extensible Logging (HPEL) log and trace infrastructure instead of using SystemOut.log , SystemErr.log, trace.log, and activity.log files or native z/OS logging facilities. If you are using HPEL, you can access all of your log and trace information using the LogViewer command-line tool from your server profile bin directory. See the information about using HPEL to troubleshoot applications for more information on using HPEL.New feature:

What kind of problem are you seeing?

If none of these problem solution descriptions fix your problem:

  1. Browse the JVM logs of the problem dmgr and application servers:

    1. Look up any error messages by selecting the Reference view of the information center navigation and expanding Messages in the navigation tree.

    2. Use the Log and Trace Analyzer toolt o browse and analyze the service log (activity.log) of the dmgr and any nodes encountering problems. View the activity.log files in both WAS_HOME/logs and WAS_HOME/logs.
    3. If Java exceptions appear in the log files, try to determine the actual subcomponent that is directly involved in the problem by examining the trace stack and looking for a product-related class near the top of the stack (names beginning with com.ibm.websphere or com.ibm.ws) that created the exception. If appropriate, review the steps for troubleshooting the appropriate subcomponent under the Troubleshoot WebSphere applications section of the Information Center.

      For example, if the exception appears to have been thrown by a class in the com.ibm.websphere.naming package, review the "Naming Services Component troubleshooting tips" topic.

  2. Ensure that all the machines in the configuration have TCP/IP connectivity to each other by running the ping command:

    1. From each physical server to the dmgr

    2. From the dmgr to each physical server

  3. Although the problem is happening in a clustered environment, the actual cause might be only indirectly related, or unrelated, to clustering. Investigate all relevant possibilities:

    1. If an enterprise bean on one or more servers is not serving requests, review the "Cannot access an enterprise bean from a servlet, JSP, stand-alone program, or other client" and "Cannot look up an object hosted by the product from a servlet, JSP file, or other client" topics.

    2. If problems seem to appear after enabling security, review the "Errors or access problems after enabling security" topic.

    3. If an application server stops responding to requests, or spontaneously dies (its process closes), review the "Web module or application server dies or hangs" topic.

    4. If SOAP requests are not being served by some or all servers, review the "Errors returned to client trying to send a SOAP request" topic.

    5. If we have problems installing or deploying an application on servers on one or more nodes, review the "Troubleshooting code deployment and installation problems" topic.

  4. If your topology consists of a Windows-based dmgr with supported UNIX systems servers, browse any recently-updated .xml and .policy files on the supported UNIX-based systems using vi to ensure that Control-M characters are not present in the files.

    To avoid this problem in the future, edit these files using vi on the supported UNIX-based systems, to avoid inserting these characters.

  5. Check for troubleshooting tips for the workload management component.
  6. Check to see if the problem is identified and documented by looking at available online support (hints and tips, technotes, and fixes).


HTTP requests are not distributed to all servers

If HTTP requests are not being distributed to all servers:



Enterprise bean requests are not distributed to all servers

If a client cannot reach a server in a cluster thought to be reachable, a server might be marked unusable, or is down.

To verify this:



Enterprise bean requests are not distributed evenly

There are a number of possible reasons for this behavior, which generally fall into one or more of these categories:

Workload management in the product is based on a weighted proportional scheme to spray requests among the servers. This results in balance being determined by numbers of requests rather than by any other measure. A true balance problem is determined by comparing the number of requests processed by each member of the cluster with the weights that have been set for each of those members. This is done by following the steps in the topic "Troubleshooting the Workload Management component".


A failing server still receives enterprise bean requests (failover is not completed)

Some possible causes of this problem are:



A cluster does not fail over to its backup cluster

You might experience an error that is similar to the following sample:

[10/11/04 13:11:10:233 CDT] 00000036 SelectionMana A    WWLM0061W: An error was
encountered sending a request to cluster member  {MEMBERNAME=FlorenceEJBServer1,
NODENAME=fwwsaix1Node01} and that member has been  marked unusable for future
requests to the cluster "", because of exception:  org.omg.CORBA.COMM_FAILURE:
CONNECT_FAILURE_ON_SSL_CLIENT_SOCKET - JSSL0130E:  java.io.IOException: Signals
that an I/O exception of some sort has occurred.   Reason:  Connection refused
vmcid: 0x49421000  minor code: 70  completed: No"

Perform the following steps to fix the configuration:

  1. Review your dmgr hostname and bootstrap port for each backup cluster setting.

  2. Review your core group bridge peer ports to make sure the hostname and distribution and consistency services (DCS) port are accurate.

  3. Verify that the names of your primary and backup clusters match.

  4. If the application is going through security to go to the backup cluster, review the security configuration. You might need to use single sign on (SSO) and import the Lightweight Third Party Authentication (LTPA) keys to the backup cell.


Troubleshoot administration
View JVM logs
Add logging and tracing to the application


Related


Multiserver environment errors
Workload management component troubleshooting tips
Naming service troubleshooting tips
Application access problems
Enterprise bean cannot be accessed from a servlet, a JSP file, a stand-alone program, or another client
Application client SOAP request troubleshooting tips
Web module or application server stops processing requests
Application deployment problems
Web server plug-in troubleshooting tips
Web resource is not displayed
Access problems after enabling security

+

Search Tips   |   Advanced Search