zoukankan      html  css  js  c++  java
  • Log Viewer: Overview issue

    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

     

  • 相关阅读:
    dp的冗余(选数类)
    noip2016自测报告
    dalao高精
    二叉苹果树
    最长上升子序列加强版
    Above the Median
    树状数组学习笔记
    Java委托机制
    Java集合
    Java异常
  • 原文地址:https://www.cnblogs.com/weikui/p/13724156.html
Copyright © 2011-2022 走看看