cancel
Showing results for 
Search instead for 
Did you mean: 

Portal Logs

Former Member
0 Kudos

WHat is the path to find portal logs in AIX

Accepted Solutions (1)

Accepted Solutions (1)

manu_susankar
Active Contributor
0 Kudos

Hi Bhupinder Singh,

please Ref the note Note 759853 - KMC 6.0 SP2: log information

Symptom

A.) Location of log file for error analysis

B.) Location of config_audit log file for error analysis

C.) Activate logging for specific classes

Other terms

6.20

Reason and Prerequisites

KMC 6.0 SP 2

Solution

A.) Location of log file

knowledgemanagement.*.log files are stored in '..\usr\sap\<J2EE instance>\j2ee\<server>\cluster\server\managers\log\portal\logs'

B.) Location of config_audit log file for error analysis

config_audit.*.log files are stored in '..\usr\sap\<J2EE instance>\j2ee\<server>\cluster\server'

C.) Activate logging for specific classes

Find and open logging.properties

This file is located in:

'..\usr\sap\<J2EE instance>\cluster\server\services\servlet_jsp\work\ jspTemp\irj\root\WEB-INF\portal\portalapps\com.sap.netweaver.bc.util\lib'

Edit logging.properties

See under '# Default logging specifications' section '# Add your own JAVA classes and packages below' and enter the required class name and set appropriate log level (DEBUG in most cases).

A restart of J2EE is NOT required to activate changes.

Log output:

The logger output is written according to parameter 'log[File].pattern'. Default is the knowledgemanagement.*.log file as specified in A.) .

Attention: Be aware to DISABLE logging after getting desired information.

Example:

com.sapportals.wcm.repository.service.timebasedpublish.wcm. TimebasedPublishServiceManager.logs = log[File] com.sapportals.wcm.repository.service.timebasedpublish.wcm. TimebasedPublishServiceManager.severity = DEBUG

JPReyes
Active Contributor
0 Kudos

Quoting the note is enough manu... please don't copy and paste the note...

About the paths..

depending what logs are you looking for and depending if its a standalone java or abap+java... etc...

usually you can find std_server0.out and dispatcher.out at \usr\sap\<sid>\<instance>\work

Regards

Juan

manu_susankar
Active Contributor
0 Kudos

Hi Juan,

Noted, Thanks for the suggestion.

Regards,

S.Manu

Answers (0)