【现象】
零售版Resin启动时,将显示以下的警告信息。
[yy-MM-dd hh:mm:dd.SSS] {main} LicenseHealthCheck[WARNING:xxxxxxx.license -- 500
Resin servers NTT Data Intramart, expired on yyyy-MM-dd
【解决方法】
即使在2014-09-15之后,作为产品也可以没有问题使用。
为了让此警告信息不显示,进行更改以下的配置文件。
更改设置后,需要重启。
※请注意,在Resin运行中编辑health.xml后将自动重启。
%Resin%/conf/health.xml
■修改前
<health:LicenseHealthCheck>
<warning-period>30D</warning-period>
</health:LicenseHealthCheck>
■修改后
<health:LicenseHealthCheck>
<warning-period>30D</warning-period>
<enabled>false</enabled>
</health:LicenseHealthCheck>
并且,无关上述设置,Resin的PDF Report 中会输出以下内容,但产品仍可以正常使用。
Licenses
-----------------------------------------------------------------------------------------------------------------------------
1018152.license -- 500 Resin servers NTT Data Intramart
expires in xxx days on yyyy-MM-dd
{resin root path}\licenses\xxxxxxx.license
00 - app-0 Restart Report Restart Report
※到2014-08为止,本公司提供的Resin中不显示此警告信息。
-- 适用对象 --------------------------------------------------------------------
iAP/Accel Platform/所有更新版本
--------------------------------------------------------------------------------
FAQID:448
Resin启动时,将显示警告信息(LicenseHealthCheck[WARNING:xxxxxxx.license -- 500 Resin servers NTT Data Intramart, expired on yyyy-MM-dd)。