Web Content Management tracing files

 

+

Search Tips   |   Advanced Search

 

IWWCM uses the IBM WebSphere Application Server trace facilities to create trace information. If we need detailed trace output of Web Content Management to debug a problem...

  1. To permanently enable tracing, do the following:

    1. Start WebSphere Application Server.

    2. Open the Administrative Console.

    3. Go to...

      Troubleshooting | Logs and Traces | WebSphere_Portal | Diagnostic Trace

    4. Verify that the check box Enable Trace is selected.

    5. Enter any of the following in the TraceSpecification field:

      • com.ibm.workplace.wcm.*
      • com.aptrix.*
      • com.presence.*

      For example, to trace all events, enter the following:

          com.ibm.workplace.wcm.*=all:com.aptrix.*=all:com.presence.*=all 

    6. Save the changes.

    7. Restart IBM WebSphere Portal.

  2. To enable tracing just for the current WebSphere Portal session, do the following:

    1. Go to...

      Administration | WebSphere Portal | Portal Analysis | Enable Tracing >

    2. Enter any of the following in the Append these trace settings field:

      • com.ibm.workplace.wcm.*
      • com.aptrix.*
      • com.presence.*

      For example, to trace all events, enter the following:

          com.ibm.workplace.wcm.*=all:com.aptrix.*=all:com.presence.*=all 

      Here is a list of advanced trace settings:

      Trace setting: Description:
      com.ibm.workplace.wcm.services.content.* Enable low level tracing for every item.
      com.ibm.workplace.wcm.domain.transformers.control.controltype We can enable tracing for any of the following control types:

      • HistoryControlTransformer
      • IdentityControlTransformer
      • ProfileControlTransformer
      • SecurityControlTransformer
      • WorkflowControlTransformer
      com.ibm.workplace.wcm.domain.transformers.control.* Enable the tracing for all control types for all items.
      com.ibm.workplace.wcm.domain.transformers.controllable.controllabletype We can enable tracing for any of the following controllable types:

      • AbstractControllableTransformer
      • AlternateDesignCmpntTransformer
      • AlternateLinkCmpntTransformer
      • ArrayCmpntTransformer
      • AttributeReferenceCmpntTransformer
      • BasePathCmpntTransformer
      • BaseReferenceCmpntTransformer
      • CategoryTransformer
      • CmpntReferenceTransformer
      • CmpntTransformer
      • ConfigParamCmpntTransformer
      • ContentLinkTransformer
      • ContentSpotCmpntTransformer
      • ContentTransformer
      • ContextPathCmpntTransformer
      • ControllableNodeValueTransformer
      • ControllableTransformer
      • DateCmpntTransformer
      • EmailActionTransformer
      • ExpireActionTransformer
      • ExternalLinkTransformer
      • FEDCmpntReferenceTransformer
      • FEDCmpntTransformer
      • FileResourceCmpntTransformer
      • HistoryCmpntTransformer
      • HTMLCmpntTransformer
      • IDCmpntTransformer
      • ImageResourceCmpntTransformer
      • IndentCmpntTransformer
      • IndexCmpntTransformer
      • InlineEditCmpntTransformer
      • InlineEditReferenceCmpntTransformer
      • JSPCmpntTransformer
      • LinkCmpntTransformer
      • MenuCmpntTransformer
      • NavigatorCmpntTransformer
      • NoPrefixBasePathCmpntTransformer
      • NoPrefixServletPathCmpntTransformer
      • NumericCmpntTransformer
      • ObjectSummaryTransformer
      • OptionSelectionCmpntTransformer
      • PageInfoCmpntTransformer
      • PagingCmpntTransformer
      • PDMCmpntReferenceTransformer
      • PDMCmpntTransformer
      • PlaceholderCmpntTransformer
      • PlutoSubscriberTransformer
      • PlutoSyndicatorTransformer
      • PrefixPathCmpntTransformer
      • ProfileCmpntTransformer
      • PublishActionTransformer
      • ResourceCmpntTransformer
      • ScheduledMoveActionTransformer
      • SearchCmpntTransformer
      • SecurityCmpntTransformer
      • ServletPathCmpntTransformer
      • SiteAreaTransformer
      • SiteTransformer
      • StyleSheetCmpntReferenceTransformer
      • StyleSheetCmpntTransformer
      • StyleTransformer
      • TaxonomyCmpntTransformer
      • TaxonomyTransformer
      • TemplateTransformer
      • TextCmpntTransformer
      • UsernameCmpntTransformer
      • UserSelectionCmpntTransformer
      • WCMURLCmpntTransformer
      • WorkflowActionTransformer
      • WorkflowCmpntTransformer
      • WorkflowStageTransformer
      • WorkflowTransformer
      com.ibm.workplace.wcm.domain.transformers.controllable.* This enables the tracing for all controllable types for all items.

The resulting traces of Web Content Management will be written to...

portal_server_root/log/trace.log

 

Parent Topic

Logging and tracing