WebSphere Portal run-time logs

 

+

Search Tips   |   Advanced Search

 

Overview

The WebSphere Portal log file...

portal_server_root/log/trace.log

...contains messages and trace information, if tracing is enabled.

The following table describes trace loggers for particular situations. Note that enabling trace loggers can slow down WebSphere Portal.

Trace strings beginning with...

com.ibm.wps.*

...are extensions in the IBM portlet API.

 

Trace strings

Area When to use Trace string Comments
Access Control Permissions for resources to be explained in detail

Verify the correctness of a permission

Isolate a defect in access control

com.ibm.wps.ac.*=all

The traces are easier to evaluate while WebSphere Portal usage is low.

Creates large log files.

Authentication   com.ibm.wps.engine.*=all:
com.ibm.wps.services.puma.*=all:
com.ibm.wps.puma.*=all:
com.ibm.wps.sso.*=all:
com.ibm.wps.services.authentication.*=all
 
Command Turn on all command trace loggers. com.ibm.wps.commands.*=all  
Composition Model How pages are constructed

Page lists

Aggregation components

com.ibm.wps.model.*=all:
com.ibm.wps.composition.*=all
The traces are easier to evaluate while WebSphere Portal usage is low.

Creates large log files.

Credential Vault  

com.ibm.wps.sso.credentialvault.*=all:
com.ibm.wps.command.credentialvault.*=all:
com.ibm.wps.portletservice.credentialvault.*=all:
com.ibm.wps.services.credentialvault.*=all:
com.ibm.portal.portlet.service.credentialvault.*=all

 
Database Deals with generated SQL statements and the internal flow in the database layer.

com.ibm.wps.datastore.*=all:
com.ibm.wps.services.datastore.*=all  

Creates large log files.

Engine Enable all engine trace loggers. com.ibm.wps.engine.*=all  
General   com.ibm.wps.*=all

To not display render times:

com.ibm.wps.pe.PortletRenderTimeLoggingHelper=info

When general tracing is enabled and parallel portlet rendering is turned on, portlets that are configured to be rendered in parallel will display the render time as part of the portlet content.
Mapping URLs User-defined mappings of URLs

com.ibm.wps.mappingurl.*=all:
com.ibm.wps.command.mappingurl.*=all  

 
Personalization   com.ibm.websphere.personalization.*=all
com.ibm.dm.pzn.ui.*=all
When Personalization is installed outside of a Portal server, Personalization will log using WAS tracing with the same trace strings.
Portal Search Turn on all messages. com.ibm.portal.search=all
URLs discovered by the crawler but not indexed. com.ibm.portal.search.notIndexed=all
Crawling process. com.ibm.portal.search.crawler=all
Failures that happen during a crawl. com.ibm.portal.search.crawler.failure=all
Indexing process. com.ibm.portal.search.index=all
Failures that happen during the indexing process. com.ibm.portal.search.index.failure=all
Portlet Container  

com.ibm.wps.pe.pc.*=all:
org.apache.jetspeed.portlet.Portlet=all  
javax.portlet.Portlet=all

 
Portlet Environment  

com.ibm.wps.pe.ext.*=all:
com.ibm.wps.pe.factory.*=all:
com.ibm.wps.pe.om.*=all:
com.ibm.wps.pe.util.*=all  

 
Deployment  

com.ibm.wps.pe.mgr.*=all:
com.ibm.wps.services.deployment.*=all:
com.ibm.wps.command.applications.*=all:
com.ibm.wps.command.portlets.*=all  

 
Portlets Problems with portlets. com.ibm.wps.portlets.*=all:
org.apache.jetspeed.portlet.PortletLog=all  
Enables tracing for ALL portlets.

Place the suspect portlet on a separate page for testing.

Selfcare Problems with user registration and profile editing.

com.ibm.wps.services.puma.*=all:
com.ibm.wps.puma.*=all  

Use if there are errors in the portlets...
Services: EventBroker  

com.ibm.wps.services.registry.EventHandlerRegistry=all:
com.ibm.wps.services.events.*=all  

 
Services: Finder Resolution of file names. com.ibm.wps.services.finder.*=all  
Services: Loader Dynamic class loading com.ibm.wps.services.ServiceManager=all  
Services: Naming Lookup of objects com.ibm.wps.services.naming.*=all  
Services: Navigator Parts of page aggregation and display. com.ibm.wps.services.navigator.*=all  
Services: Registry Policies of the internal portlet object caching and watch it reload its content. com.ibm.wps.services.registry.*=all  
Services Switch on tracing for all services. com.ibm.wps.services.*=all  
SSO Turn on all SSO tracer loggers listed after this trace logger. com.ibm.wps.sso.*=all Use if errors occur when using the Security Vault task on the Security page of the Portal Administration pages.
WSRP administration Administration of WSRP Portlets

com.ibm.wps.command.wsrp.*=all:
com.ibm.wps.wsrp.cmd.*=all

 
WSRP Consumer WSRP as a Consumer com.ibm.wps.wsrp.consumer.*=all  
WSRP Producer WSRP as a Producer com.ibm.wps.wsrp.producer.*=all  
XML configuration interface XML import/export of configurations. com.ibm.wps.command.xml.*=all  

 

Related information

 

Parent topic:

Logging and tracing