Skip to main content link. Accesskey S
  • Anonymous
  • Log on
  • Help
  • IBM logo
  • Lotus Expeditor wiki
  • All Wikis
  • Home
  • Community Articles
  • Product Documentation
  • Learning Center


Search

Advanced Search

Categories

Tag Cloud

  • 6.2.1
  • 6.2.2
  • 6.2.3
  • access services
  • accounts
  • administer
  • application
  • applications
  • broker
  • client
  • client for desktop
  • client management
  • cluster
  • collecting data
  • configuration
  • configure
  • data integrity check tools
  • database
  • db2
  • db2e
  • deleting log entries automatically
  • demo
  • demonstration
  • desktop overview
  • develop
  • device
  • device client
  • diagnosis of problems. See troubleshooting
  • diagnostic data
  • diagnostic tool
  • documentation
  • download
  • environment variables
  • error messages
  • expeditor
  • expeditor server
  • expeditor toolkit
  • files
  • fix pack
  • gettingstarted
  • Help
  • how-to
  • IBM Support
  • install
  • installation
  • integration
  • integrator
  • interaction services
  • Interrogation Windows Tab
  • introduce
  • introduction
  • log files
  • messaging
  • micro
  • mobile databases
  • mobile databases
  • mobile devices
  • mqe
  • nci
  • notes
  • OpenSpan
  • OpenSpan Scripting Container
  • OpenSpan Windows Container
  • overview
  • platform
  • portlet
  • prerequisites
  • presentation
  • problems with synchronization. See troubleshooting.
  • purging log entries automatically
  • Release Notes
  • replication
  • resources on the Web
  • rich client application
  • samples
  • scripts
  • security
  • server
  • software
  • software prerequisites
  • support
  • support troubleshooting
  • Sync Client
  • Sync Server
  • synchronization
  • synchronization problems
  • tool
  • toolkit
  • tools
  • trace files
  • trace level
  • troubleshoot
  • troubleshooting
  • tutorial
  • use
  • was
  • web services
  • What's New
  • xcm
  • xpdt
InformationInformation
You are currently viewing machine translated content. IBM translation might be available. Click IBM Translated Product Documentation to see what is available.X


Home > Expeditor Integrator > Troubleshooting Expeditor Integrator Message Issues
Rate this article 1 starRate this article 2 starsRate this article 3 starsRate this article 4 starsRate this article 5 stars

Troubleshooting Expeditor Integrator Message Issues 

expanded Abstract
collapsed Abstract
No abstract provided.
ShowTable of Contents
HideTable of Contents
  • 1 Overview
  • 2 MQ JMS Trace
    • 2.1 Scripted
    • 2.2 Manual
  • 3 Microbroker Trace Utility
    • 3.1 Deploy the Trace Utility
    • 3.2 Launch the Microbroker Trace Utility
  • 4 After Problem Occurrence
  • 5 Provide Data to IBM Support

Overview


At times, Lotus Expeditor Integrator may fail to receive or process JMS messages from various clients. This article provides a list of must-gather steps required for problem determination.

MQ JMS Trace


Begin by stopping the Integrator server. You may enable tracing either using the scripted or manual method. Once tracing has been update, start the Integrator server.

Scripted


On the command line change directory to the Integrator installation directory. Execute:

XPDintegMaint.bat -addParams maintenance\mqjmsON.txt


Trace files will be written to c:\temp by default. To change the location of trace files, edit the -DMQJMS_TRACE_DIR property in the mqjmsON.txt file. To disable tracing, execute:

XPDintegMaint.bat -addParams maintenance\mqjmsOFF.txt


Manual


Update the <rcp_data>\.config\rcpinstall.properties file with the following properties.

-DMQJMS_TRACE_LEVEL=base
-DMQJMS_TRACE_DIR=${rcp.data}/logs


Microbroker Trace Utility


More recent versions of Expeditor Integrator (6.2.1.20101101-2200) include a Microbroker trace utility.

Deploy the Trace Utility


If this is the first time you have enabled tracing, locate the directory <rcp_home>\tools, and unzip the XPDintegTools.zip into a same-named folder. The structure of the tools directory should now contain a new folder - for example, <rcp_home>\tools\XPDintegTools.

Configure the MBTrace.properties file prior to launching the batch file.

PropertyDescriptionDefault Value
mbserveripIP address of the server on which microbroker is runninglocalhost
mbserverportPort on which the microbroker server is running1883
useridUser name used to logon to the microbroker server Admin
passwordPassword used to logon to the microbroker server Admin
tracelevelMicrobroker trace levelTRACE_LEVEL_MAX

Additional values are:
TRACE_LEVEL_MIN, TRACE_LEVEL_LVL1, TRACE_LEVEL_LVL2, TRACE_LEVEL_LVL3, TRACE_LEVEL_LVL4, TRACE_LEVEL_LVL5
tracelocationAbsolute or relative path where trace files should be stored../../persistent/microbroker/traces

The entire path (but the last folder name) should be pre-existing. The last folder would be created if not already present. If the last folder already exists, all files inside it will be deleted.
traceinterval Time interval in milliseconds after which traces should be captures from the buffer900000; 15 minutes
tracecapturedurationDuration for which the tool will continue to capture traces at regular intervals as specified by the traceinterval. The tool will exit on completion of this duration.172800000; 48 hours

Launch the Microbroker Trace Utility


Start Integrator and subsequently execute the MBtrace.bat (or MBTrace.sh on UNIX) once the Integrator console appears. The batch file may be found in the <rcp_home>\tools\XPDintegTools directory.

After Problem Occurrence


Execute the following commands on the OSGI console.

dump heap
dump threads


The dump threads command should then be executed two more times. Ideally, execute the command thirty seconds after the previous command.

For more information on the OSGI console and its usage, see An Overview of the OSGI Console.

Provide Data to IBM Support

  1. Create an ISA collection by using the OSGI commands referenced in IBM Lotus Expeditor Support Collecting ISA Data.
  2. Provide the ISA collection file referenced by the command output.
  3. Provide a ZIP file containing the following directories located within <rcp_home>, for example, D:\IBM\Lotus\Integrator:
    1. config
    2. flowdefs
    3. persistent

expanded Article information
collapsed Article information
Category:
Expeditor Integrator, Troubleshooting and support, Troubleshooting,
Tags:
Integrator, support, troubleshooting

This Version: Version 9 March 31, 2011 1:16:00 PM by Van Staub  IBMer

expanded Attachments (0)
collapsed Attachments (0)

 


expanded Versions (9)
collapsed Versions (9)
Version Comparison     
Version Date Changed by               Summary of changes
This version (9) Mar 31, 2011 1:16:00 PM Van Staub  
8 Mar 25, 2011 1:12:57 PM Van Staub  
7 Jan 27, 2011 12:15:56 PM Van Staub  
6 Jan 10, 2011 11:15:23 AM Van Staub  
5 Nov 17, 2010 8:49:17 AM Van Staub  
4 Nov 16, 2010 2:58:21 PM Van Staub  
3 Nov 16, 2010 2:31:55 PM Van Staub  
2 Nov 15, 2010 4:38:05 PM Van Staub  
1 Nov 15, 2010 4:12:56 PM Van Staub  
expanded Comments (0)
collapsed Comments (0)
Copy and paste this wiki markup to link to this article from another article in this wiki.
Go ElsewhereStay ConnectedSubscribe to RSSHelpAbout
  • All Lotus and WebSphere Portal wikis
  • IBM developerWorks
  • IBM Software support
  • IBM Social Business User Experience Blog
  • IBMSocialBizUX on Twitter
  • IBMSocialBizUX on Facebook
  • Lotus product forums
  • IBM Social Business UX blog
  • IBM Collaboration Solutions
  • Recently added feedRecently added
  • Recently edited feedRecently edited
  • Recently added comments feedRecently Added Comments
  • Wiki Help
  • Forgot user name/password
  • Wiki design feedback
  • Content feedback
  • About the wiki
  • About IBM
  • Privacy
  • Contact IBM
  • IBM Terms of use
  • Wiki terms of use