zoukankan      html  css  js  c++  java
  • jstart, J2EE Server, RED, No valid license found

    今天新安装了PO SCS后,导致原有的license失效

    po-qas-ap02:poqadm 54> sapcontrol -nr 00 -function GetProcessList

    20.03.2020 18:45:24
    GetProcessList
    OK
    name, description, dispstatus, textstatus, starttime, elapsedtime, pid
    jstart, J2EE Server, RED, No valid license found, 2020 03 20 18:03:03, 0:42:21, 16878
    igswd_mt, IGS Watchdog, GREEN, Running, 2020 03 20 18:03:03, 0:42:21, 16879

     

     

     

     

     

    但是NWA不能登录了。

    找note 1898782 - AS Java restart itself due to invalid license and is not possible to access the NWA to add a valid license

      1. Use the Config Tool (if you cannot use the Config Tool use the telnet as showed at SAP Note 1772749) to check if the trace severity of all services are in ERROR level. Traces set to INFO or DEBUG making a extra work to system write information in the filesystem:
        1. At Template level
          - Open the Config Tool
          - Select Template -> Log Configuration -> Categories -> Root Category
          - Change the severity to ERROR, click on add button and add all destinations
          - Save new configuration settings
          - Under Template -> Log Configuration, select Locations -> Root Locations
          - Change the severity to ERROR, click on add button and add all destinations.
          - Save new configuration settings;
           
        2. At Instance level:
          - Open the Config Tool
          - Select Template -> Instance - IDXXXX -> Log Configuration -> Categories -> Root Category 
          - Change the severity to ERROR, click on add button and add all destinations
          - Save new configuration settings
          - Under Template -> Instance - IDXXXX -> Log Configuration, select Locations -> Root Locations
          - Change the severity to ERROR, click on add button and add all destinations.
          - Save new configuration settings;
          - Restart the system and try to add the new license.

    重启后生效。 Bingo!!!

     

  • 相关阅读:
    实现垂直居中
    三栏布局(双飞翼布局和圣杯布局)
    JavaScript执行机制
    使用vue-cil搭建项目
    格式化上下文formatting contexts
    定位体系(定位机制)
    CSS盒子模型
    可视化格式模型(visual formatting model)
    CSS布局开篇
    Linux之vi三种模式常用操作
  • 原文地址:https://www.cnblogs.com/weikui/p/12534622.html
Copyright © 2011-2022 走看看