Symptom
NWA -> Troubleshooting -> Logs and trances -> log views
Log Viewer: Overview
Connection refused
Log files are not loaded yet. Press Refresh after short time.
Resolution
AS Java Monitoring and Logging parametrization best practice
2577844 - AS Java Monitoring and Logging parametrization best practice
The parameters below should be used with an up to date SAP Kernel.
- Go to your system profile at /usr/sap/<SID>/SYS/profile/ and add the lines below in the files mentioned along side the paramaters. In case the parameters exist already in the profile with different values, comment/delete the existing parameters and add the ones below.
- In DEFAULT Profile file -
service/protectedwebmethods = SDEFAULT -GetVersionInfo -ListLogFiles -ReadLogFile -ParameterValue -J2EEGetProcessList -PerfRead -MtGetTidByName -UtilSnglmsgReadRawdata -getTidsByName
- In Instance Profile File -
jstartup/service_acl = service:*; library:*; interface:*; sap.com*; com.sap*
- Restart the SAP service with one of the ways below:
- SAP Management Console -> right click on the [SID] -> All Tasks -> Restart Service
- Terminal command sapcontrol -nr <Instance Number> -function RestartService
Result